Uses of Interface
net.opengis.wfs20.FeatureTypeType
Packages that use FeatureTypeType
Package
Description
-
Uses of FeatureTypeType in net.opengis.wfs20
Methods in net.opengis.wfs20 that return FeatureTypeTypeModifier and TypeMethodDescriptionWfs20Factory.createFeatureTypeType()
Returns a new object of class 'Feature Type Type'.Methods in net.opengis.wfs20 that return types with arguments of type FeatureTypeTypeModifier and TypeMethodDescriptionEList<FeatureTypeType>
FeatureTypeListType.getFeatureType()
Returns the value of the 'Feature Type' containment reference list. -
Uses of FeatureTypeType in net.opengis.wfs20.impl
Classes in net.opengis.wfs20.impl that implement FeatureTypeTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Feature Type Type'.Fields in net.opengis.wfs20.impl with type parameters of type FeatureTypeTypeModifier and TypeFieldDescriptionprotected EList<FeatureTypeType>
FeatureTypeListTypeImpl.featureType
The cached value of the 'Feature Type
' containment reference list.Methods in net.opengis.wfs20.impl that return FeatureTypeTypeMethods in net.opengis.wfs20.impl that return types with arguments of type FeatureTypeTypeModifier and TypeMethodDescriptionEList<FeatureTypeType>
FeatureTypeListTypeImpl.getFeatureType()
-
Uses of FeatureTypeType in net.opengis.wfs20.util
Methods in net.opengis.wfs20.util with parameters of type FeatureTypeTypeModifier and TypeMethodDescriptionWfs20Switch.caseFeatureTypeType
(FeatureTypeType object) Returns the result of interpreting the object as an instance of 'Feature Type Type'.boolean
Wfs20Validator.validateFeatureTypeType
(FeatureTypeType featureTypeType, DiagnosticChain diagnostics, Map<Object, Object> context) -
Uses of FeatureTypeType in net.opengis.wfs20.validation
Method parameters in net.opengis.wfs20.validation with type arguments of type FeatureTypeTypeModifier and TypeMethodDescriptionboolean
FeatureTypeListTypeValidator.validateFeatureType
(EList<FeatureTypeType> value) -
Uses of FeatureTypeType in org.geotools.data.wfs.internal.v2_0
Constructors in org.geotools.data.wfs.internal.v2_0 with parameters of type FeatureTypeType