Class MultiSurface

  • All Implemented Interfaces:
    Serializable, Cloneable, Comparable, Polygonal

    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, TYPECODE_GEOMETRYCOLLECTION, TYPECODE_LINEARRING, TYPECODE_LINESTRING, TYPECODE_MULTILINESTRING, TYPECODE_MULTIPOINT, TYPECODE_MULTIPOLYGON, TYPECODE_POINT, TYPECODE_POLYGON, TYPENAME_GEOMETRYCOLLECTION, TYPENAME_LINEARRING, TYPENAME_LINESTRING, TYPENAME_MULTILINESTRING, TYPENAME_MULTIPOINT, TYPENAME_MULTIPOLYGON, TYPENAME_POINT, TYPENAME_POLYGON
    • Constructor Summary

      Constructors 
      Constructor Description
      MultiSurface​(Polygon[] polygons, GeometryFactory factory)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      String getGeometryType()  
      • Methods inherited from class MultiPolygon

        copyInternal, equalsExact, getBoundary, getBoundaryDimension, getDimension, getTypeCode, reverse, reverseInternal
      • 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, compare, compareTo, compareTo, contains, convexHull, copy, coveredBy, covers, crosses, difference, disjoint, distance, equal, equals, equals, equalsExact, equalsNorm, equalsTopo, geometryChanged, geometryChangedAction, getCentroid, getEnvelope, getEnvelopeInternal, getFactory, getInteriorPoint, getPrecisionModel, getSRID, getUserData, hashCode, hasNonEmptyElements, hasNullElements, intersection, intersects, isEquivalentClass, isGeometryCollection, isRectangle, isSimple, isValid, isWithinDistance, norm, overlaps, relate, relate, setSRID, setUserData, symDifference, toString, toText, touches, union, union, within
      • Methods inherited from class Object

        finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • MultiSurface

        public MultiSurface​(Polygon[] polygons,
                            GeometryFactory factory)
    • Method Detail

      • getGeometryType

        public String getGeometryType()
        Overrides:
        getGeometryType in class MultiPolygon