Uses of Class
com.arubanetworks.meridian.util.Polygon
Packages that use Polygon
-
Uses of Polygon in com.arubanetworks.meridian.editor
Methods in com.arubanetworks.meridian.editor that return PolygonModifier and TypeMethodDescriptionPlacemark.getArea()The area on its parent Meridian Map that this placemark represents.Methods in com.arubanetworks.meridian.editor with parameters of type Polygon -
Uses of Polygon in com.arubanetworks.meridian.util
Methods in com.arubanetworks.meridian.util that return PolygonModifier and TypeMethodDescriptionstatic PolygonPolygon.fromCSVPoints(String csvPoints) static PolygonPolygon.fromPolygon(Polygon src) Methods in com.arubanetworks.meridian.util with parameters of type PolygonModifier and TypeMethodDescriptionstatic PolygonPolygon.fromPolygon(Polygon src) static float[]Polygon.getPolygonAsPoints(Polygon poly) Convenience routine to convert a Polygon to an array of points