com.supermap.data.processing
类 CacheImageSize

java.lang.Object
  继承者 com.supermap.data.processing.CacheImageSize

public final class CacheImageSize
extends java.lang.Object

该类定义了二三维地图缓存、影像缓存的切片(Tile)文件的大小类型常量,即配置文件为 *.sci、*.sci3d 的缓存对应的切片文件的大小。


字段摘要
static CacheImageSize SIZE1024
          1024*1024 大小。
static CacheImageSize SIZE128
          128*128 大小。
static CacheImageSize SIZE2048
          2048*2048 大小。
static CacheImageSize SIZE256
          256*256 大小。
static CacheImageSize SIZE512
          512*512 大小。
static CacheImageSize SIZE64
          64*64 大小。
 
方法摘要
 
从类 java.lang.Object 继承的方法
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

字段详细信息

SIZE64

public static final CacheImageSize SIZE64
64*64 大小。


SIZE128

public static final CacheImageSize SIZE128
128*128 大小。


SIZE256

public static final CacheImageSize SIZE256
256*256 大小。


SIZE512

public static final CacheImageSize SIZE512
512*512 大小。


SIZE1024

public static final CacheImageSize SIZE1024
1024*1024 大小。


SIZE2048

public static final CacheImageSize SIZE2048
2048*2048 大小。