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.wfs20Methods in net.opengis.wfs20 that return FeatureTypeType Modifier and Type Method Description FeatureTypeTypeWfs20Factory. 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.implClasses in net.opengis.wfs20.impl that implement FeatureTypeType Modifier and Type Class Description classFeatureTypeTypeImplAn 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. featureTypeThe cached value of the 'Feature Type' containment reference list.Methods in net.opengis.wfs20.impl that return FeatureTypeType Modifier and Type Method Description FeatureTypeTypeWfs20FactoryImpl. 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.utilMethods in net.opengis.wfs20.util with parameters of type FeatureTypeType Modifier and Type Method Description TWfs20Switch. caseFeatureTypeType(FeatureTypeType object)Returns the result of interpreting the object as an instance of 'Feature Type Type'.booleanWfs20Validator. validateFeatureTypeType(FeatureTypeType featureTypeType, DiagnosticChain diagnostics, Map<Object,Object> context)
- 
Uses of FeatureTypeType in net.opengis.wfs20.validationMethod parameters in net.opengis.wfs20.validation with type arguments of type FeatureTypeType Modifier and Type Method Description booleanFeatureTypeListTypeValidator. validateFeatureType(EList<FeatureTypeType> value)
- 
Uses of FeatureTypeType in org.geotools.data.wfs.internal.v2_0Constructors in org.geotools.data.wfs.internal.v2_0 with parameters of type FeatureTypeType Constructor Description FeatureTypeInfoImpl(FeatureTypeType eType, WFSConfig config)
 
-