public class Utils extends Object
| Constructor and Description |
|---|
Utils() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
checkCoordinatesWithCrsTransformation(Object low1,
Object low2,
Object high1,
Object high2,
Object posList,
Object srcCrs,
Object targetCrs)
Static method to check if coordinates are in a posList including a coordinate transformation.
|
public static boolean checkCoordinatesWithCrsTransformation(Object low1, Object low2, Object high1, Object high2, Object posList, Object srcCrs, Object targetCrs)
ArrayList or TextFragmentValue.low1 - Value of lower corner xlow2 - Value of lower corner yhigh1 - Value of upper corner xhigh2 - Value of upper corner yposList - List of coordinates that low1, low2, high1 and high2 are checked againstsrcCrs - Source CRStargetCrs - Target CRSCopyright © 2023 Open Geospatial Consortium. All rights reserved.