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.ows20
Methods in net.opengis.ows20 that return DatasetDescriptionSummaryBaseType Modifier and Type Method Description DatasetDescriptionSummaryBaseType
Ows20Factory. createDatasetDescriptionSummaryBaseType()
Returns a new object of class 'Dataset Description Summary Base Type'.DatasetDescriptionSummaryBaseType
DocumentRoot. 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 void
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 DatasetDescriptionSummaryBaseType Modifier and Type Class Description class
DatasetDescriptionSummaryBaseTypeImpl
An 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. 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 DatasetDescriptionSummaryBaseType Modifier and Type Method Description DatasetDescriptionSummaryBaseType
Ows20FactoryImpl. createDatasetDescriptionSummaryBaseType()
DatasetDescriptionSummaryBaseType
DocumentRootImpl. 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 NotificationChain
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 DatasetDescriptionSummaryBaseType Modifier and Type Method Description T
Ows20Switch. 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 DatasetDescriptionSummaryBaseType Modifier and Type Method Description boolean
DocumentRootValidator. validateDatasetDescriptionSummary(DatasetDescriptionSummaryBaseType value)
Method parameters in net.opengis.ows20.validation with type arguments of type DatasetDescriptionSummaryBaseType Modifier and Type Method Description boolean
ContentsBaseTypeValidator. validateDatasetDescriptionSummary(EList<DatasetDescriptionSummaryBaseType> value)
boolean
DatasetDescriptionSummaryBaseTypeValidator. validateDatasetDescriptionSummary(EList<DatasetDescriptionSummaryBaseType> value)
-