Class GeographicAndVerticalOffsets
java.lang.Object
org.apache.sis.io.wkt.FormattableObject
org.apache.sis.referencing.AbstractIdentifiedObject
org.apache.sis.referencing.operation.DefaultOperationMethod
org.apache.sis.internal.referencing.provider.AbstractProvider
org.apache.sis.internal.referencing.provider.GeodeticOperation
org.apache.sis.internal.referencing.provider.GeographicOffsets
org.apache.sis.internal.referencing.provider.GeographicAndVerticalOffsets
- All Implemented Interfaces:
Serializable
,Formattable
,MathTransformProvider
,Deprecable
,LenientComparable
,org.opengis.referencing.IdentifiedObject
,org.opengis.referencing.operation.OperationMethod
The provider for "Geographic2D with Height Offsets" (EPSG:9618).
This is not the same than a "Geographic3D offsets" because this
operation also performs a simplified transformation from ellipsoidal height
to geoidal height, as can be seen from the difference in parameter name.
For a "Geographic3D offsets" with ellipsoidal heights, see the parent class.
Examples of coordinate transformations using this method:
- EPSG:1335 from 2D to 2D geographic CRS.
- EPSG:1336 from 3D to 2D geographic CRS.
- EPSG:15596 from 3D to 3D geographic CRS.
- Since:
- 0.8
- Version:
- 0.8
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final org.opengis.parameter.ParameterDescriptorGroup
The group of all parameters expected by this coordinate operation.private static final long
Serial number for inter-operability with different versions.(package private) static final org.opengis.parameter.ParameterDescriptor
<Double> The operation parameter descriptor for the "Geoid undulation" parameter value.Fields inherited from class org.apache.sis.internal.referencing.provider.GeographicOffsets
TX, TY, TZ
Fields inherited from class org.apache.sis.internal.referencing.provider.GeodeticOperation
redimensioned
Fields inherited from class org.apache.sis.internal.referencing.provider.AbstractProvider
sourceCSType, sourceOnEllipsoid, targetCSType, targetOnEllipsoid
Fields inherited from class org.apache.sis.referencing.AbstractIdentifiedObject
DEPRECATED_KEY, LOCALE_KEY
Fields inherited from interface org.opengis.referencing.IdentifiedObject
ALIAS_KEY, IDENTIFIERS_KEY, NAME_KEY, REMARKS_KEY
Fields inherited from interface org.opengis.referencing.operation.OperationMethod
FORMULA_KEY
-
Constructor Summary
ConstructorsModifierConstructorDescriptionConstructs a provider with default parameters.private
GeographicAndVerticalOffsets
(int sourceDimensions, int targetDimensions, GeodeticOperation[] redimensioned) For default constructor only. -
Method Summary
Methods inherited from class org.apache.sis.internal.referencing.provider.GeographicOffsets
createMathTransform
Methods inherited from class org.apache.sis.internal.referencing.provider.GeodeticOperation
inverse, redimension, variant3D
Methods inherited from class org.apache.sis.internal.referencing.provider.AbstractProvider
addIdentifierAndLegacy, addNameAndLegacy, builder, createLatitude, createLongitude, createMandatoryLatitude, createScale, createShift, createZeroConstant, getOperationType, recoverableException, resolveAmbiguity
Methods inherited from class org.apache.sis.referencing.operation.DefaultOperationMethod
castOrCopy, computeHashCode, equals, formatTo, getFormula, getInterface, getParameters, getSourceDimensions, getTargetDimensions, redimension
Methods inherited from class org.apache.sis.referencing.AbstractIdentifiedObject
castOrCopy, equals, formatTo, getAlias, getDescription, getIdentifiers, getName, getRemarks, hashCode, isDeprecated, isHeuristicMatchForName
Methods inherited from class org.apache.sis.io.wkt.FormattableObject
print, toString, toString, toWKT
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.opengis.referencing.IdentifiedObject
getAlias, getIdentifiers, getName, getRemarks, toWKT
-
Field Details
-
serialVersionUID
private static final long serialVersionUIDSerial number for inter-operability with different versions.- See Also:
-
TH
The operation parameter descriptor for the "Geoid undulation" parameter value.- See Also:
-
PARAMETERS
private static final org.opengis.parameter.ParameterDescriptorGroup PARAMETERSThe group of all parameters expected by this coordinate operation.
-
-
Constructor Details
-
GeographicAndVerticalOffsets
public GeographicAndVerticalOffsets()Constructs a provider with default parameters. -
GeographicAndVerticalOffsets
private GeographicAndVerticalOffsets(int sourceDimensions, int targetDimensions, GeodeticOperation[] redimensioned) For default constructor only.
-
-
Method Details
-
vertical
org.opengis.parameter.ParameterDescriptor<Double> vertical()Returns the parameter descriptor for the vertical axis.- Overrides:
vertical
in classGeographicOffsets
-