Uses of Class
org.geotools.api.metadata.citation.OnLineFunction
Packages that use OnLineFunction
-
Uses of OnLineFunction in org.geotools.api.metadata.citation
Fields in org.geotools.api.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.geotools.api.metadata.citation that return OnLineFunctionModifier and TypeMethodDescriptionOnLineFunction.family()Returns the list of enumerations of the same kind than 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.Methods in org.geotools.api.metadata.citation with parameters of type OnLineFunctionModifier and TypeMethodDescriptionCitationFactory.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.citation
Methods in org.geotools.metadata.iso.citation that return OnLineFunctionModifier and TypeMethodDescriptionOnLineResourceImpl.getFunction()Returns the code for function performed by the online resource.Methods in org.geotools.metadata.iso.citation with parameters of type OnLineFunctionModifier and TypeMethodDescriptionstatic 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.