类 MvtParser


  • public class MvtParser
    extends Object
    mvt bytes解析
    作者:
    liuyu
    createdate
    2022/5/10
    • 构造器详细资料

      • MvtParser

        public MvtParser()
    • 方法详细资料

      • parse2TileCoords

        public static MvtParser.MvtFeatureLayer[] parse2TileCoords​(byte[] data,
                                                                   org.locationtech.jts.geom.GeometryFactory gf)
        解析为瓦片坐标系
        参数:
        data -
        gf -
        返回:
      • parse2Wgs84Coords

        public static MvtParser.MvtFeatureLayer[] parse2Wgs84Coords​(int z,
                                                                    int x,
                                                                    int y,
                                                                    byte[] data,
                                                                    org.locationtech.jts.geom.GeometryFactory gf)
        解析为wgs84坐标系
        参数:
        z -
        x -
        y -
        data -
        gf -
        返回: