Package | Description |
---|---|
org.geotools.coverage.io.netcdf.crs | |
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.factory.wms |
Provides coordinate reference systems specified in the Web Map Service
specification (ISO 19128).
|
org.geotools.referencing.operation |
Coordinate operation implementation.
|
org.opengis.referencing.crs |
Modifier and Type | Method and 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 a
ProjectedCRS given the base GeographicCRS , the DefiningConversion instance from Base as well as the MathTransform from the base CRS
to returned CRS. |
Modifier and Type | Method and Description |
---|---|
static ProjectedCRS |
CRS.getProjectedCRS(CoordinateReferenceSystem crs)
Returns the first projected coordinate reference system found in a the given CRS, or
null if there is none. |
Modifier and Type | Class and Description |
---|---|
class |
DefaultProjectedCRS
A 2D coordinate reference system used to approximate the shape of the earth on a planar surface.
|
Constructor and Description |
---|
DefaultProjectedCRS(ProjectedCRS crs)
Constructs a new projected CRS with the same values than the specified one.
|
Modifier and Type | Method and Description |
---|---|
ProjectedCRS |
EPSGCRSAuthorityFactory.createProjectedCRS(String code) |
Modifier and Type | Method and 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.
|
ProjectedCRS |
AbstractCachedAuthorityFactory.createProjectedCRS(String code) |
ProjectedCRS |
CachedAuthorityDecorator.createProjectedCRS(String code) |
ProjectedCRS |
AbstractAuthorityMediator.createProjectedCRS(String code) |
ProjectedCRS |
AuthorityFactoryAdapter.createProjectedCRS(String code)
Returns a projected coordinate reference system from a code.
|
ProjectedCRS |
ThreadedAuthorityFactory.createProjectedCRS(String code)
Returns a projected coordinate reference system from a code.
|
ProjectedCRS |
FallbackAuthorityFactory.createProjectedCRS(String code)
Returns a projected coordinate reference system from a code.
|
ProjectedCRS |
AbstractAuthorityFactory.createProjectedCRS(String code)
Returns a projected coordinate reference system from a code.
|
ProjectedCRS |
BufferedAuthorityFactory.createProjectedCRS(String code)
Returns a projected coordinate reference system from a code.
|
ProjectedCRS |
CachedCRSAuthorityDecorator.createProjectedCRS(String code) |
Modifier and Type | Method and Description |
---|---|
ProjectedCRS |
AutoCRSFactory.createProjectedCRS(String code)
Creates a projected coordinate reference system from the specified code.
|
Modifier and Type | Method and Description |
---|---|
protected 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.
|
Modifier and Type | Method and Description |
---|---|
ProjectedCRS |
CRSFactory.createProjectedCRS(Map<String,?> properties,
GeographicCRS baseCRS,
Conversion conversionFromBase,
CartesianCS derivedCS)
Creates a projected coordinate reference system from a defining conversion.
|
ProjectedCRS |
CRSAuthorityFactory.createProjectedCRS(String code)
Returns a projected coordinate reference system from a code.
|
Copyright © 1996–2022 Geotools. All rights reserved.