类 IsosurfaceGraphics

  • 所有已实现的接口:
    java.util.Iterator

    public class IsosurfaceGraphics
    extends GraphicCollection3D
    作者:
    yaqiang
    • 方法概要

      所有方法 实例方法 具体方法 
      修饰符和类型 方法 说明
      void addTriangle​(org.meteoinfo.geometry.shape.PointZ[] triangle)
      Add a triangle
      java.util.List<org.meteoinfo.geometry.shape.PointZ[]> getTriangles()
      Get triangles
      void setTriangles​(java.util.List<org.meteoinfo.geometry.shape.PointZ[]> value)
      Set triangles
      • 从类继承的方法 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
    • 构造器详细资料

      • IsosurfaceGraphics

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

      • getTriangles

        public java.util.List<org.meteoinfo.geometry.shape.PointZ[]> getTriangles()
        Get triangles
        返回:
        Triangles
      • setTriangles

        public void setTriangles​(java.util.List<org.meteoinfo.geometry.shape.PointZ[]> value)
        Set triangles
        参数:
        value - Triangles
      • addTriangle

        public void addTriangle​(org.meteoinfo.geometry.shape.PointZ[] triangle)
        Add a triangle
        参数:
        triangle - Triangle