Class WorldMapFeature
java.lang.Object
zombie.worldMap.WorldMapFeature
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
boolean
containsPoint
(float x, float y) void
dispose()
boolean
boolean
hasPoint()
boolean
-
Field Details
-
m_cell
-
m_geometries
-
m_properties
-
-
Constructor Details
-
WorldMapFeature
-
-
Method Details
-
hasLineString
public boolean hasLineString() -
hasPoint
public boolean hasPoint() -
hasPolygon
public boolean hasPolygon() -
containsPoint
public boolean containsPoint(float x, float y) -
clearTriangles
public void clearTriangles() -
dispose
public void dispose()
-