org.dps.core.database.map
Interface IMapSolarSystems


public interface IMapSolarSystems


Method Summary
 int getConstellationID()
           
 IMapConstellations getConstellationIDObject()
           
 int getFactionID()
           
 IChrFactions getFactionIDObject()
           
 double getLuminosity()
           
 double getRadius()
           
 int getRegionID()
           
 IMapRegions getRegionIDObject()
           
 double getSecurity()
           
 java.lang.String getSecurityClass()
           
 int getSolarSystemID()
           
 IEveNames getSolarSystemIDObject()
           
 java.lang.String getSolarSystemName()
           
 int getSunTypeID()
           
 IInvTypes getSunTypeIDObject()
           
 double getX()
           
 double getXMax()
           
 double getXMin()
           
 double getY()
           
 double getYMax()
           
 double getYMin()
           
 double getZ()
           
 double getZMax()
           
 double getZMin()
           
 boolean isBorder()
           
 boolean isConstellation()
           
 boolean isCorridor()
           
 boolean isFringe()
           
 boolean isHub()
           
 boolean isInternational()
           
 boolean isRegional()
           
 

Method Detail

getRegionID

int getRegionID()

getConstellationID

int getConstellationID()

getSolarSystemID

int getSolarSystemID()

getSolarSystemName

java.lang.String getSolarSystemName()

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()

getLuminosity

double getLuminosity()

isBorder

boolean isBorder()

isFringe

boolean isFringe()

isCorridor

boolean isCorridor()

isHub

boolean isHub()

isInternational

boolean isInternational()

isRegional

boolean isRegional()

isConstellation

boolean isConstellation()

getSecurity

double getSecurity()

getFactionID

int getFactionID()

getRadius

double getRadius()

getSunTypeID

int getSunTypeID()

getSecurityClass

java.lang.String getSecurityClass()

getRegionIDObject

IMapRegions getRegionIDObject()

getConstellationIDObject

IMapConstellations getConstellationIDObject()

getSolarSystemIDObject

IEveNames getSolarSystemIDObject()

getFactionIDObject

IChrFactions getFactionIDObject()

getSunTypeIDObject

IInvTypes getSunTypeIDObject()