Package | Description |
---|---|
org.apache.sis.referencing.crs |
Coordinate Reference System (CRS) definitions as coordinate systems related to the earth through datum.
|
org.apache.sis.referencing.cs |
Coordinate System (CS) definitions as the set of coordinate system axes that spans the coordinate space.
|
Modifier and Type | Method and Description |
---|---|
DefaultVerticalCRS |
DefaultVerticalCRS.forConvention(AxesConvention convention)
Returns a coordinate reference system equivalent to this one but with axes rearranged according the given
convention.
|
DefaultTemporalCRS |
DefaultTemporalCRS.forConvention(AxesConvention convention)
Returns a coordinate reference system equivalent to this one but with axes rearranged according the given
convention.
|
DefaultProjectedCRS |
DefaultProjectedCRS.forConvention(AxesConvention convention)
Returns a coordinate reference system equivalent to this one but with axes rearranged according the given
convention.
|
DefaultImageCRS |
DefaultImageCRS.forConvention(AxesConvention convention)
Returns a coordinate reference system equivalent to this one but with axes rearranged according the given
convention.
|
DefaultGeographicCRS |
DefaultGeographicCRS.forConvention(AxesConvention convention)
Returns a coordinate reference system equivalent to this one but with axes rearranged according the given
convention.
|
DefaultGeocentricCRS |
DefaultGeocentricCRS.forConvention(AxesConvention convention)
Returns a coordinate reference system equivalent to this one but with axes rearranged according the given
convention.
|
DefaultEngineeringCRS |
DefaultEngineeringCRS.forConvention(AxesConvention convention)
Returns a coordinate reference system equivalent to this one but with axes rearranged according the given
convention.
|
DefaultDerivedCRS |
DefaultDerivedCRS.forConvention(AxesConvention convention)
Returns a coordinate reference system equivalent to this one but with axes rearranged according the given
convention.
|
DefaultCompoundCRS |
DefaultCompoundCRS.forConvention(AxesConvention convention)
Returns a coordinate reference system equivalent to this one but with axes rearranged according the given
convention.
|
AbstractCRS |
AbstractCRS.forConvention(AxesConvention convention)
Returns a coordinate reference system equivalent to this one but with axes rearranged according the given
convention.
|
Modifier and Type | Method and Description |
---|---|
static AxesConvention |
AxesConvention.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AxesConvention[] |
AxesConvention.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
DefaultVerticalCS |
DefaultVerticalCS.forConvention(AxesConvention convention)
Returns a coordinate system equivalent to this one but with axes rearranged according the given convention.
|
DefaultUserDefinedCS |
DefaultUserDefinedCS.forConvention(AxesConvention convention)
Returns a coordinate system equivalent to this one but with axes rearranged according the given convention.
|
DefaultTimeCS |
DefaultTimeCS.forConvention(AxesConvention convention)
Returns a coordinate system equivalent to this one but with axes rearranged according the given convention.
|
DefaultSphericalCS |
DefaultSphericalCS.forConvention(AxesConvention convention)
Returns a coordinate system equivalent to this one but with axes rearranged according the given convention.
|
DefaultPolarCS |
DefaultPolarCS.forConvention(AxesConvention convention)
Returns a coordinate system equivalent to this one but with axes rearranged according the given convention.
|
DefaultLinearCS |
DefaultLinearCS.forConvention(AxesConvention convention)
Returns a coordinate system equivalent to this one but with axes rearranged according the given convention.
|
DefaultEllipsoidalCS |
DefaultEllipsoidalCS.forConvention(AxesConvention convention)
Returns a coordinate system equivalent to this one but with axes rearranged according the given convention.
|
DefaultCylindricalCS |
DefaultCylindricalCS.forConvention(AxesConvention convention)
Returns a coordinate system equivalent to this one but with axes rearranged according the given convention.
|
DefaultCartesianCS |
DefaultCartesianCS.forConvention(AxesConvention convention)
Returns a coordinate system equivalent to this one but with axes rearranged according the given convention.
|
DefaultAffineCS |
DefaultAffineCS.forConvention(AxesConvention convention)
Returns a coordinate system equivalent to this one but with axes rearranged according the given convention.
|
AbstractCS |
AbstractCS.forConvention(AxesConvention convention)
Returns a coordinate system equivalent to this one but with axes rearranged according the given convention.
|
Copyright © 2010–2015 The Apache Software Foundation. All rights reserved.