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, registryModeFields inherited from class AbstractIdentifiedObject
EMPTY_ALIAS_ARRAY, EMPTY_IDENTIFIER_ARRAY, IDENTIFIER_COMPARATOR, NAME_COMPARATOR, REMARKS_COMPARATORFields inherited from class Formattable
SINGLE_LINEFields 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, propertiesMethods inherited from class DefaultParameterDescriptorGroup
descriptor, descriptors, getMaximumOccursMethods inherited from class AbstractParameterDescriptor
formatWKT, getMinimumOccursMethods 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, nameMatchesMethods inherited from class Formattable
cleanupThreadLocals, toString, toWKT, toWKT, toWKT, toWKTMethods inherited from interface GeneralParameterDescriptor
getMinimumOccursMethods inherited from interface IdentifiedObject
getAlias, getIdentifiers, getRemarks, toWKT
-
Constructor Details
-
ExtendedImagingParameterDescriptors
public ExtendedImagingParameterDescriptors(String operationName, RegistryElementDescriptor operation)
-
-
Method Details
-
getName
Description copied from class:AbstractIdentifiedObjectThe primary name by which this object is identified.- Specified by:
getNamein interfaceIdentifiedObject- Overrides:
getNamein classAbstractIdentifiedObject- Returns:
- The primary name.
- See Also:
-