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.ows20
Methods in net.opengis.ows20 that return IdentificationType Modifier and Type Method Description IdentificationType
Ows20Factory. createIdentificationType()
Returns a new object of class 'Identification Type'. -
Uses of IdentificationType in net.opengis.ows20.impl
Classes in net.opengis.ows20.impl that implement IdentificationType Modifier and Type Class Description class
IdentificationTypeImpl
An implementation of the model object 'Identification Type'.Methods in net.opengis.ows20.impl that return IdentificationType Modifier and Type Method Description IdentificationType
Ows20FactoryImpl. createIdentificationType()
-
Uses of IdentificationType in net.opengis.ows20.util
Methods in net.opengis.ows20.util with parameters of type IdentificationType Modifier and Type Method Description T
Ows20Switch. caseIdentificationType(IdentificationType object)
Returns the result of interpreting the object as an instance of 'Identification Type'.boolean
Ows20Validator. validateIdentificationType(IdentificationType identificationType, DiagnosticChain diagnostics, Map<Object,Object> context)
-