Uses of Class
org.apache.sis.metadata.iso.identification.DefaultOperationChainMetadata
-
Packages that use DefaultOperationChainMetadata Package Description org.apache.sis.metadata.iso.identification Information to uniquely identify the data or service. -
-
Uses of DefaultOperationChainMetadata in org.apache.sis.metadata.iso.identification
Methods in org.apache.sis.metadata.iso.identification that return types with arguments of type DefaultOperationChainMetadata Modifier and Type Method Description Collection<DefaultOperationChainMetadata>
DefaultServiceIdentification. getContainsChain()
Provides information about the chain applied by the service.Method parameters in org.apache.sis.metadata.iso.identification with type arguments of type DefaultOperationChainMetadata Modifier and Type Method Description void
DefaultServiceIdentification. setContainsChain(Collection<? extends DefaultOperationChainMetadata> newValues)
Sets the information about the chain applied by the service.Constructors in org.apache.sis.metadata.iso.identification with parameters of type DefaultOperationChainMetadata Constructor Description DefaultOperationChainMetadata(DefaultOperationChainMetadata object)
Constructs a new instance initialized with the values from the specified metadata object.
-