OperationChainMetadata interface.
Limitations:
XML instead.Defined in the sis-metadata module
identifiers, LOGGER| Constructor and Description |
|---|
DefaultOperationChainMetadata()
Constructs an initially empty operation chain metadata.
|
DefaultOperationChainMetadata(CharSequence name)
Constructs a new operation chain metadata initialized to the specified name.
|
DefaultOperationChainMetadata(DefaultOperationChainMetadata object)
Constructs a new instance initialized with the values from the specified metadata object.
|
| Modifier and Type | Method and Description |
|---|---|
InternationalString |
getDescription()
Returns a narrative explanation of the services in the chain and resulting output.
|
InternationalString |
getName()
Returns the name as used by the service for this chain.
|
List<DefaultOperationMetadata> |
getOperations()
Returns information about the operations applied by the chain.
|
void |
setDescription(InternationalString newValue)
Sets the narrative explanation of the services in the chain and resulting output.
|
void |
setName(InternationalString newValue)
Sets the name used by the service for this chain.
|
void |
setOperations(List<? extends DefaultOperationMetadata> newValues)
Sets the information about the operations applied by the chain.
|
getIdentifierMap, getIdentifiers, getStandardcheckWritePermission, clone, collectionType, copyCollection, copyList, copySet, freeze, isModifiable, nonNullCollection, nonNullList, nonNullSet, singleton, unmodifiable, writeCollection, writeList, writeSetasMap, asTreeTable, equals, equals, getInterface, hashCode, isEmpty, prune, toStringpublic DefaultOperationChainMetadata()
public DefaultOperationChainMetadata(CharSequence name)
name - The name as used by the service for this chain.public DefaultOperationChainMetadata(DefaultOperationChainMetadata object)
object - The metadata to copy values from, or null if none.#castOrCopy(OperationChainMetadata)public void setName(InternationalString newValue)
newValue - The new name used by the service for this chain.null if none.public void setDescription(InternationalString newValue)
newValue - The new a narrative explanation of the services in the chain and resulting outputOperationMetadata interface
when GeoAPI will provide it (tentatively in GeoAPI 3.1).
public void setOperations(List<? extends DefaultOperationMetadata> newValues)
OperationMetadata interface
when GeoAPI will provide it (tentatively in GeoAPI 3.1).
newValues - The new information about the operations applied by the chain.Copyright © 2010–2015 The Apache Software Foundation. All rights reserved.