See: Description
Class | Description |
---|---|
AbstractCS |
The set of coordinate system axes that spans a given coordinate space.
|
CoordinateSystems |
Utility methods working on
CoordinateSystem objects and their axes. |
DefaultAffineCS |
A 2- or 3-dimensional coordinate system with straight axes that are not necessarily orthogonal.
|
DefaultCartesianCS |
A 2- or 3-dimensional Cartesian coordinate system made of straight orthogonal axes.
|
DefaultCompoundCS |
A coordinate system made of two or more independent coordinate systems.
|
DefaultCoordinateSystemAxis |
Coordinate system axis name, direction, unit and range of values.
|
DefaultCylindricalCS |
A 3-dimensional coordinate system made of a
polar coordinate system extended by a straight perpendicular axis.
|
DefaultEllipsoidalCS |
A 2- or 3-dimensional coordinate system for geodetic latitude and longitude, optionally with ellipsoidal height.
|
DefaultLinearCS |
A 1-dimensional coordinate system for points that lie on a single axis (not necessarily a straight line).
|
DefaultPolarCS |
A 2-dimensional coordinate system for coordinates represented by a distance from the origin
and an angle from a fixed direction.
|
DefaultSphericalCS |
A 3-dimensional coordinate system with one distance measured from the origin and two angular coordinates.
|
DefaultTimeCS |
A 1-dimensional coordinate system for time elapsed in the specified time units from a specified time origin.
|
DefaultUserDefinedCS |
A 2- or 3-dimensional coordinate system for any combination of coordinate axes not covered by other CS types.
|
DefaultVerticalCS |
A 1-dimensional coordinate system for heights or depths of points.
|
Enum | Description |
---|---|
AxesConvention |
High-level characteristics about the axes of a coordinate system.
|
The root class in this package is AbstractCS
.
Various subclasses are defined for various kinds of mathematical rules that determine
how coordinates are associated to quantities such as angles and distances.
Those SIS subclasses provide additional methods that are not part of OGC/ISO specifications:
Defined in the sis-referencing
module
Copyright © 2010–2014 The Apache Software Foundation. All rights reserved.