org.geotools.gml3
Class MultiSurface

Object
  extended by Geometry
      extended by GeometryCollection
          extended by MultiPolygon
              extended by MultiSurface
All Implemented Interfaces:
Polygonal, Serializable, Cloneable, Comparable

public class MultiSurface
extends MultiPolygon

See Also:
Serialized Form

Field Summary
 
Fields inherited from class GeometryCollection
geometries
 
Fields inherited from class Geometry
envelope, factory, SRID
 
Constructor Summary
MultiSurface(Polygon[] polygons, GeometryFactory factory)
           
 
Method Summary
 
Methods inherited from class MultiPolygon
equalsExact, getBoundary, getBoundaryDimension, getDimension, getGeometryType, isSimple
 
Methods inherited from class GeometryCollection
apply, apply, apply, apply, clone, compareToSameClass, compareToSameClass, computeEnvelopeInternal, getArea, getCoordinate, getCoordinates, getGeometryN, getLength, getNumGeometries, getNumPoints, isEmpty, normalize
 
Methods inherited from class Geometry
buffer, buffer, buffer, checkNotGeometryCollection, compare, compareTo, compareTo, contains, convexHull, coveredBy, covers, crosses, difference, disjoint, distance, equal, equals, equalsExact, geometryChanged, geometryChangedAction, getCentroid, getEnvelope, getEnvelopeInternal, getFactory, getInteriorPoint, getPrecisionModel, getSRID, getUserData, hasNonEmptyElements, hasNullElements, intersection, intersects, isEquivalentClass, isRectangle, isValid, isWithinDistance, overlaps, relate, relate, setSRID, setUserData, symDifference, toString, toText, touches, union, union, within
 
Methods inherited from class Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MultiSurface

public MultiSurface(Polygon[] polygons,
                    GeometryFactory factory)


Copyright © 1996-2009 Geotools. All Rights Reserved.