deegree-core-3.0-pre-nightly (2010/03/05 00:01) - official

Uses of Package
org.deegree.geometry.primitive

Packages that use org.deegree.geometry.primitive
org.deegree.commons.utils.memory   
org.deegree.geometry   
org.deegree.geometry.composite   
org.deegree.geometry.io   
org.deegree.geometry.linearization   
org.deegree.geometry.points   
org.deegree.geometry.primitive   
org.deegree.geometry.primitive.patches   
org.deegree.geometry.primitive.segments   
org.deegree.geometry.standard   
org.deegree.geometry.standard.composite   
org.deegree.geometry.standard.curvesegments   
org.deegree.geometry.standard.multi   
org.deegree.geometry.standard.points   
org.deegree.geometry.standard.primitive   
org.deegree.geometry.standard.surfacepatches   
org.deegree.geometry.validation   
org.deegree.gml.geometry   
org.deegree.gml.geometry.refs   
org.deegree.gml.geometry.validation   
org.deegree.protocol.ows   
org.deegree.rendering.r2d   
org.deegree.rendering.r2d.utils   
 

Classes in org.deegree.geometry.primitive used by org.deegree.commons.utils.memory
Point
          0-dimensional primitive.
 

Classes in org.deegree.geometry.primitive used by org.deegree.geometry
Curve
          Curve instances are 1D-geometries that consist of a number of curve segments.
GeometricPrimitive
          A GeometricPrimitive is a contigous geometry with single dimensionality.
LinearRing
          TODO add documentation here
LineString
          The most common case of a Curve: consist of just one curve segment with linear interpolation between the control points.
OrientableCurve
          An OrientableCurve consists of a wrapped base Curve and an additional orientation.
OrientableSurface
          An OrientableSurface consists of a wrapped base Surface and an additional orientation.
Point
          0-dimensional primitive.
Polygon
          A Surface that consists of one single planar patch (a PolygonPatch).
PolyhedralSurface
          A Surface that consists only of PolygonPatch patches.
Ring
          A Ring is a composition of Curves that forms a closed loop.
Solid
          Solid instances are 3D-geometries that ...
Surface
          Surface instances are 2D-geometries that consist of an arbitrary number of surface patches which are not necessarily planar.
Tin
          A TriangulatedSurface that uses the Delaunay algorithm or a similar algorithm complemented with consideration of breaklines, stoplines, and maximum length of triangle sides.
TriangulatedSurface
          A Surface that consists only of Triangle patches.
 

Classes in org.deegree.geometry.primitive used by org.deegree.geometry.composite
Curve
          Curve instances are 1D-geometries that consist of a number of curve segments.
Curve.CurveType
          Convenience enum type for discriminating the different curve variants.
GeometricPrimitive
          A GeometricPrimitive is a contigous geometry with single dimensionality.
Solid
          Solid instances are 3D-geometries that ...
Solid.SolidType
          Convenience enum type for discriminating the different solid variants.
Surface
          Surface instances are 2D-geometries that consist of an arbitrary number of surface patches which are not necessarily planar.
Surface.SurfaceType
          Convenience enum type for discriminating the different surface variants.
 

Classes in org.deegree.geometry.primitive used by org.deegree.geometry.io
Curve
          Curve instances are 1D-geometries that consist of a number of curve segments.
GeometricPrimitive
          A GeometricPrimitive is a contigous geometry with single dimensionality.
LinearRing
          TODO add documentation here
LineString
          The most common case of a Curve: consist of just one curve segment with linear interpolation between the control points.
Point
          0-dimensional primitive.
Polygon
          A Surface that consists of one single planar patch (a PolygonPatch).
Ring
          A Ring is a composition of Curves that forms a closed loop.
Solid
          Solid instances are 3D-geometries that ...
Surface
          Surface instances are 2D-geometries that consist of an arbitrary number of surface patches which are not necessarily planar.
Tin
          A TriangulatedSurface that uses the Delaunay algorithm or a similar algorithm complemented with consideration of breaklines, stoplines, and maximum length of triangle sides.
 

Classes in org.deegree.geometry.primitive used by org.deegree.geometry.linearization
Curve
          Curve instances are 1D-geometries that consist of a number of curve segments.
Point
          0-dimensional primitive.
Surface
          Surface instances are 2D-geometries that consist of an arbitrary number of surface patches which are not necessarily planar.
 

