public class MapGeometry extends VectorGeometry
| Modifier and Type | Field and Description |
|---|---|
double[] |
points
The point set in geometric object.
|
cutEdges, parts, partTopo, type| Constructor and Description |
|---|
MapGeometry() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
CoordinateType |
getCoordinateType() |
int |
hashCode() |
int |
pointsLength() |
void |
setCoordinateType(CoordinateType coordinateType) |
public double[] points
The point set in geometric object.
For 2D geometric objects (Point2D,Line,Region), each coordinate is represented by two array members, such as [-180,90,180,-90] indicates two points (-180,90) and (180,-90).
public CoordinateType getCoordinateType()
getCoordinateType in class VectorGeometrypublic void setCoordinateType(CoordinateType coordinateType)
setCoordinateType in class VectorGeometrypublic int pointsLength()
pointsLength in class VectorGeometrypublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object