Uses of Interface
org.opengis.metadata.identification.OperationMetadata
Packages that use OperationMetadata
Package
Description
Information to uniquely identify the data or service.
-
Uses of OperationMetadata in org.opengis.metadata.identification
Methods in org.opengis.metadata.identification that return OperationMetadataModifier and TypeMethodDescriptiondefault OperationMetadata
CoupledResource.getOperation()
The service operation.Methods in org.opengis.metadata.identification that return types with arguments of type OperationMetadataModifier and TypeMethodDescriptiondefault Collection
<? extends OperationMetadata> ServiceIdentification.getContainsOperations()
Provides information about the operations that comprise the service.default List
<? extends OperationMetadata> OperationMetadata.getDependsOn()
List of operation that must be completed immediately before current operation is invoked.List
<? extends OperationMetadata> OperationChainMetadata.getOperations()
Ordered information about the operations applied by the chain.