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.wfs
Subinterfaces of GetFeatureType in net.opengis.wfs Modifier and Type Interface Description interface
GetFeatureWithLockType
A representation of the model object 'Get Feature With Lock Type'.Methods in net.opengis.wfs that return GetFeatureType Modifier and Type Method Description GetFeatureType
WfsFactory. 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.wfs 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.wfs.impl
Classes in net.opengis.wfs.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.wfs.impl that return GetFeatureType Modifier and Type Method Description GetFeatureType
WfsFactoryImpl. createGetFeatureType()
GetFeatureType
DocumentRootImpl. getGetFeature()
Methods in net.opengis.wfs.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.wfs.validation
Methods in net.opengis.wfs.validation with parameters of type GetFeatureType Modifier and Type Method Description boolean
DocumentRootValidator. validateGetFeature(GetFeatureType value)
-
Uses of GetFeatureType in org.geotools.data.wfs.internal
Methods in org.geotools.data.wfs.internal that return GetFeatureType Modifier and Type Method Description GetFeatureType
RequestComponents. getServerRequest()
Methods in org.geotools.data.wfs.internal with parameters of type GetFeatureType Modifier and Type Method Description void
RequestComponents. setServerRequest(GetFeatureType serverRequest)
-
Uses of GetFeatureType in org.geotools.data.wfs.internal.v1_x
Methods in org.geotools.data.wfs.internal.v1_x that return GetFeatureType Modifier and Type Method Description protected GetFeatureType
StrictWFS_1_x_Strategy. createGetFeatureRequestPost(GetFeatureRequest query)
-