@UML(identifier="GM_Boundary", specification=ISO_19107) public interface Boundary extends Complex
Geometry
will use a subclass of Boundary
to represent
its boundary through the operation Geometry.getBoundary()
. By the nature of geometry,
boundary objects are cycles.Modifier and Type | Method and Description |
---|---|
boolean |
isCycle()
Always returns
true since boundary objects are cycles. |
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="isCycle", obligation=MANDATORY, specification=ISO_19107) boolean isCycle()
true
since boundary objects are cycles.isCycle
in interface Geometry
true
.Geometry.isSimple()
Copyright © 1996–2019 Geotools. All rights reserved.