Uses of Interface
net.opengis.ows11.DatasetDescriptionSummaryBaseType
-
-
Uses of DatasetDescriptionSummaryBaseType in net.opengis.ows11
Methods in net.opengis.ows11 that return DatasetDescriptionSummaryBaseType Modifier and Type Method Description DatasetDescriptionSummaryBaseType
Ows11Factory. 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.ows11 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.ows11.impl
Classes in net.opengis.ows11.impl that implement DatasetDescriptionSummaryBaseType Modifier and Type Class Description class
DatasetDescriptionSummaryBaseTypeImpl
An implementation of the model object 'Dataset Description Summary Base Type'.Methods in net.opengis.ows11.impl that return DatasetDescriptionSummaryBaseType Modifier and Type Method Description DatasetDescriptionSummaryBaseType
Ows11FactoryImpl. createDatasetDescriptionSummaryBaseType()
DatasetDescriptionSummaryBaseType
DocumentRootImpl. getDatasetDescriptionSummary()
Methods in net.opengis.ows11.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.ows11.util
Methods in net.opengis.ows11.util with parameters of type DatasetDescriptionSummaryBaseType Modifier and Type Method Description Object
Ows11Switch. caseDatasetDescriptionSummaryBaseType(DatasetDescriptionSummaryBaseType object)
Returns the result of interpreting the object as an instance of 'Dataset Description Summary Base Type'.boolean
Ows11Validator. validateDatasetDescriptionSummaryBaseType(DatasetDescriptionSummaryBaseType datasetDescriptionSummaryBaseType, DiagnosticChain diagnostics, Map context)
-
Uses of DatasetDescriptionSummaryBaseType in net.opengis.ows11.validation
Methods in net.opengis.ows11.validation with parameters of type DatasetDescriptionSummaryBaseType Modifier and Type Method Description boolean
DocumentRootValidator. validateDatasetDescriptionSummary(DatasetDescriptionSummaryBaseType value)
-
Uses of DatasetDescriptionSummaryBaseType in net.opengis.wmts.v_1
Subinterfaces of DatasetDescriptionSummaryBaseType in net.opengis.wmts.v_1 Modifier and Type Interface Description interface
LayerType
A representation of the model object 'Layer Type'. -
Uses of DatasetDescriptionSummaryBaseType in net.opengis.wmts.v_1.impl
Classes in net.opengis.wmts.v_1.impl that implement DatasetDescriptionSummaryBaseType Modifier and Type Class Description class
LayerTypeImpl
An implementation of the model object 'Layer Type'. -
Uses of DatasetDescriptionSummaryBaseType in net.opengis.wmts.v_1.util
Methods in net.opengis.wmts.v_1.util with parameters of type DatasetDescriptionSummaryBaseType Modifier and Type Method Description T
wmtsv_1Switch. caseDatasetDescriptionSummaryBaseType(DatasetDescriptionSummaryBaseType object)
Returns the result of interpreting the object as an instance of 'Dataset Description Summary Base Type'.
-