类 PointZShape
- java.lang.Object
-
- org.meteoinfo.geometry.shape.Shape
-
- org.meteoinfo.geometry.shape.PointShape
-
- org.meteoinfo.geometry.shape.PointZShape
-
- 所有已实现的接口:
Cloneable
- 直接已知子类:
WindArrow3D
public class PointZShape extends PointShape
- 作者:
- yaqiang
-
-
构造器概要
构造器 构造器 说明 PointZShape()ConstructorPointZShape(org.locationtech.jts.geom.Geometry geometry)ConstructorPointZShape(PointD point)Constructor
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 Objectclone()ClonedoublegetM()Get M valueShapeTypesgetShapeType()Get shape typedoublegetZ()Get Z valuevoidsetPoint(PointD point)Set point-
从类继承的方法 org.meteoinfo.geometry.shape.PointShape
getPoint, toGeometry
-
从类继承的方法 org.meteoinfo.geometry.shape.Shape
addVertice, buffer, cloneValue, contains, convexHull, coveredBy, covers, crosses, difference, disjoint, equals, factory, geometry2Shape, getExtent, getLegendIndex, getPartNum, getPointNum, getPoints, getValue, intersection, intersects, isEditing, isSelected, isVisible, move, moveVertice, overlaps, reform, removeVertice, reverse, setEditing, setExtent, setLegendIndex, setPoints, setSelected, setValue, setVisible, split, symDifference, toGeometry, touches, union, updateExtent, within
-
-
-
-
构造器详细资料
-
PointZShape
public PointZShape()
Constructor
-
PointZShape
public PointZShape(PointD point)
Constructor- 参数:
point- The PointD or PointZ object
-
PointZShape
public PointZShape(org.locationtech.jts.geom.Geometry geometry)
Constructor- 参数:
geometry- Geometry
-
-
方法详细资料
-
getShapeType
public ShapeTypes getShapeType()
从类复制的说明:ShapeGet shape type- 覆盖:
getShapeType在类中PointShape- 返回:
- Shape type
-
setPoint
public void setPoint(PointD point)
Set point- 覆盖:
setPoint在类中PointShape- 参数:
aPoint- point
-
getM
public double getM()
Get M value- 返回:
- M value
-
getZ
public double getZ()
Get Z value- 返回:
- Z value
-
clone
public Object clone()
Clone- 覆盖:
clone在类中PointShape- 返回:
- PolylineZShape object
-
-