Uses of Interface
net.opengis.ows11.BasicIdentificationType
-
Packages that use BasicIdentificationType Package Description net.opengis.ows11 net.opengis.ows11.impl net.opengis.ows11.util -
-
Uses of BasicIdentificationType in net.opengis.ows11
Subinterfaces of BasicIdentificationType in net.opengis.ows11 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.ows11 that return BasicIdentificationType Modifier and Type Method Description BasicIdentificationTypeOws11Factory. createBasicIdentificationType()Returns a new object of class 'Basic Identification Type'. -
Uses of BasicIdentificationType in net.opengis.ows11.impl
Classes in net.opengis.ows11.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.ows11.impl that return BasicIdentificationType Modifier and Type Method Description BasicIdentificationTypeOws11FactoryImpl. createBasicIdentificationType() -
Uses of BasicIdentificationType in net.opengis.ows11.util
Methods in net.opengis.ows11.util with parameters of type BasicIdentificationType Modifier and Type Method Description ObjectOws11Switch. caseBasicIdentificationType(BasicIdentificationType object)Returns the result of interpreting the object as an instance of 'Basic Identification Type'.booleanOws11Validator. validateBasicIdentificationType(BasicIdentificationType basicIdentificationType, DiagnosticChain diagnostics, Map context)
-