Uses of Class
com.luciad.format.metadata.model.citation.TLcdISO19115OnLineFunctionCode
Package
Description
This package of datatypes provides a standardized method (CI_Citation) for citing a resource
(dataset, feature, source, publication, etc.), as well as information about the party responsible
(CI_ResponsibleParty) for a resource.
-
Uses of TLcdISO19115OnLineFunctionCode in com.luciad.format.metadata.model.citation
Modifier and TypeFieldDescriptionstatic final TLcdISO19115OnLineFunctionCode
TLcdISO19115OnLineFunctionCode.DOWNLOAD
Online instructions for transferring data from one storage device or system to another.static final TLcdISO19115OnLineFunctionCode
TLcdISO19115OnLineFunctionCode.INFORMATION
Online information about the resource.static final TLcdISO19115OnLineFunctionCode
TLcdISO19115OnLineFunctionCode.OFFLINE_ACCESS
Online instructions for requesting the resource from the provider.static final TLcdISO19115OnLineFunctionCode
TLcdISO19115OnLineFunctionCode.ORDER
Online order process for obtaining the resource.static final TLcdISO19115OnLineFunctionCode
TLcdISO19115OnLineFunctionCode.SEARCH
Online search interface for seeking out information about the resource.Modifier and TypeMethodDescriptionTLcdISO19115OnlineResource.getFunction()
Returns the role value contained in the value of theTLcdISO19115OnlineResource.FUNCTION_PROPERTY
property.Modifier and TypeMethodDescriptionvoid
TLcdISO19115OnlineResource.setFunction
(TLcdISO19115OnLineFunctionCode aValue) Sets the value of the property that maps to thefunction
element.