程序包 org.coodex.jts
接口 AreaOf
- 所有超级接口:
CoordSys,SelectableService<CoordSys.CoordType>
- 所有已知实现类:
AbstractAreaOf,AreaOfCompatible,AreaOfLngLat,AreaOfMercator,AreaOfMeters
-
嵌套类概要
从接口继承的嵌套类/接口 org.coodex.jts.CoordSys
CoordSys.CoordType -
方法概要
从接口继承的方法 org.coodex.util.SelectableService
accept
-
方法详细资料
-
areaOf
double areaOf(org.locationtech.jts.geom.Geometry geometry) -
areaOf
double areaOf(org.locationtech.jts.geom.MultiPolygon multiPolygon) -
areaOf
double areaOf(org.locationtech.jts.geom.Polygon polygon) -
areaOf
double areaOf(org.locationtech.jts.geom.LinearRing linearRing)
-