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.wfs20Subinterfaces of GetFeatureType in net.opengis.wfs20 Modifier and Type Interface Description interfaceGetFeatureWithLockTypeA representation of the model object 'Get Feature With Lock Type'.Methods in net.opengis.wfs20 that return GetFeatureType Modifier and Type Method Description GetFeatureTypeWfs20Factory. createGetFeatureType()Returns a new object of class 'Get Feature Type'.GetFeatureTypeDocumentRoot. 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 voidDocumentRoot. setGetFeature(GetFeatureType value)Sets the value of the 'Get Feature' containment reference.
- 
Uses of GetFeatureType in net.opengis.wfs20.implClasses in net.opengis.wfs20.impl that implement GetFeatureType Modifier and Type Class Description classGetFeatureTypeImplAn implementation of the model object 'Get Feature Type'.classGetFeatureWithLockTypeImplAn implementation of the model object 'Get Feature With Lock Type'.Methods in net.opengis.wfs20.impl that return GetFeatureType Modifier and Type Method Description GetFeatureTypeWfs20FactoryImpl. createGetFeatureType()GetFeatureTypeDocumentRootImpl. getGetFeature()Methods in net.opengis.wfs20.impl with parameters of type GetFeatureType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetGetFeature(GetFeatureType newGetFeature, NotificationChain msgs)voidDocumentRootImpl. setGetFeature(GetFeatureType newGetFeature)
- 
Uses of GetFeatureType in net.opengis.wfs20.utilMethods in net.opengis.wfs20.util with parameters of type GetFeatureType Modifier and Type Method Description TWfs20Switch. caseGetFeatureType(GetFeatureType object)Returns the result of interpreting the object as an instance of 'Get Feature Type'.booleanWfs20Validator. validateGetFeatureType(GetFeatureType getFeatureType, DiagnosticChain diagnostics, Map<Object,Object> context)
- 
Uses of GetFeatureType in net.opengis.wfs20.validationMethods in net.opengis.wfs20.validation with parameters of type GetFeatureType Modifier and Type Method Description booleanDocumentRootValidator. validateGetFeature(GetFeatureType value)
 
-