Uses of Interface
org.geotools.api.referencing.crs.GeographicCRS
Packages that use GeographicCRS
Package
Description
Reference systems implementation.
Coordinate reference systems implementation.
Base classes for factories and
authority factories.
Coordinate operation implementation.
-
Uses of GeographicCRS in org.geotools.api.referencing.crs
Methods in org.geotools.api.referencing.crs that return GeographicCRSModifier and TypeMethodDescriptionCRSAuthorityFactory.createGeographicCRS
(String code) Returns a geographic coordinate reference system from a code.CRSFactory.createGeographicCRS
(Map<String, ?> properties, GeodeticDatum datum, EllipsoidalCS cs) Creates a geographic coordinate reference system.ProjectedCRS.getBaseCRS()
Returns the base coordinate reference system, which must be geographic.Methods in org.geotools.api.referencing.crs with parameters of type GeographicCRSModifier and TypeMethodDescriptionCRSFactory.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 GeographicCRSModifier and TypeMethodDescriptionstatic 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 GeographicCRSModifier and TypeMethodDescriptionstatic 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 GeographicCRSModifier and TypeMethodDescriptionstatic 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 GeographicCRSModifier and TypeMethodDescriptionstatic 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 GeographicCRSModifier and TypeMethodDescriptionGeodeticCalculator.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 GeographicCRSModifier and TypeClassDescriptionclass
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 GeographicCRSModifier and TypeMethodDescriptionDefaultProjectedCRS.getBaseCRS()
Returns the base coordinate reference system, which must be geographic.Constructors in org.geotools.referencing.crs with parameters of type GeographicCRSModifierConstructorDescriptionConstructs 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 -
Uses of GeographicCRS in org.geotools.referencing.factory
Methods in org.geotools.referencing.factory that return GeographicCRSModifier and TypeMethodDescriptionAbstractAuthorityFactory.createGeographicCRS
(String code) Returns a geographic coordinate reference system from a code.AbstractAuthorityMediator.createGeographicCRS
(String code) AbstractCachedAuthorityFactory.createGeographicCRS
(String code) AuthorityFactoryAdapter.createGeographicCRS
(String code) Returns a geographic coordinate reference system from a code.BufferedAuthorityFactory.createGeographicCRS
(String code) Returns a geographic coordinate reference system from a code.CachedAuthorityDecorator.createGeographicCRS
(String code) CachedCRSAuthorityDecorator.createGeographicCRS
(String code) FallbackAuthorityFactory.createGeographicCRS
(String code) Returns a geographic coordinate reference system from a code.ReferencingObjectFactory.createGeographicCRS
(Map<String, ?> properties, GeodeticDatum datum, EllipsoidalCS cs) Creates a geographic coordinate reference system.ThreadedAuthorityFactory.createGeographicCRS
(String code) Returns a geographic coordinate reference system from a code.Methods in org.geotools.referencing.factory with parameters of type GeographicCRSModifier and TypeMethodDescriptionReferencingObjectFactory.createProjectedCRS
(Map<String, ?> properties, GeographicCRS baseCRS, Conversion conversionFromBase, CartesianCS derivedCS) Creates a projected coordinate reference system from a conversion.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 GeographicCRSModifier and TypeMethodDescriptionprotected 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.protected CoordinateOperation
AuthorityBackedFactory.tryWellKnownPivots
(GeographicCRS sourceCRS, GeographicCRS targetCRS) protected CoordinateOperation
DefaultCoordinateOperationFactory.tryWellKnownPivots
(GeographicCRS sourceCRS, GeographicCRS targetCRS) Allows subclasses to test for well known pivots that might provide better accuracy, before using a Molodenski. -
Uses of GeographicCRS in org.geotools.referencing.util
Methods in org.geotools.referencing.util that return GeographicCRSModifier and TypeMethodDescriptionstatic GeographicCRS
CRSUtilities.getStandardGeographicCRS2D
(CoordinateReferenceSystem crs) Derives a geographic CRS with (longitude, latitude) axis order in decimal degrees, relative to Greenwich.