|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectilog.views.maps.format.tiger.IlvTigerFeatureClass
public class IlvTigerFeatureClass
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.
| 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 |
|---|
public static final IlvTigerFeatureClass ROADS
public static final IlvTigerFeatureClass RAILROADS
public static final IlvTigerFeatureClass MISC_GROUND_TRANSPORTATION
public static final IlvTigerFeatureClass LANDMARKS
public static final IlvTigerFeatureClass PHYSICAL_FEATURES
public static final IlvTigerFeatureClass NONVISIBLE
public static final IlvTigerFeatureClass HYDROGRAPHY
public static final IlvTigerFeatureClass PROVISIONAL_ROADS
| Constructor Detail |
|---|
public IlvTigerFeatureClass(String name,
String code)
name - label of the feature classcode - TIGER code.| Method Detail |
|---|
public String getCode()
public String getName()
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||