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 DatasetDescriptionSummaryBaseTypeOws11Factory. 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.ows11 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.ows11.impl
Classes in net.opengis.ows11.impl that implement DatasetDescriptionSummaryBaseType Modifier and Type Class Description classDatasetDescriptionSummaryBaseTypeImplAn implementation of the model object 'Dataset Description Summary Base Type'.Methods in net.opengis.ows11.impl that return DatasetDescriptionSummaryBaseType Modifier and Type Method Description DatasetDescriptionSummaryBaseTypeOws11FactoryImpl. createDatasetDescriptionSummaryBaseType()DatasetDescriptionSummaryBaseTypeDocumentRootImpl. getDatasetDescriptionSummary()Methods in net.opengis.ows11.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.ows11.util
Methods in net.opengis.ows11.util with parameters of type DatasetDescriptionSummaryBaseType Modifier and Type Method Description ObjectOws11Switch. caseDatasetDescriptionSummaryBaseType(DatasetDescriptionSummaryBaseType object)Returns the result of interpreting the object as an instance of 'Dataset Description Summary Base Type'.booleanOws11Validator. 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 booleanDocumentRootValidator. 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 interfaceLayerTypeA 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 classLayerTypeImplAn 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 Twmtsv_1Switch. caseDatasetDescriptionSummaryBaseType(DatasetDescriptionSummaryBaseType object)Returns the result of interpreting the object as an instance of 'Dataset Description Summary Base Type'.
-