类 GraphicCollection3D

    • 字段概要

      字段 
      修饰符和类型 字段 说明
      protected boolean allConvexPolygon  
      protected boolean allQuads  
      protected boolean allTriangle  
      protected boolean usingLight  
      • 从类继承的字段 org.meteoinfo.geometry.graphic.GraphicCollection

        legendBreak, legendScheme, singleLegend
    • 方法概要

      所有方法 实例方法 具体方法 
      修饰符和类型 方法 说明
      java.util.List<java.lang.Number> getSEPoint()
      Get start and end points [xstart, ystart, xend, yend]
      java.lang.String getZDir()
      Get z direction - x, y or z
      double getZValue()
      Get fixed z value
      boolean is3D()
      Get if is 3D
      boolean isAllConvexPolygon()
      Get is all convex polygon or not
      boolean isAllQuads()
      Get is all quads or not
      boolean isAllTriangle()
      Get is all triangle or not
      boolean isFixZ()
      Get if is fixed z graphics
      boolean isUsingLight()
      Get using light or not
      void setAllConvexPolygon​(boolean value)
      Set is all convex polygon or not
      void setAllQuads​(boolean value)
      Set is all quads or not
      void setAllTriangle​(boolean value)
      Set is all triangle or not
      void setFixZ​(boolean value)
      Set if is fixed z graphics
      void setSEPoint​(java.util.List<java.lang.Number> value)
      Set start and end points
      void setUsingLight​(boolean value)
      Set using light or not
      void setZDir​(java.lang.String value)
      Set z direction - x, y or z
      void setZValue​(double value)
      Set fixed z value
      • 从类继承的方法 org.meteoinfo.geometry.graphic.GraphicCollection

        add, add, addAll, addLabel, addLabels, addLabelsContourDynamic, clear, clip, contains, get, getArrowZoom, getExtent, getGraphicN, getGraphics, getLabelPoints, getLabelSet, getLegend, getLegendBreak, getLegendScheme, getNumGraphics, getShapes, getShapeType, hasNext, indexOf, isCollection, isEmpty, isSingleLegend, join, next, remove, remove, removeAll, selectGraphics, setExtent, setGraphics, setLabelPoints, setLabelSet, setLegendBreak, setLegendScheme, setSingleLegend, size, updateExtent
      • 从类继承的方法 org.meteoinfo.geometry.graphic.Graphic

        addLegend, addShape, exportToXML, getResizeAbility, getShape, importFromXML, loadLegend, loadShape, setLegend, setShape, verticeAddUpdate, verticeMoveUpdate, verticeRemoveUpdate
      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • 从接口继承的方法 java.util.Iterator

        forEachRemaining, remove
    • 字段详细资料

      • allQuads

        protected boolean allQuads
      • allTriangle

        protected boolean allTriangle
      • allConvexPolygon

        protected boolean allConvexPolygon
      • usingLight

        protected boolean usingLight
    • 构造器详细资料

      • GraphicCollection3D

        public GraphicCollection3D()
        Constructor
    • 方法详细资料

      • is3D

        public boolean is3D()
        Get if is 3D
        覆盖:
        is3D 在类中 org.meteoinfo.geometry.graphic.GraphicCollection
        返回:
        Boolean
      • isFixZ

        public boolean isFixZ()
        Get if is fixed z graphics
        返回:
        Boolean
      • setFixZ

        public void setFixZ​(boolean value)
        Set if is fixed z graphics
        参数:
        value - Boolean
      • getZValue

        public double getZValue()
        Get fixed z value
        返回:
        Fixed z value
      • setZValue

        public void setZValue​(double value)
        Set fixed z value
        参数:
        value - Fixed z value
      • getZDir

        public java.lang.String getZDir()
        Get z direction - x, y or z
        返回:
        Z direction
      • setZDir

        public void setZDir​(java.lang.String value)
        Set z direction - x, y or z
        参数:
        value - Z direction
      • getSEPoint

        public java.util.List<java.lang.Number> getSEPoint()
        Get start and end points [xstart, ystart, xend, yend]
        返回:
        Start and end points
      • setSEPoint

        public void setSEPoint​(java.util.List<java.lang.Number> value)
        Set start and end points
        参数:
        value - Start and end points
      • isAllQuads

        public boolean isAllQuads()
        Get is all quads or not
        返回:
        All quads or not
      • setAllQuads

        public void setAllQuads​(boolean value)
        Set is all quads or not
        参数:
        value - All quads or not
      • isAllTriangle

        public boolean isAllTriangle()
        Get is all triangle or not
        返回:
        All triangle or not
      • setAllTriangle

        public void setAllTriangle​(boolean value)
        Set is all triangle or not
        参数:
        value - All triangle or not
      • isAllConvexPolygon

        public boolean isAllConvexPolygon()
        Get is all convex polygon or not
        返回:
        All convex polygon or not
      • setAllConvexPolygon

        public void setAllConvexPolygon​(boolean value)
        Set is all convex polygon or not
        参数:
        value - All convex polygon or not
      • isUsingLight

        public boolean isUsingLight()
        Get using light or not
        返回:
        Boolean
      • setUsingLight

        public void setUsingLight​(boolean value)
        Set using light or not
        参数:
        value - Boolean