| Package | Description |
|---|---|
| com.revolsys.gis.postgresql.type | |
| com.revolsys.io.kml | |
| com.revolsys.io.wkt | |
| com.revolsys.jts.geom |
Contains the
Geometry interface hierarchy and supporting classes. |
| com.revolsys.jts.geom.impl | |
| com.revolsys.jts.geom.prep |
Classes to perform optimized geometric operations on suitably prepared geometries.
|
| com.revolsys.jts.geom.segment | |
| com.revolsys.jts.geom.util |
Provides classes that parse and modify Geometry objects.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
PostgreSQLWktWriter.write(PrintWriter out,
GeometryCollection multiGeometry) |
| Modifier and Type | Method and Description |
|---|---|
void |
KmlXmlWriter.writeMultiGeometry(GeometryCollection collection,
int axisCount) |
| Modifier and Type | Method and Description |
|---|---|
static void |
WktWriter.write(PrintWriter out,
GeometryCollection multiGeometry) |
static void |
EWktWriter.write(PrintWriter out,
GeometryCollection multiGeometry) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
MultiLineString
Models a collection of (@link LineString}s.
|
interface |
MultiPoint
Models a collection of
Points. |
interface |
MultiPolygon
Models a collection of
Polygons. |
| Modifier and Type | Method and Description |
|---|---|
<V extends GeometryCollection> |
GeometryFactory.geometryCollection(Collection<? extends Geometry> geometries) |
<V extends GeometryCollection> |
GeometryFactory.geometryCollection(Geometry... geometries) |
| Modifier and Type | Method and Description |
|---|---|
GeometryCollection |
GeometryCollection.clone()
Creates and returns a full copy of this
GeometryCollection object. |
GeometryCollection |
GeometryFactory.geometryCollection() |
GeometryCollection |
GeometryCollection.normalize() |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractGeometryCollection
Models a collection of
Geometrys of
arbitrary type and dimension. |
class |
AbstractMultiLineString
Models a collection of (@link LineString}s.
|
class |
AbstractMultiPoint |
class |
AbstractMultiPolygon
Models a collection of
Polygons. |
class |
GeometryCollectionImpl
Models a collection of
Geometrys of
arbitrary type and dimension. |
class |
MultiLineStringImpl
Models a collection of (@link LineString}s.
|
class |
MultiPointImpl
Models a collection of
Points. |
class |
MultiPolygonImpl
Models a collection of
Polygons. |
| Modifier and Type | Method and Description |
|---|---|
GeometryCollection |
AbstractGeometryCollection.normalize() |
GeometryCollection |
GeometryCollectionImpl.prepare() |
GeometryCollection |
AbstractGeometryCollection.reverse()
Creates a
GeometryCollection with
every component reversed. |
| Modifier and Type | Class and Description |
|---|---|
class |
PreparedGeometryCollection
A base class for
PreparedGeometry subclasses. |
class |
PreparedMultiLineString
A prepared version for
Lineal geometries. |
class |
PreparedMultiPoint |
class |
PreparedMultiPolygon
A prepared version for
MultiPolygonal geometries. |
| Constructor and Description |
|---|
PreparedGeometryCollection(GeometryCollection geometryCollection) |
| Modifier and Type | Method and Description |
|---|---|
GeometryCollection |
GeometryCollectionSegment.getGeometryCollection() |
| Modifier and Type | Method and Description |
|---|---|
static GeometryCollection |
CleanDuplicatePoints.clean(GeometryCollection collection) |
GeometryCollection |
GeometryCollectionMapper.map(GeometryCollection gc) |
static GeometryCollection |
GeometryCollectionMapper.map(GeometryCollection gc,
GeometryMapper.MapOp op) |
| Modifier and Type | Method and Description |
|---|---|
static GeometryCollection |
CleanDuplicatePoints.clean(GeometryCollection collection) |
GeometryCollection |
GeometryCollectionMapper.map(GeometryCollection gc) |
static GeometryCollection |
GeometryCollectionMapper.map(GeometryCollection gc,
GeometryMapper.MapOp op) |
protected Geometry |
GeometryTransformer.transformGeometryCollection(GeometryCollection geom,
Geometry parent) |
Copyright © 2015 Revolution Systems Inc.. All rights reserved.