Package | Description |
---|---|
org.jscience.geography.coordinates.crs |
Provides the Coordinate Reference Systems (CRS) specifying how
coordinates are to
be assigned to spatial/temporal locations. |
org.opengis.referencing.crs |
Modifier and Type | Class and Description |
---|---|
class |
CompoundCRS<C1 extends Coordinates<?>,C2 extends Coordinates<?>>
This class represents a coordinate reference system combining two or more
distinct reference systems.
|
class |
CoordinateReferenceSystem<C extends Coordinates<?>>
This class represents an arbitrary system of reference for which
coordinates of same significance can be stated. |
class |
GeocentricCRS<C extends Coordinates<?>>
This class represents a 3 dimensional spatial reference system.
|
class |
GeographicCRS<C extends Coordinates<?>>
This class represents a 2 dimensional surface reference system
based on an ellipsoidal approximation of a geoid.
|
class |
ProjectedCRS<C extends Coordinates<?>>
This class represents a 2-dimensional projected reference system.
|
class |
TemporalCRS<C extends Coordinates<?>>
This class represents a 1 dimensional temporal reference system.
|
class |
VerticalCRS<C extends Coordinates<?>>
This class represents a 1 dimensional vertical reference system.
|
Modifier and Type | Interface and Description |
---|---|
interface |
CoordinateReferenceSystem |
Copyright © 2012. All Rights Reserved.