Uses of Interface
org.geotools.api.referencing.crs.GeographicCRS
-
Packages that use GeographicCRS Package Description org.geotools.api.referencing.crs org.geotools.coverage.io.netcdf.crs org.geotools.coverage.io.util org.geotools.referencing Reference systems implementation.org.geotools.referencing.crs Coordinate reference systems implementation.org.geotools.referencing.epsg.wkt org.geotools.referencing.factory Base classes for factories and authority factories.org.geotools.referencing.operation Coordinate operation implementation.org.geotools.referencing.util -
-
Uses of GeographicCRS in org.geotools.api.referencing.crs
Methods in org.geotools.api.referencing.crs that return GeographicCRS Modifier and Type Method Description GeographicCRS
CRSAuthorityFactory. createGeographicCRS(String code)
Returns a geographic coordinate reference system from a code.GeographicCRS
CRSFactory. createGeographicCRS(Map<String,?> properties, GeodeticDatum datum, EllipsoidalCS cs)
Creates a geographic coordinate reference system.GeographicCRS
ProjectedCRS. getBaseCRS()
Returns the base coordinate reference system, which must be geographic.Methods in org.geotools.api.referencing.crs with parameters of type GeographicCRS Modifier and Type Method Description ProjectedCRS
CRSFactory. createProjectedCRS(Map<String,?> properties, GeographicCRS baseCRS, Conversion conversionFromBase, CartesianCS derivedCS)
Creates a projected coordinate reference system from a defining conversion. -
Uses of GeographicCRS in org.geotools.coverage.io.netcdf.crs
Methods in org.geotools.coverage.io.netcdf.crs that return GeographicCRS Modifier and Type Method Description static GeographicCRS
ProjectionBuilder. createGeographicCRS(String name, GeodeticDatum datum)
Build aGeographicCRS
given the name to be assigned and theGeodeticDatum
to be used.static GeographicCRS
ProjectionBuilder. createGeographicCRS(String name, GeodeticDatum datum, EllipsoidalCS ellipsoidalCS)
Build aGeographicCRS
given the name to be assigned, theGeodeticDatum
to be used and theEllipsoidalCS
.Methods in org.geotools.coverage.io.netcdf.crs with parameters of type GeographicCRS Modifier and Type Method Description static ProjectedCRS
ProjectionBuilder. createProjectedCRS(Map<String,?> props, GeographicCRS baseCRS, DefiningConversion conversionFromBase, MathTransform transform)
static ProjectedCRS
ProjectionBuilder. createProjectedCRS(Map<String,?> props, GeographicCRS baseCRS, DefiningConversion conversionFromBase, MathTransform transform, CartesianCS derivedCS)
Build aProjectedCRS
given the baseGeographicCRS
, theDefiningConversion
instance from Base as well as theMathTransform
from the base CRS to returned CRS. -
Uses of GeographicCRS in org.geotools.coverage.io.util
Methods in org.geotools.coverage.io.util that return GeographicCRS Modifier and Type Method Description static GeographicCRS
Utilities. getBaseCRS(double equatorialRadius, double inverseFlattening)
Build a baseGeographicCRS
given the parameters to specify a Geodetic DatumMethods in org.geotools.coverage.io.util with parameters of type GeographicCRS Modifier and Type Method Description static CoordinateReferenceSystem
Utilities. getMercator2SPProjectedCRS(double standardParallel, double centralMeridian, double natOriginLat, GeographicCRS sourceCRS, Hints hints)
Simple utility method which allows to build a Mercator2SP Projected CRS given the set of required parameters. -
Uses of GeographicCRS in org.geotools.referencing
Methods in org.geotools.referencing that return GeographicCRS Modifier and Type Method Description GeographicCRS
GeodeticCalculator. getGeographicCRS()
Returns the geographic coordinate reference system for all methods working onPoint2D
objects. -
Uses of GeographicCRS in org.geotools.referencing.crs
Classes in org.geotools.referencing.crs that implement GeographicCRS Modifier and Type Class Description 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 Modifier and Type Method Description GeographicCRS
DefaultProjectedCRS. getBaseCRS()
Returns the base coordinate reference system, which must be geographic.Constructors in org.geotools.referencing.crs with parameters of type GeographicCRS Constructor Description DefaultGeographicCRS(GeographicCRS crs)
Constructs a new geographic CRS with the same values than the specified one.DefaultProjectedCRS(String name, GeographicCRS base, MathTransform baseToDerived, CartesianCS derivedCS)
Constructs a projected CRS from a name.DefaultProjectedCRS(Map<String,?> properties, Conversion conversionFromBase, GeographicCRS base, MathTransform baseToDerived, CartesianCS derivedCS)
Constructs a projected CRS from a defining conversion.DefaultProjectedCRS(Map<String,Object> properties, GeographicCRS base, MathTransform baseToDerived, CartesianCS derivedCS)
Constructs a projected CRS from a set of properties.DefaultProjectedCRS(Map<String,Object> properties, OperationMethod method, GeographicCRS base, MathTransform baseToDerived, CartesianCS derivedCS)
Constructs a projected CRS from a set of properties. -
Uses of GeographicCRS in org.geotools.referencing.epsg.wkt
Methods in org.geotools.referencing.epsg.wkt that return GeographicCRS Modifier and Type Method Description GeographicCRS
EPSGCRSAuthorityFactory. createGeographicCRS(String code)
-
Uses of GeographicCRS in org.geotools.referencing.factory
Methods in org.geotools.referencing.factory that return GeographicCRS Modifier and Type Method Description GeographicCRS
AbstractAuthorityFactory. createGeographicCRS(String code)
Returns a geographic coordinate reference system from a code.GeographicCRS
AbstractAuthorityMediator. createGeographicCRS(String code)
GeographicCRS
AbstractCachedAuthorityFactory. createGeographicCRS(String code)
GeographicCRS
AuthorityFactoryAdapter. createGeographicCRS(String code)
Returns a geographic coordinate reference system from a code.GeographicCRS
BufferedAuthorityFactory. createGeographicCRS(String code)
Returns a geographic coordinate reference system from a code.GeographicCRS
CachedAuthorityDecorator. createGeographicCRS(String code)
GeographicCRS
CachedCRSAuthorityDecorator. createGeographicCRS(String code)
GeographicCRS
FallbackAuthorityFactory. createGeographicCRS(String code)
Returns a geographic coordinate reference system from a code.GeographicCRS
ReferencingObjectFactory. createGeographicCRS(Map<String,?> properties, GeodeticDatum datum, EllipsoidalCS cs)
Creates a geographic coordinate reference system.GeographicCRS
ThreadedAuthorityFactory. createGeographicCRS(String code)
Returns a geographic coordinate reference system from a code.Methods in org.geotools.referencing.factory with parameters of type GeographicCRS Modifier and Type Method Description ProjectedCRS
ReferencingObjectFactory. createProjectedCRS(Map<String,?> properties, GeographicCRS baseCRS, Conversion conversionFromBase, CartesianCS derivedCS)
Creates a projected coordinate reference system from a conversion.ProjectedCRS
ReferencingObjectFactory. createProjectedCRS(Map<String,Object> properties, OperationMethod method, GeographicCRS base, MathTransform baseToDerived, CartesianCS derivedCS)
Creates a projected coordinate reference system from a transform. -
Uses of GeographicCRS in org.geotools.referencing.operation
Methods in org.geotools.referencing.operation with parameters of type GeographicCRS Modifier and Type Method Description 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.protected Set<CoordinateOperation>
DefaultCoordinateOperationFactory. findOperationSteps(GeographicCRS sourceCRS, ProjectedCRS targetCRS, int limit)
Returns all available operations from a geographic to a projected coordinate reference system.protected Set<CoordinateOperation>
DefaultCoordinateOperationFactory. findOperationSteps(ProjectedCRS sourceCRS, GeographicCRS targetCRS, int limit)
Returns all available operations from a projected to a geographic coordinate reference system. -
Uses of GeographicCRS in org.geotools.referencing.util
Methods in org.geotools.referencing.util that return GeographicCRS Modifier and Type Method Description static GeographicCRS
CRSUtilities. getStandardGeographicCRS2D(CoordinateReferenceSystem crs)
Derives a geographic CRS with (longitude, latitude) axis order in decimal degrees, relative to Greenwich.
-