@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  truesince boundary objects are cycles. | 
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="isCycle", obligation=MANDATORY, specification=ISO_19107) boolean isCycle()
true since boundary objects are cycles.isCycle in interface Geometrytrue.Geometry.isSimple()Copyright © 1996–2019 Geotools. All rights reserved.