Uses of Interface
net.opengis.ows20.IdentificationType
- 
Packages that use IdentificationType Package Description net.opengis.ows20 net.opengis.ows20.impl net.opengis.ows20.util 
- 
- 
Uses of IdentificationType in net.opengis.ows20Methods in net.opengis.ows20 that return IdentificationType Modifier and Type Method Description IdentificationTypeOws20Factory. createIdentificationType()Returns a new object of class 'Identification Type'.
- 
Uses of IdentificationType in net.opengis.ows20.implClasses in net.opengis.ows20.impl that implement IdentificationType Modifier and Type Class Description classIdentificationTypeImplAn implementation of the model object 'Identification Type'.Methods in net.opengis.ows20.impl that return IdentificationType Modifier and Type Method Description IdentificationTypeOws20FactoryImpl. createIdentificationType()
- 
Uses of IdentificationType in net.opengis.ows20.utilMethods in net.opengis.ows20.util with parameters of type IdentificationType Modifier and Type Method Description TOws20Switch. caseIdentificationType(IdentificationType object)Returns the result of interpreting the object as an instance of 'Identification Type'.booleanOws20Validator. validateIdentificationType(IdentificationType identificationType, DiagnosticChain diagnostics, Map<Object,Object> context)
 
-