Classes in org.deegree.geometry.primitive used by org.deegree.geometry.points
Point
          0-dimensional primitive.
 

Classes in org.deegree.geometry.primitive used by org.deegree.geometry.primitive
Curve
          Curve instances are 1D-geometries that consist of a number of curve segments.
Curve.CurveType
          Convenience enum type for discriminating the different curve variants.
GeometricPrimitive
          A GeometricPrimitive is a contigous geometry with single dimensionality.
GeometricPrimitive.PrimitiveType
          Convenience enum type for discriminating the different primitive variants.
LineString
          The most common case of a Curve: consist of just one curve segment with linear interpolation between the control points.
Point
          0-dimensional primitive.
Ring
          A Ring is a composition of Curves that forms a closed loop.
Ring.RingType
          All ring variants.
Solid.SolidType
          Convenience enum type for discriminating the different solid variants.
Surface
          Surface instances are 2D-geometries that consist of an arbitrary number of surface patches which are not necessarily planar.
Surface.SurfaceType
          Convenience enum type for discriminating the different surface variants.
TriangulatedSurface
          A Surface that consists only of Triangle patches.
 

Classes in org.deegree.geometry.primitive used by org.deegree.geometry.primitive.patches
LinearRing
          TODO add documentation here
Point
          0-dimensional primitive.
Ring
          A Ring is a composition of Curves that forms a closed loop.
 

Classes in org.deegree.geometry.primitive used by org.deegree.geometry.primitive.segments
Curve
          Curve instances are 1D-geometries that consist of a number of curve segments.
Point
          0-dimensional primitive.
 

Classes in org.deegree.geometry.primitive used by org.deegree.geometry.standard
Point
          0-dimensional primitive.
 

Classes in org.deegree.geometry.primitive used by org.deegree.geometry.standard.composite
Curve
          Curve instances are 1D-geometries that consist of a number of curve segments.
Curve.CurveType
          Convenience enum type for discriminating the different curve variants.
GeometricPrimitive
          A GeometricPrimitive is a contigous geometry with single dimensionality.
GeometricPrimitive.PrimitiveType
          Convenience enum type for discriminating the different primitive variants.
LineString
          The most common case of a Curve: consist of just one curve segment with linear interpolation between the control points.
Point
          0-dimensional primitive.
Solid
          Solid instances are 3D-geometries that ...
Solid.SolidType
          Convenience enum type for discriminating the different solid variants.
Surface
          Surface instances are 2D-geometries that consist of an arbitrary number of surface patches which are not necessarily planar.
Surface.SurfaceType
          Convenience enum type for discriminating the different surface variants.
 

Classes in org.deegree.geometry.primitive used by org.deegree.geometry.standard.curvesegments
Curve
          Curve instances are 1D-geometries that consist of a number of curve segments.
Point
          0-dimensional primitive.
 

Classes in org.deegree.geometry.primitive used by org.deegree.geometry.standard.multi
Curve
          Curve instances are 1D-geometries that consist of a number of curve segments.
LineString
          The most common case of a Curve: consist of just one curve segment with linear interpolation between the control points.
Point
          0-dimensional primitive.
Polygon
          A Surface that consists of one single planar patch (a PolygonPatch).
Solid
          Solid instances are 3D-geometries that ...
Surface
          Surface instances are 2D-geometries that consist of an arbitrary number of surface patches which are not necessarily planar.
 

Classes in org.deegree.geometry.primitive used by org.deegree.geometry.standard.points
Point
          0-dimensional primitive.
 

Classes in org.deegree.geometry.primitive used by org.deegree.geometry.standard.primitive
Curve
          Curve instances are 1D-geometries that consist of a number of curve segments.
Curve.CurveType
          Convenience enum type for discriminating the different curve variants.
GeometricPrimitive
          A GeometricPrimitive is a contigous geometry with single dimensionality.
GeometricPrimitive.PrimitiveType
          Convenience enum type for discriminating the different primitive variants.
LinearRing
          TODO add documentation here
LineString
          The most common case of a Curve: consist of just one curve segment with linear interpolation between the control points.
OrientableCurve
          An OrientableCurve consists of a wrapped base Curve and an additional orientation.
OrientableSurface
          An OrientableSurface consists of a wrapped base Surface and an additional orientation.
Point
          0-dimensional primitive.
Polygon
          A Surface that consists of one single planar patch (a PolygonPatch).
