-
-
-
方法概要
double
areaOf(org.locationtech.jts.geom.Geometry geometry)
double
areaOf(org.locationtech.jts.geom.MultiPolygon multiPolygon)
double
areaOf(org.locationtech.jts.geom.Polygon polygon)
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
构造器详细资料
-
AbstractAreaOf
public AbstractAreaOf()
-
方法详细资料
-
areaOf
public double areaOf(org.locationtech.jts.geom.Geometry geometry)
- 指定者:
areaOf 在接口中 AreaOf
-
areaOf
public double areaOf(org.locationtech.jts.geom.MultiPolygon multiPolygon)
- 指定者:
areaOf 在接口中 AreaOf
-
areaOf
public double areaOf(org.locationtech.jts.geom.Polygon polygon)
- 指定者:
areaOf 在接口中 AreaOf