| Package | Description |
|---|---|
| org.geotools.geometry |
org.geotools.geometry.Geometry implementation.
|
| org.opengis.geometry.aggregate |
Aggregations of geometric objects.
|
| org.opengis.geometry.coordinate |
Set of geometric objects.
|
| Modifier and Type | Method and Description |
|---|---|
MultiPrimitive |
GeometryBuilder.createMultiPrimitive() |
MultiPrimitive |
GeometryBuilder.createMultiPrimitive(Set primitives) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
MultiCurve
An aggregate class containing only instances of
OrientableCurve. |
interface |
MultiPoint
An aggregate class containing only instances of
Point. |
interface |
MultiSurface
An aggregate class containing only instances of
OrientableSurface. |
| Modifier and Type | Method and Description |
|---|---|
MultiPrimitive |
AggregateFactory.createMultiPrimitive(Set<Primitive> primitives)
Creates a multi primitive by a set of primitives.
|
| Modifier and Type | Method and Description |
|---|---|
MultiPrimitive |
GeometryFactory.createMultiPrimitive()
Deprecated.
This method is temporary. It will move to some
MultiPrimitive
factory when the creation of Geometry interfaces will be completed. See GEO-1 on JIRA. |
Copyright © 1996–2019 Geotools. All rights reserved.