public class LineStringConverter extends Object implements GeometryConvertService<org.locationtech.jts.geom.LineString>
| 构造器和说明 |
|---|
LineStringConverter() |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
accept(org.locationtech.jts.geom.LineString param) |
org.locationtech.jts.geom.LineString |
toLngLat(org.locationtech.jts.geom.LineString mercator) |
org.locationtech.jts.geom.LineString |
toMercator(org.locationtech.jts.geom.LineString lngLat) |
public org.locationtech.jts.geom.LineString toMercator(org.locationtech.jts.geom.LineString lngLat)
toMercator 在接口中 GeometryConvertService<org.locationtech.jts.geom.LineString>public org.locationtech.jts.geom.LineString toLngLat(org.locationtech.jts.geom.LineString mercator)
toLngLat 在接口中 GeometryConvertService<org.locationtech.jts.geom.LineString>public boolean accept(org.locationtech.jts.geom.LineString param)
accept 在接口中 SelectableService<org.locationtech.jts.geom.LineString>Copyright © 2021. All rights reserved.