Package org.geotools.coverage.processing
Class ExtendedImagingParameterDescriptors
- Object
-
- Formattable
-
- AbstractIdentifiedObject
-
- AbstractParameterDescriptor
-
- DefaultParameterDescriptorGroup
-
- ImagingParameterDescriptors
-
- ExtendedImagingParameterDescriptors
-
- All Implemented Interfaces:
Serializable
,GeneralParameterDescriptor
,ParameterDescriptorGroup
,IdentifiedObject
public class ExtendedImagingParameterDescriptors extends ImagingParameterDescriptors
Extension of theImagingParameterDescriptors
class used for setting the right operation name for the operation associated to the inputRegistryElementDescriptor
.- Author:
- Nicola Lagomarsini Geosolutions
- See Also:
- Serialized Form
-
-
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
Constructors Constructor Description ExtendedImagingParameterDescriptors(String operationName, RegistryElementDescriptor operation)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ReferenceIdentifier
getName()
The primary name by which this object is identified.-
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 Detail
-
ExtendedImagingParameterDescriptors
public ExtendedImagingParameterDescriptors(String operationName, RegistryElementDescriptor operation)
-
-
Method Detail
-
getName
public ReferenceIdentifier 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:
AbstractIdentifiedObject.getName(Citation)
-
-