Uses of Class
org.opengis.metadata.citation.OnLineFunction
-
Packages that use OnLineFunction Package Description org.opengis.metadata.citation Citation and responsible party information. -
-
Uses of OnLineFunction in org.opengis.metadata.citation
Fields in org.opengis.metadata.citation declared as OnLineFunction Modifier and Type Field Description static OnLineFunctionOnLineFunction. DOWNLOADOnline instructions for transferring data from one storage device or system to another.static OnLineFunctionOnLineFunction. INFORMATIONOnline information about the resource.static OnLineFunctionOnLineFunction. OFFLINE_ACCESSOnline instructions for requesting the resource from the provider.static OnLineFunctionOnLineFunction. ORDEROnline order process for obtaining the resource.static OnLineFunctionOnLineFunction. SEARCHOnline search interface for seeking out information about the resource.Fields in org.opengis.metadata.citation with type parameters of type OnLineFunction Modifier and Type Field Description private static java.util.List<OnLineFunction>OnLineFunction. VALUESList of all enumerations of this type.Methods in org.opengis.metadata.citation that return OnLineFunction Modifier and Type Method Description OnLineFunction[]OnLineFunction. family()Returns the list of enumerations of the same kind than this enum.OnLineFunctionOnlineResource. getFunction()Code for function performed by the online resource.static OnLineFunctionOnLineFunction. valueOf(java.lang.String code)Returns 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.
-