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

Packages that use Axis
org.deegree.cs.configuration.deegree.xml.exporters   
org.deegree.cs.configuration.deegree.xml.om   
org.deegree.cs.configuration.deegree.xml.stax.parsers   
org.deegree.cs.configuration.gml This package contains the classes used for reading gml based coordinate system configuration backends. 
org.deegree.cs.configuration.wkt   
org.deegree.cs.coordinatesystems The coordinatesystems package holds the different coordinatesystems used by the org.deegree.cs packages. 
org.deegree.cs.utilities Utilities used for the Coordinate system package internals. 
 

Uses of Axis in org.deegree.cs.configuration.deegree.xml.exporters
 

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

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

Methods in org.deegree.cs.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.cs.configuration.deegree.xml.stax.parsers
 

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

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

Methods in org.deegree.cs.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.cs.configuration.wkt
 

Methods in org.deegree.cs.configuration.wkt that return Axis
protected  Axis WKTParser.parseAxis()
           
 

Uses of Axis in org.deegree.cs.coordinatesystems
 

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

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

Uses of Axis in org.deegree.cs.utilities
 

Constructors in org.deegree.cs.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.
 



Copyright © 2011. All Rights Reserved.