Interface Drawable
- All Known Implementing Classes:
CircleDrawable,HexagonDrawable,JtsDrawable,LineDrawable,PointDrawable,PolygonDrawable,RectangleDrawable
public interface Drawable
-
Method Summary
Modifier and TypeMethodDescriptionorg.locationtech.jts.geom.GeometryintPriority of drawable, the larger the value, the higher it will appear when drawn in the VectorLayer.getStyle()
-
Method Details
-
getStyle
Style getStyle()- Returns:
-
getGeometry
org.locationtech.jts.geom.Geometry getGeometry()- Returns:
-
getPriority
int getPriority()Priority of drawable, the larger the value, the higher it will appear when drawn in the VectorLayer.- See Also:
-