|
||||||||||
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
T
- public abstract class AggregateImpl
Field Summary | |
---|---|
protected java.util.Set<? extends org.opengis.geometry.Geometry> |
elements
|
Fields inherited from class org.geotools.geometry.iso.root.GeometryImpl |
---|
crs, percision |
Constructor Summary | |
---|---|
AggregateImpl(org.opengis.referencing.crs.CoordinateReferenceSystem crs,
java.util.Set<? extends org.opengis.geometry.Geometry> elements)
|
Method Summary | |
---|---|
GeometryImpl |
clone()
|
org.opengis.geometry.Boundary |
getBoundary()
Union the various elements together and return the result. |
int |
getDimension(org.opengis.geometry.DirectPosition point)
|
java.util.Set<? extends org.opengis.geometry.Geometry> |
getElements()
|
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, getEnvelope, getMbRegion, getPositionFactory, getPrecision, getRepresentativePoint, 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, toString, wait, wait, wait |
Methods inherited from interface org.opengis.geometry.Geometry |
---|
distance, getBuffer, getCentroid, getClosure, getConvexHull, getCoordinateDimension, getCoordinateReferenceSystem, 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 |
Field Detail |
---|
protected java.util.Set<? extends org.opengis.geometry.Geometry> elements
Constructor Detail |
---|
public AggregateImpl(org.opengis.referencing.crs.CoordinateReferenceSystem crs, java.util.Set<? extends org.opengis.geometry.Geometry> elements)
crs
- Method Detail |
---|
public java.util.Set<? extends org.opengis.geometry.Geometry> getElements()
getElements
in interface org.opengis.geometry.aggregate.Aggregate
public GeometryImpl clone() throws java.lang.CloneNotSupportedException
clone
in interface org.opengis.geometry.Geometry
clone
in class GeometryImpl
java.lang.CloneNotSupportedException
public org.opengis.geometry.Boundary getBoundary()
getBoundary
in interface org.opengis.geometry.Geometry
getBoundary
in class GeometryImpl
public int getDimension(org.opengis.geometry.DirectPosition point)
getDimension
in interface org.opengis.geometry.Geometry
getDimension
in class GeometryImpl
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |