@UML(identifier="GM_Ring", specification=ISO_19107) public interface Ring extends CompositeCurve
Ring is structurally similar to a
composite curve in that the end point of each orientable curve in the sequence is the start point of the next orientable curve in the sequence. Since the sequence is circular, there is no
exception to this rule. Each ring, like all boundaries is a cycle and each ring is simple.
Even though each Ring is simple, the boundary need not be simple. The easiest case of
this is where one of the interior rings of a surface is tangent to its exterior ring.
Implementations may enforce stronger restrictions on the interaction of boundary elements.
SurfaceBoundary,
Shell| Modifier and Type | Method and Description |
|---|---|
boolean |
isSimple()
Always returns
true since ring objects are simples. |
getGeneratorsgetElements, getSubComplexes, getSuperComplexes, isMaximalgetBoundary, getComposite, getPrimitivegetOrientationgetComplexes, getContainedPrimitives, getContainingPrimitives, getProxyclone, distance, getBuffer, getCentroid, getClosure, getConvexHull, getCoordinateDimension, getCoordinateReferenceSystem, getDimension, getEnvelope, getMaximalComplex, getMbRegion, getPrecision, getRepresentativePoint, isCycle, isMutable, toImmutable, transform, transformcontains, contains, difference, equals, intersection, intersects, symmetricDifference, union@UML(identifier="isSimple", obligation=MANDATORY, specification=ISO_19107) boolean isSimple()
true since ring objects are simples.isSimple in interface Geometrytrue.Geometry.isCycle()Copyright © 1996–2019 Geotools. All rights reserved.