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 interface
BasicIdentificationType
A representation of the model object 'Basic Identification Type'.interface
DatasetDescriptionSummaryBaseType
A representation of the model object 'Dataset Description Summary Base Type'.interface
IdentificationType
A representation of the model object 'Identification Type'.interface
ManifestType
A representation of the model object 'Manifest Type'.interface
ReferenceGroupType
A representation of the model object 'Reference Group Type'.interface
ServiceIdentificationType
A representation of the model object 'Service Identification Type'.Methods in net.opengis.ows11 that return DescriptionType Modifier and Type Method Description DescriptionType
Ows11Factory. 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 class
BasicIdentificationTypeImpl
An implementation of the model object 'Basic Identification Type'.class
DatasetDescriptionSummaryBaseTypeImpl
An implementation of the model object 'Dataset Description Summary Base Type'.class
DescriptionTypeImpl
An implementation of the model object 'Description Type'.class
IdentificationTypeImpl
An implementation of the model object 'Identification Type'.class
ManifestTypeImpl
An implementation of the model object 'Manifest Type'.class
ReferenceGroupTypeImpl
An implementation of the model object 'Reference Group Type'.class
ServiceIdentificationTypeImpl
An implementation of the model object 'Service Identification Type'.Methods in net.opengis.ows11.impl that return DescriptionType Modifier and Type Method Description DescriptionType
Ows11FactoryImpl. 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 Object
Ows11Switch. caseDescriptionType(DescriptionType object)
Returns the result of interpreting the object as an instance of 'Description Type'.boolean
Ows11Validator. 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 interface
AxisType
A representation of the model object 'Axis Type'.interface
CoverageDescriptionType
A representation of the model object 'Coverage Description Type'.interface
CoverageSummaryType
A representation of the model object 'Coverage Summary Type'.interface
FieldType
A 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 class
AxisTypeImpl
An implementation of the model object 'Axis Type'.class
CoverageDescriptionTypeImpl
An implementation of the model object 'Coverage Description Type'.class
CoverageSummaryTypeImpl
An implementation of the model object 'Coverage Summary Type'.class
FieldTypeImpl
An 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 Object
Wcs111Switch. caseDescriptionType(DescriptionType object)
Returns the result of interpreting the object as an instance of 'Description Type'.Object
Wcs11Switch. 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 interface
DimensionType
A representation of the model object 'Dimension Type'.interface
LayerType
A representation of the model object 'Layer Type'.interface
StyleType
A representation of the model object 'Style Type'.interface
ThemeType
A representation of the model object 'Theme Type'.interface
TileMatrixSetType
A representation of the model object 'Tile Matrix Set Type'.interface
TileMatrixType
A 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 class
DimensionTypeImpl
An implementation of the model object 'Dimension Type'.class
LayerTypeImpl
An implementation of the model object 'Layer Type'.class
StyleTypeImpl
An implementation of the model object 'Style Type'.class
ThemeTypeImpl
An implementation of the model object 'Theme Type'.class
TileMatrixSetTypeImpl
An implementation of the model object 'Tile Matrix Set Type'.class
TileMatrixTypeImpl
An 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 T
wmtsv_1Switch. caseDescriptionType(DescriptionType object)
Returns the result of interpreting the object as an instance of 'Description Type'.
-