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