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 WorldMapCell
m_cell
java.util.ArrayList
m_geometries
WorldMapProperties
m_properties
-
Method Summary
Modifier and Type Method Description boolean
containsPoint(float float1, float float2)
void
dispose()
boolean
hasLineString()
boolean
hasPoint()
boolean
hasPolygon()
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()
-