Uses of Interface
org.opengis.referencing.crs.GeographicCRS

Packages that use GeographicCRS
org.geotools.referencing Reference systems implementation. 
org.geotools.referencing.crs Coordinate reference systems implementation. 
org.geotools.referencing.factory Base classes for factories and authority factories
org.geotools.referencing.operation Coordinate operation implementation. 
org.opengis.referencing.crs Coordinate reference systems (coordinate systems with a datum). 
 

Uses of GeographicCRS in org.geotools.referencing
 

Methods in org.geotools.referencing that return GeographicCRS
 GeographicCRS GeodeticCalculator.getGeographicCRS()
          Returns the geographic coordinate reference system for all methods working on Point2D objects.
 

Uses of GeographicCRS in org.geotools.referencing.crs
 

Classes in org.geotools.referencing.crs that implement GeographicCRS
 class DefaultGeographicCRS
          A coordinate reference system based on an ellipsoidal approximation of the geoid; this provides an accurate representation of the geometry of geographic features for a large portion of the earth's surface.
 

Methods in org.geotools.referencing.crs that return GeographicCRS
 GeographicCRS EPSGCRSAuthorityFactory.createGeographicCRS(String code)
          Deprecated.  
 GeographicCRS DefaultProjectedCRS.getBaseCRS()
          Returns the base coordinate reference system, which must be geographic.
 

Constructors in org.geotools.referencing.crs with parameters of type GeographicCRS
DefaultGeographicCRS(GeographicCRS crs)
          Constructs a new geographic CRS with the same values than the specified one.
DefaultProjectedCRS(Map<String,?> properties, Conversion conversionFromBase, GeographicCRS base, MathTransform baseToDerived, CartesianCS derivedCS)
          Constructs a projected CRS from a defining conversion.
DefaultProjectedCRS(Map<String,?> properties, GeographicCRS base, MathTransform baseToDerived, CartesianCS derivedCS)
          Constructs a projected CRS from a set of properties.
DefaultProjectedCRS(Map<String,?> properties, OperationMethod method, GeographicCRS base, MathTransform baseToDerived, CartesianCS derivedCS)
          Deprecated. Create explicitly a DefiningConversion instead.
DefaultProjectedCRS(String name, GeographicCRS base, MathTransform baseToDerived, CartesianCS derivedCS)
          Constructs a projected CRS from a name.
 

Uses of GeographicCRS in org.geotools.referencing.factory
 

Methods in org.geotools.referencing.factory that return GeographicCRS
 GeographicCRS ReferencingObjectFactory.createGeographicCRS(Map<String,?> properties, GeodeticDatum datum, EllipsoidalCS cs)
          Creates a geographic coordinate reference system.
 GeographicCRS AbstractAuthorityMediator.createGeographicCRS(String code)
           
 GeographicCRS BufferedAuthorityFactory.createGeographicCRS(String code)
          Returns a geographic coordinate reference system from a code.
 GeographicCRS AuthorityFactoryAdapter.createGeographicCRS(String code)
          Returns a geographic coordinate reference system from a code.
 GeographicCRS AbstractCachedAuthorityFactory.createGeographicCRS(String code)
           
 GeographicCRS CachedCRSAuthorityDecorator.createGeographicCRS(String code)
           
 GeographicCRS CachedAuthorityDecorator.createGeographicCRS(String code)
           
 GeographicCRS ThreadedAuthorityFactory.createGeographicCRS(String code)
          Returns a geographic coordinate reference system from a code.
 GeographicCRS FallbackAuthorityFactory.createGeographicCRS(String code)
          Returns a geographic coordinate reference system from a code.
 GeographicCRS AbstractAuthorityFactory.createGeographicCRS(String code)
          Returns a geographic coordinate reference system from a code.
 

