org.free.garminimg.utils
Class ImgConstants
java.lang.Object
org.free.garminimg.utils.ImgConstants
public abstract class ImgConstants
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
ImgConstants
public ImgConstants()
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.