Uses of Interface
org.opengis.metadata.distribution.StandardOrderProcess
Packages that use StandardOrderProcess
Package
Description
Information about the options for obtaining a resource (data or service).
Information to uniquely identify the data or service.
Distribution information.
-
Uses of StandardOrderProcess in org.apache.sis.metadata.iso.distribution
Classes in org.apache.sis.metadata.iso.distribution that implement StandardOrderProcessModifier and TypeClassDescriptionclassCommon ways in which the resource may be obtained or received, and related instructions and fee information.Methods in org.apache.sis.metadata.iso.distribution that return types with arguments of type StandardOrderProcessModifier and TypeMethodDescriptionDefaultDistributor.getDistributionOrderProcesses()Provides information about how the resource may be obtained, and related instructions and fee information.Methods in org.apache.sis.metadata.iso.distribution with parameters of type StandardOrderProcessModifier and TypeMethodDescriptionstatic DefaultStandardOrderProcessDefaultStandardOrderProcess.castOrCopy(StandardOrderProcess object) Returns a SIS metadata implementation with the values of the given arbitrary implementation.Method parameters in org.apache.sis.metadata.iso.distribution with type arguments of type StandardOrderProcessModifier and TypeMethodDescriptionvoidDefaultDistributor.setDistributionOrderProcesses(Collection<? extends StandardOrderProcess> newValues) Sets information about how the resource may be obtained, and related instructions and fee information.Constructors in org.apache.sis.metadata.iso.distribution with parameters of type StandardOrderProcessModifierConstructorDescriptionConstructs a new instance initialized with the values from the specified metadata object. -
Uses of StandardOrderProcess in org.apache.sis.metadata.iso.identification
Methods in org.apache.sis.metadata.iso.identification that return StandardOrderProcessModifier and TypeMethodDescriptionDefaultServiceIdentification.getAccessProperties()Returns information about the availability of the service.Methods in org.apache.sis.metadata.iso.identification with parameters of type StandardOrderProcessModifier and TypeMethodDescriptionvoidDefaultServiceIdentification.setAccessProperties(StandardOrderProcess newValue) Sets information about the availability of the service. -
Uses of StandardOrderProcess in org.opengis.metadata.distribution
Methods in org.opengis.metadata.distribution that return types with arguments of type StandardOrderProcessModifier and TypeMethodDescriptionCollection<? extends StandardOrderProcess> Distributor.getDistributionOrderProcesses()Provides information about how the resource may be obtained, and related instructions and fee information.