Uses of Interface
net.opengis.wfs20.FeatureTypeType
-
Packages that use FeatureTypeType Package Description net.opengis.wfs20 net.opengis.wfs20.impl net.opengis.wfs20.util net.opengis.wfs20.validation org.geotools.data.wfs.internal.v2_0 -
-
Uses of FeatureTypeType in net.opengis.wfs20
Methods in net.opengis.wfs20 that return FeatureTypeType Modifier and Type Method Description FeatureTypeType
Wfs20Factory. createFeatureTypeType()
Returns a new object of class 'Feature Type Type'.Methods in net.opengis.wfs20 that return types with arguments of type FeatureTypeType Modifier and Type Method Description EList<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 FeatureTypeType Modifier and Type Class Description class
FeatureTypeTypeImpl
An implementation of the model object 'Feature Type Type'.Fields in net.opengis.wfs20.impl with type parameters of type FeatureTypeType Modifier and Type Field Description protected EList<FeatureTypeType>
FeatureTypeListTypeImpl. featureType
The cached value of the 'Feature Type
' containment reference list.Methods in net.opengis.wfs20.impl that return FeatureTypeType Modifier and Type Method Description FeatureTypeType
Wfs20FactoryImpl. createFeatureTypeType()
Methods in net.opengis.wfs20.impl that return types with arguments of type FeatureTypeType Modifier and Type Method Description EList<FeatureTypeType>
FeatureTypeListTypeImpl. getFeatureType()
-
Uses of FeatureTypeType in net.opengis.wfs20.util
Methods in net.opengis.wfs20.util with parameters of type FeatureTypeType Modifier and Type Method Description T
Wfs20Switch. 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 FeatureTypeType Modifier and Type Method Description boolean
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 Constructor Description FeatureTypeInfoImpl(FeatureTypeType eType, WFSConfig config)
-