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 GetGmlObjectTypeWfsFactory. createGetGmlObjectType()Returns a new object of class 'Get Gml Object Type'.GetGmlObjectTypeDocumentRoot. 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 voidDocumentRoot. 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 classGetGmlObjectTypeImplAn implementation of the model object 'Get Gml Object Type'.Methods in net.opengis.wfs.impl that return GetGmlObjectType Modifier and Type Method Description GetGmlObjectTypeWfsFactoryImpl. createGetGmlObjectType()GetGmlObjectTypeDocumentRootImpl. getGetGmlObject()Methods in net.opengis.wfs.impl with parameters of type GetGmlObjectType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetGetGmlObject(GetGmlObjectType newGetGmlObject, NotificationChain msgs)voidDocumentRootImpl. 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 booleanDocumentRootValidator. validateGetGmlObject(GetGmlObjectType value)
-