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 m
m
Set m
m
Get x
x
Set y
x
Get y
y
Set y
y
Get z
z
Set z
z
{@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
{@inheritDoc}
Does the geometry have m coordinates.
true if has m coordinates
{@inheritDoc}
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 single location in space. Each point has an X and Y coordinate. A point MAY optionally also have a Z and/or an M value.