Methods in org.geotools.referencing.factory with parameters of type GeographicCRS
 ProjectedCRS ReferencingFactoryContainer.createProjectedCRS(Map<String,?> properties, GeographicCRS baseCRS, Conversion conversionFromBase, CartesianCS derivedCS)
          Deprecated. Moved to the CRSFactory interface.
 ProjectedCRS ReferencingObjectFactory.createProjectedCRS(Map<String,?> properties, GeographicCRS baseCRS, Conversion conversionFromBase, CartesianCS derivedCS)
          Creates a projected coordinate reference system from a conversion.
 ProjectedCRS ReferencingFactoryContainer.createProjectedCRS(Map<String,?> properties, GeographicCRS baseCRS, OperationMethod method, ParameterValueGroup parameters, CartesianCS derivedCS)
          Deprecated. Use CRSFactory#createDefiningConversion followed by CRSFactory.createProjectedCRS(java.util.Map, org.opengis.referencing.crs.GeographicCRS, org.opengis.referencing.operation.Conversion, org.opengis.referencing.cs.CartesianCS) instead.
 ProjectedCRS ReferencingObjectFactory.createProjectedCRS(Map<String,?> properties, OperationMethod method, GeographicCRS base, MathTransform baseToDerived, CartesianCS derivedCS)
          Deprecated. Use CoordinateOperationFactory.createDefiningConversion(java.util.Map, org.opengis.referencing.operation.OperationMethod, org.opengis.parameter.ParameterValueGroup) followed by ReferencingObjectFactory.createProjectedCRS(java.util.Map, org.opengis.referencing.operation.OperationMethod, org.opengis.referencing.crs.GeographicCRS, org.opengis.referencing.operation.MathTransform, org.opengis.referencing.cs.CartesianCS) instead.
 

Uses of GeographicCRS in org.geotools.referencing.operation
 

Methods in org.geotools.referencing.operation with parameters of type GeographicCRS
protected  CoordinateOperation DefaultCoordinateOperationFactory.createOperationStep(GeocentricCRS sourceCRS, GeographicCRS targetCRS)
          Creates an operation from a geocentric to a geographic coordinate reference systems.
protected  CoordinateOperation DefaultCoordinateOperationFactory.createOperationStep(GeographicCRS sourceCRS, GeocentricCRS targetCRS)
          Creates an operation from a geographic to a geocentric coordinate reference systems.
protected  CoordinateOperation DefaultCoordinateOperationFactory.createOperationStep(GeographicCRS sourceCRS, GeographicCRS targetCRS)
          Creates an operation between two geographic coordinate reference systems.
protected  CoordinateOperation DefaultCoordinateOperationFactory.createOperationStep(GeographicCRS sourceCRS, ProjectedCRS targetCRS)
          Creates an operation from a geographic to a projected coordinate reference system.
protected  CoordinateOperation DefaultCoordinateOperationFactory.createOperationStep(GeographicCRS sourceCRS, VerticalCRS targetCRS)
          Creates an operation between a geographic and a vertical coordinate reference systems.
protected  CoordinateOperation DefaultCoordinateOperationFactory.createOperationStep(ProjectedCRS sourceCRS, GeographicCRS targetCRS)
          Creates an operation from a projected to a geographic coordinate reference system.
 

Uses of GeographicCRS in org.opengis.referencing.crs
 

Methods in org.opengis.referencing.crs that return GeographicCRS
 GeographicCRS CRSFactory.createGeographicCRS(Map<String,?> properties, GeodeticDatum datum, EllipsoidalCS cs)
          Creates a geographic coordinate reference system.
 GeographicCRS CRSAuthorityFactory.createGeographicCRS(String code)
          Returns a geographic coordinate reference system from a code.
 GeographicCRS ProjectedCRS.getBaseCRS()
          Returns the base coordinate reference system, which must be geographic.
 

Methods in org.opengis.referencing.crs with parameters of type GeographicCRS
 ProjectedCRS CRSFactory.createProjectedCRS(Map<String,?> properties, GeographicCRS baseCRS, Conversion conversionFromBase, CartesianCS derivedCS)
          Creates a projected coordinate reference system from a defining conversion.
 



Copyright © 1996-2014 Geotools. All Rights Reserved.