public final class TileGeomResult extends Object
| Modifier and Type | Field and Description |
|---|---|
List<org.locationtech.jts.geom.Geometry> |
intGeoms
Intersection geometry (projection units and coordinates).
|
List<org.locationtech.jts.geom.Geometry> |
mvtGeoms
Geometry in MVT coordinates (tile extent units, screen coordinates).
|
| Constructor and Description |
|---|
TileGeomResult(List<org.locationtech.jts.geom.Geometry> intGeoms,
List<org.locationtech.jts.geom.Geometry> mvtGeoms)
Create TileGeomResult, which contains the intersection of geometry and MVT geometry.
|
public final List<org.locationtech.jts.geom.Geometry> intGeoms
public final List<org.locationtech.jts.geom.Geometry> mvtGeoms
public TileGeomResult(List<org.locationtech.jts.geom.Geometry> intGeoms, List<org.locationtech.jts.geom.Geometry> mvtGeoms)
intGeoms - geometry intersecting tilemvtGeoms - geometry for MVTNullPointerException - if intGeoms or mvtGeoms are nullCopyright © 2022. All rights reserved.