Uses of Class
org.apache.sis.metadata.iso.identification.DefaultOperationMetadata
Packages that use DefaultOperationMetadata
Package
Description
JAXB adapters for metadata.
Information to uniquely identify the data or service.
-
Uses of DefaultOperationMetadata in org.apache.sis.internal.jaxb.metadata
Subclasses with type arguments of type DefaultOperationMetadata in org.apache.sis.internal.jaxb.metadataModifier and TypeClassDescriptionclassJAXB adapter mapping implementing class to the GeoAPI interface.Methods in org.apache.sis.internal.jaxb.metadata that return DefaultOperationMetadataModifier and TypeMethodDescriptionfinal DefaultOperationMetadataSV_OperationMetadata.getElement()Invoked by JAXB at marshalling time for getting the actual metadata to write inside the<srv:SV_OperationMetadata>XML element.Methods in org.apache.sis.internal.jaxb.metadata that return types with arguments of type DefaultOperationMetadataModifier and TypeMethodDescriptionprotected final Class<DefaultOperationMetadata> SV_OperationMetadata.getBoundType()Returns the type which is bound by this adapter.Methods in org.apache.sis.internal.jaxb.metadata with parameters of type DefaultOperationMetadataModifier and TypeMethodDescriptionfinal voidSV_OperationMetadata.setElement(DefaultOperationMetadata value) Invoked by JAXB at unmarshalling time for storing the result temporarily.protected SV_OperationMetadataSV_OperationMetadata.Since2014.wrap(DefaultOperationMetadata value) Wraps the given value in an ISO 19115-3 element, unless we are marshalling an older document.protected SV_OperationMetadataSV_OperationMetadata.wrap(DefaultOperationMetadata value) Invoked byPropertyTypeat marshalling time for wrapping the given metadata value in a<srv:SV_OperationMetadata>XML element.Constructors in org.apache.sis.internal.jaxb.metadata with parameters of type DefaultOperationMetadataModifierConstructorDescriptionprivateConstructor for theSV_OperationMetadata.wrap(DefaultOperationMetadata)method only. -
Uses of DefaultOperationMetadata in org.apache.sis.metadata.iso.identification
Subclasses of DefaultOperationMetadata in org.apache.sis.metadata.iso.identificationModifier and TypeClassDescription(package private) final classAnOperationMetadataplaceholder to be replaced later by a reference to anotherOperationMetadata.Fields in org.apache.sis.metadata.iso.identification declared as DefaultOperationMetadataModifier and TypeFieldDescriptionprivate DefaultOperationMetadataDefaultCoupledResource.operationThe service operation.Fields in org.apache.sis.metadata.iso.identification with type parameters of type DefaultOperationMetadataModifier and TypeFieldDescriptionprivate Collection<DefaultOperationMetadata> DefaultServiceIdentification.containsOperationsInformation about the operations that comprise the service.private List<DefaultOperationMetadata> DefaultOperationMetadata.dependsOnList of operation that must be completed immediately.private List<DefaultOperationMetadata> DefaultOperationChainMetadata.operationsInformation about the operations applied by the chain.Methods in org.apache.sis.metadata.iso.identification that return DefaultOperationMetadataModifier and TypeMethodDescriptionDefaultCoupledResource.getOperation()Returns the service operation.Methods in org.apache.sis.metadata.iso.identification that return types with arguments of type DefaultOperationMetadataModifier and TypeMethodDescriptionDefaultServiceIdentification.getContainsOperations()Provides information about the operations that comprise the service.DefaultOperationMetadata.getDependsOn()Returns the list of operation that must be completed immediately before current operation is invoked.DefaultOperationChainMetadata.getOperations()Returns information about the operations applied by the chain.Methods in org.apache.sis.metadata.iso.identification with parameters of type DefaultOperationMetadataModifier and TypeMethodDescriptionprivate static voidOperationName.add(Map<String, DefaultOperationMetadata> byName, String name, DefaultOperationMetadata operation) Adds the given operation in the given map under the given name.voidDefaultCoupledResource.setOperation(DefaultOperationMetadata newValue) Sets a new service operation.Method parameters in org.apache.sis.metadata.iso.identification with type arguments of type DefaultOperationMetadataModifier and TypeMethodDescriptionprivate static voidOperationName.add(Map<String, DefaultOperationMetadata> byName, String name, DefaultOperationMetadata operation) Adds the given operation in the given map under the given name.(package private) static voidOperationName.resolve(Collection<DefaultOperationMetadata> containsOperations, Collection<DefaultCoupledResource> coupledResources) For every instance ofDefaultCoupledResourceassociated to an operation of kindOperationName, replaces the operation by a "real"DefaultOperationMetadataof the same name, if any.voidDefaultServiceIdentification.setContainsOperations(Collection<? extends DefaultOperationMetadata> newValues) Sets information(s) about the operations that comprise the service.voidDefaultOperationMetadata.setDependsOn(List<? extends DefaultOperationMetadata> newValues) Sets the list of operation that must be completed before current operation is invoked.voidDefaultOperationChainMetadata.setOperations(List<? extends DefaultOperationMetadata> newValues) Sets the information about the operations applied by the chain.Constructors in org.apache.sis.metadata.iso.identification with parameters of type DefaultOperationMetadataModifierConstructorDescriptionDefaultCoupledResource(org.opengis.util.ScopedName name, org.opengis.metadata.citation.Citation reference, org.opengis.metadata.identification.DataIdentification resource, DefaultOperationMetadata operation) Constructs a new coupled resource initialized to the specified values.Constructs a new instance initialized with the values from the specified metadata object.