Interface IRouteLineDelegate


  • public interface IRouteLineDelegate
    • Method Detail

      • hasLayer

        boolean hasLayer​(java.lang.String layerId)
                  throws java.lang.RuntimeException
        Throws:
        java.lang.RuntimeException
      • hasStylesSet

        boolean hasStylesSet​(java.lang.String styleId)
                      throws java.lang.RuntimeException
        Throws:
        java.lang.RuntimeException
      • getStylesSet

        RouteLineStylesSet getStylesSet​(java.lang.String styleId)
                                 throws java.lang.RuntimeException
        Throws:
        java.lang.RuntimeException
      • addLayer

        RouteLineLayer addLayer​(java.lang.String layerId,
                                int zOrder)
                         throws java.lang.RuntimeException
        Throws:
        java.lang.RuntimeException
      • getLayer

        RouteLineLayer getLayer​(java.lang.String layerId)
                         throws java.lang.RuntimeException
        Throws:
        java.lang.RuntimeException
      • addRouteLineStyles

        java.lang.String addRouteLineStyles​(RouteLineStylesSet stylesSet)
                                     throws java.lang.RuntimeException
        Throws:
        java.lang.RuntimeException
      • setVisible

        void setVisible​(java.lang.String layerId,
                        java.lang.String lineId,
                        boolean visible)
                 throws java.lang.RuntimeException
        Throws:
        java.lang.RuntimeException
      • removeRouteLine

        void removeRouteLine​(java.lang.String layerId,
                             java.lang.String lineId)
                      throws java.lang.RuntimeException
        Throws:
        java.lang.RuntimeException
      • removeLayer

        void removeLayer​(java.lang.String layerId)
                  throws java.lang.RuntimeException
        Throws:
        java.lang.RuntimeException
      • removeAllRouteLine

        void removeAllRouteLine()
                         throws java.lang.RuntimeException
        Throws:
        java.lang.RuntimeException
      • setZOrder

        void setZOrder​(java.lang.String layerId,
                       java.lang.String lineId,
                       int zOrder)
                throws java.lang.RuntimeException
        Throws:
        java.lang.RuntimeException
      • changeSegments

        void changeSegments​(java.lang.String layerId,
                            java.lang.String lineId,
                            RouteLineStylesSet stylesSet,
                            RouteLineSegment... segments)
                     throws java.lang.RuntimeException
        Throws:
        java.lang.RuntimeException
      • changeStyles

        void changeStyles​(java.lang.String layerId,
                          java.lang.String lineId,
                          RouteLineStylesSet stylesSet,
                          RouteLineSegment... segments)
                   throws java.lang.RuntimeException
        Throws:
        java.lang.RuntimeException
      • removeLayerRouteLine

        void removeLayerRouteLine​(java.lang.String layerId)
                           throws java.lang.RuntimeException
        Throws:
        java.lang.RuntimeException
      • setLayerVisible

        void setLayerVisible​(java.lang.String layerId,
                             boolean visible)
                      throws java.lang.RuntimeException
        Throws:
        java.lang.RuntimeException