org.opengis.geometry.primitive
Interface Shell
- All Superinterfaces:
- Complex, Composite, CompositeSurface, Geometry, OrientablePrimitive, OrientableSurface, Primitive, TransfiniteSet
@UML(identifier="GM_Shell",
specification=ISO_19107)
public interface Shell- extends CompositeSurface
Represents a single connected component of a solid boundary.
A shell consists of a number of references to orientable
surfaces connected in a topological cycle (an object whose boundary is empty). Unlike a
ring, a Shell's elements have no natural sort order. Like
rings, Shells are simple.
- Since:
- GeoAPI 1.0
- Author:
- Martin Desruisseaux (IRD)
- See Also:
SolidBoundary,
Ring
|
Method Summary |
boolean |
isSimple()
Always returns true since shell objects are simples. |
| Methods inherited from interface Geometry |
clone, distance, getBuffer, getCentroid, getClosure, getConvexHull, getCoordinateDimension, getCoordinateReferenceSystem, getDimension, getEnvelope, getMaximalComplex, getMbRegion, getPrecision, getRepresentativePoint, isCycle, isMutable, toImmutable, transform, transform |
isSimple
@UML(identifier="isSimple",
obligation=MANDATORY,
specification=ISO_19107)
boolean isSimple()
- Always returns
true since shell objects are simples.
- Specified by:
isSimple in interface Geometry
- Returns:
- Always
true. - See Also:
Geometry.isCycle()
Copyright © 1996-2013 Geotools. All Rights Reserved.