Uses of Class
org.deegree.cs.CRSCodeType

Packages that use CRSCodeType
org.deegree.cs The org.deegree.cs package contains all necessities to transform and project coordinates form one coordinates system into another. 
org.deegree.cs.components The components package holds the shared components used by coordinatesystems, projections and transformations. 
org.deegree.cs.configuration.wkt   
org.deegree.cs.coordinatesystems The ICoordinateSystems package holds the different ICoordinateSystems used by the org.deegree.cs packages. 
org.deegree.cs.persistence   
org.deegree.cs.persistence.deegree.d3   
org.deegree.cs.persistence.deegree.db   
org.deegree.cs.persistence.gml   
org.deegree.cs.persistence.proj4   
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.refs   
org.deegree.cs.transformations A Transformation can be defined as an mathematical operation which transforms some values into other values using a specified function. 
org.deegree.cs.transformations.helmert A Transformation can be defined as an mathematical operation which transforms some values into other values using a specified function. 
org.deegree.tools.crs.georeferencing.application.transformation   
 

Uses of CRSCodeType in org.deegree.cs
 

Subclasses of CRSCodeType in org.deegree.cs
 class EPSGCode
          The EPSGCode class formalizes the CRSIdentifiables object codes that were issued by EPSG.
 

Methods in org.deegree.cs that return CRSCodeType
 CRSCodeType CRSResource.getCode()
           
 CRSCodeType CRSIdentifiable.getCode()
           
 CRSCodeType[] CRSResource.getCodes()
           
 CRSCodeType[] CRSIdentifiable.getCodes()
           
static CRSCodeType CRSCodeType.getUndefined()
           
static CRSCodeType CRSCodeType.valueOf(String codeAsString)
          Returns the CRSCodeType that can be constructed from the string parameter.
 

Methods in org.deegree.cs with parameters of type CRSCodeType
 boolean CRSResource.hasCode(CRSCodeType id)
           
 boolean CRSIdentifiable.hasCode(CRSCodeType id)
           
 void CRSResource.setDefaultId(CRSCodeType newCodeType, boolean override)
           
 void CRSIdentifiable.setDefaultId(CRSCodeType newCodeType, boolean override)
           
 

Constructors in org.deegree.cs with parameters of type CRSCodeType
CRSIdentifiable(CRSCodeType id)
           
CRSIdentifiable(CRSCodeType[] identifiers)
          Creates arrays fromt the given identifier and name without setting the versions, descriptions and areasOfUse.
CRSIdentifiable(CRSCodeType[] codes, String[] names, String[] versions, String[] descriptions, String[] areasOfUse)
           
 

Uses of CRSCodeType in org.deegree.cs.components
 

Constructors in org.deegree.cs.components with parameters of type CRSCodeType
Datum(CRSCodeType[] codes, String[] names, String[] versions, String[] descriptions, String[] areasOfUse)
           
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, 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(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)
           
GeodeticDatum(IEllipsoid ellipsoid, CRSCodeType code, String name)
          A datum with given ellipsoid and a GreenWich prime-meridian, with no helmert.
GeodeticDatum(IEllipsoid ellipsoid, Helmert toWGS84, CRSCodeType[] codes)
          A datum with given ellipsoid and a GreenWich prime-meridian.
GeodeticDatum(IEllipsoid ellipsoid, Helmert toWGS84, CRSCodeType code, String name)
          A datum with given ellipsoid and a GreenWich prime-meridian.
GeodeticDatum(IEllipsoid ellipsoid, IPrimeMeridian primeMeridian, Helmert toWGS84, CRSCodeType[] codes)
          A datum with given ellipsoid and a prime-meridian.
GeodeticDatum(IEllipsoid ellipsoid, IPrimeMeridian primeMeridian, Helmert toWGS84, CRSCodeType[] codes, String[] names, String[] versions, String[] descriptions, String[] areasOfUse)
           
GeodeticDatum(IEllipsoid ellipsoid, IPrimeMeridian primeMeridian, Helmert toWGS84, CRSCodeType code, String name, String version, String description, String areaOfUse)
           
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)
           
Unit(String symbol, String name, CRSCodeType code)
          Unit constructor.
Unit(String symbol, String name, CRSCodeType code, double scale, IUnit baseType)
          Unit constructor.
VerticalDatum(CRSCodeType code)
           
VerticalDatum(CRSCodeType[] codes, String[] names, String[] versions, String[] descriptions, String[] areasOfUse)
           
