|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Curve
The Curve interface defines the methods for a class whose instances create a one-dimensional geometric object stored as a sequence of points.
| Method Summary | |
|---|---|
Point |
endPoint()
Returns the last point of a linestring. |
boolean |
isClosed()
Isclosed takes a linestring or multilinestring and returns t (TRUE) if it is closed; otherwise it returns f (FALSE). |
boolean |
isRing()
Isring takes a linestring and returns t (TRUE) if it is a ring (i.e., the linestring is closed and simple); otherwise it returns f (FALSE). |
double |
length()
Returns the length of a linestring or multilinestring. |
Point |
startPoint()
Returns the first point of a linestring. |
| Methods inherited from interface com.esri.sde.sdk.geom.Geometry |
|---|
asBinary, asText, boundary, buffer, contains, convexhull, crosses, difference, dimension, disjoint, distance, envelope, envelopesIntersect, equal, exterior, geometryType, interior, intersect, intersection, is3D, isEmpty, isMeasured, isSimple, isValid, locateAlong, locateBetween, numPoints, overlap, srid, symmetricDiff, touch, union, within |
| Method Detail |
|---|
Point startPoint()
throws GeometryException
GeometryException
Point endPoint()
throws GeometryException
GeometryException
double length()
throws GeometryException
GeometryException
boolean isRing()
throws GeometryException
GeometryException
boolean isClosed()
throws GeometryException
GeometryException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||