|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectucar.unidata.gis.WorldWindReader
public class WorldWindReader
Class WorldWindReader _more_
| Nested Class Summary | |
|---|---|
class |
WorldWindReader.FeatureList
Class FeatureList _more_ |
| Constructor Summary | |
|---|---|
WorldWindReader()
|
|
| Method Summary | |
|---|---|
List |
findWwps(List wwps,
Rectangle2D.Double rect)
_more_ |
static void |
main(String[] args)
_more_ |
String |
readString(ucar.unidata.io.BeLeDataInputStream bdis)
_more_ |
byte[] |
readStringAsBytes(ucar.unidata.io.BeLeDataInputStream bdis)
_more_ |
List |
readWPL(String fileOrUrl,
double minRange,
double maxRange)
_more_ |
WorldWindReader.FeatureList |
readWWP(InputStream inputStream,
boolean isBlf)
_more_ |
WorldWindReader.FeatureList |
readWWP(String file)
_more_ |
WorldWindReader.FeatureList |
readWWP(String file,
boolean convert)
_more_ |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WorldWindReader()
| Method Detail |
|---|
public List findWwps(List wwps,
Rectangle2D.Double rect)
wwps - _more_rect - _more_
public String readString(ucar.unidata.io.BeLeDataInputStream bdis)
throws Exception
bdis - _more_
Exception - On badness
public byte[] readStringAsBytes(ucar.unidata.io.BeLeDataInputStream bdis)
throws Exception
bdis - _more_
Exception - On badness
public List readWPL(String fileOrUrl,
double minRange,
double maxRange)
throws Exception
fileOrUrl - _more_minRange - _more_maxRange - _more_
Exception - On badness
public WorldWindReader.FeatureList readWWP(String file)
throws Exception
file - _more_
Exception - On badness
public WorldWindReader.FeatureList readWWP(String file,
boolean convert)
throws Exception
file - _more_convert - _more_
Exception - On badness
public WorldWindReader.FeatureList readWWP(InputStream inputStream,
boolean isBlf)
throws Exception
inputStream - _more_isBlf - _more_
Exception - On badness
public static void main(String[] args)
throws Exception
args - _more_
Exception - On badness
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||