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.opengis.referencing.crs | |
org.opengis.referencing.cs |
Coordinate systems and their axis.
|
Modifier and Type | Method and Description |
---|---|
TimeCS |
DefaultTemporalCRS.getCoordinateSystem()
Returns the coordinate system.
|
Constructor and Description |
---|
DefaultTemporalCRS(Map<String,?> properties,
TemporalDatum datum,
TimeCS cs)
Constructs a temporal CRS from a set of properties.
|
DefaultTemporalCRS(String name,
TemporalDatum datum,
TimeCS cs)
Constructs a temporal CRS from a name.
|
DefaultTemporalCRS(TemporalDatum datum,
TimeCS cs)
Constructs a temporal CRS with the same properties than the given datum.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultTimeCS
A one-dimensional coordinate system containing a single time axis, used to describe the temporal
position of a point in the specified time units from a specified time origin.
|
Constructor and Description |
---|
DefaultTimeCS(TimeCS cs)
Constructs a new coordinate system with the same values than the specified one.
|
Modifier and Type | Method and Description |
---|---|
TimeCS |
ReferencingObjectFactory.createTimeCS(Map<String,?> properties,
CoordinateSystemAxis axis)
Creates a temporal coordinate system.
|
TimeCS |
AbstractCachedAuthorityFactory.createTimeCS(String code) |
TimeCS |
CachedAuthorityDecorator.createTimeCS(String code) |
TimeCS |
AbstractAuthorityMediator.createTimeCS(String code) |
TimeCS |
AuthorityFactoryAdapter.createTimeCS(String code)
Creates a temporal coordinate system from a code.
|
TimeCS |
ThreadedAuthorityFactory.createTimeCS(String code)
Returns a temporal coordinate system from a code.
|
TimeCS |
FallbackAuthorityFactory.createTimeCS(String code)
Creates a temporal coordinate system from a code.
|
TimeCS |
AbstractAuthorityFactory.createTimeCS(String code)
Creates a temporal coordinate system from a code.
|
TimeCS |
BufferedAuthorityFactory.createTimeCS(String code)
Returns a temporal coordinate system from a code.
|
Modifier and Type | Method and Description |
---|---|
TemporalCRS |
ReferencingObjectFactory.createTemporalCRS(Map<String,?> properties,
TemporalDatum datum,
TimeCS cs)
Creates a temporal coordinate reference system.
|
Modifier and Type | Method and Description |
---|---|
TimeCS |
TemporalCRS.getCoordinateSystem()
Returns the coordinate system, which must be temporal.
|
Modifier and Type | Method and Description |
---|---|
TemporalCRS |
CRSFactory.createTemporalCRS(Map<String,?> properties,
TemporalDatum datum,
TimeCS cs)
Creates a temporal coordinate reference system.
|
Modifier and Type | Method and Description |
---|---|
TimeCS |
CSFactory.createTimeCS(Map<String,?> properties,
CoordinateSystemAxis axis)
Creates a time coordinate system.
|
TimeCS |
CSAuthorityFactory.createTimeCS(String code)
Creates a temporal coordinate system from a code.
|
Copyright © 1996–2022 Geotools. All rights reserved.