Class GeoNcWMSMetadataUtility


  • public class GeoNcWMSMetadataUtility
    extends Object
    The Class GeoNcWMSMetadataUtility.
    Author:
    Francesco Mangiacrapa francesco.mangiacrapa@isti.cnr.it Feb 9, 2016
    • Field Detail

      • logger

        public static org.apache.log4j.Logger logger
      • DEFAULT_CONNECTION_TIMEOUT

        public static final int DEFAULT_CONNECTION_TIMEOUT
        The Constant CONNECTION_TIMEOUT.
        See Also:
        Constant Field Values
    • Constructor Detail

      • GeoNcWMSMetadataUtility

        public GeoNcWMSMetadataUtility​(String wmsRequest)
                                throws Exception
        Instantiates a new geo get styles utility.
        Parameters:
        wmsRequest - the wms request
        Throws:
        Exception - the exception
      • GeoNcWMSMetadataUtility

        public GeoNcWMSMetadataUtility​(String wmsRequest,
                                       int connectionTimeout)
                                throws Exception
        Instantiates a new geo get styles utility.
        Parameters:
        wmsRequest - the wms request
        connectionTimeout - the connection timeout sets a specified timeout value, in milliseconds, to be used when opening URLConnection.
        Throws:
        Exception - the exception
      • GeoNcWMSMetadataUtility

        public GeoNcWMSMetadataUtility​(WmsUrlValidator validator)
                                throws Exception
        Instantiates a new geo get styles utility.
        Parameters:
        validator - the validator
        Throws:
        Exception - the exception
      • GeoNcWMSMetadataUtility

        public GeoNcWMSMetadataUtility​(WmsUrlValidator validator,
                                       int connectionTimeout)
                                throws Exception
        Instantiates a new geo get styles utility.
        Parameters:
        validator - the validator
        connectionTimeout - the connection timeout sets a specified timeout value, in milliseconds, to be used when opening URLConnection.
        Throws:
        Exception - the exception