Uses of Interface
net.opengis.ows20.MetadataType
-
Packages that use MetadataType Package Description net.opengis.ows20 net.opengis.ows20.impl net.opengis.ows20.util net.opengis.ows20.validation net.opengis.wcs20 net.opengis.wcs20.impl -
-
Uses of MetadataType in net.opengis.ows20
Subinterfaces of MetadataType in net.opengis.ows20 Modifier and Type Interface Description interface
AdditionalParametersBaseType
A representation of the model object 'Additional Parameters Base Type'.interface
AdditionalParametersType
A representation of the model object 'Additional Parameters Type'.Methods in net.opengis.ows20 that return MetadataType Modifier and Type Method Description MetadataType
Ows20Factory. createMetadataType()
Returns a new object of class 'Metadata Type'.MetadataType
DocumentRoot. getMetadata()
Returns the value of the 'Metadata' containment reference.MetadataType
DocumentRoot. getOtherSource()
Returns the value of the 'Other Source' containment reference.Methods in net.opengis.ows20 that return types with arguments of type MetadataType Modifier and Type Method Description EList<MetadataType>
BasicIdentificationType. getMetadata()
Returns the value of the 'Metadata' containment reference list.EList<MetadataType>
DatasetDescriptionSummaryBaseType. getMetadata()
Returns the value of the 'Metadata' containment reference list.EList<MetadataType>
OperationType. getMetadata()
Returns the value of the 'Metadata' containment reference list.EList<MetadataType>
ReferenceType. getMetadata()
Returns the value of the 'Metadata' containment reference list.EList<MetadataType>
UnNamedDomainType. getMetadata()
Returns the value of the 'Metadata' containment reference list.EList<MetadataType>
ContentsBaseType. getOtherSource()
Returns the value of the 'Other Source' containment reference list.Methods in net.opengis.ows20 with parameters of type MetadataType Modifier and Type Method Description void
DocumentRoot. setMetadata(MetadataType value)
Sets the value of the 'Metadata
' containment reference.void
DocumentRoot. setOtherSource(MetadataType value)
Sets the value of the 'Other Source
' containment reference. -
Uses of MetadataType in net.opengis.ows20.impl
Classes in net.opengis.ows20.impl that implement MetadataType Modifier and Type Class Description class
AdditionalParametersBaseTypeImpl
An implementation of the model object 'Additional Parameters Base Type'.class
AdditionalParametersTypeImpl
An implementation of the model object 'Additional Parameters Type'.class
MetadataTypeImpl
An implementation of the model object 'Metadata Type'.Fields in net.opengis.ows20.impl with type parameters of type MetadataType Modifier and Type Field Description protected EList<MetadataType>
ContentsBaseTypeImpl. otherSource
The cached value of the 'Other Source
' containment reference list.Methods in net.opengis.ows20.impl that return MetadataType Modifier and Type Method Description MetadataType
Ows20FactoryImpl. createMetadataType()
MetadataType
DocumentRootImpl. getMetadata()
MetadataType
DocumentRootImpl. getOtherSource()
Methods in net.opengis.ows20.impl that return types with arguments of type MetadataType Modifier and Type Method Description EList<MetadataType>
BasicIdentificationTypeImpl. getMetadata()
EList<MetadataType>
DatasetDescriptionSummaryBaseTypeImpl. getMetadata()
EList<MetadataType>
OperationTypeImpl. getMetadata()
EList<MetadataType>
ReferenceTypeImpl. getMetadata()
EList<MetadataType>
UnNamedDomainTypeImpl. getMetadata()
EList<MetadataType>
ContentsBaseTypeImpl. getOtherSource()
Methods in net.opengis.ows20.impl with parameters of type MetadataType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetMetadata(MetadataType newMetadata, NotificationChain msgs)
NotificationChain
DocumentRootImpl. basicSetOtherSource(MetadataType newOtherSource, NotificationChain msgs)
void
DocumentRootImpl. setMetadata(MetadataType newMetadata)
void
DocumentRootImpl. setOtherSource(MetadataType newOtherSource)
-
Uses of MetadataType in net.opengis.ows20.util
Methods in net.opengis.ows20.util with parameters of type MetadataType Modifier and Type Method Description T
Ows20Switch. caseMetadataType(MetadataType object)
Returns the result of interpreting the object as an instance of 'Metadata Type'.boolean
Ows20Validator. validateMetadataType(MetadataType metadataType, DiagnosticChain diagnostics, Map<Object,Object> context)
-
Uses of MetadataType in net.opengis.ows20.validation
Methods in net.opengis.ows20.validation with parameters of type MetadataType Modifier and Type Method Description boolean
DocumentRootValidator. validateMetadata(MetadataType value)
boolean
DocumentRootValidator. validateOtherSource(MetadataType value)
Method parameters in net.opengis.ows20.validation with type arguments of type MetadataType Modifier and Type Method Description boolean
BasicIdentificationTypeValidator. validateMetadata(EList<MetadataType> value)
boolean
DatasetDescriptionSummaryBaseTypeValidator. validateMetadata(EList<MetadataType> value)
boolean
OperationTypeValidator. validateMetadata(EList<MetadataType> value)
boolean
ReferenceTypeValidator. validateMetadata(EList<MetadataType> value)
boolean
UnNamedDomainTypeValidator. validateMetadata(EList<MetadataType> value)
boolean
ContentsBaseTypeValidator. validateOtherSource(EList<MetadataType> value)
-
Uses of MetadataType in net.opengis.wcs20
Methods in net.opengis.wcs20 that return types with arguments of type MetadataType Modifier and Type Method Description EList<MetadataType>
CoverageSummaryType. getMetadata()
Returns the value of the 'Metadata' containment reference list. -
Uses of MetadataType in net.opengis.wcs20.impl
Methods in net.opengis.wcs20.impl that return types with arguments of type MetadataType Modifier and Type Method Description EList<MetadataType>
CoverageSummaryTypeImpl. getMetadata()
-