Package cn.mapway.common.geo.tools
Class CGCS2000TileExtractor
java.lang.Object
cn.mapway.common.geo.tools.BaseTileExtractor
cn.mapway.common.geo.tools.WGS84TileExtractor
cn.mapway.common.geo.tools.CGCS2000TileExtractor
- All Implemented Interfaces:
ITileExtractor
CGCS2000 TileExtractor(EPSG:4490)
偷个懒 直接使用 WGS84坐标转换代替,在我们的精度范围内,可以认为他们是一样的,未来有时间再进行补充完整
- Author:
- zhangjianshe <zhangjianshe@gmail.com>
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class cn.mapway.common.geo.tools.WGS84TileExtractor
extractTileToTargetMethods inherited from class cn.mapway.common.geo.tools.BaseTileExtractor
getBand, getBlackBuffer, getSourceBuffer, getTargetBuffer, imageSpaceToSourceSpace, locationBoxPixelExtent, locationBoxPixelExtentFromWgs84, main, preview, processBands, rasterSpaceToImageSpace, readAndTranslateToBytes256, readImageBandSourceData, readSourceDataNoTranslate, setColorTable, translateColor
-
Constructor Details
-
CGCS2000TileExtractor
public CGCS2000TileExtractor()
-