Uses of Interface
net.opengis.wfs.GetFeatureType
- 
Packages that use GetFeatureType Package Description net.opengis.wfs net.opengis.wfs.impl net.opengis.wfs.validation org.geotools.data.wfs.internal org.geotools.data.wfs.internal.v1_x 
- 
- 
Uses of GetFeatureType in net.opengis.wfsSubinterfaces of GetFeatureType in net.opengis.wfs Modifier and Type Interface Description interfaceGetFeatureWithLockTypeA representation of the model object 'Get Feature With Lock Type'.Methods in net.opengis.wfs that return GetFeatureType Modifier and Type Method Description GetFeatureTypeWfsFactory. 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.wfs 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.wfs.implClasses in net.opengis.wfs.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.wfs.impl that return GetFeatureType Modifier and Type Method Description GetFeatureTypeWfsFactoryImpl. createGetFeatureType()GetFeatureTypeDocumentRootImpl. getGetFeature()Methods in net.opengis.wfs.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.wfs.validationMethods in net.opengis.wfs.validation with parameters of type GetFeatureType Modifier and Type Method Description booleanDocumentRootValidator. validateGetFeature(GetFeatureType value)
- 
Uses of GetFeatureType in org.geotools.data.wfs.internalMethods in org.geotools.data.wfs.internal that return GetFeatureType Modifier and Type Method Description GetFeatureTypeRequestComponents. getServerRequest()Methods in org.geotools.data.wfs.internal with parameters of type GetFeatureType Modifier and Type Method Description voidRequestComponents. setServerRequest(GetFeatureType serverRequest)
- 
Uses of GetFeatureType in org.geotools.data.wfs.internal.v1_xMethods in org.geotools.data.wfs.internal.v1_x that return GetFeatureType Modifier and Type Method Description protected GetFeatureTypeStrictWFS_1_x_Strategy. createGetFeatureRequestPost(GetFeatureRequest query)
 
-