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 GeographicCRSCRSAuthorityFactory. createGeographicCRS(String code)Returns a geographic coordinate reference system from a code.GeographicCRSCRSFactory. createGeographicCRS(Map<String,?> properties, GeodeticDatum datum, EllipsoidalCS cs)Creates a geographic coordinate reference system.GeographicCRSProjectedCRS. 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 ProjectedCRSCRSFactory. 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 GeographicCRSProjectionBuilder. createGeographicCRS(String name, GeodeticDatum datum)Build aGeographicCRSgiven the name to be assigned and theGeodeticDatumto be used.static GeographicCRSProjectionBuilder. createGeographicCRS(String name, GeodeticDatum datum, EllipsoidalCS ellipsoidalCS)Build aGeographicCRSgiven the name to be assigned, theGeodeticDatumto be used and theEllipsoidalCS.Methods in org.geotools.coverage.io.netcdf.crs with parameters of type GeographicCRS Modifier and Type Method Description static ProjectedCRSProjectionBuilder. createProjectedCRS(Map<String,?> props, GeographicCRS baseCRS, DefiningConversion conversionFromBase, MathTransform transform)static ProjectedCRSProjectionBuilder. createProjectedCRS(Map<String,?> props, GeographicCRS baseCRS, DefiningConversion conversionFromBase, MathTransform transform, CartesianCS derivedCS)Build aProjectedCRSgiven the baseGeographicCRS, theDefiningConversioninstance from Base as well as theMathTransformfrom 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 GeographicCRSUtilities. getBaseCRS(double equatorialRadius, double inverseFlattening)Build a baseGeographicCRSgiven the parameters to specify a Geodetic DatumMethods in org.geotools.coverage.io.util with parameters of type GeographicCRS Modifier and Type Method Description static CoordinateReferenceSystemUtilities. 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 GeographicCRSGeodeticCalculator. getGeographicCRS()Returns the geographic coordinate reference system for all methods working onPoint2Dobjects. -
Uses of GeographicCRS in org.geotools.referencing.crs
Classes in org.geotools.referencing.crs that implement GeographicCRS Modifier and Type Class Description classDefaultGeographicCRSA 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 GeographicCRSDefaultProjectedCRS. 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 GeographicCRSEPSGCRSAuthorityFactory. 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 GeographicCRSAbstractAuthorityFactory. createGeographicCRS(String code)Returns a geographic coordinate reference system from a code.GeographicCRSAbstractAuthorityMediator. createGeographicCRS(String code)GeographicCRSAbstractCachedAuthorityFactory. createGeographicCRS(String code)GeographicCRSAuthorityFactoryAdapter. createGeographicCRS(String code)Returns a geographic coordinate reference system from a code.GeographicCRSBufferedAuthorityFactory. createGeographicCRS(String code)Returns a geographic coordinate reference system from a code.GeographicCRSCachedAuthorityDecorator. createGeographicCRS(String code)GeographicCRSCachedCRSAuthorityDecorator. createGeographicCRS(String code)GeographicCRSFallbackAuthorityFactory. createGeographicCRS(String code)Returns a geographic coordinate reference system from a code.GeographicCRSReferencingObjectFactory. createGeographicCRS(Map<String,?> properties, GeodeticDatum datum, EllipsoidalCS cs)Creates a geographic coordinate reference system.GeographicCRSThreadedAuthorityFactory. 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 ProjectedCRSReferencingObjectFactory. createProjectedCRS(Map<String,?> properties, GeographicCRS baseCRS, Conversion conversionFromBase, CartesianCS derivedCS)Creates a projected coordinate reference system from a conversion.ProjectedCRSReferencingObjectFactory. 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 CoordinateOperationDefaultCoordinateOperationFactory. createOperationStep(GeocentricCRS sourceCRS, GeographicCRS targetCRS)Creates an operation from a geocentric to a geographic coordinate reference systems.protected CoordinateOperationDefaultCoordinateOperationFactory. createOperationStep(GeographicCRS sourceCRS, GeocentricCRS targetCRS)Creates an operation from a geographic to a geocentric coordinate reference systems.protected CoordinateOperationDefaultCoordinateOperationFactory. createOperationStep(GeographicCRS sourceCRS, GeographicCRS targetCRS)Creates an operation between two geographic coordinate reference systems.protected CoordinateOperationDefaultCoordinateOperationFactory. createOperationStep(GeographicCRS sourceCRS, ProjectedCRS targetCRS)Creates an operation from a geographic to a projected coordinate reference system.protected CoordinateOperationDefaultCoordinateOperationFactory. createOperationStep(GeographicCRS sourceCRS, VerticalCRS targetCRS)Creates an operation between a geographic and a vertical coordinate reference systems.protected CoordinateOperationDefaultCoordinateOperationFactory. 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 CoordinateOperationAuthorityBackedFactory. tryWellKnownPivots(GeographicCRS sourceCRS, GeographicCRS targetCRS)protected CoordinateOperationDefaultCoordinateOperationFactory. 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 GeographicCRS Modifier and Type Method Description static GeographicCRSCRSUtilities. getStandardGeographicCRS2D(CoordinateReferenceSystem crs)Derives a geographic CRS with (longitude, latitude) axis order in decimal degrees, relative to Greenwich.
-