Uses of Class
org.deegree.commons.tom.Reference

Packages that use Reference
org.deegree.commons.tom.gml   
org.deegree.cs.refs   
org.deegree.cs.refs.components   
org.deegree.cs.refs.coordinatesystem   
org.deegree.cs.refs.projections   
org.deegree.geometry.refs   
org.deegree.gml.feature   
 

Uses of Reference in org.deegree.commons.tom.gml
 

Subclasses of Reference in org.deegree.commons.tom.gml
 class GMLReference<T extends GMLObject>
          A Reference to a GMLObject, corresponds to a GML property with an xlink:href attribute.
 

Uses of Reference in org.deegree.cs.refs
 

Subclasses of Reference in org.deegree.cs.refs
 class CRSResourceRef<T extends CRSResource>
          Represents a reference to a CRSResource, which is usually expressed using an xlink:href attribute in GML (may be document-local or remote).
 

Uses of Reference in org.deegree.cs.refs.components
 

Subclasses of Reference in org.deegree.cs.refs.components
 class AxisRef
          CRSResourceRef ti a IAxis
 class DatumRef
          General CRSResourceRef to a IDatum
 class EllipsoidRef
          CRSesourceRef to a IEllipsoid
 class GeodeticDatumRef
          DatumRef to a IGeodeticDatum
 class PrimeMeridianRef
          CRSResourceRef to a IPrimeMeridian
 class UnitRef
          CRSResourceRef to a IUnit
 class VerticalDatumRef
          DatumRef to a VerticalDatum
 

Uses of Reference in org.deegree.cs.refs.coordinatesystem
 

Subclasses of Reference in org.deegree.cs.refs.coordinatesystem
 class CompoundCRSRef
          CRSRef to a CompoundCRS
 class CRSRef
          Represents a CRSRef that is not necessarily resolved or resolvable.
 class GeocentricCRSRef
          CRSRef to a GeocentricCRS
 class GeographicCRSRef
          CRSRef to a GeographicCRS
 class ProjectedCRSRef
          CRSRef to a ProjectedCRS
 class VerticalCRSRef
          CRSRef to a VerticalCRS
 

Uses of Reference in org.deegree.cs.refs.projections
 

Subclasses of Reference in org.deegree.cs.refs.projections
 class LambertAzimuthalEqualAreaRef
          ProjectionRef to a LambertAzimuthalEqualArea
 class LambertConformalConicRef
          ProjectionRef to a LambertConformalConic
 class MercatorRef
          ProjectionRef to a Mercator
 class ProjectionRef
          General CRSResourceRef referncing a Projection
 class StereographicAlternativeRef
          ProjectionRef to a StereographicAlternative
 class StereographicAzimuthalRef
          ProjectionRef to a StereographicAzimuthal
 class TransverseMercatorRef
          ProjectionRef to a TransverseMercator
 

Uses of Reference in org.deegree.geometry.refs
 

Subclasses of Reference in org.deegree.geometry.refs
 class CurveReference<T extends Curve>
          The class TODO add class documentation here.
 class GeometricPrimitiveReference<T extends GeometricPrimitive>
          The class TODO add class documentation here.
 class GeometryReference<T extends Geometry>
          Represents a reference to the GML representation of a geometry, which is usually expressed using an xlink:href attribute in GML (may be document-local or remote).
 class LineStringReference
          The class TODO add class documentation here.
 class PointReference
          The class TODO add class documentation here.
 class PolygonReference
          The class TODO add class documentation here.
 class SolidReference<T extends Solid>
          The class TODO add class documentation here.
 class SurfaceReference<T extends Surface>
          The class TODO add class documentation here.
 

Uses of Reference in org.deegree.gml.feature
 

Subclasses of Reference in org.deegree.gml.feature
 class FeatureReference
          A GMLReference that targets a Feature.
 



Copyright © 2011. All Rights Reserved.