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.ParameterDescriptorGroupThe group of all parameters expected by this coordinate operation.private static final longSerial 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, TZFields inherited from class org.apache.sis.internal.referencing.provider.GeodeticOperation
redimensionedFields inherited from class org.apache.sis.internal.referencing.provider.AbstractProvider
sourceCSType, sourceOnEllipsoid, targetCSType, targetOnEllipsoidFields inherited from class org.apache.sis.referencing.AbstractIdentifiedObject
DEPRECATED_KEY, LOCALE_KEYFields inherited from interface org.opengis.referencing.IdentifiedObject
ALIAS_KEY, IDENTIFIERS_KEY, NAME_KEY, REMARKS_KEYFields inherited from interface org.opengis.referencing.operation.OperationMethod
FORMULA_KEY -
Constructor Summary
ConstructorsModifierConstructorDescriptionConstructs a provider with default parameters.privateGeographicAndVerticalOffsets(int sourceDimensions, int targetDimensions, GeodeticOperation[] redimensioned) For default constructor only. -
Method Summary
Methods inherited from class org.apache.sis.internal.referencing.provider.GeographicOffsets
createMathTransformMethods inherited from class org.apache.sis.internal.referencing.provider.GeodeticOperation
inverse, redimension, variant3DMethods inherited from class org.apache.sis.internal.referencing.provider.AbstractProvider
addIdentifierAndLegacy, addNameAndLegacy, builder, createLatitude, createLongitude, createMandatoryLatitude, createScale, createShift, createZeroConstant, getOperationType, recoverableException, resolveAmbiguityMethods inherited from class org.apache.sis.referencing.operation.DefaultOperationMethod
castOrCopy, computeHashCode, equals, formatTo, getFormula, getInterface, getParameters, getSourceDimensions, getTargetDimensions, redimensionMethods inherited from class org.apache.sis.referencing.AbstractIdentifiedObject
castOrCopy, equals, formatTo, getAlias, getDescription, getIdentifiers, getName, getRemarks, hashCode, isDeprecated, isHeuristicMatchForNameMethods inherited from class org.apache.sis.io.wkt.FormattableObject
print, toString, toString, toWKTMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods 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:
verticalin classGeographicOffsets
-