|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
MultiCurve is an interface that represents a collection of multiple curve objects as specified by the OGC.
Method Summary | |
boolean |
isClosed()
Determines if this curve collection is closed, that is, if all curves in this collection are closed. |
double |
length()
Computes the length of this curve collection, as measured in this geometry's coordinate system. |
Methods inherited from interface oracle.sdoapi.geom.GeometryCollection |
getGeometries, getGeometryArray, getGeometryAt, getNumGeometries |
Methods inherited from interface oracle.sdoapi.geom.Geometry |
clone, getAllIsolatedPoints, getAllSegments, getCoordinateDimension, getDimensionality, getEnvelope, getGeometryType, getLabelPoint, getLabelPoint, getSpatialReference, isEmpty, isSimple, isValid, linearize |
Method Detail |
public double length()
public boolean isClosed()
true
if this multi-curve is closed;
false
otherwise
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |