Uses of Class
com.luciad.ogc.ows.model.TLcdOWSCode
Packages that use TLcdOWSCode
Package
Description
This package contains an implementation of the OGC Web Service (OWS) common specification
version 1.0 and 1.1.0, as described respectively in OGC documents 05-008c1 and 06-121r3.
-
Uses of TLcdOWSCode in com.luciad.ogc.ows.model
Subclasses of TLcdOWSCode in com.luciad.ogc.ows.modelModifier and TypeClassDescriptionclass
The value used (for example -255) to represent a nil value with optional nilReason and codeSpace attributes.Methods in com.luciad.ogc.ows.model that return TLcdOWSCodeModifier and TypeMethodDescriptionTLcdOWSBasicIdentification.getIdentifier()
Returns the value of the property that maps to theIdentifier
element.TLcdOWSDatasetDescriptionSummaryBase.getIdentifier()
Returns the value of the property that maps to theIdentifier
element.TLcdOWSReference.getIdentifier()
Returns the value of the property that maps to theIdentifier
element.TLcdOWSAdditionalParameter.getName()
Returns the value of the property that maps to theName
element.TLcdOWSResponsibleParty.getRole()
Returns the value of the property that maps to theRole
element.TLcdOWSResponsiblePartySubset.getRole()
Returns the value of the property that maps to theRole
element.TLcdOWSKeywords.getType()
Gets the type.Methods in com.luciad.ogc.ows.model with parameters of type TLcdOWSCodeModifier and TypeMethodDescriptionvoid
TLcdOWSBasicIdentification.setIdentifier
(TLcdOWSCode aValue) Sets the value of the property that maps to theIdentifier
element.void
TLcdOWSDatasetDescriptionSummaryBase.setIdentifier
(TLcdOWSCode aValue) Sets the value of the property that maps to theIdentifier
element.void
TLcdOWSReference.setIdentifier
(TLcdOWSCode aValue) Sets the value of the property that maps to theIdentifier
element.void
TLcdOWSAdditionalParameter.setName
(TLcdOWSCode aValue) Sets the value of the property that maps to theName
element.void
TLcdOWSResponsibleParty.setRole
(TLcdOWSCode aValue) Sets the value of the property that maps to theRole
element.void
TLcdOWSResponsiblePartySubset.setRole
(TLcdOWSCode aValue) Sets the value of the property that maps to theRole
element.