Constructor Constructor
Constructor Constructor
Constructor Constructor
Constructor Constructor
Constructor Constructor
Constructor Constructor
Get the geometry type
geometry type
Does the geometry have m coordinates
true if has m coordinates
Set if the geometry has m coordinates
true if has m coordinates
true if has m coordinates
Does the geometry have z coordinates
true if has z coordinates
Set if the geometry has z coordinates
true if has z coordinates
true if has z coordinates
Does the geometry have z coordinates
true if has z coordinates
Get the rings
rings
Set the rings
rings
rings
Add a ring
ring
Add rings
rings
{@inheritDoc}
{@inheritDoc}
Expand the envelope with the minimum bounding box for this Geometry
geometry envelope to expand
Get the mathematical centroid point of a 2 dimensional representation of the Geometry (balancing point of a 2d cutout of the geometry). Only the x and y coordinate of the resulting point are calculated and populated. The resulting {@link Point#getZ()} and {@link Point#getM()} methods will always return null.
centroid point
Get the geographic centroid point of a 2 dimensional representation of the degree unit Geometry. Only the x and y coordinate of the resulting point are calculated and populated. The resulting {@link Point#getZ()} and {@link Point#getM()} methods will always return null.
centroid point
Get the inherent dimension (0, 1, or 2) for this Geometry
dimension
Get the minimum bounding box for this Geometry
geometry envelope
Get the exterior ring
exterior ring
Returns the Nth interior ring for this Polygon
interior ring number
interior ring
Returns the Nth ring where the exterior ring is at 0, interior rings begin at 1
nth ring to return
ring
{@inheritDoc}
Does the geometry have m coordinates.
true if has m coordinates
{@inheritDoc}
Get the number of interior rings
number of interior rings
Get the number of rings including exterior and interior
number of rings
Update currently false hasZ and hasM values using the provided geometry
geometry
Determine if the geometries contain a M value
list of geometries
true if has m
Determine if the geometries contain a Z value
list of geometries
true if has z
Generated using TypeDoc
A restricted form of CurvePolygon where each ring is defined as a simple, closed LineString.