Uses of Interface
net.opengis.wfs20.FeatureTypeListType
-
Packages that use FeatureTypeListType Package Description net.opengis.wfs20 net.opengis.wfs20.impl net.opengis.wfs20.util net.opengis.wfs20.validation -
-
Uses of FeatureTypeListType in net.opengis.wfs20
Methods in net.opengis.wfs20 that return FeatureTypeListType Modifier and Type Method Description FeatureTypeListType
Wfs20Factory. 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.wfs20 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.wfs20.impl
Classes in net.opengis.wfs20.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.wfs20.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.wfs20.impl that return FeatureTypeListType Modifier and Type Method Description FeatureTypeListType
Wfs20FactoryImpl. createFeatureTypeListType()
FeatureTypeListType
DocumentRootImpl. getFeatureTypeList()
FeatureTypeListType
WFSCapabilitiesTypeImpl. getFeatureTypeList()
Methods in net.opengis.wfs20.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.wfs20.util
Methods in net.opengis.wfs20.util with parameters of type FeatureTypeListType Modifier and Type Method Description T
Wfs20Switch. caseFeatureTypeListType(FeatureTypeListType object)
Returns the result of interpreting the object as an instance of 'Feature Type List Type'.boolean
Wfs20Validator. validateFeatureTypeListType(FeatureTypeListType featureTypeListType, DiagnosticChain diagnostics, Map<Object,Object> context)
-
Uses of FeatureTypeListType in net.opengis.wfs20.validation
Methods in net.opengis.wfs20.validation with parameters of type FeatureTypeListType Modifier and Type Method Description boolean
DocumentRootValidator. validateFeatureTypeList(FeatureTypeListType value)
boolean
WFSCapabilitiesTypeValidator. validateFeatureTypeList(FeatureTypeListType value)
-