Package mil.nga.geopackage.map.geom
Interface ShapeWithChildrenMarkers
-
- All Superinterfaces:
ShapeMarkers
- All Known Implementing Classes:
PolygonMarkers
public interface ShapeWithChildrenMarkers extends ShapeMarkers
Shape markers interface for handling marker changes on shapes that have children
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ShapeMarkerscreateChild()Create a child shape-
Methods inherited from interface mil.nga.geopackage.map.geom.ShapeMarkers
addNew, delete, getMarkers, setVisible, setVisibleMarkers, setZIndex
-
-
-
-
Method Detail
-
createChild
ShapeMarkers createChild()
Create a child shape- Returns:
- shape markers
-
-