com.supermap.services.components.spi

类 AbstractRestMapProvider.TileIndex

  • java.lang.Object
    • com.supermap.services.components.spi.AbstractRestMapProvider.TileIndex
  • 封闭类:
    AbstractRestMapProvider


    protected static class AbstractRestMapProvider.TileIndex
    extends java.lang.Object
    
    瓦片的索引,包含行号,列号
    • 字段概要

      字段 
      限定符和类型 字段和说明
      int colIndex 
      int rowIndex 
    • 方法概要

      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 字段详细资料

      • colIndex

        public int colIndex
        
      • rowIndex

        public int rowIndex
        
    • 构造器详细资料

      • AbstractRestMapProvider.TileIndex

        protected AbstractRestMapProvider.TileIndex()