Uses of Interface
net.opengis.wfs20.EmptyType
- 
Packages that use EmptyType Package Description net.opengis.wfs20 net.opengis.wfs20.impl net.opengis.wfs20.util 
- 
- 
Uses of EmptyType in net.opengis.wfs20Methods in net.opengis.wfs20 that return EmptyType Modifier and Type Method Description EmptyTypeWfs20Factory. createEmptyType()Returns a new object of class 'Empty Type'.
- 
Uses of EmptyType in net.opengis.wfs20.implClasses in net.opengis.wfs20.impl that implement EmptyType Modifier and Type Class Description classEmptyTypeImplAn implementation of the model object 'Empty Type'.Methods in net.opengis.wfs20.impl that return EmptyType Modifier and Type Method Description EmptyTypeWfs20FactoryImpl. createEmptyType()
- 
Uses of EmptyType in net.opengis.wfs20.utilMethods in net.opengis.wfs20.util with parameters of type EmptyType Modifier and Type Method Description TWfs20Switch. caseEmptyType(EmptyType object)Returns the result of interpreting the object as an instance of 'Empty Type'.booleanWfs20Validator. validateEmptyType(EmptyType emptyType, DiagnosticChain diagnostics, Map<Object,Object> context)
 
-