Uses of Interface
org.opengis.geometry.aggregate.MultiPrimitive

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.
 



Copyright © 1994-2008 Open Geospatial Consortium. All Rights Reserved.