Class Affine.Descriptor
java.lang.Object
org.apache.sis.io.wkt.FormattableObject
org.apache.sis.referencing.AbstractIdentifiedObject
org.apache.sis.parameter.AbstractParameterDescriptor
org.apache.sis.parameter.DefaultParameterDescriptorGroup
org.apache.sis.internal.referencing.provider.Affine.Descriptor
- All Implemented Interfaces:
Serializable
,Formattable
,Deprecable
,LenientComparable
,org.opengis.parameter.GeneralParameterDescriptor
,org.opengis.parameter.ParameterDescriptorGroup
,org.opengis.referencing.IdentifiedObject
- Enclosing class:
Affine
The parameter descriptor to be returned by
DefaultOperationMethod.getParameters()
.
The only purpose of this class is to override the createValue()
method.-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final long
For cross-version compatibility.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
-
Constructor Summary
ConstructorsConstructorDescriptionDescriptor
(Map<String, ?> properties, org.opengis.parameter.ParameterDescriptor<?>[] parameters) Creates a new descriptor for the given parameters. -
Method Summary
Modifier and TypeMethodDescriptionorg.opengis.parameter.ParameterValueGroup
Returns default parameter values for the "Affine" operation.Methods inherited from class org.apache.sis.parameter.DefaultParameterDescriptorGroup
castOrCopy, computeHashCode, descriptor, descriptors, equals, getInterface
Methods inherited from class org.apache.sis.parameter.AbstractParameterDescriptor
formatTo, getMaximumOccurs, getMinimumOccurs, print, toString
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
toString, toWKT
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.opengis.parameter.GeneralParameterDescriptor
getMaximumOccurs, getMinimumOccurs
Methods inherited from interface org.opengis.referencing.IdentifiedObject
getAlias, getIdentifiers, getName, getRemarks, toWKT
-
Field Details
-
serialVersionUID
private static final long serialVersionUIDFor cross-version compatibility.- See Also:
-
-
Constructor Details
-
Descriptor
Creates a new descriptor for the given parameters.
-
-
Method Details
-
createValue
public org.opengis.parameter.ParameterValueGroup createValue()Returns default parameter values for the "Affine" operation. Unconditionally use the WKT1 parameter names, regardless of whether this descriptor is for the EPSG:9624 case, because the caller is free to change the matrix size, in which case (strictly speaking) the parameters would no longer be for EPSG:9624 operation.- Specified by:
createValue
in interfaceorg.opengis.parameter.GeneralParameterDescriptor
- Specified by:
createValue
in interfaceorg.opengis.parameter.ParameterDescriptorGroup
- Overrides:
createValue
in classDefaultParameterDescriptorGroup
- Returns:
- a new parameter instance initialized to the default value.
-