|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.geotools.geometry.iso.root.GeometryImpl
org.geotools.geometry.iso.aggregate.AggregateImpl
org.geotools.geometry.iso.aggregate.MultiPrimitiveImpl
public class MultiPrimitiveImpl
Field Summary |
---|
Fields inherited from class org.geotools.geometry.iso.aggregate.AggregateImpl |
---|
elements |
Fields inherited from class org.geotools.geometry.iso.root.GeometryImpl |
---|
crs, percision |
Constructor Summary | |
---|---|
MultiPrimitiveImpl(org.opengis.referencing.crs.CoordinateReferenceSystem crs,
java.util.Set<? extends org.opengis.geometry.primitive.Primitive> primitives)
Creates a MultiPrimitive by a set of Primitives. |
Method Summary | |
---|---|
java.util.Set<? extends org.opengis.geometry.primitive.Primitive> |
getElements()
|
org.opengis.geometry.Envelope |
getEnvelope()
|
java.util.Set<org.opengis.geometry.complex.Complex> |
getMaximalComplex()
|
org.opengis.geometry.DirectPosition |
getRepresentativePoint()
|
boolean |
isSimple()
|
java.lang.String |
toString()
Overwrite toString method for WKT output |
Methods inherited from class org.geotools.geometry.iso.aggregate.AggregateImpl |
---|
clone, getBoundary, getDimension |
Methods inherited from class org.geotools.geometry.iso.root.GeometryImpl |
---|
castToGeometryImpl, castToGeometryImpl, contains, contains, cRelate, crosses, difference, disjoint, distance, equals, getBuffer, getCentroid, getClosure, getConvexHull, getCoordinateDimension, getCoordinateReferenceSystem, getDistance, getMbRegion, getPositionFactory, getPrecision, intersection, intersects, isCycle, isMutable, overlaps, relate, symmetricDifference, toImmutable, touches, transform, transform, union, within |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.opengis.geometry.Geometry |
---|
clone, distance, getBoundary, getBuffer, getCentroid, getClosure, getConvexHull, getCoordinateDimension, getCoordinateReferenceSystem, getDimension, getMbRegion, getPrecision, isCycle, isMutable, toImmutable, transform, transform |
Methods inherited from interface org.opengis.geometry.TransfiniteSet |
---|
contains, contains, difference, equals, intersection, intersects, symmetricDifference, union |
Constructor Detail |
---|
public MultiPrimitiveImpl(org.opengis.referencing.crs.CoordinateReferenceSystem crs, java.util.Set<? extends org.opengis.geometry.primitive.Primitive> primitives)
crs
- primitives
- Set of Primitives which shall be contained by the MultiPrimitiveMethod Detail |
---|
public org.opengis.geometry.Envelope getEnvelope()
getEnvelope
in interface org.opengis.geometry.Geometry
getEnvelope
in class GeometryImpl
public boolean isSimple()
isSimple
in interface org.opengis.geometry.Geometry
public java.util.Set<org.opengis.geometry.complex.Complex> getMaximalComplex()
getMaximalComplex
in interface org.opengis.geometry.Geometry
public org.opengis.geometry.DirectPosition getRepresentativePoint()
getRepresentativePoint
in interface org.opengis.geometry.Geometry
getRepresentativePoint
in class GeometryImpl
public java.lang.String toString()
toString
in class java.lang.Object
public java.util.Set<? extends org.opengis.geometry.primitive.Primitive> getElements()
getElements
in interface org.opengis.geometry.aggregate.Aggregate
getElements
in interface org.opengis.geometry.aggregate.MultiPrimitive
getElements
in class AggregateImpl
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |