Interface IconMapEntry
- All Superinterfaces:
GeoLocation,MapEntry
- All Known Implementing Classes:
Airport,AirportLocation,Gate,Intersection,NavigationDataBean,NavigationFrequencyBean,NDB,Runway,RunwayDistance,RunwayThreshold,RunwayUse,SelectableGate,VOR
An interface to define Google Maps entries displayed using a Google Earth icon.
- Since:
- 2.2
- Version:
- 2.2
- Author:
- Luke
-
Field Summary
Fields inherited from interface org.deltava.beans.GeoLocation
ALL, DEGREE_FEET, DEGREE_MILES, FEET_MILES, LAT_DIRECTIONS, LATITUDE, LON_DIRECTIONS, LONGITUDE, RADIAN_MILES -
Method Summary
Modifier and TypeMethodDescriptionintReturns the Google Earth icon code.intReturns the Google Earth palette code.Methods inherited from interface org.deltava.beans.GeoLocation
distanceFeet, distanceTo, getLatitude, getLongitudeMethods inherited from interface org.deltava.beans.MapEntry
getInfoBox
-
Method Details
-
getPaletteCode
int getPaletteCode()Returns the Google Earth palette code.- Returns:
- the palette code
-
getIconCode
int getIconCode()Returns the Google Earth icon code.- Returns:
- the icon code within the palette
-