Uses of Interface
net.opengis.wfs20.DescribeFeatureTypeType
-
Packages that use DescribeFeatureTypeType Package Description net.opengis.wfs20 net.opengis.wfs20.impl net.opengis.wfs20.util net.opengis.wfs20.validation -
-
Uses of DescribeFeatureTypeType in net.opengis.wfs20
Methods in net.opengis.wfs20 that return DescribeFeatureTypeType Modifier and Type Method Description DescribeFeatureTypeType
Wfs20Factory. 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.wfs20 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.wfs20.impl
Classes in net.opengis.wfs20.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.wfs20.impl that return DescribeFeatureTypeType Modifier and Type Method Description DescribeFeatureTypeType
Wfs20FactoryImpl. createDescribeFeatureTypeType()
DescribeFeatureTypeType
DocumentRootImpl. getDescribeFeatureType()
Methods in net.opengis.wfs20.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.wfs20.util
Methods in net.opengis.wfs20.util with parameters of type DescribeFeatureTypeType Modifier and Type Method Description T
Wfs20Switch. caseDescribeFeatureTypeType(DescribeFeatureTypeType object)
Returns the result of interpreting the object as an instance of 'Describe Feature Type Type'.boolean
Wfs20Validator. validateDescribeFeatureTypeType(DescribeFeatureTypeType describeFeatureTypeType, DiagnosticChain diagnostics, Map<Object,Object> context)
-
Uses of DescribeFeatureTypeType in net.opengis.wfs20.validation
Methods in net.opengis.wfs20.validation with parameters of type DescribeFeatureTypeType Modifier and Type Method Description boolean
DocumentRootValidator. validateDescribeFeatureType(DescribeFeatureTypeType value)
-