CloneableBarShape, ImageShape, PointZShape, StationModelShape, WeatherSymbol, WindArrow, WindBarbpublic class PointShape extends Shape implements Cloneable
| 构造器 | 说明 |
|---|---|
PointShape() |
Constructor
|
PointShape(org.locationtech.jts.geom.Geometry geometry) |
Constructor
|
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
Object |
clone() |
Clone
|
Object |
clone_back() |
Clone
|
PointD |
getPoint() |
Get point
|
List<PointD> |
getPoints() |
Get points
|
ShapeTypes |
getShapeType() |
Get shape type
|
void |
setPoint(PointD aPoint) |
Set point
|
void |
setPoints(List<? extends PointD> points) |
Set points
|
org.locationtech.jts.geom.Geometry |
toGeometry(org.locationtech.jts.geom.GeometryFactory factory) |
To geometry method
|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddVertice, 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, withinprotected PointD point
public PointShape()
public PointShape(org.locationtech.jts.geom.Geometry geometry)
geometry - Geometrypublic ShapeTypes getShapeType()
ShapegetShapeType 在类中 Shapepublic org.locationtech.jts.geom.Geometry toGeometry(org.locationtech.jts.geom.GeometryFactory factory)
toGeometry 在类中 Shapefactory - GeometryFactorypublic PointD getPoint()
public void setPoint(PointD aPoint)
aPoint - pointpublic Object clone_back()
Copyright © 2019. All rights reserved.