|
||||||||||
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
org.geotools.geometry.iso.aggregate.MultiPointImpl
public class MultiPointImpl
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 | |
---|---|
MultiPointImpl(org.opengis.referencing.crs.CoordinateReferenceSystem crs,
java.util.Set<org.opengis.geometry.primitive.Point> points)
Creates a MultiPoint by a set of Points. |
Method Summary | |
---|---|
java.util.Set<org.opengis.geometry.primitive.Point> |
getElements()
|
Methods inherited from class org.geotools.geometry.iso.aggregate.MultiPrimitiveImpl |
---|
getEnvelope, getMaximalComplex, getRepresentativePoint, isSimple, toString |
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, getEnvelope, getMaximalComplex, getMbRegion, getPrecision, getRepresentativePoint, isCycle, isMutable, isSimple, toImmutable, transform, transform |
Methods inherited from interface org.opengis.geometry.TransfiniteSet |
---|
contains, contains, difference, equals, intersection, intersects, symmetricDifference, union |
Constructor Detail |
---|
public MultiPointImpl(org.opengis.referencing.crs.CoordinateReferenceSystem crs, java.util.Set<org.opengis.geometry.primitive.Point> points)
crs
- points
- Set of Points which shall be contained by the MultiPointMethod Detail |
---|
public java.util.Set<org.opengis.geometry.primitive.Point> getElements()
getElements
in interface org.opengis.geometry.aggregate.Aggregate
getElements
in interface org.opengis.geometry.aggregate.MultiPoint
getElements
in interface org.opengis.geometry.aggregate.MultiPrimitive
getElements
in class MultiPrimitiveImpl
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |