public class GeometryCalculations extends Object
| Constructor and Description | 
|---|
| GeometryCalculations(org.opengis.referencing.crs.CoordinateReferenceSystem crs) | 
| Modifier and Type | Method and Description | 
|---|---|
| List<org.locationtech.jts.geom.Geometry> | buildSurroundingGeometries(double[] distances,
                          javax.measure.Unit<javax.measure.quantity.Length> unit,
                          org.locationtech.jts.geom.Coordinate coordinate)Build geometries with the provided coordinate at the center. | 
public GeometryCalculations(org.opengis.referencing.crs.CoordinateReferenceSystem crs)
public List<org.locationtech.jts.geom.Geometry> buildSurroundingGeometries(double[] distances, javax.measure.Unit<javax.measure.quantity.Length> unit, org.locationtech.jts.geom.Coordinate coordinate)
distances - [x,y] = [longitude, latitude]unit - coordinate - Copyright © 2013–2022. All rights reserved.