VerticalDatum(CRSCodeType code, String name, String version, String description, String areaOfUse)
           
 

Uses of CRSCodeType in org.deegree.cs.configuration.wkt
 

Methods in org.deegree.cs.configuration.wkt that return CRSCodeType
protected  CRSCodeType WKTParser.parseAuthority()
           
 

Uses of CRSCodeType in org.deegree.cs.coordinatesystems
 

Constructors in org.deegree.cs.coordinatesystems with parameters of type CRSCodeType
CRS(IDatum datum, IAxis[] axisOrder, CRSCodeType[] codes, String[] names, String[] versions, String[] descriptions, String[] areasOfUse)
           
GeocentricCRS(IGeodeticDatum datum, CRSCodeType code, String name)
          Geocentric crs with it's axis pointing to x=front, y=east, z=north.
GeocentricCRS(IGeodeticDatum datum, IAxis[] axisOrder, CRSCodeType code)
           
GeocentricCRS(IGeodeticDatum datum, IAxis[] axisOrder, CRSCodeType[] codes, String[] names, String[] versions, String[] descriptions, String[] areasOfUse)
           
GeocentricCRS(IGeodeticDatum datum, IAxis[] axisOrder, CRSCodeType code, String name, String version, String description, String areaOfUse)
           
GeographicCRS(IGeodeticDatum datum, IAxis[] axisOrder, CRSCodeType code)
           
GeographicCRS(IGeodeticDatum datum, IAxis[] axisOrder, CRSCodeType[] codes)
           
GeographicCRS(IGeodeticDatum datum, IAxis[] axisOrder, CRSCodeType[] codes, String[] names, String[] versions, String[] descriptions, String[] areasOfUse)
           
GeographicCRS(IGeodeticDatum datum, IAxis[] axisOrder, CRSCodeType code, String name)
           
GeographicCRS(IGeodeticDatum datum, IAxis[] axisOrder, CRSCodeType code, String name, String version, String description, String areaOfUse)
           
ProjectedCRS(IProjection projection, IGeographicCRS geographicCRS, IAxis[] axisOrder, CRSCodeType code)
           
ProjectedCRS(IProjection projection, IGeographicCRS geographicCRS, IAxis[] axisOrder, CRSCodeType[] codes)
           
ProjectedCRS(IProjection projection, IGeographicCRS geographicCRS, IAxis[] axisOrder, CRSCodeType[] codes, String[] names, String[] versions, String[] descriptions, String[] areasOfUse)
           
ProjectedCRS(IProjection projection, IGeographicCRS geographicCRS, IAxis[] axisOrder, CRSCodeType code, String name, String version, String description, String areaOfUse)
           
 

Uses of CRSCodeType in org.deegree.cs.persistence
 

Methods in org.deegree.cs.persistence with parameters of type CRSCodeType
<V extends CRSResource>
V
AbstractCRSStore.getCachedIdentifiable(Class<V> expectedType, CRSCodeType[] ids)
          Get a CRSIdentifiable (actually a type V that extends it) from the cache that corresponds to the a CRSCodeType.
<V extends CRSResource>
V
AbstractCRSStore.getCachedIdentifiable(CRSCodeType id)
          Get a CRSIdentifiable (actually a type V that extends it) from the cache that corresponds to the a CRSCodeType.
 ICRS CRSStore.getCRSByCode(CRSCodeType id)
           
 ICRS AbstractCRSStore.getCRSByCode(CRSCodeType id)
          Retrieves the ICRS from the set provider that is identified by the given CRSCodeType id.
 ICRS CRSStore.getCRSByCode(CRSCodeType id, boolean forceXY)
           
 ICRS AbstractCRSStore.getCRSByCode(CRSCodeType id, boolean forceXY)
           
 CRSResource CRSStore.getCRSResource(CRSCodeType id)
          This method is more general than the CRSStore.getCRSByCode(CRSCodeType), because it represents a possibility to return an arbitrary CRSResource Object from the providers backend.
static ICRS CRSManager.lookup(CRSCodeType codeType)
          Creates a direct ICRS instance from the given CRSCodeType not just a CRSRef, if no ICRS was found an UnknownCRSException will be thrown.
static ICRS CRSManager.lookup(String storeId, CRSCodeType crsCodeType)
          Creates a direct ICRS instance from the given CRSCodeType notjustjust a CRSRef using the given storeId, if no ICRS was found an UnknownCRSException will be thrown.
 

