|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MultiPrimitive | |
---|---|
org.opengis.geometry.aggregate | Aggregations of geometric objects. |
org.opengis.geometry.coordinate | Set of geometric objects. |
Uses of MultiPrimitive in org.opengis.geometry.aggregate |
---|
Subinterfaces of MultiPrimitive in org.opengis.geometry.aggregate | |
---|---|
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 . |
Methods in org.opengis.geometry.aggregate that return MultiPrimitive | |
---|---|
MultiPrimitive |
AggregateFactory.createMultiPrimitive(Set<Primitive> primitives)
Creates a multi primitive by a set of primitives. |
Uses of MultiPrimitive in org.opengis.geometry.coordinate |
---|
Methods in org.opengis.geometry.coordinate that return MultiPrimitive | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |