public class ShapeExportHelper extends Object
| Constructor and Description |
|---|
ShapeExportHelper() |
| Modifier and Type | Method and Description |
|---|---|
static void |
writeShapeFileToZip(org.deegree.model.feature.FeatureCollection featureCollection,
String shapeFileName,
File tempDirectory,
ZipOutputStream zipStream,
String esriWKT)
Creates a shape file with the given features and writes it to the given zip stream.
|
public static void writeShapeFileToZip(org.deegree.model.feature.FeatureCollection featureCollection,
String shapeFileName,
File tempDirectory,
ZipOutputStream zipStream,
String esriWKT)
throws Exception
featureCollection - the content of the shape fileshapeFileName - the name of the shape file without extensiontempDirectory - a temporary directory that will be used to create the shape filezipStream - the shape file will be written to this zip streamesriWKT - the content of the prj file. If this parameter is null, no prj file will be createdException - DOCUMENT ME!Copyright © 2012–2026 cismet GmbH. All rights reserved.