Uses of Class
org.geotools.geometry.iso.complex.ComplexImpl

Packages that use ComplexImpl
org.geotools.geometry.iso.complex An implementation of GeoAPI Geometry interfaces from ISO 19107. 
org.geotools.geometry.iso.primitive An implementation of GeoAPI Geometry interfaces from ISO 19107. 
 

Uses of ComplexImpl in org.geotools.geometry.iso.complex
 

Subclasses of ComplexImpl in org.geotools.geometry.iso.complex
 class ComplexBoundaryImpl
           
 class CompositeCurveImpl
          A composite curve, CompositeCurve shall be a Composite with all the geometric properties of a curve.
 class CompositeImpl<T>
          A geometric composite, Composite, shall be a geometric complex with an underlying core geometry that is isomorphic to a primitive.
 class CompositePointImpl
          A separate class for composite point, CompositePoint (Figure 27) is included for completeness.
 class CompositeSolidImpl
          A CompositeSolid (Figure 30) shall be a Complex with all the geometric properties of a solid.
 class CompositeSurfaceImpl
          A composite surface, CompositeSurface (Figure 29) shall be a Complex with all the geometric properties of a surface, and thus can be considered as a type of orientable surface (OrientableSurface).
 

Methods in org.geotools.geometry.iso.complex with parameters of type ComplexImpl
protected  void ComplexImpl.addSuperComplex(ComplexImpl superComplex1)
          Adds an associated Super Complex
 

Uses of ComplexImpl in org.geotools.geometry.iso.primitive
 

Subclasses of ComplexImpl in org.geotools.geometry.iso.primitive
 class BoundaryImpl
          The abstract root data type for all the data types used to represent the boundary of geometric objects is Boundary (Figure 7).
 class CurveBoundaryImpl
          The boundary of Curves shall be represented as CurveBoundary.
 class PrimitiveBoundaryImpl
          PrimitiveBoundary The abstract class Primitive boundary is the root for the various return types of the boundary operator for subtypes of Primitive.
 class RingImpl
          A Ring is used to represent a single connected component of a SurfaceBoundary.
 class RingImplUnsafe
          This Ring implementation does not do a consistency check.
 class ShellImpl
          A Shell is used to represent a single connected component of a SolidBoundary.
 class SolidBoundaryImpl
          The boundary of Solids shall be represented as SolidBoundary.
 class SurfaceBoundaryImpl
          The boundary of Surfaces shall be represented as SurfaceBoundary.
 

Methods in org.geotools.geometry.iso.primitive with parameters of type ComplexImpl
 void PrimitiveImpl.addComplex(ComplexImpl newComplex)
          Adds a new complex to the set of complexes containing this primitive
 



Copyright © 1996-2010 Geotools. All Rights Reserved.