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 TypeClassDescriptionclassThe 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 theIdentifierelement.TLcdOWSDatasetDescriptionSummaryBase.getIdentifier()Returns the value of the property that maps to theIdentifierelement.TLcdOWSReference.getIdentifier()Returns the value of the property that maps to theIdentifierelement.TLcdOWSAdditionalParameter.getName()Returns the value of the property that maps to theNameelement.TLcdOWSResponsibleParty.getRole()Returns the value of the property that maps to theRoleelement.TLcdOWSResponsiblePartySubset.getRole()Returns the value of the property that maps to theRoleelement.TLcdOWSKeywords.getType()Gets the type.Methods in com.luciad.ogc.ows.model with parameters of type TLcdOWSCodeModifier and TypeMethodDescriptionvoidTLcdOWSBasicIdentification.setIdentifier(TLcdOWSCode aValue) Sets the value of the property that maps to theIdentifierelement.voidTLcdOWSDatasetDescriptionSummaryBase.setIdentifier(TLcdOWSCode aValue) Sets the value of the property that maps to theIdentifierelement.voidTLcdOWSReference.setIdentifier(TLcdOWSCode aValue) Sets the value of the property that maps to theIdentifierelement.voidTLcdOWSAdditionalParameter.setName(TLcdOWSCode aValue) Sets the value of the property that maps to theNameelement.voidTLcdOWSResponsibleParty.setRole(TLcdOWSCode aValue) Sets the value of the property that maps to theRoleelement.voidTLcdOWSResponsiblePartySubset.setRole(TLcdOWSCode aValue) Sets the value of the property that maps to theRoleelement.