com.supermap.services.components.spi

Class AbstractRestMapProvider.TileIndex

  • java.lang.Object
    • com.supermap.services.components.spi.AbstractRestMapProvider.TileIndex
  • Enclosing class:
    AbstractRestMapProvider


    protected static class AbstractRestMapProvider.TileIndex
    extends java.lang.Object
    
    The index of the tile, including the line number, column number
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      int colIndex 
      int rowIndex 
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • colIndex

        public int colIndex
        
      • rowIndex

        public int rowIndex
        
    • Constructor Detail

      • AbstractRestMapProvider.TileIndex

        protected AbstractRestMapProvider.TileIndex()