- author Rémi San
AbstractInterface
Methods |
public abstract getBoundingBox() Returns the bounding box of the Geometry
|
public abstract getCoordinate() Returns a vertex of this The returned coordinate should not be assumed to be an actual Coordinate object used in
|
public abstract getCoordinates() Returns a collection containing the values of all the vertices for this geometry. If the geometry is a composite, the array will contain all the vertices
|
public abstract getEllipsoid() Returns the ellipsoid of the geometry.
|
public abstract getGeometryType() Returns the geometry type.
|
public abstract getPrecision() Returns the precision of the geometry.
|
public abstract isEmpty() Returns true if the geometry is empty.
|