类 IsosurfaceGraphics
- java.lang.Object
-
- org.meteoinfo.geometry.graphic.Graphic
-
- org.meteoinfo.geometry.graphic.GraphicCollection
-
- org.meteoinfo.chart.graphic.GraphicCollection3D
-
- org.meteoinfo.chart.graphic.IsosurfaceGraphics
-
- 所有已实现的接口:
java.util.Iterator
public class IsosurfaceGraphics extends GraphicCollection3D
- 作者:
- yaqiang
-
-
字段概要
-
从类继承的字段 org.meteoinfo.chart.graphic.GraphicCollection3D
allConvexPolygon, allQuads, allTriangle, usingLight
-
-
构造器概要
构造器 构造器 说明 IsosurfaceGraphics()Constructor
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 voidaddTriangle(org.meteoinfo.geometry.shape.PointZ[] triangle)Add a trianglejava.util.List<org.meteoinfo.geometry.shape.PointZ[]>getTriangles()Get trianglesvoidsetTriangles(java.util.List<org.meteoinfo.geometry.shape.PointZ[]> value)Set triangles-
从类继承的方法 org.meteoinfo.chart.graphic.GraphicCollection3D
getSEPoint, getZDir, getZValue, is3D, isAllConvexPolygon, isAllQuads, isAllTriangle, isFixZ, isUsingLight, randomShift, saveFile, setAllConvexPolygon, setAllQuads, setAllTriangle, setFixZ, setSEPoint, setUsingLight, setZDir, setZValue, xRandomShift, xShift, yRandomShift
-
从类继承的方法 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
-
-
-
-
方法详细资料
-
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
-
-