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 DescribeFeatureTypeTypeWfsFactory. createDescribeFeatureTypeType()Returns a new object of class 'Describe Feature Type Type'.DescribeFeatureTypeTypeDocumentRoot. 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 voidDocumentRoot. 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 classDescribeFeatureTypeTypeImplAn implementation of the model object 'Describe Feature Type Type'.Methods in net.opengis.wfs.impl that return DescribeFeatureTypeType Modifier and Type Method Description DescribeFeatureTypeTypeWfsFactoryImpl. createDescribeFeatureTypeType()DescribeFeatureTypeTypeDocumentRootImpl. getDescribeFeatureType()Methods in net.opengis.wfs.impl with parameters of type DescribeFeatureTypeType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetDescribeFeatureType(DescribeFeatureTypeType newDescribeFeatureType, NotificationChain msgs)voidDocumentRootImpl. 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 booleanDocumentRootValidator. 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 DescribeFeatureTypeTypeStrictWFS_1_x_Strategy. createDescribeFeatureTypeRequestPost(DescribeFeatureTypeRequest request)
-