|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use VerticalCS | |
---|---|
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 | Coordinate reference systems (coordinate systems with a datum). |
org.opengis.referencing.cs | Coordinate systems and their axis. |
Uses of VerticalCS in org.geotools.referencing.crs |
---|
Methods in org.geotools.referencing.crs that return VerticalCS | |
---|---|
VerticalCS |
DefaultVerticalCRS.getCoordinateSystem()
Returns the coordinate system. |
Constructors in org.geotools.referencing.crs with parameters of type VerticalCS | |
---|---|
DefaultVerticalCRS(Map<String,?> properties,
VerticalDatum datum,
VerticalCS cs)
Constructs a vertical CRS from a set of properties. |
|
DefaultVerticalCRS(String name,
VerticalDatum datum,
VerticalCS cs)
Constructs a vertical CRS from a name. |
|
DefaultVerticalCRS(VerticalDatum datum,
VerticalCS cs)
Constructs a vertical CRS with the same properties than the given datum. |
Uses of VerticalCS in org.geotools.referencing.cs |
---|
Classes in org.geotools.referencing.cs that implement VerticalCS | |
---|---|
class |
DefaultVerticalCS
A one-dimensional coordinate system used to record the heights (or depths) of points. |
Constructors in org.geotools.referencing.cs with parameters of type VerticalCS | |
---|---|
DefaultVerticalCS(VerticalCS cs)
Constructs a new coordinate system with the same values than the specified one. |
Uses of VerticalCS in org.geotools.referencing.factory |
---|
Methods in org.geotools.referencing.factory that return VerticalCS | |
---|---|
VerticalCS |
ReferencingObjectFactory.createVerticalCS(Map<String,?> properties,
CoordinateSystemAxis axis)
Creates a vertical coordinate system. |
VerticalCS |
AbstractAuthorityMediator.createVerticalCS(String code)
|
VerticalCS |
BufferedAuthorityFactory.createVerticalCS(String code)
Returns a vertical coordinate system from a code. |
VerticalCS |
AuthorityFactoryAdapter.createVerticalCS(String code)
Creates a vertical coordinate system from a code. |
VerticalCS |
AbstractCachedAuthorityFactory.createVerticalCS(String code)
|
VerticalCS |
CachedAuthorityDecorator.createVerticalCS(String code)
|
VerticalCS |
ThreadedAuthorityFactory.createVerticalCS(String code)
Returns a vertical coordinate system from a code. |
VerticalCS |
FallbackAuthorityFactory.createVerticalCS(String code)
Creates a vertical coordinate system from a code. |
VerticalCS |
AbstractAuthorityFactory.createVerticalCS(String code)
Creates a vertical coordinate system from a code. |
Methods in org.geotools.referencing.factory with parameters of type VerticalCS | |
---|---|
VerticalCRS |
ReferencingObjectFactory.createVerticalCRS(Map<String,?> properties,
VerticalDatum datum,
VerticalCS cs)
Creates a vertical coordinate reference system. |
Uses of VerticalCS in org.opengis.referencing.crs |
---|
Methods in org.opengis.referencing.crs that return VerticalCS | |
---|---|
VerticalCS |
VerticalCRS.getCoordinateSystem()
Returns the coordinate system, which must be vertical. |
Methods in org.opengis.referencing.crs with parameters of type VerticalCS | |
---|---|
VerticalCRS |
CRSFactory.createVerticalCRS(Map<String,?> properties,
VerticalDatum datum,
VerticalCS cs)
Creates a vertical coordinate reference system. |
Uses of VerticalCS in org.opengis.referencing.cs |
---|
Methods in org.opengis.referencing.cs that return VerticalCS | |
---|---|
VerticalCS |
CSFactory.createVerticalCS(Map<String,?> properties,
CoordinateSystemAxis axis)
Creates a vertical coordinate system. |
VerticalCS |
CSAuthorityFactory.createVerticalCS(String code)
Creates a vertical coordinate system from a code. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |