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