Uses of Class
com.luciad.ogc.ows.model.TLcdOWSMetadata
Packages that use TLcdOWSMetadata
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 TLcdOWSMetadata in com.luciad.ogc.ows.model
Subclasses of TLcdOWSMetadata in com.luciad.ogc.ows.modelModifier and TypeClassDescriptionclass
Corresponds to the OWS "AdditionalParameters" type.class
Corresponds to the OWS "AdditionalParametersBaseType" type.Methods in com.luciad.ogc.ows.model that return TLcdOWSMetadataModifier and TypeMethodDescriptionTLcdOWSDomain.getMetadata
(int aIndex) Returns the metadata object at the given index.TLcdOWSIdentification.getMetadata
(int aIndex) Gets the metadata at a given position.TLcdOWSOperation.getMetadata
(int aIndex) Returns the metadata at the given index.Methods in com.luciad.ogc.ows.model that return types with arguments of type TLcdOWSMetadataModifier and TypeMethodDescriptionTLcdOWSBasicIdentification.getMetadata()
Returns the value of the property that maps to theMetadata
element.TLcdOWSDatasetDescriptionSummaryBase.getMetadata()
Returns the value of the property that maps to theMetadata
element.TLcdOWSReference.getMetadata()
Returns the value of the property that maps to theMetadata
element.TLcdOWSUnNamedDomain.getMetadata()
Returns the value of the property that maps to theMetadata
element.TLcdOWSContentsBase.getOtherSource()
Returns the value of the property that maps to theOtherSource
element.Methods in com.luciad.ogc.ows.model with parameters of type TLcdOWSMetadataModifier and TypeMethodDescriptionvoid
TLcdOWSDomain.addMetadata
(TLcdOWSMetadata aMetadata) Adds a metadata object to this domain.void
TLcdOWSIdentification.addMetadata
(TLcdOWSMetadata aMetadata) Adds a metadata.void
TLcdOWSOperation.addMetadata
(TLcdOWSMetadata aMetadata) Adds a metadata object to this operation.