Package | Description |
---|---|
jahuwaldt.aero.panelgeom |
Modifier and Type | Method and Description |
---|---|
GeomConfig |
GGPGeomReader.read(java.io.InputStream inStream,
java.lang.String name)
Method that reads in a GGP formatted geometry file from the specified input stream
and returns a configuration geometry object that contains the geometry from the GGP
file.
|
GeomConfig |
GeomReader.read(java.io.InputStream inStream,
java.lang.String name)
Method provided by sub-classes that reads in a geometry file from the supplied
input stream and returns a properly formatted configuration geometry object that
contains the geometry from the file.
|
GeomConfig |
POIGeomReader.read(java.io.InputStream inStream,
java.lang.String name)
Method that reads in a POINTS (POI) geometry file from the
specified input stream and returns a configuration geometry
object that contains the geometry from the POI file.
|
Modifier and Type | Method and Description |
---|---|
void |
GGPGeomReader.write(java.io.File filename,
GeomConfig theConfig)
Method that writes out a GGP formatted geometry file for the geometry contained in
the supplied configuration geometry object.
|
void |
GeomReader.write(java.io.File filename,
GeomConfig theConfig)
Method provided by sub-classes that writes out a geometry file for the geometry
contained in the supplied configuration geometry object.
|
void |
POIGeomReader.write(java.io.File filename,
GeomConfig theConfig)
Method that writes out a POINTS (POI) formatted geometry file
for the geometry contained in the supplied configuration geometry
object.
|