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.ows20Subinterfaces of DescriptionType in net.opengis.ows20 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.ows20 that return DescriptionType Modifier and Type Method Description DescriptionTypeOws20Factory. createDescriptionType()Returns a new object of class 'Description Type'.
- 
Uses of DescriptionType in net.opengis.ows20.implClasses in net.opengis.ows20.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.ows20.impl that return DescriptionType Modifier and Type Method Description DescriptionTypeOws20FactoryImpl. createDescriptionType()
- 
Uses of DescriptionType in net.opengis.ows20.utilMethods in net.opengis.ows20.util with parameters of type DescriptionType Modifier and Type Method Description TOws20Switch. caseDescriptionType(DescriptionType object)Returns the result of interpreting the object as an instance of 'Description Type'.booleanOws20Validator. validateDescriptionType(DescriptionType descriptionType, DiagnosticChain diagnostics, Map<Object,Object> context)
- 
Uses of DescriptionType in net.opengis.wcs20Subinterfaces of DescriptionType in net.opengis.wcs20 Modifier and Type Interface Description interfaceCoverageSummaryTypeA representation of the model object 'Coverage Summary Type'.
- 
Uses of DescriptionType in net.opengis.wcs20.implClasses in net.opengis.wcs20.impl that implement DescriptionType Modifier and Type Class Description classCoverageSummaryTypeImplAn implementation of the model object 'Coverage Summary Type'.
- 
Uses of DescriptionType in net.opengis.wps20Subinterfaces of DescriptionType in net.opengis.wps20 Modifier and Type Interface Description interfaceDescriptionTypeA representation of the model object 'Description Type'.interfaceGenericInputTypeA representation of the model object 'Generic Input Type'.interfaceGenericOutputTypeA representation of the model object 'Generic Output Type'.interfaceGenericProcessTypeA representation of the model object 'Generic Process Type'.interfaceInputDescriptionTypeA representation of the model object 'Input Description Type'.interfaceOutputDescriptionTypeA representation of the model object 'Output Description Type'.interfaceProcessDescriptionTypeA representation of the model object 'Process Description Type'.interfaceProcessSummaryTypeA representation of the model object 'Process Summary Type'.
- 
Uses of DescriptionType in net.opengis.wps20.implClasses in net.opengis.wps20.impl that implement DescriptionType Modifier and Type Class Description classDescriptionTypeImplAn implementation of the model object 'Description Type'.classGenericInputTypeImplAn implementation of the model object 'Generic Input Type'.classGenericOutputTypeImplAn implementation of the model object 'Generic Output Type'.classGenericProcessTypeImplAn implementation of the model object 'Generic Process Type'.classInputDescriptionTypeImplAn implementation of the model object 'Input Description Type'.classOutputDescriptionTypeImplAn implementation of the model object 'Output Description Type'.classProcessDescriptionTypeImplAn implementation of the model object 'Process Description Type'.classProcessSummaryTypeImplAn implementation of the model object 'Process Summary Type'.
- 
Uses of DescriptionType in net.opengis.wps20.utilMethods in net.opengis.wps20.util with parameters of type DescriptionType Modifier and Type Method Description TWps20Switch. caseOws20_DescriptionType(DescriptionType object)Returns the result of interpreting the object as an instance of 'Description Type'.
 
-