See: Description
Interface | Description |
---|---|
GeometryEditor.GeometryEditorOperation |
A interface which specifies an edit operation for Geometries.
|
GeometryMapper.MapOp |
An interface for geometry functions used for mapping.
|
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 representative
Coordinate
from each connected component of a Geometry . |
GeometryCollectionMapper |
Maps the members of a
GeometryCollection
into another GeometryCollection via a defined
mapping function. |
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,
maintaining the same type structure. |
GeometryEditor.CoordinateOperation |
A
GeometryEditor.GeometryEditorOperation which edits the coordinate list of a Geometry . |
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
Geometry s
via defined mapping functions. |
GeometryTransformer | |
LinearComponentExtracter |
Extracts all the 1-dimensional (
LineString ) components from a Geometry . |
LineStringExtracter |
Extracts all the
LineString elements from a Geometry . |
PointExtracter | |
PolygonExtracter | |
ShortCircuitedGeometryVisitor |
A visitor to
Geometry components, 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.
|
Exception | Description |
---|---|
NoninvertibleTransformationException |
Indicates that an
AffineTransformation
is non-invertible. |
Copyright © 2020. All rights reserved.