Uses of Interface
net.opengis.wfs.FeatureTypeType
-
Packages that use FeatureTypeType Package Description net.opengis.wfs net.opengis.wfs.impl org.geotools.data.wfs.internal.v1_x -
-
Uses of FeatureTypeType in net.opengis.wfs
Methods in net.opengis.wfs that return FeatureTypeType Modifier and Type Method Description FeatureTypeType
WfsFactory. createFeatureTypeType()
Returns a new object of class 'Feature Type Type'. -
Uses of FeatureTypeType in net.opengis.wfs.impl
Classes in net.opengis.wfs.impl that implement FeatureTypeType Modifier and Type Class Description class
FeatureTypeTypeImpl
An implementation of the model object 'Feature Type Type'.Methods in net.opengis.wfs.impl that return FeatureTypeType Modifier and Type Method Description FeatureTypeType
WfsFactoryImpl. createFeatureTypeType()
-
Uses of FeatureTypeType in org.geotools.data.wfs.internal.v1_x
Methods in org.geotools.data.wfs.internal.v1_x that return FeatureTypeType Modifier and Type Method Description FeatureTypeType
MapServerWFSStrategy. translateTypeInfo(FeatureTypeType typeInfo)
protected FeatureTypeType
StrictWFS_1_x_Strategy. translateTypeInfo(FeatureTypeType typeInfo)
Any server specific translation of type information such as setting correct namespaceMethods in org.geotools.data.wfs.internal.v1_x with parameters of type FeatureTypeType Modifier and Type Method Description FeatureTypeType
MapServerWFSStrategy. translateTypeInfo(FeatureTypeType typeInfo)
protected FeatureTypeType
StrictWFS_1_x_Strategy. translateTypeInfo(FeatureTypeType typeInfo)
Any server specific translation of type information such as setting correct namespaceConstructors in org.geotools.data.wfs.internal.v1_x with parameters of type FeatureTypeType Constructor Description FeatureTypeInfoImpl(FeatureTypeType eType, WFSConfig config)
-