@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, isMaximal
clone, distance, getBoundary, getBuffer, getCentroid, getClosure, getConvexHull, getCoordinateDimension, getCoordinateReferenceSystem, getDimension, getEnvelope, getMaximalComplex, getMbRegion, getPrecision, getRepresentativePoint, isMutable, isSimple, toImmutable, transform, transform
contains, 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.