Package zombie.worldMap
Class WorldMapFeature
java.lang.Object
zombie.worldMap.WorldMapFeature
public final class WorldMapFeature
extends java.lang.Object
-
Field Summary
Fields Modifier and Type Field Description WorldMapCellm_celljava.util.ArrayListm_geometriesWorldMapPropertiesm_properties -
Method Summary
Modifier and Type Method Description booleancontainsPoint(float float1, float float2)voiddispose()booleanhasLineString()booleanhasPoint()booleanhasPolygon()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
m_cell
-
m_geometries
public final java.util.ArrayList m_geometries -
m_properties
-
-
Method Details
-
hasLineString
public boolean hasLineString() -
hasPoint
public boolean hasPoint() -
hasPolygon
public boolean hasPolygon() -
containsPoint
public boolean containsPoint(float float1, float float2) -
dispose
public void dispose()
-