Uses of Interface
org.deegree.cs.components.IUnit

Packages that use IUnit
org.deegree.cs.components The components package holds the shared components used by coordinatesystems, projections and transformations. 
org.deegree.cs.coordinatesystems The ICoordinateSystems package holds the different ICoordinateSystems used by the org.deegree.cs packages. 
org.deegree.cs.io.deegree   
org.deegree.cs.persistence.gml   
org.deegree.cs.projections A map projection create a 2D view of the 3D-Object 'earth', by doing so, some information is inevitably lost. 
org.deegree.cs.projections.azimuthal Azimuthal projections use a plane to project the earth onto. 
org.deegree.cs.projections.conic Conic projections use a cone (hence it's name) to project a region of the earth. 
org.deegree.cs.projections.cylindric Cylindrical projections use a cylinder (may it be oblique or not) to create projection of a region of the earth. 
org.deegree.cs.refs.components   
org.deegree.cs.refs.coordinatesystem   
org.deegree.cs.refs.projections   
org.deegree.geometry.io   
 

Uses of IUnit in org.deegree.cs.components
 

Classes in org.deegree.cs.components that implement IUnit
 class Unit
          The Unit class defines a mechanism to convert between different measurements units, such as british_yard and meter.
 

Fields in org.deegree.cs.components declared as IUnit
static IUnit Unit.DMSH
          1 degree minute second hemisphere = 1 degree
 

Methods in org.deegree.cs.components that return IUnit
 IUnit PrimeMeridian.getAngularUnit()
           
 IUnit IPrimeMeridian.getAngularUnit()
           
 IUnit Unit.getBaseType()
           
 IUnit IUnit.getBaseType()
           
 IUnit IAxis.getUnits()
           
 IUnit Ellipsoid.getUnits()
           
 IUnit IEllipsoid.getUnits()
           
 IUnit Axis.getUnits()
           
 

Methods in org.deegree.cs.components with parameters of type IUnit
 boolean Unit.canConvert(IUnit other)
          Check if amount of the specified unit can be converted into amount of this unit.
 boolean IUnit.canConvert(IUnit other)
          Check if amount of the specified unit can be converted into amount of this unit.
 double Unit.convert(double value, IUnit targetUnit)
          Convert a value in this unit to the given unit if possible.
 double IUnit.convert(double value, IUnit targetUnit)
          Convert a value in this unit to the given unit if possible.
 double PrimeMeridian.getLongitude(IUnit targetUnit)
           
 double IPrimeMeridian.getLongitude(IUnit targetUnit)
           
 void PrimeMeridian.setAngularUnit(IUnit units)
           
 void IPrimeMeridian.setAngularUnit(IUnit units)
           
 void PrimeMeridian.setLongitude(double longitude, IUnit units)
           
 void IPrimeMeridian.setLongitude(double lon, IUnit degree)
           
 void Ellipsoid.setUnits(IUnit units)
           
 void IEllipsoid.setUnits(IUnit units)
           
 

Constructors in org.deegree.cs.components with parameters of type IUnit
Axis(IUnit units, String axisName, int orientation)
           
Axis(IUnit units, String axisName, String orientation)
          Parses the given orientation and creates a valid orientation of it's non-case-sensitive version.
Ellipsoid(double semiMajorAxis, double eccentricity, IUnit units, CRSCodeType[] codes)
           
Ellipsoid(double semiMajorAxis, double eccentricity, IUnit units, CRSCodeType[] codes, String[] names, String[] versions, String[] descriptions, String[] areasOfUse)
           
Ellipsoid(double semiMajorAxis, double eccentricity, IUnit units, CRSCodeType code, String name)
           
Ellipsoid(double semiMajorAxis, double eccentricity, IUnit units, CRSCodeType code, String name, String version, String description, String areaOfUse)
           
Ellipsoid(double semiMajorAxis, double eccentricity, IUnit units, CRSResource id)
           
Ellipsoid(double semiMajorAxis, IUnit units, double inverseFlattening, CRSCodeType[] codes)
           
Ellipsoid(double semiMajorAxis, IUnit units, double inverseFlattening, CRSCodeType[] codes, String[] names, String[] versions, String[] descriptions, String[] areasOfUse)
           
Ellipsoid(double semiMajorAxis, IUnit units, double inverseFlattening, CRSCodeType code, String name)
           
Ellipsoid(double semiMajorAxis, IUnit units, double inverseFlattening, CRSCodeType code, String name, String version, String description, String areaOfUse)
           
Ellipsoid(double semiMajorAxis, IUnit units, double inverseFlattening, CRSResource id)
           
Ellipsoid(IUnit units, double semiMajorAxis, double semiMinorAxis, CRSCodeType[] codes)
           
Ellipsoid(IUnit units, double semiMajorAxis, double semiMinorAxis, CRSCodeType[] codes, String[] names, String[] versions, String[] descriptions, String[] areasOfUse)
           
Ellipsoid(IUnit units, double semiMajorAxis, double semiMinorAxis, CRSCodeType code, String name)
           
Ellipsoid(IUnit units, double semiMajorAxis, double semiMinorAxis, CRSCodeType code, String name, String version, String description, String areaOfUse)
           
Ellipsoid(IUnit units, double semiMajorAxis, double semiMinorAxis, CRSResource id)
           
PrimeMeridian(IUnit units, CRSCodeType[] codes)
          A Prime meridian with 0 degrees longitude from the greenwich meridian.
PrimeMeridian(IUnit units, CRSCodeType code, String name)
          A Prime meridian with 0 degrees longitude from the greenwich meridian.
PrimeMeridian(IUnit units, double longitude, CRSCodeType code)
           
PrimeMeridian(IUnit units, double longitude, CRSCodeType[] codes)
           
PrimeMeridian(IUnit units, double longitude, CRSCodeType[] codes, String[] names, String[] versions, String[] descriptions, String[] areasOfUse)
           
PrimeMeridian(IUnit units, double longitude, CRSCodeType code, String name, String version, String description, String areaOfUse)
           
PrimeMeridian(IUnit units, double longitude, CRSResource id)
           
Unit(String symbol, String name, CRSCodeType code, double scale, IUnit baseType)
          Unit constructor.
Unit(String symbol, String name, double scale, IUnit baseType)
          Unit constructor, which uses the name as the id.
 

Uses of IUnit in org.deegree.cs.coordinatesystems
 

Methods in org.deegree.cs.coordinatesystems that return IUnit
 IUnit ICompoundCRS.getHeightUnits()
           
 IUnit CompoundCRS.getHeightUnits()
           
 IUnit[] CRS.getUnits()
           
 IUnit[] ICRS.getUnits()
           
 

Methods in org.deegree.cs.coordinatesystems with parameters of type IUnit
 javax.vecmath.Point3d CRS.convertToAxis(javax.vecmath.Point3d coordinates, IUnit[] units, boolean invert)
          Converts the given coordinates in given to the unit of the respective axis.
 javax.vecmath.Point3d ICRS.convertToAxis(javax.vecmath.Point3d coordinates, IUnit[] units, boolean invert)
          Converts the given coordinates in given to the unit of the respective axis.
 

Uses of IUnit in org.deegree.cs.io.deegree
 

Methods in org.deegree.cs.io.deegree with parameters of type IUnit
protected  void CRSExporterBase.export(IUnit units, XMLStreamWriter xmlWriter)
          Export a unit to xml in the crs-definitions schema layout.
protected  void CRSExporter.export(IUnit units, XMLStreamWriter xmlWriter)
          Export a unit to xml in the crs-definitions schema layout.
 

Uses of IUnit in org.deegree.cs.persistence.gml
 

Methods in org.deegree.cs.persistence.gml that return IUnit
protected  IUnit GMLCRSStore.parseUnitOfMeasure(org.apache.axiom.om.OMElement elementContainingUOMAttribute)
          Returns the unit defined by the uomAttribute given of the given element.
 

Uses of IUnit in org.deegree.cs.projections
 

Methods in org.deegree.cs.projections that return IUnit
 IUnit IProjection.getUnits()
           
 IUnit Projection.getUnits()
           
 

Constructors in org.deegree.cs.projections with parameters of type IUnit
Projection(double falseNorthing, double falseEasting, javax.vecmath.Point2d naturalOrigin, IUnit units, double scale, boolean conformal, boolean equalArea, CRSResource id)
          Creates a Projection.
 

Uses of IUnit in org.deegree.cs.projections.azimuthal
 

Constructors in org.deegree.cs.projections.azimuthal with parameters of type IUnit
AzimuthalProjection(double falseNorthing, double falseEasting, javax.vecmath.Point2d naturalOrigin, IUnit units, double scale, boolean conformal, boolean equalArea, CRSResource id)
           
LambertAzimuthalEqualArea(double falseNorthing, double falseEasting, javax.vecmath.Point2d naturalOrigin, IUnit units)
           
LambertAzimuthalEqualArea(double falseNorthing, double falseEasting, javax.vecmath.Point2d naturalOrigin, IUnit units, CRSIdentifiable id)
           
LambertAzimuthalEqualArea(double falseNorthing, double falseEasting, javax.vecmath.Point2d naturalOrigin, IUnit units, double scale)
           
LambertAzimuthalEqualArea(double falseNorthing, double falseEasting, javax.vecmath.Point2d naturalOrigin, IUnit units, double scale, CRSResource id)
           
StereographicAlternative(double falseNorthing, double falseEasting, javax.vecmath.Point2d naturalOrigin, IUnit units, double scale)
          Sets the id of this projection to epsg::9809 (Oblique Stereographic)
StereographicAlternative(double falseNorthing, double falseEasting, javax.vecmath.Point2d naturalOrigin, IUnit units, double scale, CRSResource id)
           
StereographicAzimuthal(double trueScaleLatitude, double falseNorthing, double falseEasting, javax.vecmath.Point2d naturalOrigin, IUnit units)
          Create a StereographicAzimuthal which has a scale of 1 and a true scale latitude.
StereographicAzimuthal(double trueScaleLatitude, double falseNorthing, double falseEasting, javax.vecmath.Point2d naturalOrigin, IUnit units, CRSIdentifiable id)
          Create a StereographicAzimuthal which has a scale of 1 and a true scale latitude,
StereographicAzimuthal(double trueScaleLatitude, double falseNorthing, double falseEasting, javax.vecmath.Point2d naturalOrigin, IUnit units, double scale)
          Sets the id to "Snyder-StereoGraphic"
StereographicAzimuthal(double trueScaleLatitude, double falseNorthing, double falseEasting, javax.vecmath.Point2d naturalOrigin, IUnit units, double scale, CRSResource id)
           
StereographicAzimuthal(double falseNorthing, double falseEasting, javax.vecmath.Point2d naturalOrigin, IUnit units)
          Create a StereographicAzimuthal which is conformal, has a scale of 1 and a truescale latitude at pi*0.5.
StereographicAzimuthal(double falseNorthing, double falseEasting, javax.vecmath.Point2d naturalOrigin, IUnit units, CRSResource id)
          Create a StereographicAzimuthal which is conformal, has a scale of 1 and a truescale latitude at pi*0.5.
StereographicAzimuthal(double falseNorthing, double falseEasting, javax.vecmath.Point2d naturalOrigin, IUnit units, double scale)
          Create a StereographicAzimuthal which has a true scale latitude at MapUtils.HALFPI.
StereographicAzimuthal(double falseNorthing, double falseEasting, javax.vecmath.Point2d naturalOrigin, IUnit units, double scale, CRSResource id)
          Create a StereographicAzimuthal which has a true scale latitude at MapUtils.HALFPI.
 

Uses of IUnit in org.deegree.cs.projections.conic
 

Constructors in org.deegree.cs.projections.conic with parameters of type IUnit
ConicProjection(double firstParallelLatitude, double secondParallelLatitude, double falseNorthing, double falseEasting, javax.vecmath.Point2d naturalOrigin, IUnit units, double scale, boolean conformal, boolean equalArea, CRSResource id)
           
LambertConformalConic(double firstParallelLatitude, double secondParallelLatitude, double falseNorthing, double falseEasting, javax.vecmath.Point2d naturalOrigin, IUnit units)
          Creates a Lambert Conformal projection with a intersecting cone at the given parallel latitudes. and a scale of 1.
LambertConformalConic(double firstParallelLatitude, double secondParallelLatitude, double falseNorthing, double falseEasting, javax.vecmath.Point2d naturalOrigin, IUnit units, CRSResource id)
          Creates a Lambert Conformal projection with a intersecting cone at the given parallel latitudes. and a scale of 1.
LambertConformalConic(double firstParallelLatitude, double secondParallelLatitude, double falseNorthing, double falseEasting, javax.vecmath.Point2d naturalOrigin, IUnit units, double scale)
           
LambertConformalConic(double firstParallelLatitude, double secondParallelLatitude, double falseNorthing, double falseEasting, javax.vecmath.Point2d naturalOrigin, IUnit units, double scale, CRSResource id)
           
LambertConformalConic(double falseNorthing, double falseEasting, javax.vecmath.Point2d naturalOrigin, IUnit units)
          Creates a Lambert Conformal projection with a tangential cone at the naturalOrigin.y's latitude.
LambertConformalConic(double falseNorthing, double falseEasting, javax.vecmath.Point2d naturalOrigin, IUnit units, CRSResource id)
          Creates a Lambert Conformal projection with a tangential cone at the naturalOrigin.y's latitude.
LambertConformalConic(double falseNorthing, double falseEasting, javax.vecmath.Point2d naturalOrigin, IUnit units, double scale)
          Creates a Lambert Conformal projection with a tangential cone at the naturalOrigin.y's latitude.
LambertConformalConic(double falseNorthing, double falseEasting, javax.vecmath.Point2d naturalOrigin, IUnit units, double scale, CRSResource id)
          Creates a Lambert Conformal projection with a tangential cone at the naturalOrigin.y's latitude.
 

Uses of IUnit in org.deegree.cs.projections.cylindric
 

Constructors in org.deegree.cs.projections.cylindric with parameters of type IUnit
CylindricalProjection(double falseNorthing, double falseEasting, javax.vecmath.Point2d naturalOrigin, IUnit units, double scale, boolean conformal, boolean equalArea, CRSResource id)
           
TransverseMercator(boolean northernHemisphere, double falseNorthing, double falseEasting, javax.vecmath.Point2d naturalOrigin, IUnit units, double scale)
          Sets the id to EPSG:9807
TransverseMercator(boolean northernHemisphere, double falseNorthing, double falseEasting, javax.vecmath.Point2d naturalOrigin, IUnit units, double scale, CRSResource id)
           
TransverseMercator(double falseNorthing, double falseEasting, javax.vecmath.Point2d naturalOrigin, IUnit units)
          A northern hemisphere conformal transverse mercator projection with a scale of one.
TransverseMercator(double falseNorthing, double falseEasting, javax.vecmath.Point2d naturalOrigin, IUnit units, CRSResource id)
          A northern hemisphere conformal transverse mercator projection with a scale of one.
TransverseMercator(int zone, boolean northernHemisphere, IUnit units)
          Sets the false-easting to 50000, false-northing to 0 or 10000000 (depending on the hemisphere), the projection-longitude is calculated from the zone and the projection-latitude is set to 0.
TransverseMercator(int zone, boolean northernHemisphere, IUnit units, CRSResource id)
          Sets the false-easting to 50000, false-northing to 0 or 10000000 (depending on the hemisphere), the projection-longitude is calculated from the zone and the projection-latitude is set to 0.
 

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

Classes in org.deegree.cs.refs.components that implement IUnit
 class UnitRef
          CRSResourceRef to a IUnit
 

Methods in org.deegree.cs.refs.components that return IUnit
 IUnit PrimeMeridianRef.getAngularUnit()
           
 IUnit UnitRef.getBaseType()
           
 IUnit AxisRef.getUnits()
           
 IUnit EllipsoidRef.getUnits()
           
 

Methods in org.deegree.cs.refs.components with parameters of type IUnit
 boolean UnitRef.canConvert(IUnit other)
           
 double UnitRef.convert(double value, IUnit targetUnit)
           
 double PrimeMeridianRef.getLongitude(IUnit targetUnit)
           
 void PrimeMeridianRef.setAngularUnit(IUnit units)
           
 void PrimeMeridianRef.setLongitude(double lon, IUnit degree)
           
 void EllipsoidRef.setUnits(IUnit units)
           
 

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

Methods in org.deegree.cs.refs.coordinatesystem that return IUnit
 IUnit CompoundCRSRef.getHeightUnits()
           
 IUnit[] CRSRef.getUnits()
           
 

Methods in org.deegree.cs.refs.coordinatesystem with parameters of type IUnit
 javax.vecmath.Point3d CRSRef.convertToAxis(javax.vecmath.Point3d coordinates, IUnit[] units, boolean invert)
           
 

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

Methods in org.deegree.cs.refs.projections that return IUnit
 IUnit ProjectionRef.getUnits()
           
 

Uses of IUnit in org.deegree.geometry.io
 

Constructors in org.deegree.geometry.io with parameters of type IUnit
DecimalCoordinateFormatter(IUnit uom)
          Creates a new DecimalCoordinateFormatter instance suitable for the specified Unit.
 



Copyright © 2011. All Rights Reserved.