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