|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.bbn.openmap.layer.rpf.RpfProductInfo
Contains basic information about the different map and imagery types supported by the RPF format. This information is based on the specification released by NIMA and contains the conventions they have listed in the RPF specification.
Field Summary | |
java.lang.String |
abbr
The three-letter common abbreviation for the map type. |
java.lang.String |
dataType
The category of the map type - CADRG/CIB/DTED. |
java.lang.String |
name
A Descriptive name for the map type. |
float |
scale
The float number representation of the map type - 1:XXX . |
java.lang.String |
scaleString
A String scale representation of the map type. |
java.lang.String |
seriesCode
The two-letter code for a particular map type. |
Constructor Summary | |
RpfProductInfo()
|
|
RpfProductInfo(java.lang.String sc,
java.lang.String a,
java.lang.String ss,
float s,
java.lang.String n,
java.lang.String dt)
Create a RpfProductInfo object. |
Method Summary | |
static RpfProductInfo |
get(java.lang.String seriesCode)
Returns the RpfProductInfo that has the given two-letter series code. |
static java.util.Hashtable |
getCatalog()
Returns the catalog of supported chart types. |
static void |
main(java.lang.String[] argv)
The main function prints out the RPF catalog, describing all the different map types handled by the RPF package. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public java.lang.String seriesCode
public java.lang.String abbr
public java.lang.String scaleString
public float scale
public java.lang.String name
public java.lang.String dataType
Constructor Detail |
public RpfProductInfo()
public RpfProductInfo(java.lang.String sc, java.lang.String a, java.lang.String ss, float s, java.lang.String n, java.lang.String dt)
sc
- the two-letter series code.a
- the three letter acroynm.ss
- the scale string.s
- the display scale of the map.n
- descriptive name of the map.dt
- data type - CADRG-CIB-DTED.Method Detail |
public java.lang.String toString()
toString
in class java.lang.Object
public static RpfProductInfo get(java.lang.String seriesCode)
seriesCode
- needs to be the two letter code, in
uppercase.public static java.util.Hashtable getCatalog()
public static void main(java.lang.String[] argv)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |