org.dps.core.database.map
Interface IMapLandmarks


public interface IMapLandmarks


Method Summary
 java.lang.String getDescription()
           
 int getIconID()
           
 IEveIcons getIconIDObject()
           
 int getImportance()
           
 int getLandmarkID()
           
 java.lang.String getLandmarkName()
           
 int getLocationID()
           
 IMapSolarSystems getLocationIDObject()
           
 double getRadius()
           
 double getX()
           
 double getY()
           
 double getZ()
           
 

Method Detail

getLandmarkID

int getLandmarkID()

getLandmarkName

java.lang.String getLandmarkName()

getDescription

java.lang.String getDescription()

getLocationID

int getLocationID()

getX

double getX()

getY

double getY()

getZ

double getZ()

getRadius

double getRadius()

getIconID

int getIconID()

getImportance

int getImportance()

getLocationIDObject

IMapSolarSystems getLocationIDObject()

getIconIDObject

IEveIcons getIconIDObject()