Uses of Interface
net.opengis.wfs.FeatureTypeListType
-
Packages that use FeatureTypeListType Package Description net.opengis.wfs net.opengis.wfs.impl net.opengis.wfs.validation -
-
Uses of FeatureTypeListType in net.opengis.wfs
Methods in net.opengis.wfs that return FeatureTypeListType Modifier and Type Method Description FeatureTypeListType
WfsFactory. createFeatureTypeListType()
Returns a new object of class 'Feature Type List Type'.FeatureTypeListType
DocumentRoot. getFeatureTypeList()
Returns the value of the 'Feature Type List' containment reference.FeatureTypeListType
WFSCapabilitiesType. getFeatureTypeList()
Returns the value of the 'Feature Type List' containment reference.Methods in net.opengis.wfs with parameters of type FeatureTypeListType Modifier and Type Method Description void
DocumentRoot. setFeatureTypeList(FeatureTypeListType value)
Sets the value of the 'Feature Type List
' containment reference.void
WFSCapabilitiesType. setFeatureTypeList(FeatureTypeListType value)
Sets the value of the 'Feature Type List
' containment reference. -
Uses of FeatureTypeListType in net.opengis.wfs.impl
Classes in net.opengis.wfs.impl that implement FeatureTypeListType Modifier and Type Class Description class
FeatureTypeListTypeImpl
An implementation of the model object 'Feature Type List Type'.Fields in net.opengis.wfs.impl declared as FeatureTypeListType Modifier and Type Field Description protected FeatureTypeListType
WFSCapabilitiesTypeImpl. featureTypeList
The cached value of the 'Feature Type List
' containment reference.Methods in net.opengis.wfs.impl that return FeatureTypeListType Modifier and Type Method Description FeatureTypeListType
WfsFactoryImpl. createFeatureTypeListType()
FeatureTypeListType
DocumentRootImpl. getFeatureTypeList()
FeatureTypeListType
WFSCapabilitiesTypeImpl. getFeatureTypeList()
Methods in net.opengis.wfs.impl with parameters of type FeatureTypeListType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetFeatureTypeList(FeatureTypeListType newFeatureTypeList, NotificationChain msgs)
NotificationChain
WFSCapabilitiesTypeImpl. basicSetFeatureTypeList(FeatureTypeListType newFeatureTypeList, NotificationChain msgs)
void
DocumentRootImpl. setFeatureTypeList(FeatureTypeListType newFeatureTypeList)
void
WFSCapabilitiesTypeImpl. setFeatureTypeList(FeatureTypeListType newFeatureTypeList)
-
Uses of FeatureTypeListType in net.opengis.wfs.validation
Methods in net.opengis.wfs.validation with parameters of type FeatureTypeListType Modifier and Type Method Description boolean
DocumentRootValidator. validateFeatureTypeList(FeatureTypeListType value)
boolean
WFSCapabilitiesTypeValidator. validateFeatureTypeList(FeatureTypeListType value)
-