Uses of Class
com.luciad.ogc.ows.model.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
Modifier and TypeClassDescriptionclass
Corresponds to the OWS "AdditionalParameters" type.class
Corresponds to the OWS "AdditionalParametersBaseType" type.Modifier 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.Modifier 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.Modifier 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.