Uses of Interface
net.opengis.wfs.DescribeFeatureTypeType
-
Packages that use DescribeFeatureTypeType Package Description net.opengis.wfs net.opengis.wfs.impl net.opengis.wfs.validation org.geotools.data.wfs.internal.v1_x -
-
Uses of DescribeFeatureTypeType in net.opengis.wfs
Methods in net.opengis.wfs that return DescribeFeatureTypeType Modifier and Type Method Description DescribeFeatureTypeType
WfsFactory. createDescribeFeatureTypeType()
Returns a new object of class 'Describe Feature Type Type'.DescribeFeatureTypeType
DocumentRoot. getDescribeFeatureType()
Returns the value of the 'Describe Feature Type' containment reference.Methods in net.opengis.wfs with parameters of type DescribeFeatureTypeType Modifier and Type Method Description void
DocumentRoot. setDescribeFeatureType(DescribeFeatureTypeType value)
Sets the value of the 'Describe Feature Type
' containment reference. -
Uses of DescribeFeatureTypeType in net.opengis.wfs.impl
Classes in net.opengis.wfs.impl that implement DescribeFeatureTypeType Modifier and Type Class Description class
DescribeFeatureTypeTypeImpl
An implementation of the model object 'Describe Feature Type Type'.Methods in net.opengis.wfs.impl that return DescribeFeatureTypeType Modifier and Type Method Description DescribeFeatureTypeType
WfsFactoryImpl. createDescribeFeatureTypeType()
DescribeFeatureTypeType
DocumentRootImpl. getDescribeFeatureType()
Methods in net.opengis.wfs.impl with parameters of type DescribeFeatureTypeType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetDescribeFeatureType(DescribeFeatureTypeType newDescribeFeatureType, NotificationChain msgs)
void
DocumentRootImpl. setDescribeFeatureType(DescribeFeatureTypeType newDescribeFeatureType)
-
Uses of DescribeFeatureTypeType in net.opengis.wfs.validation
Methods in net.opengis.wfs.validation with parameters of type DescribeFeatureTypeType Modifier and Type Method Description boolean
DocumentRootValidator. validateDescribeFeatureType(DescribeFeatureTypeType value)
-
Uses of DescribeFeatureTypeType in org.geotools.data.wfs.internal.v1_x
Methods in org.geotools.data.wfs.internal.v1_x that return DescribeFeatureTypeType Modifier and Type Method Description protected DescribeFeatureTypeType
StrictWFS_1_x_Strategy. createDescribeFeatureTypeRequestPost(DescribeFeatureTypeRequest request)
-