Uses of Interface
net.opengis.wfs.GetGmlObjectType
-
Packages that use GetGmlObjectType Package Description net.opengis.wfs net.opengis.wfs.impl net.opengis.wfs.validation -
-
Uses of GetGmlObjectType in net.opengis.wfs
Methods in net.opengis.wfs that return GetGmlObjectType Modifier and Type Method Description GetGmlObjectType
WfsFactory. createGetGmlObjectType()
Returns a new object of class 'Get Gml Object Type'.GetGmlObjectType
DocumentRoot. getGetGmlObject()
Returns the value of the 'Get Gml Object' containment reference.Methods in net.opengis.wfs with parameters of type GetGmlObjectType Modifier and Type Method Description void
DocumentRoot. setGetGmlObject(GetGmlObjectType value)
Sets the value of the 'Get Gml Object
' containment reference. -
Uses of GetGmlObjectType in net.opengis.wfs.impl
Classes in net.opengis.wfs.impl that implement GetGmlObjectType Modifier and Type Class Description class
GetGmlObjectTypeImpl
An implementation of the model object 'Get Gml Object Type'.Methods in net.opengis.wfs.impl that return GetGmlObjectType Modifier and Type Method Description GetGmlObjectType
WfsFactoryImpl. createGetGmlObjectType()
GetGmlObjectType
DocumentRootImpl. getGetGmlObject()
Methods in net.opengis.wfs.impl with parameters of type GetGmlObjectType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetGetGmlObject(GetGmlObjectType newGetGmlObject, NotificationChain msgs)
void
DocumentRootImpl. setGetGmlObject(GetGmlObjectType newGetGmlObject)
-
Uses of GetGmlObjectType in net.opengis.wfs.validation
Methods in net.opengis.wfs.validation with parameters of type GetGmlObjectType Modifier and Type Method Description boolean
DocumentRootValidator. validateGetGmlObject(GetGmlObjectType value)
-