Interface IArea

All Known Implementing Classes:
Point, Polygon

public interface IArea
Represents any shape on a GeoMap, mainly points and polygons
Author:
florian
  • Method Summary

    Modifier and Type
    Method
    Description
    double
     
     
    double[][]
    An array containing all points (2 size double arrays) of the area.
  • Method Details

    • getVertices

      double[][] getVertices()
      An array containing all points (2 size double arrays) of the area.
      Returns:
      double[][]
    • getGeoJson

      String getGeoJson()
    • getDiameter

      double getDiameter()
      Returns:
      double