org.geotools.geometry.iso.aggregate
Class MultiPointImpl

java.lang.Object
  extended by org.geotools.geometry.iso.root.GeometryImpl
      extended by org.geotools.geometry.iso.aggregate.AggregateImpl
          extended by org.geotools.geometry.iso.aggregate.MultiPrimitiveImpl
              extended by org.geotools.geometry.iso.aggregate.MultiPointImpl
All Implemented Interfaces:
java.io.Serializable, org.opengis.geometry.aggregate.Aggregate, org.opengis.geometry.aggregate.MultiPoint, org.opengis.geometry.aggregate.MultiPrimitive, org.opengis.geometry.Geometry, org.opengis.geometry.TransfiniteSet

public class MultiPointImpl
extends MultiPrimitiveImpl
implements org.opengis.geometry.aggregate.MultiPoint

Author:
roehrig
See Also:
Serialized Form

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

MultiPointImpl

public MultiPointImpl(org.opengis.referencing.crs.CoordinateReferenceSystem crs,
                      java.util.Set<org.opengis.geometry.primitive.Point> points)
Creates a MultiPoint by a set of Points.

Parameters:
crs -
points - Set of Points which shall be contained by the MultiPoint
Method Detail

getElements

public java.util.Set<org.opengis.geometry.primitive.Point> getElements()
Specified by:
getElements in interface org.opengis.geometry.aggregate.Aggregate
Specified by:
getElements in interface org.opengis.geometry.aggregate.MultiPoint
Specified by:
getElements in interface org.opengis.geometry.aggregate.MultiPrimitive
Overrides:
getElements in class MultiPrimitiveImpl


Copyright © 1996-2010 Geotools. All Rights Reserved.