Uses of Class
org.geotools.geometry.iso.primitive.PrimitiveImpl

Packages that use PrimitiveImpl
org.geotools.geometry.iso.coordinate 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 PrimitiveImpl in org.geotools.geometry.iso.coordinate
 

Subclasses of PrimitiveImpl in org.geotools.geometry.iso.coordinate
 class PolyhedralSurfaceImpl
          A PolyhedralSurface (Figure 21) is a Surface composed of polygon surfaces (Polygon) connected along their common boundary curves.
 class TinImpl
           
 class TriangulatedSurfaceImpl
          A TriangulatedSurface (Figure 21) is a PolyhedralSurface that is composed only of triangles (Triangle).
 

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

Subclasses of PrimitiveImpl in org.geotools.geometry.iso.primitive
 class CurveImpl
          Curve (Figure 11 of the ISO 19107 v5) is a descendent subtype of Primitive through OrientablePrimitive.
 class OrientableCurveImpl
          OrientableCurve consists of a curve and an orientation inherited from OrientablePrimitive.
 class OrientablePrimitiveImpl
          Orientable primitives (ISO 19107 v5 figure 10) are those that can be mirrored into new geometric objects in terms of their internal local coordinate systems (manifold charts).
 class OrientableSurfaceImpl
          OrientableSurface consists of a surface and an orientation inherited from OrientablePrimitive.
 class PointImpl
          Point is the basic data type for a geometric object consisting of one and only one point.
 class SolidImpl
          Solid , a subclass of Primitive, is the basis for 3-dimensional geometry.
 class SurfaceImpl
          Surface (Figure 12) a subclass of Primitive and is the basis for 2-dimensional geometry.
 

Methods in org.geotools.geometry.iso.primitive that return PrimitiveImpl
 PrimitiveImpl PrimitiveFactoryImpl.createPrimitive(org.opengis.geometry.Envelope bounds)
           
 

Methods in org.geotools.geometry.iso.primitive with parameters of type PrimitiveImpl
 void PrimitiveImpl.addContainedPrimitive(PrimitiveImpl newSuperelement)
          Adds a the super element where this object in contained in
 void PrimitiveImpl.addContainingPrimitive(PrimitiveImpl newSubelement)
          Adds a new subelement of same or lower dimension then this object.
 

Constructors in org.geotools.geometry.iso.primitive with parameters of type PrimitiveImpl
OrientablePrimitiveProxy(PrimitiveImpl primitive)
          Orientable primitives are often denoted by a sign (for the orientation) and a base geometry (curve or surface).
 



Copyright © 1996-2010 Geotools. All Rights Reserved.