org.dps.core.database.map
Interface IMapConstellations


public interface IMapConstellations


Method Summary
 int getConstellationID()
           
 java.lang.String getConstellationName()
           
 int getFactionID()
           
 IChrFactions getFactionIDObject()
           
 double getRadius()
           
 int getRegionID()
           
 IMapRegions getRegionIDObject()
           
 double getX()
           
 double getXMax()
           
 double getXMin()
           
 double getY()
           
 double getYMax()
           
 double getYMin()
           
 double getZ()
           
 double getZMax()
           
 double getZMin()
           
 

Method Detail

getRegionID

int getRegionID()

getConstellationID

int getConstellationID()

getConstellationName

java.lang.String getConstellationName()

getX

double getX()

getY

double getY()

getZ

double getZ()

getXMin

double getXMin()

getXMax

double getXMax()

getYMin

double getYMin()

getYMax

double getYMax()

getZMin

double getZMin()

getZMax

double getZMax()

getFactionID

int getFactionID()

getRadius

double getRadius()

getRegionIDObject

IMapRegions getRegionIDObject()

getFactionIDObject

IChrFactions getFactionIDObject()