程序包 org.coodex.jts

接口 AreaOf

所有超级接口:
CoordSys, SelectableService<CoordSys.CoordType>
所有已知实现类:
AbstractAreaOf, AreaOfCompatible, AreaOfLngLat, AreaOfMercator, AreaOfMeters

public interface AreaOf extends CoordSys, SelectableService<CoordSys.CoordType>
  • 嵌套类概要

    从接口继承的嵌套类/接口 org.coodex.jts.CoordSys

    CoordSys.CoordType
  • 方法概要

    修饰符和类型
    方法
    说明
    double
    areaOf(org.locationtech.jts.geom.Geometry geometry)
     
    double
    areaOf(org.locationtech.jts.geom.LinearRing linearRing)
     
    double
    areaOf(org.locationtech.jts.geom.MultiPolygon multiPolygon)
     
    double
    areaOf(org.locationtech.jts.geom.Polygon polygon)
     

    从接口继承的方法 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)