Uses of Class
org.apache.sis.parameter.DefaultParameterDescriptor
Packages that use DefaultParameterDescriptor
Package
Description
JAXB adapters for referencing.
Math transform provider
implementations.
Descriptions and values of parameters used by a coordinate operation or a process.
-
Uses of DefaultParameterDescriptor in org.apache.sis.internal.jaxb.referencing
Methods in org.apache.sis.internal.jaxb.referencing that return DefaultParameterDescriptorModifier and TypeMethodDescriptionCC_OperationParameter.getElement()
Invoked by JAXB at marshalling time for getting the actual element to write inside the<gml:OperationParameter>
XML element.Methods in org.apache.sis.internal.jaxb.referencing with parameters of type DefaultParameterDescriptorModifier and TypeMethodDescriptionvoid
CC_OperationParameter.setElement
(DefaultParameterDescriptor<?> parameter) Invoked by JAXB at unmarshalling time for storing the result temporarily. -
Uses of DefaultParameterDescriptor in org.apache.sis.internal.referencing.provider
Fields in org.apache.sis.internal.referencing.provider declared as DefaultParameterDescriptorModifier and TypeFieldDescriptionstatic final DefaultParameterDescriptor<Double>
MapProjection.ECCENTRICITY
The ellipsoid eccentricity, computed from the semi-major and semi-minor axis lengths.static final DefaultParameterDescriptor<Double>
MapProjection.SEMI_MAJOR
All names known to Apache SIS for the semi-major parameter.static final DefaultParameterDescriptor<Double>
MapProjection.SEMI_MINOR
All names known to Apache SIS for the semi-minor parameter. -
Uses of DefaultParameterDescriptor in org.apache.sis.parameter
Methods in org.apache.sis.parameter that return DefaultParameterDescriptorModifier and TypeMethodDescriptionstatic <T> DefaultParameterDescriptor<T>
DefaultParameterDescriptor.castOrCopy
(org.opengis.parameter.ParameterDescriptor<T> object) Returns a SIS parameter implementation with the same values than the given arbitrary implementation.