GeoAPI 1.0
Build 2004-05-18

org.opengis.spatialschema.geometry.primitive
Interface Shell

All Superinterfaces:
Complex, Composite, CompositeSurface, Geometry, OrientablePrimitive, OrientableSurface, Primitive, TransfiniteSet

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.

Version:
2.0
Author:
ISO/DIS 19107, OpenGIS® consortium
See Also:
SolidBoundary, Ring
UML identifier (abstract type): GM_Shell

Method Summary
 boolean isSimple()
          Always returns true since shell objects are simples.
 
Methods inherited from interface CompositeSurface
getGenerators
 
Methods inherited from interface Complex
getElements, getSubComplexes, getSuperComplexex, isMaximal
 
Methods inherited from interface OrientableSurface
getBoundary, getComposite
 
Methods inherited from interface OrientablePrimitive
getOrientation, getPrimitive
 
Methods inherited from interface Primitive
getComplexes, getContainedPrimitives, getContainingPrimitives, getProxy
 

Method Detail

isSimple

boolean isSimple()
Always returns true since shell objects are simples.

Specified by:
isSimple in interface Geometry
Returns:
Always true.
See Also:
Geometry.isCycle()

GeoAPI 1.0
Build 2004-05-18

Symbols, terms and definitions
Copyright OpenGIS® Consortium