|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OnLineFunction | |
---|---|
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 | |
---|---|
static OnLineFunction |
OnLineFunction.DOWNLOAD
Online instructions for transferring data from one storage device or system to another. |
static OnLineFunction |
OnLineFunction.INFORMATION
Online information about the resource. |
static OnLineFunction |
OnLineFunction.OFFLINE_ACCESS
Online instructions for requesting the resource from the provider. |
static OnLineFunction |
OnLineFunction.ORDER
Online order process for obtaining the resource. |
static OnLineFunction |
OnLineFunction.SEARCH
Online search interface for seeking out information about the resource. |
Methods in org.opengis.metadata.citation that return OnLineFunction | |
---|---|
OnLineFunction[] |
OnLineFunction.family()
Returns the list of enumerations of the same kind than this enum. |
OnLineFunction |
OnlineResource.getFunction()
Code for function performed by the online resource. |
static OnLineFunction |
OnLineFunction.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 of OnLineFunction s. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |