Uses of Interface
net.opengis.ows11.DescriptionType
-
-
Uses of DescriptionType in net.opengis.ows11
Subinterfaces of DescriptionType in net.opengis.ows11 Modifier and Type Interface Description interfaceBasicIdentificationTypeA representation of the model object 'Basic Identification Type'.interfaceDatasetDescriptionSummaryBaseTypeA representation of the model object 'Dataset Description Summary Base Type'.interfaceIdentificationTypeA representation of the model object 'Identification Type'.interfaceManifestTypeA representation of the model object 'Manifest Type'.interfaceReferenceGroupTypeA representation of the model object 'Reference Group Type'.interfaceServiceIdentificationTypeA representation of the model object 'Service Identification Type'.Methods in net.opengis.ows11 that return DescriptionType Modifier and Type Method Description DescriptionTypeOws11Factory. createDescriptionType()Returns a new object of class 'Description Type'. -
Uses of DescriptionType in net.opengis.ows11.impl
Classes in net.opengis.ows11.impl that implement DescriptionType Modifier and Type Class Description classBasicIdentificationTypeImplAn implementation of the model object 'Basic Identification Type'.classDatasetDescriptionSummaryBaseTypeImplAn implementation of the model object 'Dataset Description Summary Base Type'.classDescriptionTypeImplAn implementation of the model object 'Description Type'.classIdentificationTypeImplAn implementation of the model object 'Identification Type'.classManifestTypeImplAn implementation of the model object 'Manifest Type'.classReferenceGroupTypeImplAn implementation of the model object 'Reference Group Type'.classServiceIdentificationTypeImplAn implementation of the model object 'Service Identification Type'.Methods in net.opengis.ows11.impl that return DescriptionType Modifier and Type Method Description DescriptionTypeOws11FactoryImpl. createDescriptionType() -
Uses of DescriptionType in net.opengis.ows11.util
Methods in net.opengis.ows11.util with parameters of type DescriptionType Modifier and Type Method Description ObjectOws11Switch. caseDescriptionType(DescriptionType object)Returns the result of interpreting the object as an instance of 'Description Type'.booleanOws11Validator. validateDescriptionType(DescriptionType descriptionType, DiagnosticChain diagnostics, Map context) -
Uses of DescriptionType in net.opengis.wcs11
Subinterfaces of DescriptionType in net.opengis.wcs11 Modifier and Type Interface Description interfaceAxisTypeA representation of the model object 'Axis Type'.interfaceCoverageDescriptionTypeA representation of the model object 'Coverage Description Type'.interfaceCoverageSummaryTypeA representation of the model object 'Coverage Summary Type'.interfaceFieldTypeA representation of the model object 'Field Type'. -
Uses of DescriptionType in net.opengis.wcs11.impl
Classes in net.opengis.wcs11.impl that implement DescriptionType Modifier and Type Class Description classAxisTypeImplAn implementation of the model object 'Axis Type'.classCoverageDescriptionTypeImplAn implementation of the model object 'Coverage Description Type'.classCoverageSummaryTypeImplAn implementation of the model object 'Coverage Summary Type'.classFieldTypeImplAn implementation of the model object 'Field Type'. -
Uses of DescriptionType in net.opengis.wcs11.util
Methods in net.opengis.wcs11.util with parameters of type DescriptionType Modifier and Type Method Description ObjectWcs111Switch. caseDescriptionType(DescriptionType object)Returns the result of interpreting the object as an instance of 'Description Type'.ObjectWcs11Switch. caseDescriptionType(DescriptionType object)Returns the result of interpreting the object as an instance of 'Description Type'. -
Uses of DescriptionType in net.opengis.wmts.v_1
Subinterfaces of DescriptionType in net.opengis.wmts.v_1 Modifier and Type Interface Description interfaceDimensionTypeA representation of the model object 'Dimension Type'.interfaceLayerTypeA representation of the model object 'Layer Type'.interfaceStyleTypeA representation of the model object 'Style Type'.interfaceThemeTypeA representation of the model object 'Theme Type'.interfaceTileMatrixSetTypeA representation of the model object 'Tile Matrix Set Type'.interfaceTileMatrixTypeA representation of the model object 'Tile Matrix Type'. -
Uses of DescriptionType in net.opengis.wmts.v_1.impl
Classes in net.opengis.wmts.v_1.impl that implement DescriptionType Modifier and Type Class Description classDimensionTypeImplAn implementation of the model object 'Dimension Type'.classLayerTypeImplAn implementation of the model object 'Layer Type'.classStyleTypeImplAn implementation of the model object 'Style Type'.classThemeTypeImplAn implementation of the model object 'Theme Type'.classTileMatrixSetTypeImplAn implementation of the model object 'Tile Matrix Set Type'.classTileMatrixTypeImplAn implementation of the model object 'Tile Matrix Type'. -
Uses of DescriptionType in net.opengis.wmts.v_1.util
Methods in net.opengis.wmts.v_1.util with parameters of type DescriptionType Modifier and Type Method Description Twmtsv_1Switch. caseDescriptionType(DescriptionType object)Returns the result of interpreting the object as an instance of 'Description Type'.
-