See: Description
| Interface | Description |
|---|---|
| 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
AffineTransformations defined by various kinds of
inputs and transformation mapping rules. |
| CleanDuplicatePoints | |
| GeometryCollectionMapper |
Maps the members of a
GeometryCollection
into another GeometryCollection via a defined
mapping function. |
| GeometryCombiner |
Combines
Geometrys
to produce a GeometryCollection of the most appropriate type. |
| GeometryMapper |
Methods to map various collections
of
Geometrys
via defined mapping functions. |
| GeometryTransformer | |
| LineStringExtracter |
Extracts all the
LineString elements from a Geometry. |
| 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.
|
| Exception | Description |
|---|---|
| NoninvertibleTransformationException |
Indicates that an
AffineTransformation
is non-invertible. |
Copyright © 2015 Revolution Systems Inc.. All rights reserved.