Class VectorDelegate

    • Method Detail

      • hasPolygonStylesSet

        public boolean hasPolygonStylesSet​(java.lang.String styleId)
                                    throws java.lang.RuntimeException
        Specified by:
        hasPolygonStylesSet in interface IVectorDelegate
        Throws:
        java.lang.RuntimeException
      • addPolygonStylesSet

        public java.lang.String addPolygonStylesSet​(PolygonStylesSet stylesSet,
                                                    boolean isDimScreen)
                                             throws java.lang.RuntimeException
        Specified by:
        addPolygonStylesSet in interface IVectorDelegate
        Throws:
        java.lang.RuntimeException
      • setPolygonVisible

        public void setPolygonVisible​(boolean isDimScreen,
                                      java.lang.String layerId,
                                      java.lang.String polygonId,
                                      boolean visible)
                               throws java.lang.RuntimeException
        Specified by:
        setPolygonVisible in interface IVectorDelegate
        Throws:
        java.lang.RuntimeException
      • setPolygonZOrder

        public void setPolygonZOrder​(java.lang.String layerId,
                                     java.lang.String polygonId,
                                     int zOrder,
                                     boolean isDimScreen)
                              throws java.lang.RuntimeException
        Specified by:
        setPolygonZOrder in interface IVectorDelegate
        Throws:
        java.lang.RuntimeException
      • setPolygonCenterPoint

        public void setPolygonCenterPoint​(java.lang.String layerId,
                                          java.lang.String polygonId,
                                          LatLng centerPoint)
                                   throws java.lang.RuntimeException
        Specified by:
        setPolygonCenterPoint in interface IVectorDelegate
        Throws:
        java.lang.RuntimeException
      • removePolygon

        public void removePolygon​(boolean isDimScreen,
                                  java.lang.String layerId,
                                  java.lang.String polygonId)
                           throws java.lang.RuntimeException
        Specified by:
        removePolygon in interface IVectorDelegate
        Throws:
        java.lang.RuntimeException
      • removePolygons

        public void removePolygons​(java.lang.String[] layerIds,
                                   java.lang.String[] polygonIds,
                                   boolean toDimScreen)
                            throws java.lang.RuntimeException
        Specified by:
        removePolygons in interface IVectorDelegate
        Throws:
        java.lang.RuntimeException
      • removeAllShape

        public void removeAllShape​(boolean toDimScreen)
                            throws java.lang.RuntimeException
        Specified by:
        removeAllShape in interface IVectorDelegate
        Throws:
        java.lang.RuntimeException
      • startAnimator

        public void startAnimator​(java.lang.String animatorId,
                                  boolean toDimScreen,
                                  java.util.List<Polygon> polygons)
                           throws java.lang.RuntimeException
        Specified by:
        startAnimator in interface IVectorDelegate
        Throws:
        java.lang.RuntimeException
      • stopAnimator

        public void stopAnimator​(java.lang.String animatorId,
                                 boolean hideShape,
                                 boolean toDimScreen)
                          throws java.lang.RuntimeException
        Specified by:
        stopAnimator in interface IVectorDelegate
        Throws:
        java.lang.RuntimeException
      • addCircleWaveAnimator

        public void addCircleWaveAnimator​(boolean isDimScreen,
                                          CircleWaves circleWaves)
                                   throws java.lang.RuntimeException
        Specified by:
        addCircleWaveAnimator in interface IVectorDelegate
        Throws:
        java.lang.RuntimeException
      • clearAllAnimator

        public void clearAllAnimator​(boolean isDimScreen)
                              throws java.lang.RuntimeException
        Specified by:
        clearAllAnimator in interface IVectorDelegate
        Throws:
        java.lang.RuntimeException
      • removeAnimator

        public void removeAnimator​(boolean toDimScreen,
                                   java.lang.String animatorId)
                            throws java.lang.RuntimeException
        Specified by:
        removeAnimator in interface IVectorDelegate
        Throws:
        java.lang.RuntimeException
      • changePolygonStylesAndDotPoints

        public void changePolygonStylesAndDotPoints​(java.lang.String layerId,
                                                    java.lang.String polygonId,
                                                    PolygonStylesSet stylesSet,
                                                    java.util.List<DotPoints> dotPoints,
                                                    boolean toDimScreen)
                                             throws java.lang.RuntimeException
        Specified by:
        changePolygonStylesAndDotPoints in interface IVectorDelegate
        Throws:
        java.lang.RuntimeException
      • changePolygonStylesAndMapPoints

        public void changePolygonStylesAndMapPoints​(java.lang.String layerId,
                                                    java.lang.String polygonId,
                                                    PolygonStylesSet stylesSet,
                                                    java.util.List<MapPoints> mapPoints,
                                                    boolean toDimScreen)
                                             throws java.lang.RuntimeException
        Specified by:
        changePolygonStylesAndMapPoints in interface IVectorDelegate
        Throws:
        java.lang.RuntimeException
      • setRunning

        public void setRunning​(boolean running)
      • isRunning

        public boolean isRunning()