Uses of Interface
net.opengis.ows20.DatasetDescriptionSummaryBaseType
Packages that use DatasetDescriptionSummaryBaseType
Package
Description
-
Uses of DatasetDescriptionSummaryBaseType in net.opengis.ows20
Methods in net.opengis.ows20 that return DatasetDescriptionSummaryBaseTypeModifier and TypeMethodDescriptionOws20Factory.createDatasetDescriptionSummaryBaseType()
Returns a new object of class 'Dataset Description Summary Base Type'.DocumentRoot.getDatasetDescriptionSummary()
Returns the value of the 'Dataset Description Summary' containment reference.Methods in net.opengis.ows20 that return types with arguments of type DatasetDescriptionSummaryBaseTypeModifier and TypeMethodDescriptionContentsBaseType.getDatasetDescriptionSummary()
Returns the value of the 'Dataset Description Summary' containment reference list.DatasetDescriptionSummaryBaseType.getDatasetDescriptionSummary()
Returns the value of the 'Dataset Description Summary' containment reference list.Methods in net.opengis.ows20 with parameters of type DatasetDescriptionSummaryBaseTypeModifier and TypeMethodDescriptionvoid
DocumentRoot.setDatasetDescriptionSummary
(DatasetDescriptionSummaryBaseType value) Sets the value of the 'Dataset Description Summary
' containment reference. -
Uses of DatasetDescriptionSummaryBaseType in net.opengis.ows20.impl
Classes in net.opengis.ows20.impl that implement DatasetDescriptionSummaryBaseTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Dataset Description Summary Base Type'.Fields in net.opengis.ows20.impl with type parameters of type DatasetDescriptionSummaryBaseTypeModifier and TypeFieldDescriptionprotected EList<DatasetDescriptionSummaryBaseType>
ContentsBaseTypeImpl.datasetDescriptionSummary
The cached value of the 'Dataset Description Summary
' containment reference list.protected EList<DatasetDescriptionSummaryBaseType>
DatasetDescriptionSummaryBaseTypeImpl.datasetDescriptionSummary
The cached value of the 'Dataset Description Summary
' containment reference list.Methods in net.opengis.ows20.impl that return DatasetDescriptionSummaryBaseTypeModifier and TypeMethodDescriptionOws20FactoryImpl.createDatasetDescriptionSummaryBaseType()
DocumentRootImpl.getDatasetDescriptionSummary()
Methods in net.opengis.ows20.impl that return types with arguments of type DatasetDescriptionSummaryBaseTypeModifier and TypeMethodDescriptionContentsBaseTypeImpl.getDatasetDescriptionSummary()
DatasetDescriptionSummaryBaseTypeImpl.getDatasetDescriptionSummary()
Methods in net.opengis.ows20.impl with parameters of type DatasetDescriptionSummaryBaseTypeModifier and TypeMethodDescriptionNotificationChain
DocumentRootImpl.basicSetDatasetDescriptionSummary
(DatasetDescriptionSummaryBaseType newDatasetDescriptionSummary, NotificationChain msgs) void
DocumentRootImpl.setDatasetDescriptionSummary
(DatasetDescriptionSummaryBaseType newDatasetDescriptionSummary) -
Uses of DatasetDescriptionSummaryBaseType in net.opengis.ows20.util
Methods in net.opengis.ows20.util with parameters of type DatasetDescriptionSummaryBaseTypeModifier and TypeMethodDescriptionOws20Switch.caseDatasetDescriptionSummaryBaseType
(DatasetDescriptionSummaryBaseType object) Returns the result of interpreting the object as an instance of 'Dataset Description Summary Base Type'.boolean
Ows20Validator.validateDatasetDescriptionSummaryBaseType
(DatasetDescriptionSummaryBaseType datasetDescriptionSummaryBaseType, DiagnosticChain diagnostics, Map<Object, Object> context) -
Uses of DatasetDescriptionSummaryBaseType in net.opengis.ows20.validation
Methods in net.opengis.ows20.validation with parameters of type DatasetDescriptionSummaryBaseTypeModifier and TypeMethodDescriptionboolean
DocumentRootValidator.validateDatasetDescriptionSummary
(DatasetDescriptionSummaryBaseType value) Method parameters in net.opengis.ows20.validation with type arguments of type DatasetDescriptionSummaryBaseTypeModifier and TypeMethodDescriptionboolean
ContentsBaseTypeValidator.validateDatasetDescriptionSummary
(EList<DatasetDescriptionSummaryBaseType> value) boolean
DatasetDescriptionSummaryBaseTypeValidator.validateDatasetDescriptionSummary
(EList<DatasetDescriptionSummaryBaseType> value)