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.wfs20
Methods in net.opengis.wfs20 that return EmptyType Modifier and Type Method Description EmptyType
Wfs20Factory. createEmptyType()
Returns a new object of class 'Empty Type'. -
Uses of EmptyType in net.opengis.wfs20.impl
Classes in net.opengis.wfs20.impl that implement EmptyType Modifier and Type Class Description class
EmptyTypeImpl
An implementation of the model object 'Empty Type'.Methods in net.opengis.wfs20.impl that return EmptyType Modifier and Type Method Description EmptyType
Wfs20FactoryImpl. createEmptyType()
-
Uses of EmptyType in net.opengis.wfs20.util
Methods in net.opengis.wfs20.util with parameters of type EmptyType Modifier and Type Method Description T
Wfs20Switch. caseEmptyType(EmptyType object)
Returns the result of interpreting the object as an instance of 'Empty Type'.boolean
Wfs20Validator. validateEmptyType(EmptyType emptyType, DiagnosticChain diagnostics, Map<Object,Object> context)
-