Package | Description |
---|---|
org.geotools.coverage.io.netcdf.crs | |
org.geotools.referencing.crs |
Coordinate reference systems implementation.
|
org.geotools.referencing.datum |
Datum 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.datum |
Geodetic datum (the relationship of a
coordinate system to the earth).
|
Modifier and Type | Method and Description |
---|---|
static GeodeticDatum |
ProjectionBuilder.createGeodeticDatum(String name,
Ellipsoid ellipsoid)
Build a Default
GeodeticDatum on top of a specific Ellipsoid instance, using
DefaultPrimeMeridian.GREENWICH as primeMeridian. |
Modifier and Type | Method and Description |
---|---|
static GeographicCRS |
ProjectionBuilder.createGeographicCRS(String name,
GeodeticDatum datum)
Build a
GeographicCRS given the name to be assigned and the GeodeticDatum to
be used. |
static GeographicCRS |
ProjectionBuilder.createGeographicCRS(String name,
GeodeticDatum datum,
EllipsoidalCS ellipsoidalCS)
Build a
GeographicCRS given the name to be assigned, the GeodeticDatum to be
used and the EllipsoidalCS . |
Modifier and Type | Method and Description |
---|---|
GeodeticDatum |
DefaultGeocentricCRS.getDatum()
Returns the datum.
|
GeodeticDatum |
DefaultProjectedCRS.getDatum()
Returns the datum.
|
GeodeticDatum |
DefaultGeographicCRS.getDatum()
Returns the datum.
|
Constructor and Description |
---|
DefaultGeocentricCRS(Map<String,?> properties,
GeodeticDatum datum,
CartesianCS cs)
Constructs a geographic CRS from a set of properties.
|
DefaultGeocentricCRS(Map<String,?> properties,
GeodeticDatum datum,
SphericalCS cs)
Constructs a geographic CRS from a set of properties.
|
DefaultGeocentricCRS(String name,
GeodeticDatum datum,
CartesianCS cs)
Constructs a geocentric CRS from a name.
|
DefaultGeocentricCRS(String name,
GeodeticDatum datum,
SphericalCS cs)
Constructs a geocentric CRS from a name.
|
DefaultGeographicCRS(GeodeticDatum datum,
EllipsoidalCS cs)
Constructs a geographic CRS with the same properties than the given datum.
|
DefaultGeographicCRS(Map<String,?> properties,
GeodeticDatum datum,
EllipsoidalCS cs)
Constructs a geographic CRS from a set of properties.
|
DefaultGeographicCRS(String name,
GeodeticDatum datum,
EllipsoidalCS cs)
Constructs a geographic CRS from a name.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultGeodeticDatum
Defines the location and precise orientation in 3-dimensional space of a defined ellipsoid (or
sphere) that approximates the shape of the earth.
|
Modifier and Type | Field and Description |
---|---|
GeodeticDatum |
BursaWolfParameters.targetDatum
The target datum for this parameters.
|
Modifier and Type | Method and Description |
---|---|
static Matrix |
DefaultGeodeticDatum.getAffineTransform(GeodeticDatum source,
GeodeticDatum target)
Returns a matrix that can be used to define a transformation to the specified datum.
|
BursaWolfParameters |
DefaultGeodeticDatum.getBursaWolfParameters(GeodeticDatum target)
Returns Bursa Wolf parameters for a datum shift toward the specified target, or
null
if none. |
Constructor and Description |
---|
BursaWolfParameters(GeodeticDatum target)
Constructs a transformation info with all parameters set to 0.
|
DefaultGeodeticDatum(GeodeticDatum datum)
Constructs a new datum with the same values than the specified one.
|
Modifier and Type | Method and Description |
---|---|
GeodeticDatum |
DatumAliases.createGeodeticDatum(Map<String,?> properties,
Ellipsoid ellipsoid,
PrimeMeridian primeMeridian)
Creates geodetic datum from ellipsoid and (optionaly) Bursa-Wolf parameters.
|
GeodeticDatum |
ReferencingObjectFactory.createGeodeticDatum(Map<String,?> properties,
Ellipsoid ellipsoid,
PrimeMeridian primeMeridian)
Creates geodetic datum from ellipsoid and (optionaly) Bursa-Wolf parameters.
|
GeodeticDatum |
AbstractAuthorityFactory.createGeodeticDatum(String code)
Returns a geodetic datum from a code.
|
GeodeticDatum |
FallbackAuthorityFactory.createGeodeticDatum(String code)
Returns a geodetic datum from a code.
|
GeodeticDatum |
ThreadedAuthorityFactory.createGeodeticDatum(String code)
Returns a geodetic datum from a code.
|
GeodeticDatum |
AbstractAuthorityMediator.createGeodeticDatum(String code) |
GeodeticDatum |
BufferedAuthorityFactory.createGeodeticDatum(String code)
Returns a geodetic datum from a code.
|
GeodeticDatum |
AuthorityFactoryAdapter.createGeodeticDatum(String code)
Returns a geodetic datum from a code.
|
GeodeticDatum |
AbstractCachedAuthorityFactory.createGeodeticDatum(String code) |
GeodeticDatum |
CachedAuthorityDecorator.createGeodeticDatum(String code) |
Modifier and Type | Method and Description |
---|---|
GeocentricCRS |
ReferencingObjectFactory.createGeocentricCRS(Map<String,?> properties,
GeodeticDatum datum,
CartesianCS cs)
Creates a geocentric coordinate reference system from a cartesian
coordinate system.
|
GeocentricCRS |
ReferencingObjectFactory.createGeocentricCRS(Map<String,?> properties,
GeodeticDatum datum,
SphericalCS cs)
Creates a geocentric coordinate reference system from a spherical
coordinate system.
|
GeographicCRS |
ReferencingObjectFactory.createGeographicCRS(Map<String,?> properties,
GeodeticDatum datum,
EllipsoidalCS cs)
Creates a geographic coordinate reference system.
|
Modifier and Type | Method and Description |
---|---|
BursaWolfParameters |
BursaWolfTransformBuilder.getBursaWolfParameters(GeodeticDatum Datum)
Returns Bursa Wolf Transformation parameters.
|
void |
BursaWolfTransformBuilder.setTargetGeodeticDatum(GeodeticDatum gd) |
Modifier and Type | Method and Description |
---|---|
GeodeticDatum |
ProjectedCRS.getDatum()
Returns the datum.
|
GeodeticDatum |
GeodeticCRS.getDatum()
Returns the datum, which must be geodetic.
|
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.
|
GeocentricCRS |
CRSFactory.createGeocentricCRS(Map<String,?> properties,
GeodeticDatum datum,
SphericalCS cs)
Creates a geocentric coordinate reference system from a spherical
coordinate system.
|
GeographicCRS |
CRSFactory.createGeographicCRS(Map<String,?> properties,
GeodeticDatum datum,
EllipsoidalCS cs)
Creates a geographic coordinate reference system.
|
Modifier and Type | Method and Description |
---|---|
GeodeticDatum |
DatumFactory.createGeodeticDatum(Map<String,?> properties,
Ellipsoid ellipsoid,
PrimeMeridian primeMeridian)
Creates geodetic datum from ellipsoid and (optionaly) Bursa-Wolf parameters.
|
GeodeticDatum |
DatumAuthorityFactory.createGeodeticDatum(String code)
Returns a geodetic datum from a code.
|
Copyright © 1996–2019 Geotools. All rights reserved.