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.- Since:
- 0.5
- Version:
- 1.1
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final longFor cross-version compatibility.Fields inherited from class AbstractIdentifiedObject
DEPRECATED_KEY, LOCALE_KEYFields 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.ParameterValueGroupReturns default parameter values for the "Affine" operation.Methods inherited from class DefaultParameterDescriptorGroup
castOrCopy, computeHashCode, descriptor, descriptors, equals, getInterfaceMethods inherited from class AbstractParameterDescriptor
formatTo, getMaximumOccurs, getMinimumOccurs, print, toStringMethods inherited from class AbstractIdentifiedObject
castOrCopy, equals, formatTo, getAlias, getDescription, getIdentifiers, getName, getRemarks, hashCode, isDeprecated, isHeuristicMatchForNameMethods inherited from class FormattableObject
toString, toWKTMethods inherited from interface org.opengis.parameter.GeneralParameterDescriptor
getMaximumOccurs, getMinimumOccursMethods 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
-
-
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:
createValuein interfaceorg.opengis.parameter.GeneralParameterDescriptor- Specified by:
createValuein interfaceorg.opengis.parameter.ParameterDescriptorGroup- Overrides:
createValuein classDefaultParameterDescriptorGroup- Returns:
- a new parameter instance initialized to the default value.
-