Package | Description |
---|---|
org.geotools.metadata.iso.citation |
Citation implementation.
|
org.opengis.metadata.citation |
Citation and responsible party information.
|
Modifier and Type | Method and Description |
---|---|
OnLineFunction |
OnLineResourceImpl.getFunction()
Returns the code for function performed by the online resource.
|
Modifier and Type | Method and Description |
---|---|
static ResponsibleParty |
ResponsiblePartyImpl.OGC(Role role,
OnLineFunction function,
URI onlineResource)
Creates a responsible party metadata entry for OGC involvement.
|
void |
OnLineResourceImpl.setFunction(OnLineFunction newValue)
Set the code for function performed by the online resource.
|
Modifier and Type | Field and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
OnLineResource |
CitationFactory.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.
|
Copyright © 1996–2019 Geotools. All rights reserved.