Uses of Interface
org.geotools.api.referencing.crs.ProjectedCRS
Packages that use ProjectedCRS
Package
Description
Reference systems implementation.
Coordinate reference systems implementation.
Base classes for factories and
authority factories.
Provides coordinate reference systems specified in the Web Map Service
specification (ISO 19128).
Coordinate operation implementation.
-
Uses of ProjectedCRS in org.geotools.api.referencing.crs
Methods in org.geotools.api.referencing.crs that return ProjectedCRSModifier and TypeMethodDescriptionCRSAuthorityFactory.createProjectedCRS
(String code) Returns a projected coordinate reference system from a code.CRSFactory.createProjectedCRS
(Map<String, ?> properties, GeographicCRS baseCRS, Conversion conversionFromBase, CartesianCS derivedCS) Creates a projected coordinate reference system from a defining conversion. -
Uses of ProjectedCRS in org.geotools.coverage.io.netcdf.crs
Methods in org.geotools.coverage.io.netcdf.crs that return ProjectedCRSModifier 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 ProjectedCRS in org.geotools.referencing
Methods in org.geotools.referencing that return ProjectedCRSModifier and TypeMethodDescriptionstatic ProjectedCRS
CRS.getProjectedCRS
(CoordinateReferenceSystem crs) Returns the first projected coordinate reference system found in a the given CRS, ornull
if there is none. -
Uses of ProjectedCRS in org.geotools.referencing.crs
Classes in org.geotools.referencing.crs that implement ProjectedCRSModifier and TypeClassDescriptionclass
A 2D coordinate reference system used to approximate the shape of the earth on a planar surface.Constructors in org.geotools.referencing.crs with parameters of type ProjectedCRSModifierConstructorDescriptionConstructs a new projected CRS with the same values than the specified one. -
Uses of ProjectedCRS in org.geotools.referencing.epsg.wkt
Methods in org.geotools.referencing.epsg.wkt that return ProjectedCRS -
Uses of ProjectedCRS in org.geotools.referencing.factory
Methods in org.geotools.referencing.factory that return ProjectedCRSModifier and TypeMethodDescriptionAbstractAuthorityFactory.createProjectedCRS
(String code) Returns a projected coordinate reference system from a code.AbstractAuthorityMediator.createProjectedCRS
(String code) AbstractCachedAuthorityFactory.createProjectedCRS
(String code) AuthorityFactoryAdapter.createProjectedCRS
(String code) Returns a projected coordinate reference system from a code.BufferedAuthorityFactory.createProjectedCRS
(String code) Returns a projected coordinate reference system from a code.CachedAuthorityDecorator.createProjectedCRS
(String code) CachedCRSAuthorityDecorator.createProjectedCRS
(String code) FallbackAuthorityFactory.createProjectedCRS
(String code) Returns a projected coordinate reference system from a code.ReferencingObjectFactory.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.ThreadedAuthorityFactory.createProjectedCRS
(String code) Returns a projected coordinate reference system from a code. -
Uses of ProjectedCRS in org.geotools.referencing.factory.wms
Methods in org.geotools.referencing.factory.wms that return ProjectedCRSModifier and TypeMethodDescriptionAutoCRSFactory.createProjectedCRS
(String code) Creates a projected coordinate reference system from the specified code. -
Uses of ProjectedCRS in org.geotools.referencing.operation
Methods in org.geotools.referencing.operation with parameters of type ProjectedCRSModifier and TypeMethodDescriptionprotected CoordinateOperation
DefaultCoordinateOperationFactory.createOperationStep
(GeographicCRS sourceCRS, ProjectedCRS targetCRS) Creates an operation from a geographic to a projected coordinate reference system.protected CoordinateOperation
DefaultCoordinateOperationFactory.createOperationStep
(ProjectedCRS sourceCRS, GeographicCRS targetCRS) Creates an operation from a projected to a geographic coordinate reference system.protected CoordinateOperation
DefaultCoordinateOperationFactory.createOperationStep
(ProjectedCRS sourceCRS, ProjectedCRS targetCRS) Creates an operation between two projected coordinate reference systems.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 Set<CoordinateOperation>
DefaultCoordinateOperationFactory.findOperationSteps
(ProjectedCRS sourceCRS, ProjectedCRS targetCRS, int limit) Returns all available operations between two projected coordinate reference systems.