Uses of Interface
net.opengis.ows20.DatasetDescriptionSummaryBaseType
- 
Packages that use DatasetDescriptionSummaryBaseType Package Description net.opengis.ows20 net.opengis.ows20.impl net.opengis.ows20.util net.opengis.ows20.validation 
- 
- 
Uses of DatasetDescriptionSummaryBaseType in net.opengis.ows20Methods in net.opengis.ows20 that return DatasetDescriptionSummaryBaseType Modifier and Type Method Description DatasetDescriptionSummaryBaseTypeOws20Factory. createDatasetDescriptionSummaryBaseType()Returns a new object of class 'Dataset Description Summary Base Type'.DatasetDescriptionSummaryBaseTypeDocumentRoot. getDatasetDescriptionSummary()Returns the value of the 'Dataset Description Summary' containment reference.Methods in net.opengis.ows20 that return types with arguments of type DatasetDescriptionSummaryBaseType Modifier and Type Method Description EList<DatasetDescriptionSummaryBaseType>ContentsBaseType. getDatasetDescriptionSummary()Returns the value of the 'Dataset Description Summary' containment reference list.EList<DatasetDescriptionSummaryBaseType>DatasetDescriptionSummaryBaseType. getDatasetDescriptionSummary()Returns the value of the 'Dataset Description Summary' containment reference list.Methods in net.opengis.ows20 with parameters of type DatasetDescriptionSummaryBaseType Modifier and Type Method Description voidDocumentRoot. setDatasetDescriptionSummary(DatasetDescriptionSummaryBaseType value)Sets the value of the 'Dataset Description Summary' containment reference.
- 
Uses of DatasetDescriptionSummaryBaseType in net.opengis.ows20.implClasses in net.opengis.ows20.impl that implement DatasetDescriptionSummaryBaseType Modifier and Type Class Description classDatasetDescriptionSummaryBaseTypeImplAn implementation of the model object 'Dataset Description Summary Base Type'.Fields in net.opengis.ows20.impl with type parameters of type DatasetDescriptionSummaryBaseType Modifier and Type Field Description protected EList<DatasetDescriptionSummaryBaseType>ContentsBaseTypeImpl. datasetDescriptionSummaryThe cached value of the 'Dataset Description Summary' containment reference list.protected EList<DatasetDescriptionSummaryBaseType>DatasetDescriptionSummaryBaseTypeImpl. datasetDescriptionSummaryThe cached value of the 'Dataset Description Summary' containment reference list.Methods in net.opengis.ows20.impl that return DatasetDescriptionSummaryBaseType Modifier and Type Method Description DatasetDescriptionSummaryBaseTypeOws20FactoryImpl. createDatasetDescriptionSummaryBaseType()DatasetDescriptionSummaryBaseTypeDocumentRootImpl. getDatasetDescriptionSummary()Methods in net.opengis.ows20.impl that return types with arguments of type DatasetDescriptionSummaryBaseType Modifier and Type Method Description EList<DatasetDescriptionSummaryBaseType>ContentsBaseTypeImpl. getDatasetDescriptionSummary()EList<DatasetDescriptionSummaryBaseType>DatasetDescriptionSummaryBaseTypeImpl. getDatasetDescriptionSummary()Methods in net.opengis.ows20.impl with parameters of type DatasetDescriptionSummaryBaseType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetDatasetDescriptionSummary(DatasetDescriptionSummaryBaseType newDatasetDescriptionSummary, NotificationChain msgs)voidDocumentRootImpl. setDatasetDescriptionSummary(DatasetDescriptionSummaryBaseType newDatasetDescriptionSummary)
- 
Uses of DatasetDescriptionSummaryBaseType in net.opengis.ows20.utilMethods in net.opengis.ows20.util with parameters of type DatasetDescriptionSummaryBaseType Modifier and Type Method Description TOws20Switch. caseDatasetDescriptionSummaryBaseType(DatasetDescriptionSummaryBaseType object)Returns the result of interpreting the object as an instance of 'Dataset Description Summary Base Type'.booleanOws20Validator. validateDatasetDescriptionSummaryBaseType(DatasetDescriptionSummaryBaseType datasetDescriptionSummaryBaseType, DiagnosticChain diagnostics, Map<Object,Object> context)
- 
Uses of DatasetDescriptionSummaryBaseType in net.opengis.ows20.validationMethods in net.opengis.ows20.validation with parameters of type DatasetDescriptionSummaryBaseType Modifier and Type Method Description booleanDocumentRootValidator. validateDatasetDescriptionSummary(DatasetDescriptionSummaryBaseType value)Method parameters in net.opengis.ows20.validation with type arguments of type DatasetDescriptionSummaryBaseType Modifier and Type Method Description booleanContentsBaseTypeValidator. validateDatasetDescriptionSummary(EList<DatasetDescriptionSummaryBaseType> value)booleanDatasetDescriptionSummaryBaseTypeValidator. validateDatasetDescriptionSummary(EList<DatasetDescriptionSummaryBaseType> value)
 
-