|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.bbn.openmap.dataAccess.shape.output.ShpOutputStream
Writes data to a .shp file
Constructor Summary | |
ShpOutputStream(java.io.OutputStream os)
Creates an outputstream to write to |
Method Summary | |
int[][] |
writeGeometry(EsriGraphicList list)
Determine what type of list is given and write it out. |
int[][] |
writePointGeometry(EsriGraphicList list)
Writes point geometry to the class scope LittleEndianOutputStream. |
int[][] |
writePolyGeometry(EsriGraphicList list)
Writes polygon geometry to the class scope LittleEndianInputStream. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ShpOutputStream(java.io.OutputStream os)
os
- The output stream to write toMethod Detail |
public int[][] writeGeometry(EsriGraphicList list) throws java.io.IOException
list
- The EsriGraphicList to write
java.io.IOException
public int[][] writePolyGeometry(EsriGraphicList list) throws java.io.IOException
list
- The list of geometry objects to save
java.io.IOException
public int[][] writePointGeometry(EsriGraphicList list) throws java.io.IOException
list
- An EsriGraphicList of points
java.io.IOException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |