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