类 PolylineZShape
- java.lang.Object
-
- org.meteoinfo.shape.Shape
-
- org.meteoinfo.shape.PolylineShape
-
- org.meteoinfo.shape.PolylineZShape
-
- 所有已实现的接口:
java.lang.Cloneable
public class PolylineZShape extends PolylineShape
PolylineZ shape class- 作者:
- yaqiang
-
-
字段概要
-
从类继承的字段 org.meteoinfo.shape.PolylineShape
parts
-
-
构造器概要
构造器 构造器 说明 PolylineZShape()ConstructorPolylineZShape(org.locationtech.jts.geom.Geometry geometry)Constructor
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 java.lang.Objectclone()Clonejava.lang.Objectclone_back()double[]getMArray()Get Z Arraydouble[]getMRange()Get M range - min, maxShapeTypesgetShapeType()Get shape typedouble[]getZArray()Get Z Arraydouble[]getZRange()Get Z range - min, maxjava.lang.ObjectvalueClone()Value clone-
从类继承的方法 org.meteoinfo.shape.PolylineShape
addVertice, cloneValue, getLength, getPartIndex, getPartNum, getPointNum, getPoints, getPolylines, isClosed, removeVerice, reverse, setPartNum, setPoints, setPolylines, toGeometry
-
从类继承的方法 org.meteoinfo.shape.Shape
buffer, contains, convexHull, coveredBy, covers, crosses, difference, disjoint, equals, geometry2Shape, getExtent, getLegendIndex, getValue, intersection, intersects, isEditing, isSelected, isVisible, move, moveVertice, overlaps, reform, setEditing, setExtent, setLegendIndex, setSelected, setValue, setVisible, split, symDifference, toGeometry, touches, union, within
-
-
-
-
方法详细资料
-
getShapeType
public ShapeTypes getShapeType()
从类复制的说明:ShapeGet shape type- 覆盖:
getShapeType在类中PolylineShape- 返回:
- Shape type
-
getZArray
public double[] getZArray()
Get Z Array- 返回:
- Z array
-
getMArray
public double[] getMArray()
Get Z Array- 返回:
- Z value array
-
getZRange
public double[] getZRange()
Get Z range - min, max- 返回:
- Z min, max
-
getMRange
public double[] getMRange()
Get M range - min, max- 返回:
- M min, max
-
clone_back
public java.lang.Object clone_back()
- 覆盖:
clone_back在类中PolylineShape
-
clone
public java.lang.Object clone()
Clone- 覆盖:
clone在类中PolylineShape- 返回:
- PolylineZShape object
-
valueClone
public java.lang.Object valueClone()
Value clone- 覆盖:
valueClone在类中PolylineShape- 返回:
- PolylineZShape object
-
-