Uses of Interface
net.opengis.wfs20.GetFeatureType
-
Packages that use GetFeatureType Package Description net.opengis.wfs20 net.opengis.wfs20.impl net.opengis.wfs20.util net.opengis.wfs20.validation -
-
Uses of GetFeatureType in net.opengis.wfs20
Subinterfaces of GetFeatureType in net.opengis.wfs20 Modifier and Type Interface Description interface
GetFeatureWithLockType
A representation of the model object 'Get Feature With Lock Type'.Methods in net.opengis.wfs20 that return GetFeatureType Modifier and Type Method Description GetFeatureType
Wfs20Factory. createGetFeatureType()
Returns a new object of class 'Get Feature Type'.GetFeatureType
DocumentRoot. getGetFeature()
Returns the value of the 'Get Feature' containment reference.Methods in net.opengis.wfs20 with parameters of type GetFeatureType Modifier and Type Method Description void
DocumentRoot. setGetFeature(GetFeatureType value)
Sets the value of the 'Get Feature
' containment reference. -
Uses of GetFeatureType in net.opengis.wfs20.impl
Classes in net.opengis.wfs20.impl that implement GetFeatureType Modifier and Type Class Description class
GetFeatureTypeImpl
An implementation of the model object 'Get Feature Type'.class
GetFeatureWithLockTypeImpl
An implementation of the model object 'Get Feature With Lock Type'.Methods in net.opengis.wfs20.impl that return GetFeatureType Modifier and Type Method Description GetFeatureType
Wfs20FactoryImpl. createGetFeatureType()
GetFeatureType
DocumentRootImpl. getGetFeature()
Methods in net.opengis.wfs20.impl with parameters of type GetFeatureType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetGetFeature(GetFeatureType newGetFeature, NotificationChain msgs)
void
DocumentRootImpl. setGetFeature(GetFeatureType newGetFeature)
-
Uses of GetFeatureType in net.opengis.wfs20.util
Methods in net.opengis.wfs20.util with parameters of type GetFeatureType Modifier and Type Method Description T
Wfs20Switch. caseGetFeatureType(GetFeatureType object)
Returns the result of interpreting the object as an instance of 'Get Feature Type'.boolean
Wfs20Validator. validateGetFeatureType(GetFeatureType getFeatureType, DiagnosticChain diagnostics, Map<Object,Object> context)
-
Uses of GetFeatureType in net.opengis.wfs20.validation
Methods in net.opengis.wfs20.validation with parameters of type GetFeatureType Modifier and Type Method Description boolean
DocumentRootValidator. validateGetFeature(GetFeatureType value)
-