| AffineTransformation |
Represents an affine transformation on the 2D Cartesian plane.
|
| AffineTransformationBuilder |
|
| AffineTransformationFactory |
Supports creating AffineTransformations defined by various kinds of
inputs and transformation mapping rules.
|
| ComponentCoordinateExtracter |
|
| GeometryCollectionMapper |
Maps the members of a GeometryCollection
into another GeometryCollection via a defined
mapping function.
|
| GeometryCombiner |
|
| GeometryEditor |
A class which supports creating new Geometrys
which are modifications of existing ones,
maintaining the same type structure.
|
| GeometryEditor.CoordinateOperation |
|
| GeometryEditor.CoordinateSequenceOperation |
|
| GeometryEditor.NoOpGeometryOperation |
A GeometryEditorOperation which does not modify
the input geometry.
|
| GeometryExtracter |
Extracts the components of a given type from a Geometry.
|
| GeometryMapper |
Methods to map various collections
of Geometrys
via defined mapping functions.
|
| GeometryTransformer |
A framework for processes which transform an input Geometry into
an output Geometry, possibly changing its structure and type(s).
|
| LinearComponentExtracter |
|
| LineStringExtracter |
|
| PointExtracter |
Extracts all the 0-dimensional ( Point) components from a Geometry.
|
| PolygonExtracter |
|
| ShortCircuitedGeometryVisitor |
A visitor to Geometry componets, which
allows short-circuiting when a defined condition holds.
|
| SineStarFactory |
Creates geometries which are shaped like multi-armed stars
with each arm shaped like a sine wave.
|