Uses of Class
org.opengis.metadata.citation.OnLineFunction
-
Uses of OnLineFunction in org.opengis.metadata.citation
Modifier and TypeFieldDescriptionstatic final OnLineFunction
OnLineFunction.BROWSE_GRAPHIC
Browse graphic provided.static final OnLineFunction
OnLineFunction.BROWSING
Online browsing provided.static final OnLineFunction
OnLineFunction.COMPLETE_METADATA
Complete metadata provided.static final OnLineFunction
OnLineFunction.DOWNLOAD
Online instructions for transferring data from one storage device or system to another.static final OnLineFunction
OnLineFunction.EMAIL_SERVICE
Online email service provided.static final OnLineFunction
OnLineFunction.FILE_ACCESS
Online file access provided.static final OnLineFunction
OnLineFunction.INFORMATION
Online information about the resource.static final OnLineFunction
OnLineFunction.OFFLINE_ACCESS
Online instructions for requesting the resource from the provider.static final OnLineFunction
OnLineFunction.ORDER
Online order process for obtaining the resource.static final OnLineFunction
OnLineFunction.SEARCH
Online search interface for seeking out information about the resource.static final OnLineFunction
OnLineFunction.UPLOAD
Online resource upload capability provided.Modifier and TypeMethodDescriptionOnLineFunction.family()
Returns the list of codes of the same kind as this code list element.default OnLineFunction
OnlineResource.getFunction()
Code for function performed by the online resource.static OnLineFunction
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 ofOnLineFunction
s.