Uses of CRSCodeType in org.deegree.cs.persistence.deegree.d3
 

Methods in org.deegree.cs.persistence.deegree.d3 with parameters of type CRSCodeType
 CRSResource DeegreeCRSStore.getCRSResource(CRSCodeType id)
           
 

Uses of CRSCodeType in org.deegree.cs.persistence.deegree.db
 

Methods in org.deegree.cs.persistence.deegree.db with parameters of type CRSCodeType
 CRSResource DBCRSStore.getCRSResource(CRSCodeType id)
           
 

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

Methods in org.deegree.cs.persistence.gml with parameters of type CRSCodeType
 CRSResource GMLCRSStore.getCRSResource(CRSCodeType id)
           
 

Uses of CRSCodeType in org.deegree.cs.persistence.proj4
 

Methods in org.deegree.cs.persistence.proj4 that return types with arguments of type CRSCodeType
 Set<CRSCodeType> ProjFileResource.getAvailableCodes()
           
 

Methods in org.deegree.cs.persistence.proj4 with parameters of type CRSCodeType
 CRSResource PROJ4CRSStore.getCRSResource(CRSCodeType code)
           
 

Uses of CRSCodeType in org.deegree.cs.projections
 

Methods in org.deegree.cs.projections with parameters of type CRSCodeType
static SupportedProjections SupportedProjections.fromCodes(CRSCodeType[] codes)
           
static SupportedProjectionParameters SupportedProjectionParameters.fromCodes(CRSCodeType[] codes)
           
 

Uses of CRSCodeType in org.deegree.cs.refs
 

Methods in org.deegree.cs.refs that return CRSCodeType
 CRSCodeType CRSResourceRef.getCode()
           
 CRSCodeType[] CRSResourceRef.getCodes()
           
 

Methods in org.deegree.cs.refs with parameters of type CRSCodeType
 boolean CRSResourceRef.hasCode(CRSCodeType id)
           
 void CRSResourceRef.setDefaultId(CRSCodeType newCodeType, boolean override)
           
 

Uses of CRSCodeType in org.deegree.cs.transformations
 

Methods in org.deegree.cs.transformations with parameters of type CRSCodeType
static SupportedTransformations SupportedTransformations.fromCodes(CRSCodeType[] codes)
           
static SupportedTransformationParameters SupportedTransformationParameters.fromCodes(CRSCodeType[] codes)
           
 

Uses of CRSCodeType in org.deegree.cs.transformations.helmert
 

Constructors in org.deegree.cs.transformations.helmert with parameters of type CRSCodeType
Helmert(double dx, double dy, double dz, double ex, double ey, double ez, double ppm, ICRS sourceCRS, ICRS targetCRS, CRSCodeType code)
           
Helmert(double dx, double dy, double dz, double ex, double ey, double ez, double ppm, ICRS sourceCRS, ICRS targetCRS, CRSCodeType[] codes)
           
Helmert(double dx, double dy, double dz, double ex, double ey, double ez, double ppm, ICRS sourceCRS, ICRS targetCRS, CRSCodeType[] codes, String[] names, String[] versions, String[] descriptions, String[] areaOfUses)
           
Helmert(double dx, double dy, double dz, double ex, double ey, double ez, double ppm, ICRS sourceCRS, ICRS targetCRS, CRSCodeType code, String name, String version, String description, String areaOfUse)
           
Helmert(ICRS sourceCRS, CRSCodeType[] codes)
          Construct a conversion info with all parameters set to 0, the target crs is GeographicCRS.WGS84
Helmert(ICRS sourceCRS, ICRS targetCRS, CRSCodeType code)
          Construct a conversion info with all parameters set to 0;
Helmert(ICRS sourceCRS, ICRS targetCRS, CRSCodeType[] codes)
          Construct a conversion info with all parameters set to 0;
Helmert(ICRS sourceCRS, ICRS targetCRS, CRSCodeType[] codes, String[] names, String[] versions, String[] descriptions, String[] areasOfUse)
          Construct a conversion info with all parameters set to 0;
 

Uses of CRSCodeType in org.deegree.tools.crs.georeferencing.application.transformation
 

Methods in org.deegree.tools.crs.georeferencing.application.transformation that return CRSCodeType
 CRSCodeType[] AbstractTransformation.getCRSCodeType()
           
 



Copyright © 2011. All Rights Reserved.