See: Description
Interface | Description |
---|---|
GeometryCollectionMapper.MapOp | |
GeometryEditor.GeometryEditorOperation |
A interface which specifies an edit operation for Geometries.
|
Class | Description |
---|---|
AffineTransformation |
Represents an affine transformation on the 2D Cartesian plane.
|
AffineTransformationBuilder |
Builds an
AffineTransformation defined by a set of control vectors. |
AffineTransformationFactory |
Supports creating
AffineTransformation s defined by various kinds of
inputs and transformation mapping rules. |
ComponentCoordinateExtracter |
Extracts a single representative
Coordinate
from each connected component of a Geometry . |
GeometryCollectionMapper | |
GeometryCombiner |
Combines
Geometry s
to produce a GeometryCollection of the most appropriate type. |
GeometryEditor |
A class which supports
creating new
Geometry s
which are modifications of existing ones. |
GeometryEditor.CoordinateOperation |
A
GeometryEditor.GeometryEditorOperation which modifies the coordinate list of a Geometry . |
GeometryExtracter |
Extracts the components of a given type from a
Geometry . |
GeometryTransformer | |
LinearComponentExtracter |
Extracts all the 1-dimensional (
LineString ) components from a Geometry . |
LineStringExtracter |
Extracts all the
LineString elements from a Geometry . |
Matrix |
Implements some 2D matrix operations
(in particular, solving systems of linear equations).
|
PointExtracter | |
PolygonExtracter | |
ShortCircuitedGeometryVisitor |
A visitor to
Geometry elements which can
be short-circuited by a given condition |
SineStarFactory |
Creates geometries which are shaped like multi-armed stars
with each arm shaped like a sine wave.
|
Exception | Description |
---|---|
NoninvertibleTransformationException |
Indicates that an
AffineTransformation
is non-invertible. |