PolyhedralSurface
          A Surface that consists only of PolygonPatch patches.
Ring
          A Ring is a composition of Curves that forms a closed loop.
Ring.RingType
          All ring variants.
Solid
          Solid instances are 3D-geometries that ...
Solid.SolidType
          Convenience enum type for discriminating the different solid variants.
Surface
          Surface instances are 2D-geometries that consist of an arbitrary number of surface patches which are not necessarily planar.
Surface.SurfaceType
          Convenience enum type for discriminating the different surface variants.
Tin
          A TriangulatedSurface that uses the Delaunay algorithm or a similar algorithm complemented with consideration of breaklines, stoplines, and maximum length of triangle sides.
TriangulatedSurface
          A Surface that consists only of Triangle patches.
 

Classes in org.deegree.geometry.primitive used by org.deegree.geometry.standard.surfacepatches
LinearRing
          TODO add documentation here
Point
          0-dimensional primitive.
Ring
          A Ring is a composition of Curves that forms a closed loop.
 

Classes in org.deegree.geometry.primitive used by org.deegree.geometry.validation
Curve
          Curve instances are 1D-geometries that consist of a number of curve segments.
Point
          0-dimensional primitive.
Ring
          A Ring is a composition of Curves that forms a closed loop.
 

Classes in org.deegree.geometry.primitive used by org.deegree.gml.geometry
Curve
          Curve instances are 1D-geometries that consist of a number of curve segments.
GeometricPrimitive
          A GeometricPrimitive is a contigous geometry with single dimensionality.
LinearRing
          TODO add documentation here
LineString
          The most common case of a Curve: consist of just one curve segment with linear interpolation between the control points.
OrientableCurve
          An OrientableCurve consists of a wrapped base Curve and an additional orientation.
OrientableSurface
          An OrientableSurface consists of a wrapped base Surface and an additional orientation.
Point
          0-dimensional primitive.
Polygon
          A Surface that consists of one single planar patch (a PolygonPatch).
PolyhedralSurface
          A Surface that consists only of PolygonPatch patches.
Ring
          A Ring is a composition of Curves that forms a closed loop.
Solid
          Solid instances are 3D-geometries that ...
Surface
          Surface instances are 2D-geometries that consist of an arbitrary number of surface patches which are not necessarily planar.
Tin
          A TriangulatedSurface that uses the Delaunay algorithm or a similar algorithm complemented with consideration of breaklines, stoplines, and maximum length of triangle sides.
TriangulatedSurface
          A Surface that consists only of Triangle patches.
 

Classes in org.deegree.geometry.primitive used by org.deegree.gml.geometry.refs
Curve
          Curve instances are 1D-geometries that consist of a number of curve segments.
Curve.CurveType
          Convenience enum type for discriminating the different curve variants.
GeometricPrimitive
          A GeometricPrimitive is a contigous geometry with single dimensionality.
GeometricPrimitive.PrimitiveType
          Convenience enum type for discriminating the different primitive variants.
LineString
          The most common case of a Curve: consist of just one curve segment with linear interpolation between the control points.
Point
          0-dimensional primitive.
Polygon
          A Surface that consists of one single planar patch (a PolygonPatch).
Ring
          A Ring is a composition of Curves that forms a closed loop.
Solid
          Solid instances are 3D-geometries that ...
Solid.SolidType
          Convenience enum type for discriminating the different solid variants.
Surface
          Surface instances are 2D-geometries that consist of an arbitrary number of surface patches which are not necessarily planar.
Surface.SurfaceType
          Convenience enum type for discriminating the different surface variants.
 

Classes in org.deegree.geometry.primitive used by org.deegree.gml.geometry.validation
Curve
          Curve instances are 1D-geometries that consist of a number of curve segments.
Point
          0-dimensional primitive.
Ring
          A Ring is a composition of Curves that forms a closed loop.
 

Classes in org.deegree.geometry.primitive used by org.deegree.protocol.ows
Point
          0-dimensional primitive.
 

Classes in org.deegree.geometry.primitive used by org.deegree.rendering.r2d
Curve
          Curve instances are 1D-geometries that consist of a number of curve segments.
 

Classes in org.deegree.geometry.primitive used by org.deegree.rendering.r2d.utils
Polygon
          A Surface that consists of one single planar patch (a PolygonPatch).
 


deegree-core-3.0-pre-nightly (2010/03/05 00:01) - official

an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://www.deegree.org

]]>