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 TypeClassDescriptionclassCorresponds to the OWS "AdditionalParameters" type.classCorresponds 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 theMetadataelement.TLcdOWSDatasetDescriptionSummaryBase.getMetadata()Returns the value of the property that maps to theMetadataelement.TLcdOWSReference.getMetadata()Returns the value of the property that maps to theMetadataelement.TLcdOWSUnNamedDomain.getMetadata()Returns the value of the property that maps to theMetadataelement.TLcdOWSContentsBase.getOtherSource()Returns the value of the property that maps to theOtherSourceelement.Methods in com.luciad.ogc.ows.model with parameters of type TLcdOWSMetadataModifier and TypeMethodDescriptionvoidTLcdOWSDomain.addMetadata(TLcdOWSMetadata aMetadata) Adds a metadata object to this domain.voidTLcdOWSIdentification.addMetadata(TLcdOWSMetadata aMetadata) Adds a metadata.voidTLcdOWSOperation.addMetadata(TLcdOWSMetadata aMetadata) Adds a metadata object to this operation.