com.supermap.services.providers

Class CapabilitiesRequest10000



  • public class CapabilitiesRequest10000
    extends AbstractCapabilitiesRequest
    

    WFS 1.0.0 version of the GetCapabilities request class.

    Can be used to obtain the XML document for the GetCapabilities request that executed by the 1.0.0 version of the WFS service.

    • Constructor Detail

      • CapabilitiesRequest10000

        public CapabilitiesRequest10000(java.lang.String serviceURL,
                                java.lang.String userName,
                                java.lang.String password)
        

        Constructs a CapabilitiesRequest10000 object based on the WFS service address, user name, and password.

        Parameters:
        service - URL The URI root of the target WFS service.
        userName - username.
        password - password.
    • Method Detail

      • getCapabilities

        public org.w3c.dom.Document getCapabilities()
        

        Perform a GetCapabilities request on the target 1.0.0 version of the WFS service to get the response to the XML document

        Specified by:
        getCapabilities in class AbstractCapabilitiesRequest
        Returns:
        XML document. The response result of the GetCapabilities request.