com.vividsolutions.jts.geom
Class MultiPolygon
- Cloneable, Comparable, Serializable
public class MultiPolygon
Basic implementation of MultiPolygon.
apply, apply, apply, clone, compareToSameClass, compareToSameClass, computeEnvelopeInternal, equalsExact, getArea, getBoundary, getBoundaryDimension, getCoordinate, getCoordinates, getDimension, getGeometryN, getGeometryType, getLength, getNumGeometries, getNumPoints, isEmpty, isSimple, normalize |
apply, apply, apply, buffer, buffer, buffer, checkNotGeometryCollection, clone, compare, compareTo, compareTo, compareToSameClass, compareToSameClass, computeEnvelopeInternal, contains, convexHull, coveredBy, covers, crosses, difference, disjoint, distance, equal, equals, equalsExact, equalsExact, geometryChanged, geometryChangedAction, getArea, getBoundary, getBoundaryDimension, getCentroid, getCoordinate, getCoordinates, getDimension, getEnvelope, getEnvelopeInternal, getFactory, getGeometryN, getGeometryType, getInteriorPoint, getLength, getNumGeometries, getNumPoints, getPrecisionModel, getSRID, getUserData, hasNonEmptyElements, hasNullElements, intersection, intersects, isEmpty, isEquivalentClass, isRectangle, isSimple, isValid, isWithinDistance, normalize, overlaps, relate, relate, setSRID, setUserData, symDifference, toString, toText, touches, union, within |
MultiPolygon
public MultiPolygon(Polygon[] polygons,
PrecisionModel precisionModel,
int SRID)Use GeometryFactory instead
Constructs a MultiPolygon.
polygons - the Polygons for this MultiPolygon
, or null or an empty array to create the empty geometry.
Elements may be empty Polygons, but not null
s. The polygons must conform to the assertions specified in the OpenGIS Simple Features
Specification for SQL .precisionModel - the specification of the grid of allowable points
for this MultiPolygonSRID - the ID of the Spatial Reference System used by this
MultiPolygon