Uses of Class
com.luciad.ogc.ows.model.TLcdOWSDomainMetadata
Packages that use TLcdOWSDomainMetadata
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 TLcdOWSDomainMetadata in com.luciad.ogc.ows.model
Methods in com.luciad.ogc.ows.model that return TLcdOWSDomainMetadataModifier and TypeMethodDescriptionTLcdOWSUnNamedDomain.getDomainMetaDataType()Returns the value of the property that maps to theDataTypeelement.TLcdOWSUnNamedDomain.getMeaning()Returns the value of the property that maps to theMeaningelement.TLcdOWSUnNamedDomain.getReferenceSystem()Returns the value of the property that maps to theReferenceSystemelement.TLcdOWSUnNamedDomain.getUOM()Returns the value of the property that maps to theUOMelement.Methods in com.luciad.ogc.ows.model with parameters of type TLcdOWSDomainMetadataModifier and TypeMethodDescriptionvoidTLcdOWSUnNamedDomain.setDomainMetaDataType(TLcdOWSDomainMetadata aValue) Sets the value of the property that maps to theDataTypeelement.voidTLcdOWSUnNamedDomain.setMeaning(TLcdOWSDomainMetadata aValue) Sets the value of the property that maps to theMeaningelement.voidTLcdOWSUnNamedDomain.setReferenceSystem(TLcdOWSDomainMetadata aValue) Sets the value of the property that maps to theReferenceSystemelement.voidTLcdOWSUnNamedDomain.setUOM(TLcdOWSDomainMetadata aValue) Sets the value of the property that maps to theUOMelement.