org.free.garminimg.utils
Class ImgConstants

java.lang.Object
  extended by org.free.garminimg.utils.ImgConstants

public abstract class ImgConstants
extends java.lang.Object


Nested Class Summary
static class ImgConstants.Description
           
static class ImgConstants.PointDescription
           
static class ImgConstants.PolygonDescription
           
static class ImgConstants.PolylineDescription
           
 
Field Summary
static int AIRPORT
           
static int BACKGROUND
           
static int DEFINITION_AREA
           
static int FOREST
           
static int GRAVEL_AREA
           
static int INTERMEDIATE_DEPTH_CONTOUR
           
static int INTERMEDIATE_LAND_CONTOUR
           
static int LAKE
           
static int MAJOR_DEPTH_CONTOUR
           
static int MAJOR_LAND_CONTOUR
           
static int MILITARY_BASE
           
static int MINOR_DEPTH_CONTOUR
           
static int MINOR_LAND_CONTOUR
           
static int POINT_BASE_PRIORITY
          Points have the highest priority
static int RUINS
           
static int RURAL_HOUSING_AREA
           
static int SHOPPING_CENTER
           
static int SMALL_URBAN_AREA
           
static int STATION_AREA
           
static int TUNNEL_SHIFT
           
 
Constructor Summary
ImgConstants()
           
 
Method Summary
static java.lang.String getPointDesc(int type, int subType)
           
static ImgConstants.PointDescription getPointType(int type, int subType)
           
static java.util.Map<java.lang.Integer,ImgConstants.PointDescription> getPointTypes()
           
static java.lang.String getPolyDesc(int type, boolean line)
           
static ImgConstants.PolygonDescription getPolygonType(int type)
           
static java.util.Map<java.lang.Integer,ImgConstants.PolygonDescription> getPolygonTypes()
           
static ImgConstants.PolylineDescription getPolylineType(int type)
           
static java.util.Map<java.lang.Integer,ImgConstants.PolylineDescription> getPolylineTypes()
           
static ImgConstants.Description getPolyType(int type, boolean line)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

POINT_BASE_PRIORITY

public static final int POINT_BASE_PRIORITY
Points have the highest priority

See Also:
Constant Field Values

MINOR_LAND_CONTOUR

public static final int MINOR_LAND_CONTOUR

INTERMEDIATE_LAND_CONTOUR

public static final int INTERMEDIATE_LAND_CONTOUR

MAJOR_LAND_CONTOUR

public static final int MAJOR_LAND_CONTOUR

MINOR_DEPTH_CONTOUR

public static final int MINOR_DEPTH_CONTOUR

INTERMEDIATE_DEPTH_CONTOUR

public static final int INTERMEDIATE_DEPTH_CONTOUR

MAJOR_DEPTH_CONTOUR

public static final int MAJOR_DEPTH_CONTOUR

TUNNEL_SHIFT

public static final int TUNNEL_SHIFT
See Also:
Constant Field Values

RUINS

public static final int RUINS
See Also:
Constant Field Values

LAKE

public static final int LAKE
See Also:
Constant Field Values

SMALL_URBAN_AREA

public static final int SMALL_URBAN_AREA

RURAL_HOUSING_AREA

public static final int RURAL_HOUSING_AREA

MILITARY_BASE

public static final int MILITARY_BASE

AIRPORT

public static final int AIRPORT

SHOPPING_CENTER

public static final int SHOPPING_CENTER

DEFINITION_AREA

public static final int DEFINITION_AREA

BACKGROUND

public static final int BACKGROUND

FOREST

public static final int FOREST

STATION_AREA

public static final int STATION_AREA

GRAVEL_AREA

public static final int GRAVEL_AREA
Constructor Detail

ImgConstants

public ImgConstants()
Method Detail

getPointType

public static ImgConstants.PointDescription getPointType(int type,
                                                         int subType)

getPointDesc

public static java.lang.String getPointDesc(int type,
                                            int subType)

getPolyType

public static ImgConstants.Description getPolyType(int type,
                                                   boolean line)

getPolylineType

public static ImgConstants.PolylineDescription getPolylineType(int type)

getPolygonType

public static ImgConstants.PolygonDescription getPolygonType(int type)

getPolyDesc

public static java.lang.String getPolyDesc(int type,
                                           boolean line)

getPointTypes

public static java.util.Map<java.lang.Integer,ImgConstants.PointDescription> getPointTypes()

getPolylineTypes

public static java.util.Map<java.lang.Integer,ImgConstants.PolylineDescription> getPolylineTypes()

getPolygonTypes

public static java.util.Map<java.lang.Integer,ImgConstants.PolygonDescription> getPolygonTypes()


Copyright © 2008. All Rights Reserved.