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.wfs20Methods in net.opengis.wfs20 that return DescribeFeatureTypeType Modifier and Type Method Description DescribeFeatureTypeTypeWfs20Factory. 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.wfs20 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.wfs20.implClasses in net.opengis.wfs20.impl that implement DescribeFeatureTypeType Modifier and Type Class Description classDescribeFeatureTypeTypeImplAn implementation of the model object 'Describe Feature Type Type'.Methods in net.opengis.wfs20.impl that return DescribeFeatureTypeType Modifier and Type Method Description DescribeFeatureTypeTypeWfs20FactoryImpl. createDescribeFeatureTypeType()DescribeFeatureTypeTypeDocumentRootImpl. getDescribeFeatureType()Methods in net.opengis.wfs20.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.wfs20.utilMethods in net.opengis.wfs20.util with parameters of type DescribeFeatureTypeType Modifier and Type Method Description TWfs20Switch. caseDescribeFeatureTypeType(DescribeFeatureTypeType object)Returns the result of interpreting the object as an instance of 'Describe Feature Type Type'.booleanWfs20Validator. validateDescribeFeatureTypeType(DescribeFeatureTypeType describeFeatureTypeType, DiagnosticChain diagnostics, Map<Object,Object> context)
- 
Uses of DescribeFeatureTypeType in net.opengis.wfs20.validationMethods in net.opengis.wfs20.validation with parameters of type DescribeFeatureTypeType Modifier and Type Method Description booleanDocumentRootValidator. validateDescribeFeatureType(DescribeFeatureTypeType value)
 
-