com.supermap.services.wmts

Class WMTSGetFeatureInfo

  • java.lang.Object
    • com.supermap.services.wmts.WMTSGetFeatureInfo


  • public class WMTSGetFeatureInfo
    extends java.lang.Object
    

    The object to get the tile map in the WMTS service.

    • Method Summary

      Methods 
      Modifier and Type Method and Description
      org.w3c.dom.Document getFeatureInfo()
      Get the feature information.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • WMTSGetFeatureInfo

        public WMTSGetFeatureInfo(WMTSGetFeatureInfoParameter params,
                          Map map,
                          WMTSConfig config,
                          java.lang.String baseUri)
        

        The Constructor.

        Parameters:
        params - get the required parameters of the feature.
        map - the map service component for the query.
        config - the configuration information of the WMTS service.
        baseUrl - the root URI of the service.
    • Method Detail

      • getFeatureInfo

        public org.w3c.dom.Document getFeatureInfo()
                                            throws OGCException
        

        Get the feature information.

        Returns:
        WMTSFeatureInfo document object.
        Throws:
        OGCException