Package io.goobi.viewer.model.maps
Interface IArea
public interface IArea
Represents any shape on a GeoMap, mainly points and polygons
- Author:
- florian
-
Method Summary
Modifier and TypeMethodDescriptiondouble
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
-