nsidc.mapx
Class MapMaker
java.lang.Object
|
+--nsidc.mapx.MapMaker
- public class MapMaker
- extends java.lang.Object
|
Constructor Summary |
MapMaker()
The constructor. |
|
Method Summary |
Mapx |
createMapx(java.io.StreamTokenizer mpp_input)
|
Mapx |
createMapx(java.lang.String mpp_filename)
Initilializers. |
Mapx |
createMapx(java.lang.String given_map_projection_name,
float given_lat0,
float given_lon0,
float given_lat1,
float given_lon1,
float given_rotation,
float given_scale,
float given_center_lat,
float given_center_lon,
float given_south,
float given_north,
float given_west,
float given_east,
float given_lat_interval,
float given_lon_interval,
float given_label_lat,
float given_label_lon,
int given_cil_detail,
int given_bdy_detail,
int given_riv_detail)
|
Mapx |
createMapx(java.lang.String given_map_projection_name,
float given_lat0,
float given_lon0,
float given_lat1,
float given_lon1,
float given_rotation,
float given_scale,
float given_center_lat,
float given_center_lon,
float given_south,
float given_north,
float given_west,
float given_east,
float given_lat_interval,
float given_lon_interval,
float given_label_lat,
float given_label_lon,
int given_cil_detail,
int given_bdy_detail,
int given_riv_detail,
float given_equatorial_radius)
|
Mapx |
createMapx(java.lang.String given_map_projection_name,
float given_lat0,
float given_lon0,
float given_lat1,
float given_lon1,
float given_rotation,
float given_scale,
float given_center_lat,
float given_center_lon,
float given_south,
float given_north,
float given_west,
float given_east,
float given_lat_interval,
float given_lon_interval,
float given_label_lat,
float given_label_lon,
int given_cil_detail,
int given_bdy_detail,
int given_riv_detail,
float given_equatorial_radius,
float given_eccentricity)
|
Mapx |
createMapx(java.lang.String server_root,
java.lang.String mpp_filename)
|
Mapx |
createMapx(java.net.URL mpp_URL)
|
java.lang.String |
standard_name(java.lang.String s)
|
| Methods inherited from class java.lang.Object |
,
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
map_projection_name
public java.lang.String map_projection_name
lat0
public float lat0
lon0
public float lon0
lat1
public float lat1
lon1
public float lon1
rotation
public float rotation
scale
public float scale
center_lat
public float center_lat
center_lon
public float center_lon
south
public float south
north
public float north
east
public float east
west
public float west
lat_interval
public float lat_interval
lon_interval
public float lon_interval
label_lat
public float label_lat
label_lon
public float label_lon
cil_detail
public int cil_detail
bdy_detail
public int bdy_detail
riv_detail
public int riv_detail
equatorial_radius
public float equatorial_radius
eccentricity
public float eccentricity
MapMaker
public MapMaker()
- The constructor. Sets default values.
createMapx
public Mapx createMapx(java.lang.String mpp_filename)
- Initilializers. An uninitialized mapx object is useless.
createMapx
public Mapx createMapx(java.net.URL mpp_URL)
createMapx
public Mapx createMapx(java.lang.String server_root,
java.lang.String mpp_filename)
createMapx
public Mapx createMapx(java.io.StreamTokenizer mpp_input)
createMapx
public Mapx createMapx(java.lang.String given_map_projection_name,
float given_lat0,
float given_lon0,
float given_lat1,
float given_lon1,
float given_rotation,
float given_scale,
float given_center_lat,
float given_center_lon,
float given_south,
float given_north,
float given_west,
float given_east,
float given_lat_interval,
float given_lon_interval,
float given_label_lat,
float given_label_lon,
int given_cil_detail,
int given_bdy_detail,
int given_riv_detail,
float given_equatorial_radius,
float given_eccentricity)
createMapx
public Mapx createMapx(java.lang.String given_map_projection_name,
float given_lat0,
float given_lon0,
float given_lat1,
float given_lon1,
float given_rotation,
float given_scale,
float given_center_lat,
float given_center_lon,
float given_south,
float given_north,
float given_west,
float given_east,
float given_lat_interval,
float given_lon_interval,
float given_label_lat,
float given_label_lon,
int given_cil_detail,
int given_bdy_detail,
int given_riv_detail,
float given_equatorial_radius)
createMapx
public Mapx createMapx(java.lang.String given_map_projection_name,
float given_lat0,
float given_lon0,
float given_lat1,
float given_lon1,
float given_rotation,
float given_scale,
float given_center_lat,
float given_center_lon,
float given_south,
float given_north,
float given_west,
float given_east,
float given_lat_interval,
float given_lon_interval,
float given_label_lat,
float given_label_lon,
int given_cil_detail,
int given_bdy_detail,
int given_riv_detail)
standard_name
public java.lang.String standard_name(java.lang.String s)