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.ows20Subinterfaces of MetadataType in net.opengis.ows20 Modifier and Type Interface Description interfaceAdditionalParametersBaseTypeA representation of the model object 'Additional Parameters Base Type'.interfaceAdditionalParametersTypeA representation of the model object 'Additional Parameters Type'.Methods in net.opengis.ows20 that return MetadataType Modifier and Type Method Description MetadataTypeOws20Factory. createMetadataType()Returns a new object of class 'Metadata Type'.MetadataTypeDocumentRoot. getMetadata()Returns the value of the 'Metadata' containment reference.MetadataTypeDocumentRoot. 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 voidDocumentRoot. setMetadata(MetadataType value)Sets the value of the 'Metadata' containment reference.voidDocumentRoot. setOtherSource(MetadataType value)Sets the value of the 'Other Source' containment reference.
- 
Uses of MetadataType in net.opengis.ows20.implClasses in net.opengis.ows20.impl that implement MetadataType Modifier and Type Class Description classAdditionalParametersBaseTypeImplAn implementation of the model object 'Additional Parameters Base Type'.classAdditionalParametersTypeImplAn implementation of the model object 'Additional Parameters Type'.classMetadataTypeImplAn 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. otherSourceThe cached value of the 'Other Source' containment reference list.Methods in net.opengis.ows20.impl that return MetadataType Modifier and Type Method Description MetadataTypeOws20FactoryImpl. createMetadataType()MetadataTypeDocumentRootImpl. getMetadata()MetadataTypeDocumentRootImpl. 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 NotificationChainDocumentRootImpl. basicSetMetadata(MetadataType newMetadata, NotificationChain msgs)NotificationChainDocumentRootImpl. basicSetOtherSource(MetadataType newOtherSource, NotificationChain msgs)voidDocumentRootImpl. setMetadata(MetadataType newMetadata)voidDocumentRootImpl. setOtherSource(MetadataType newOtherSource)
- 
Uses of MetadataType in net.opengis.ows20.utilMethods in net.opengis.ows20.util with parameters of type MetadataType Modifier and Type Method Description TOws20Switch. caseMetadataType(MetadataType object)Returns the result of interpreting the object as an instance of 'Metadata Type'.booleanOws20Validator. validateMetadataType(MetadataType metadataType, DiagnosticChain diagnostics, Map<Object,Object> context)
- 
Uses of MetadataType in net.opengis.ows20.validationMethods in net.opengis.ows20.validation with parameters of type MetadataType Modifier and Type Method Description booleanDocumentRootValidator. validateMetadata(MetadataType value)booleanDocumentRootValidator. validateOtherSource(MetadataType value)Method parameters in net.opengis.ows20.validation with type arguments of type MetadataType Modifier and Type Method Description booleanBasicIdentificationTypeValidator. validateMetadata(EList<MetadataType> value)booleanDatasetDescriptionSummaryBaseTypeValidator. validateMetadata(EList<MetadataType> value)booleanOperationTypeValidator. validateMetadata(EList<MetadataType> value)booleanReferenceTypeValidator. validateMetadata(EList<MetadataType> value)booleanUnNamedDomainTypeValidator. validateMetadata(EList<MetadataType> value)booleanContentsBaseTypeValidator. validateOtherSource(EList<MetadataType> value)
- 
Uses of MetadataType in net.opengis.wcs20Methods 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.implMethods in net.opengis.wcs20.impl that return types with arguments of type MetadataType Modifier and Type Method Description EList<MetadataType>CoverageSummaryTypeImpl. getMetadata()
 
-