ilog.views.maps.format.tiger
Class IlvTigerFeatureClass

java.lang.Object
  extended by ilog.views.maps.format.tiger.IlvTigerFeatureClass

public class IlvTigerFeatureClass
extends Object

Definition of a tiger feature class. The code field in this class contains the first characters (up to 4) that this feature class should match.

Since:
JViews 7.5

Field Summary
static IlvTigerFeatureClass HYDROGRAPHY
          Tiger feature class for Hydrography ("H")
static IlvTigerFeatureClass LANDMARKS
          Tiger feature class for Landmarks ("D")
static IlvTigerFeatureClass MISC_GROUND_TRANSPORTATION
          Tiger feature class for Miscellaneous Ground Transportation ("C")
static IlvTigerFeatureClass NONVISIBLE
          Tiger feature class for Non Visible Features ("F")
static IlvTigerFeatureClass PHYSICAL_FEATURES
          Tiger feature class for Physical Features ("E")
static IlvTigerFeatureClass PROVISIONAL_ROADS
          Tiger feature class for Provisional Roads ("P")
static IlvTigerFeatureClass RAILROADS
          Tiger feature class for Railroads ("B")
static IlvTigerFeatureClass ROADS
          Tiger feature class for Roads ("A")
 
Constructor Summary
IlvTigerFeatureClass(String name, String code)
          Creates a tiger feature class associating a name with a code value.
 
Method Summary
 String getCode()
          Returns the feature code
 String getName()
          Returns the name.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ROADS

public static final IlvTigerFeatureClass ROADS
Tiger feature class for Roads ("A")


RAILROADS

public static final IlvTigerFeatureClass RAILROADS
Tiger feature class for Railroads ("B")


MISC_GROUND_TRANSPORTATION

public static final IlvTigerFeatureClass MISC_GROUND_TRANSPORTATION
Tiger feature class for Miscellaneous Ground Transportation ("C")


LANDMARKS

public static final IlvTigerFeatureClass LANDMARKS
Tiger feature class for Landmarks ("D")


PHYSICAL_FEATURES

public static final IlvTigerFeatureClass PHYSICAL_FEATURES
Tiger feature class for Physical Features ("E")


NONVISIBLE

public static final IlvTigerFeatureClass NONVISIBLE
Tiger feature class for Non Visible Features ("F")


HYDROGRAPHY

public static final IlvTigerFeatureClass HYDROGRAPHY
Tiger feature class for Hydrography ("H")


PROVISIONAL_ROADS

public static final IlvTigerFeatureClass PROVISIONAL_ROADS
Tiger feature class for Provisional Roads ("P")

Constructor Detail

IlvTigerFeatureClass

public IlvTigerFeatureClass(String name,
                            String code)
Creates a tiger feature class associating a name with a code value.

Parameters:
name - label of the feature class
code - TIGER code.
Method Detail

getCode

public String getCode()
Returns the feature code

Returns:
the feature code

getName

public String getName()
Returns the name.

Returns:
Returns the name.


Copyright © 1996-2007 ILOG S.A. All rights reserved.   Documentation homepage.