org.geotools.gml3
Class MultiSurface

java.lang.Object
  extended by com.vividsolutions.jts.geom.Geometry
      extended by com.vividsolutions.jts.geom.GeometryCollection
          extended by com.vividsolutions.jts.geom.MultiPolygon
              extended by org.geotools.gml3.MultiSurface
All Implemented Interfaces:
com.vividsolutions.jts.geom.Polygonal, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable

public class MultiSurface
extends com.vividsolutions.jts.geom.MultiPolygon

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.vividsolutions.jts.geom.GeometryCollection
geometries
 
Fields inherited from class com.vividsolutions.jts.geom.Geometry
envelope, factory, SRID
 
Constructor Summary
MultiSurface(com.vividsolutions.jts.geom.Polygon[] polygons, com.vividsolutions.jts.geom.GeometryFactory factory)
           
 
Method Summary
 
Methods inherited from class com.vividsolutions.jts.geom.MultiPolygon
equalsExact, getBoundary, getBoundaryDimension, getDimension, getGeometryType, isSimple, reverse
 
Methods inherited from class com.vividsolutions.jts.geom.GeometryCollection
apply, apply, apply, apply, clone, compareToSameClass, compareToSameClass, computeEnvelopeInternal, getArea, getCoordinate, getCoordinates, getGeometryN, getLength, getNumGeometries, getNumPoints, isEmpty, normalize
 
Methods inherited from class com.vividsolutions.jts.geom.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, isGeometryCollection, isRectangle, isValid, isWithinDistance, overlaps, relate, relate, setSRID, setUserData, symDifference, toString, toText, touches, union, union, within
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MultiSurface

public MultiSurface(com.vividsolutions.jts.geom.Polygon[] polygons,
                    com.vividsolutions.jts.geom.GeometryFactory factory)


Copyright © 1996-2010 Geotools. All Rights Reserved.