Package org.geotools.coverage.processing
Class ExtendedImagingParameterDescriptors
Object
Formattable
AbstractIdentifiedObject
AbstractParameterDescriptor
DefaultParameterDescriptorGroup
ImagingParameterDescriptors
ExtendedImagingParameterDescriptors
- All Implemented Interfaces:
Serializable
,GeneralParameterDescriptor
,ParameterDescriptorGroup
,IdentifiedObject
Extension of the
ImagingParameterDescriptors
class used for setting the right operation name for the
operation associated to the input RegistryElementDescriptor
.- Author:
- Nicola Lagomarsini Geosolutions
- See Also:
-
Field Summary
Fields inherited from class ImagingParameterDescriptors
DEFAULT_SOURCE_TYPE_MAP, descriptor, operation, registryMode
Fields inherited from class AbstractIdentifiedObject
EMPTY_ALIAS_ARRAY, EMPTY_IDENTIFIER_ARRAY, IDENTIFIER_COMPARATOR, NAME_COMPARATOR, REMARKS_COMPARATOR
Fields inherited from class Formattable
SINGLE_LINE
Fields inherited from interface IdentifiedObject
ALIAS_KEY, IDENTIFIERS_KEY, NAME_KEY, REMARKS_KEY
-
Constructor Summary
ConstructorsConstructorDescriptionExtendedImagingParameterDescriptors
(String operationName, RegistryElementDescriptor operation) -
Method Summary
Methods inherited from class ImagingParameterDescriptors
createValue, equals, hashCode, properties
Methods inherited from class DefaultParameterDescriptorGroup
descriptor, descriptors, getMaximumOccurs
Methods inherited from class AbstractParameterDescriptor
formatWKT, getMinimumOccurs
Methods inherited from class AbstractIdentifiedObject
asSet, ensureAngularUnit, ensureLinearUnit, ensureNonNull, ensureNonNull, ensureTimeUnit, equals, equals, equals, equals, getAlias, getIdentifier, getIdentifier, getIdentifiers, getName, getName, getProperties, getProperties, getRemarks, nameMatches, nameMatches, nameMatches
Methods inherited from class Formattable
cleanupThreadLocals, toString, toWKT, toWKT, toWKT, toWKT
Methods inherited from interface GeneralParameterDescriptor
getMinimumOccurs
Methods inherited from interface IdentifiedObject
getAlias, getIdentifiers, getRemarks, toWKT
-
Constructor Details
-
ExtendedImagingParameterDescriptors
public ExtendedImagingParameterDescriptors(String operationName, RegistryElementDescriptor operation)
-
-
Method Details
-
getName
Description copied from class:AbstractIdentifiedObject
The primary name by which this object is identified.- Specified by:
getName
in interfaceIdentifiedObject
- Overrides:
getName
in classAbstractIdentifiedObject
- Returns:
- The primary name.
- See Also:
-