Package | Description |
---|---|
org.geotools.imageio.netcdf.cv | |
org.geotools.imageio.netcdf.utilities | |
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.opengis.referencing.crs |
Modifier and Type | Method and Description |
---|---|
protected TemporalCRS |
ClimatologicalTimeCoordinateVariable.buildCoordinateReferenceSystem() |
Modifier and Type | Method and Description |
---|---|
static TemporalCRS |
NetCDFCRSUtilities.buildTemporalCrs(CoordinateAxis timeAxis) |
Modifier and Type | Method and Description |
---|---|
static TemporalCRS |
CRS.getTemporalCRS(CoordinateReferenceSystem crs)
Returns the first temporal coordinate reference system found in the given CRS, or
null if there is none. |
Modifier and Type | Class and Description |
---|---|
class |
DefaultTemporalCRS
A 1D coordinate reference system used for the recording of time.
|
Modifier and Type | Method and Description |
---|---|
static DefaultTemporalCRS |
DefaultTemporalCRS.wrap(TemporalCRS crs)
Wraps an arbitrary temporal CRS into a Geotools implementation.
|
Constructor and Description |
---|
DefaultTemporalCRS(TemporalCRS crs)
Constructs a new temporal CRS with the same values than the specified one.
|
Modifier and Type | Method and Description |
---|---|
TemporalCRS |
EPSGCRSAuthorityFactory.createTemporalCRS(String str)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
TemporalCRS |
ReferencingObjectFactory.createTemporalCRS(Map<String,?> properties,
TemporalDatum datum,
TimeCS cs)
Creates a temporal coordinate reference system.
|
TemporalCRS |
AbstractAuthorityFactory.createTemporalCRS(String code)
Creates a temporal coordinate reference system from a code.
|
TemporalCRS |
FallbackAuthorityFactory.createTemporalCRS(String code)
Creates a temporal coordinate reference system from a code.
|
TemporalCRS |
ThreadedAuthorityFactory.createTemporalCRS(String code)
Returns a temporal coordinate reference system from a code.
|
TemporalCRS |
AbstractAuthorityMediator.createTemporalCRS(String code) |
TemporalCRS |
CachedCRSAuthorityDecorator.createTemporalCRS(String code) |
TemporalCRS |
BufferedAuthorityFactory.createTemporalCRS(String code)
Returns a temporal coordinate reference system from a code.
|
TemporalCRS |
AuthorityFactoryAdapter.createTemporalCRS(String code)
Creates a temporal coordinate reference system from a code.
|
TemporalCRS |
AbstractCachedAuthorityFactory.createTemporalCRS(String code) |
TemporalCRS |
CachedAuthorityDecorator.createTemporalCRS(String code) |
Modifier and Type | Method and Description |
---|---|
protected CoordinateOperation |
DefaultCoordinateOperationFactory.createOperationStep(TemporalCRS sourceCRS,
TemporalCRS targetCRS)
Creates an operation between two temporal coordinate reference systems.
|
Modifier and Type | Method and Description |
---|---|
TemporalCRS |
CRSFactory.createTemporalCRS(Map<String,?> properties,
TemporalDatum datum,
TimeCS cs)
Creates a temporal coordinate reference system.
|
TemporalCRS |
CRSAuthorityFactory.createTemporalCRS(String code)
Create a temporal coordinate reference system from a code.
|
Copyright © 1996–2019 Geotools. All rights reserved.