Uses of Interface
net.opengis.wfs.GetCapabilitiesType
- 
Packages that use GetCapabilitiesType Package Description net.opengis.wfs net.opengis.wfs.impl net.opengis.wfs.validation 
- 
- 
Uses of GetCapabilitiesType in net.opengis.wfsMethods in net.opengis.wfs that return GetCapabilitiesType Modifier and Type Method Description GetCapabilitiesTypeWfsFactory. createGetCapabilitiesType()Returns a new object of class 'Get Capabilities Type'.GetCapabilitiesTypeDocumentRoot. getGetCapabilities()Returns the value of the 'Get Capabilities' containment reference.Methods in net.opengis.wfs with parameters of type GetCapabilitiesType Modifier and Type Method Description voidDocumentRoot. setGetCapabilities(GetCapabilitiesType value)Sets the value of the 'Get Capabilities' containment reference.
- 
Uses of GetCapabilitiesType in net.opengis.wfs.implClasses in net.opengis.wfs.impl that implement GetCapabilitiesType Modifier and Type Class Description classGetCapabilitiesTypeImplAn implementation of the model object 'Get Capabilities Type'.Methods in net.opengis.wfs.impl that return GetCapabilitiesType Modifier and Type Method Description GetCapabilitiesTypeWfsFactoryImpl. createGetCapabilitiesType()GetCapabilitiesTypeDocumentRootImpl. getGetCapabilities()Methods in net.opengis.wfs.impl with parameters of type GetCapabilitiesType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetGetCapabilities(GetCapabilitiesType newGetCapabilities, NotificationChain msgs)voidDocumentRootImpl. setGetCapabilities(GetCapabilitiesType newGetCapabilities)
- 
Uses of GetCapabilitiesType in net.opengis.wfs.validationMethods in net.opengis.wfs.validation with parameters of type GetCapabilitiesType Modifier and Type Method Description booleanDocumentRootValidator. validateGetCapabilities(GetCapabilitiesType value)
 
-