Uses of Class
org.geotools.api.metadata.citation.OnLineFunction
- 
Packages that use OnLineFunction Package Description org.geotools.api.metadata.citation Citation and responsible party information.org.geotools.metadata.iso.citation Citation implementation.
- 
- 
Uses of OnLineFunction in org.geotools.api.metadata.citationFields in org.geotools.api.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.Methods in org.geotools.api.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(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.Methods in org.geotools.api.metadata.citation with parameters of type OnLineFunction Modifier and Type Method Description OnLineResourceCitationFactory. createOnLineResource(URI linkage, String protocol, String applicationProfile, InternationalString description, OnLineFunction function)Information about on-line sources from which the dataset, specification, or community profile name and extended metadata elements can be obtained.
- 
Uses of OnLineFunction in org.geotools.metadata.iso.citationMethods in org.geotools.metadata.iso.citation that return OnLineFunction Modifier and Type Method Description OnLineFunctionOnLineResourceImpl. getFunction()Returns the code for function performed by the online resource.Methods in org.geotools.metadata.iso.citation with parameters of type OnLineFunction Modifier and Type Method Description static ResponsiblePartyResponsiblePartyImpl. OGC(Role role, OnLineFunction function, URI onlineResource)Creates a responsible party metadata entry for OGC involvement.voidOnLineResourceImpl. setFunction(OnLineFunction newValue)Set the code for function performed by the online resource.
 
-