|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.geotools.geometry.iso.aggregate.AggregateFactoryImpl
public class AggregateFactoryImpl
Constructor Summary | |
---|---|
AggregateFactoryImpl()
This is just here so FactorySPI can find us. |
|
AggregateFactoryImpl(org.opengis.referencing.crs.CoordinateReferenceSystem crs)
|
|
AggregateFactoryImpl(Hints hints)
This is the constructor used by GeometryFactoryFinder when a user requests a new instance. |
Method Summary | |
---|---|
org.opengis.geometry.aggregate.MultiCurve |
createMultiCurve(java.util.Set<org.opengis.geometry.primitive.OrientableCurve> curves)
Creates a MultiCurve by a set of Curves. |
org.opengis.geometry.aggregate.MultiPoint |
createMultiPoint(java.util.Set<org.opengis.geometry.primitive.Point> points)
Creates a MultiPoint by a set of Points. |
org.opengis.geometry.aggregate.MultiPrimitive |
createMultiPrimitive(java.util.Set<org.opengis.geometry.primitive.Primitive> primitives)
Creates a MultiPrimitive by a set of Primitives. |
org.opengis.geometry.aggregate.MultiSurface |
createMultiSurface(java.util.Set<org.opengis.geometry.primitive.OrientableSurface> surfaces)
Creates a MultiSurface by a set of Surfaces. |
java.util.Map |
getImplementationHints()
Report back to FactoryRegistry about our configuration. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AggregateFactoryImpl()
public AggregateFactoryImpl(Hints hints)
hints
- Hints (must include CRS)public AggregateFactoryImpl(org.opengis.referencing.crs.CoordinateReferenceSystem crs)
crs
- Method Detail |
---|
public java.util.Map getImplementationHints()
FactoryRegistry will check to make sure that there are no duplicates created (so there will be only a "single" PositionFactory created with this configuration).
getImplementationHints
in interface Factory
public org.opengis.geometry.aggregate.MultiPrimitive createMultiPrimitive(java.util.Set<org.opengis.geometry.primitive.Primitive> primitives)
createMultiPrimitive
in interface org.opengis.geometry.aggregate.AggregateFactory
points
- Set of Points which shall be contained by the MultiPoint
public org.opengis.geometry.aggregate.MultiPoint createMultiPoint(java.util.Set<org.opengis.geometry.primitive.Point> points)
createMultiPoint
in interface org.opengis.geometry.aggregate.AggregateFactory
points
- Set of Points which shall be contained by the MultiPoint
public org.opengis.geometry.aggregate.MultiCurve createMultiCurve(java.util.Set<org.opengis.geometry.primitive.OrientableCurve> curves)
createMultiCurve
in interface org.opengis.geometry.aggregate.AggregateFactory
points
- Set of Points which shall be contained by the MultiCurve
public org.opengis.geometry.aggregate.MultiSurface createMultiSurface(java.util.Set<org.opengis.geometry.primitive.OrientableSurface> surfaces)
createMultiSurface
in interface org.opengis.geometry.aggregate.AggregateFactory
points
- Set of Points which shall be contained by the MultiSurface
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |