public static interface CanvasLayer.Geometry
Modifier and Type | Method and Description |
---|---|
void |
closePopup()
Closes popup of the geometry.
|
void |
closeTooltip()
Closes tooltip of the geometry.
|
org.locationtech.jts.geom.Geometry |
getGeometry()
Returns a JTS geometry.
|
boolean |
isEditable()
Returns
true if the geometry is modifiable on a canvas, otherwise false . |
void |
openPopup()
Opens popup of the geometry if popup text is specified.
|
void |
openTooltip()
Opens tooltip of the geometry if tooltip text is specified.
|
CanvasLayer.Geometry |
setEditable(boolean editable)
Sets whether the geometry is to be modifiable on a canvas.
|
org.locationtech.jts.geom.Geometry getGeometry()
CanvasLayer.Geometry setEditable(boolean editable)
boolean isEditable()
true
if the geometry is modifiable on a canvas, otherwise false
.void openPopup()
void openTooltip()
void closePopup()
void closeTooltip()