Uses of Interface
net.opengis.ows20.BasicIdentificationType
-
Packages that use BasicIdentificationType Package Description net.opengis.ows20 net.opengis.ows20.impl net.opengis.ows20.util net.opengis.wps20 net.opengis.wps20.impl net.opengis.wps20.util -
-
Uses of BasicIdentificationType in net.opengis.ows20
Subinterfaces of BasicIdentificationType in net.opengis.ows20 Modifier and Type Interface Description 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'.Methods in net.opengis.ows20 that return BasicIdentificationType Modifier and Type Method Description BasicIdentificationTypeOws20Factory. createBasicIdentificationType()Returns a new object of class 'Basic Identification Type'. -
Uses of BasicIdentificationType in net.opengis.ows20.impl
Classes in net.opengis.ows20.impl that implement BasicIdentificationType Modifier and Type Class Description classBasicIdentificationTypeImplAn implementation of the model object 'Basic Identification 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'.Methods in net.opengis.ows20.impl that return BasicIdentificationType Modifier and Type Method Description BasicIdentificationTypeOws20FactoryImpl. createBasicIdentificationType() -
Uses of BasicIdentificationType in net.opengis.ows20.util
Methods in net.opengis.ows20.util with parameters of type BasicIdentificationType Modifier and Type Method Description TOws20Switch. caseBasicIdentificationType(BasicIdentificationType object)Returns the result of interpreting the object as an instance of 'Basic Identification Type'.booleanOws20Validator. validateBasicIdentificationType(BasicIdentificationType basicIdentificationType, DiagnosticChain diagnostics, Map<Object,Object> context) -
Uses of BasicIdentificationType in net.opengis.wps20
Subinterfaces of BasicIdentificationType 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 BasicIdentificationType in net.opengis.wps20.impl
Classes in net.opengis.wps20.impl that implement BasicIdentificationType 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 BasicIdentificationType in net.opengis.wps20.util
Methods in net.opengis.wps20.util with parameters of type BasicIdentificationType Modifier and Type Method Description TWps20Switch. caseBasicIdentificationType(BasicIdentificationType object)Returns the result of interpreting the object as an instance of 'Basic Identification Type'.
-