Uses of Class
org.apache.sis.metadata.iso.identification.DefaultOperationChainMetadata
Packages that use DefaultOperationChainMetadata
Package
Description
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 DefaultOperationChainMetadataModifier and TypeMethodDescriptionDefaultServiceIdentification.getContainsChain()
Provides information about the chain applied by the service.Method parameters in org.apache.sis.metadata.iso.identification with type arguments of type DefaultOperationChainMetadataModifier and TypeMethodDescriptionvoid
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 DefaultOperationChainMetadataModifierConstructorDescriptionConstructs a new instance initialized with the values from the specified metadata object.