|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.bbn.openmap.layer.vpf.CoverageTable.FeatureClassRec
Feature Type Information read from VPF fca files.
Field Summary | |
java.lang.String |
description
a short text description |
java.lang.String |
feature_class
the name of the feature class |
char |
type
the type of the feature |
Constructor Summary | |
CoverageTable.FeatureClassRec(java.lang.String fclass,
char type,
java.lang.String desc)
Construct an instance of the class |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public final java.lang.String feature_class
public final char type
public final java.lang.String description
Constructor Detail |
public CoverageTable.FeatureClassRec(java.lang.String fclass, char type, java.lang.String desc)
fclass
- the feature class nametype
- the feature typedesc
- the feature description
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |