Uses of Class
org.opengis.metadata.citation.OnLineFunction
Packages that use OnLineFunction
Package
Description
Reference to the data or service (citation, responsible party, contact information).
Citation and
responsible party information.
-
Uses of OnLineFunction in org.apache.sis.metadata.iso.citation
Methods in org.apache.sis.metadata.iso.citation that return OnLineFunctionModifier and TypeMethodDescriptionDefaultOnlineResource.getFunction()Returns the code for function performed by the online resource.Methods in org.apache.sis.metadata.iso.citation with parameters of type OnLineFunctionModifier and TypeMethodDescriptionvoidDefaultOnlineResource.setFunction(OnLineFunction newValue) Sets the code for function performed by the online resource. -
Uses of OnLineFunction in org.opengis.metadata.citation
Subclasses with type arguments of type OnLineFunction in org.opengis.metadata.citationModifier and TypeClassDescriptionfinal classClass of information to which the referencing entity applies.Fields in org.opengis.metadata.citation declared as OnLineFunctionModifier and TypeFieldDescriptionstatic final OnLineFunctionOnLineFunction.DOWNLOADOnline instructions for transferring data from one storage device or system to another.static final OnLineFunctionOnLineFunction.INFORMATIONOnline information about the resource.static final OnLineFunctionOnLineFunction.OFFLINE_ACCESSOnline instructions for requesting the resource from the provider.static final OnLineFunctionOnLineFunction.ORDEROnline order process for obtaining the resource.static final OnLineFunctionOnLineFunction.SEARCHOnline search interface for seeking out information about the resource.Methods in org.opengis.metadata.citation that return OnLineFunctionModifier and TypeMethodDescriptionOnLineFunction.family()Returns the list of enumerations of the same kind as this enum.OnlineResource.getFunction()Code for function performed by the online resource.static OnLineFunctionReturns the on line function that matches the given string, or returns a new one if none match it.static OnLineFunction[]OnLineFunction.values()Returns the list ofOnLineFunctions.