Uses of Interface
net.opengis.ows20.DescriptionType
-
Packages that use DescriptionType Package Description net.opengis.ows20 net.opengis.ows20.impl net.opengis.ows20.util net.opengis.wcs20 net.opengis.wcs20.impl net.opengis.wps20 net.opengis.wps20.impl net.opengis.wps20.util -
-
Uses of DescriptionType in net.opengis.ows20
Subinterfaces of DescriptionType in net.opengis.ows20 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.ows20 that return DescriptionType Modifier and Type Method Description DescriptionType
Ows20Factory. createDescriptionType()
Returns a new object of class 'Description Type'. -
Uses of DescriptionType in net.opengis.ows20.impl
Classes in net.opengis.ows20.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.ows20.impl that return DescriptionType Modifier and Type Method Description DescriptionType
Ows20FactoryImpl. createDescriptionType()
-
Uses of DescriptionType in net.opengis.ows20.util
Methods in net.opengis.ows20.util with parameters of type DescriptionType Modifier and Type Method Description T
Ows20Switch. caseDescriptionType(DescriptionType object)
Returns the result of interpreting the object as an instance of 'Description Type'.boolean
Ows20Validator. validateDescriptionType(DescriptionType descriptionType, DiagnosticChain diagnostics, Map<Object,Object> context)
-
Uses of DescriptionType in net.opengis.wcs20
Subinterfaces of DescriptionType in net.opengis.wcs20 Modifier and Type Interface Description interface
CoverageSummaryType
A representation of the model object 'Coverage Summary Type'. -
Uses of DescriptionType in net.opengis.wcs20.impl
Classes in net.opengis.wcs20.impl that implement DescriptionType Modifier and Type Class Description class
CoverageSummaryTypeImpl
An implementation of the model object 'Coverage Summary Type'. -
Uses of DescriptionType in net.opengis.wps20
Subinterfaces of DescriptionType in net.opengis.wps20 Modifier and Type Interface Description interface
DescriptionType
A representation of the model object 'Description Type'.interface
GenericInputType
A representation of the model object 'Generic Input Type'.interface
GenericOutputType
A representation of the model object 'Generic Output Type'.interface
GenericProcessType
A representation of the model object 'Generic Process Type'.interface
InputDescriptionType
A representation of the model object 'Input Description Type'.interface
OutputDescriptionType
A representation of the model object 'Output Description Type'.interface
ProcessDescriptionType
A representation of the model object 'Process Description Type'.interface
ProcessSummaryType
A representation of the model object 'Process Summary Type'. -
Uses of DescriptionType in net.opengis.wps20.impl
Classes in net.opengis.wps20.impl that implement DescriptionType Modifier and Type Class Description class
DescriptionTypeImpl
An implementation of the model object 'Description Type'.class
GenericInputTypeImpl
An implementation of the model object 'Generic Input Type'.class
GenericOutputTypeImpl
An implementation of the model object 'Generic Output Type'.class
GenericProcessTypeImpl
An implementation of the model object 'Generic Process Type'.class
InputDescriptionTypeImpl
An implementation of the model object 'Input Description Type'.class
OutputDescriptionTypeImpl
An implementation of the model object 'Output Description Type'.class
ProcessDescriptionTypeImpl
An implementation of the model object 'Process Description Type'.class
ProcessSummaryTypeImpl
An implementation of the model object 'Process Summary Type'. -
Uses of DescriptionType in net.opengis.wps20.util
Methods in net.opengis.wps20.util with parameters of type DescriptionType Modifier and Type Method Description T
Wps20Switch. caseOws20_DescriptionType(DescriptionType object)
Returns the result of interpreting the object as an instance of 'Description Type'.
-