com.supermap.data.processing
类 CacheImageSize
- java.lang.Object
-
- com.supermap.data.Enum
-
- com.supermap.data.processing.CacheImageSize
-
public final class CacheImageSize extends Enum
该类定义了二三维地图缓存、影像缓存的切片(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 大小。
-
-
-
字段详细资料
-
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 大小。
-
-
Copyright © 2021–2024 SuperMap. All rights reserved.