@UML(identifier="GM_CurveBoundary", specification=ISO_19107) public interface CurveBoundary extends PrimitiveBoundary
| Modifier and Type | Method and Description |
|---|---|
Point |
getEndPoint()
Returns the end point.
|
Point |
getStartPoint()
Returns the start point.
|
getElements, getSubComplexes, getSuperComplexes, isMaximalclone, distance, getBoundary, getBuffer, getCentroid, getClosure, getConvexHull, getCoordinateDimension, getCoordinateReferenceSystem, getDimension, getEnvelope, getMaximalComplex, getMbRegion, getPrecision, getRepresentativePoint, isMutable, isSimple, toImmutable, transform, transformcontains, contains, difference, equals, intersection, intersects, symmetricDifference, union@UML(identifier="startPoint", obligation=MANDATORY, specification=ISO_19107) Point getStartPoint()
getEndPoint()@UML(identifier="endPoint", obligation=MANDATORY, specification=ISO_19107) Point getEndPoint()
getStartPoint()Copyright © 1996–2019 Geotools. All rights reserved.