oracle.sdoapi.geom
Interface MultiCurvePolygon
- All Superinterfaces:
- java.lang.Cloneable, Geometry, GeometryCollection, MultiSurface, java.io.Serializable
- All Known Subinterfaces:
- MultiPolygon
- public interface MultiCurvePolygon
- extends MultiSurface
MultiCurvePolygon is an interface that represents a collection of multiple curve
polygons. (A curve polygon is a generic geometry polygon regardless
of interpolation such as linear or circular). A MultiCurvePolygon may contain
any combination of linear polygons, circular arc polygons (like circles), and
generic curve polygons. This interface resembles the MultiLineString interface in
OGC and is an extension to the OGC simple feature geometry object model.
- See Also:
CurvePolygon
Methods inherited from interface oracle.sdoapi.geom.Geometry |
clone, getAllIsolatedPoints, getAllSegments, getCoordinateDimension, getDimensionality, getEnvelope, getGeometryType, getLabelPoint, getLabelPoint, getSpatialReference, isEmpty, isSimple, isValid, linearize |