<P extends C2D & Measured> Geometry<P> |
DefaultMeasureGeometryOperations.locateAlong(Geometry<P> geometry,
double mValue) |
|
<P extends C2D & Measured> Geometry<P> |
MeasureGeometryOperations.locateAlong(Geometry<P> geometry,
double mValue) |
Creates an operation to calculate the GeometryCollection that matches the specified M-coordinate value.
|
<P extends C2D & Measured> Geometry<P> |
DefaultMeasureGeometryOperations.locateBetween(Geometry<P> geometry,
double startMeasure,
double endMeasure) |
|
<P extends C2D & Measured> Geometry<P> |
MeasureGeometryOperations.locateBetween(Geometry<P> geometry,
double startMeasure,
double endMeasure) |
Creates an operation to calculate the GeometryCollection that matches the specified range of M-coordinate value
inclusively.
|
<P extends Position & Measured> double |
DefaultMeasureGeometryOperations.maximumMeasure(Geometry<P> geometry) |
|
<P extends Position & Measured> double |
MeasureGeometryOperations.maximumMeasure(Geometry<P> geometry) |
Creates a GeometryOperation that returns the maximum measure value of the Positions
of the specified Geometry.
|
<P extends C2D & Measured> double |
DefaultMeasureGeometryOperations.measureAt(Geometry<P> geometry,
C2D pos,
double tolerance) |
|
<P extends C2D & Measured> double |
MeasureGeometryOperations.measureAt(Geometry<P> geometry,
C2D pos,
double tolerance) |
Creates a GeometryOperation to calculate the measure value
at the specified point
|
<P extends C2D,M extends C2D & Measured> Geometry<M> |
DefaultMeasureGeometryOperations.measureOnLength(Geometry<P> geometry,
Class<M> positionTypeMarker,
boolean keepBeginMeasure) |
|
<P extends C2D,M extends C2D & Measured> Geometry<M> |
MeasureGeometryOperations.measureOnLength(Geometry<P> geometry,
Class<M> positionTypeMarker,
boolean keepBeginMeasure) |
Creates a GeometryOperation that creates a new Geometry
that has the same 2D/3D-coordinates as the specified Geometry, and
with measure values that correspond with the length along it (or begin-measure + length).
|
<P extends Position & Measured> double |
DefaultMeasureGeometryOperations.minimumMeasure(Geometry<P> geometry) |
|
<P extends Position & Measured> double |
MeasureGeometryOperations.minimumMeasure(Geometry<P> geometry) |
Creates a GeometryOperation that returns the minimum measure value of the Positions
of the specified Geometry.
|