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

Uses of Class
org.deegree.crs.components.Axis

Packages that use Axis
org.deegree.crs.configuration.deegree.db   
org.deegree.crs.configuration.deegree.xml   
org.deegree.crs.configuration.deegree.xml.om   
org.deegree.crs.configuration.deegree.xml.stax.parsers   
org.deegree.crs.configuration.gml   
org.deegree.crs.coordinatesystems The coordinatesystems package holds the different coordinatesystems used by the org.deegree.crs packages. 
org.deegree.crs.utilities   
 

Uses of Axis in org.deegree.crs.configuration.deegree.db
 

Methods in org.deegree.crs.configuration.deegree.db that return Axis
protected  Axis CRSQuerier.getAxis(int axisId)
          Returns the Axis identified by a provided internal database ID
(package private)  Axis WKTParser.parseAxis()
           
 

Methods in org.deegree.crs.configuration.deegree.db with parameters of type Axis
protected  int CRSDBExporter.export(Axis axis)
          Inserts the Axis properties into the database
(package private)  void CRSRemover.removeAxis(Axis axis)
          Removes from the database the provided axis object
 

Uses of Axis in org.deegree.crs.configuration.deegree.xml
 

Methods in org.deegree.crs.configuration.deegree.xml with parameters of type Axis
protected  void CRSExporter.export(Axis axis, String elName, XMLStreamWriter xmlWriter)
          Export an axis to xml in the crs-definitions schema layout.
protected  void CRSExporter_0_4_0.export(Axis axis, String elName, XMLStreamWriter xmlWriter)
          Export an axis to xml in the crs-definitions schema layout.
 

Uses of Axis in org.deegree.crs.configuration.deegree.xml.om
 

Methods in org.deegree.crs.configuration.deegree.xml.om that return Axis
protected  Axis[] Parser.parseAxisOrder(org.apache.axiom.om.OMElement crsElement)
          Creates an axis array for the given crs element.
 

Uses of Axis in org.deegree.crs.configuration.deegree.xml.stax.parsers
 

Methods in org.deegree.crs.configuration.deegree.xml.stax.parsers that return Axis
protected  Axis CoordinateSystemParser.parseAxis(XMLStreamReader reader)
          Parses an axis element
protected  Axis[] CoordinateSystemParser.parseAxisOrder(XMLStreamReader reader)
          Creates an axis array for the given crs element.
 

Uses of Axis in org.deegree.crs.configuration.gml
 

Methods in org.deegree.crs.configuration.gml that return Axis
protected  Axis GMLCRSProvider.parseAxis(org.apache.axiom.om.OMElement rootElement)
           
protected  Axis[] GMLCRSProvider.parseAxisFromCSType(org.apache.axiom.om.OMElement rootElement)
          For the ellipsoidal and cartesian cs Types, this method also checks the consistency of axis (radian, radian, [metre] ) or (metre, metre, [metre] ).
 

Uses of Axis in org.deegree.crs.coordinatesystems
 

Methods in org.deegree.crs.coordinatesystems that return Axis
 Axis[] CompoundCRS.getAxis()
           
 Axis[] CoordinateSystem.getAxis()
           
 Axis CompoundCRS.getHeightAxis()
           
 Axis VerticalCRS.getVerticalAxis()
           
 

Constructors in org.deegree.crs.coordinatesystems with parameters of type Axis
CompoundCRS(Axis heightAxis, CoordinateSystem underlyingCRS, double defaultHeight, CRSIdentifiable identity)
           
CoordinateSystem(Datum datum, Axis[] axisOrder, CRSCodeType[] codes, String[] names, String[] versions, String[] descriptions, String[] areasOfUse)
           
CoordinateSystem(Datum datum, Axis[] axisOrder, CRSIdentifiable identity)
           
CoordinateSystem(List<Transformation> transformations, Datum datum, Axis[] axisOrder, CRSIdentifiable identity)
           
GeocentricCRS(GeodeticDatum datum, Axis[] axisOrder, CRSCodeType code)
           
GeocentricCRS(GeodeticDatum datum, Axis[] axisOrder, CRSCodeType[] codes, String[] names, String[] versions, String[] descriptions, String[] areasOfUse)
           
GeocentricCRS(GeodeticDatum datum, Axis[] axisOrder, CRSCodeType code, String name, String version, String description, String areaOfUse)
           
GeocentricCRS(GeodeticDatum datum, Axis[] axisOrder, CRSIdentifiable identity)
           
GeocentricCRS(List<Transformation> transformations, GeodeticDatum usedDatum, Axis[] axisOrder, CRSIdentifiable identity)
           
GeographicCRS(GeodeticDatum datum, Axis[] axisOrder, CRSCodeType code)
           
GeographicCRS(GeodeticDatum datum, Axis[] axisOrder, CRSCodeType[] codes)
           
GeographicCRS(GeodeticDatum datum, Axis[] axisOrder, CRSCodeType[] codes, String[] names, String[] versions, String[] descriptions, String[] areasOfUse)
           
GeographicCRS(GeodeticDatum datum, Axis[] axisOrder, CRSCodeType code, String name)
           
GeographicCRS(GeodeticDatum datum, Axis[] axisOrder, CRSCodeType code, String name, String version, String description, String areaOfUse)
           
GeographicCRS(GeodeticDatum datum, Axis[] axisOrder, CRSIdentifiable identity)
           
GeographicCRS(List<Transformation> transformations, GeodeticDatum usedDatum, Axis[] axisOrder, CRSIdentifiable id)
           
ProjectedCRS(List<Transformation> transformations, Projection projection, Axis[] axisOrder, CRSIdentifiable identity)
           
ProjectedCRS(Projection projection, Axis[] axisOrder, CRSCodeType code)
           
ProjectedCRS(Projection projection, Axis[] axisOrder, CRSCodeType[] codes)
           
ProjectedCRS(Projection projection, Axis[] axisOrder, CRSCodeType[] codes, String[] names, String[] versions, String[] descriptions, String[] areasOfUse)
           
ProjectedCRS(Projection projection, Axis[] axisOrder, CRSCodeType code, String name, String version, String description, String areaOfUse)
           
ProjectedCRS(Projection projection, Axis[] axisOrder, CRSIdentifiable identity)
           
VerticalCRS(VerticalDatum datum, Axis[] axisOrder, CRSIdentifiable identity)
           
 

Uses of Axis in org.deegree.crs.utilities
 

Constructors in org.deegree.crs.utilities with parameters of type Axis
Matrix(Axis[] srcAxis, Axis[] dstAxis)
          Construct an affine transform changing axis order.
Matrix(Axis[] srcAxis, Axis[] dstAxis)
          Construct an affine transform changing axis order.
 


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

]]>