Package | Description |
---|---|
org.geotools.referencing.crs |
Coordinate reference systems implementation.
|
org.geotools.referencing.cs |
Coordinate systems implementation.
|
org.geotools.referencing.factory |
Base classes for factories and
authority factories.
|
org.geotools.referencing.operation.builder |
A package of convenience classes which use control points common to two
data sets to derive empirically the transformation parameters needed to
convert positions between the coordinate systems of the two data sets.
|
org.opengis.referencing.crs | |
org.opengis.referencing.cs |
Coordinate systems and their axis.
|
Modifier and Type | Method and Description |
---|---|
CartesianCS |
DefaultProjectedCRS.getCoordinateSystem()
Returns the coordinate system.
|
Constructor and Description |
---|
DefaultGeocentricCRS(Map<String,?> properties,
GeodeticDatum datum,
CartesianCS cs)
Constructs a geographic CRS from a set of properties.
|
DefaultGeocentricCRS(String name,
GeodeticDatum datum,
CartesianCS cs)
Constructs a geocentric 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,?> properties,
GeographicCRS base,
MathTransform baseToDerived,
CartesianCS derivedCS)
Constructs a projected CRS from a set of properties.
|
DefaultProjectedCRS(Map<String,?> properties,
OperationMethod method,
GeographicCRS base,
MathTransform baseToDerived,
CartesianCS derivedCS)
Deprecated.
Create explicitly a
DefiningConversion instead. |
DefaultProjectedCRS(String name,
GeographicCRS base,
MathTransform baseToDerived,
CartesianCS derivedCS)
Constructs a projected CRS from a name.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultCartesianCS
A 1-, 2-, or 3-dimensional coordinate system.
|
Constructor and Description |
---|
DefaultCartesianCS(CartesianCS cs)
Constructs a new coordinate system with the same values than the specified one.
|
Modifier and Type | Method and Description |
---|---|
CartesianCS |
ReferencingObjectFactory.createCartesianCS(Map<String,?> properties,
CoordinateSystemAxis axis0,
CoordinateSystemAxis axis1)
Creates a two dimensional cartesian coordinate system from the given pair of axis.
|
CartesianCS |
ReferencingObjectFactory.createCartesianCS(Map<String,?> properties,
CoordinateSystemAxis axis0,
CoordinateSystemAxis axis1,
CoordinateSystemAxis axis2)
Creates a three dimensional cartesian coordinate system from the given set of axis.
|
CartesianCS |
AbstractAuthorityFactory.createCartesianCS(String code)
Creates a cartesian coordinate system from a code.
|
CartesianCS |
FallbackAuthorityFactory.createCartesianCS(String code)
Creates a cartesian coordinate system from a code.
|
CartesianCS |
ThreadedAuthorityFactory.createCartesianCS(String code)
Returns a cartesian coordinate system from a code.
|
CartesianCS |
AbstractAuthorityMediator.createCartesianCS(String code) |
CartesianCS |
BufferedAuthorityFactory.createCartesianCS(String code)
Returns a cartesian coordinate system from a code.
|
CartesianCS |
AuthorityFactoryAdapter.createCartesianCS(String code)
Creates a cartesian coordinate system from a code.
|
CartesianCS |
AbstractCachedAuthorityFactory.createCartesianCS(String code)
Creates a cartesian coordinate system from a code.
|
CartesianCS |
CachedAuthorityDecorator.createCartesianCS(String code) |
Modifier and Type | Method and Description |
---|---|
Class<? extends CartesianCS> |
BursaWolfTransformBuilder.getCoordinateSystemType()
Returns the required coordinate system type, which is cartesian CS.
|
Class<? extends CartesianCS> |
ProjectiveTransformBuilder.getCoordinateSystemType()
Returns the required coordinate system type, which is cartesian CS.
|
Modifier and Type | Method and Description |
---|---|
CartesianCS |
ProjectedCRS.getCoordinateSystem()
Returns the coordinate system, which must be cartesian.
|
Modifier and Type | Method and Description |
---|---|
GeocentricCRS |
CRSFactory.createGeocentricCRS(Map<String,?> properties,
GeodeticDatum datum,
CartesianCS cs)
Creates a geocentric coordinate reference system from a cartesian
coordinate system.
|
ProjectedCRS |
CRSFactory.createProjectedCRS(Map<String,?> properties,
GeographicCRS baseCRS,
Conversion conversionFromBase,
CartesianCS derivedCS)
Creates a projected coordinate reference system from a defining conversion.
|
Modifier and Type | Method and Description |
---|---|
CartesianCS |
CSFactory.createCartesianCS(Map<String,?> properties,
CoordinateSystemAxis axis0,
CoordinateSystemAxis axis1)
Creates a two dimensional cartesian coordinate system from the given pair of axis.
|
CartesianCS |
CSFactory.createCartesianCS(Map<String,?> properties,
CoordinateSystemAxis axis0,
CoordinateSystemAxis axis1,
CoordinateSystemAxis axis2)
Creates a three dimensional cartesian coordinate system from the given set of axis.
|
CartesianCS |
CSAuthorityFactory.createCartesianCS(String code)
Creates a cartesian coordinate system from a code.
|
Copyright © 1996–2019 Geotools. All rights reserved.