public class SHPUtils extends Object
| Constructor and Description |
|---|
SHPUtils() |
| Modifier and Type | Method and Description |
|---|---|
static org.opengis.feature.simple.SimpleFeature |
changeSchemaName(org.opengis.feature.simple.SimpleFeature feature,
org.opengis.feature.simple.SimpleFeatureType outputSchema) |
static org.geotools.feature.simple.SimpleFeatureTypeImpl |
changeSchemaName(org.opengis.feature.simple.SimpleFeatureType schema,
org.opengis.feature.type.Name outputSchemaName) |
static org.geotools.feature.simple.SimpleFeatureTypeImpl |
cloneSchema(org.opengis.feature.simple.SimpleFeatureType schema) |
static void |
renderImage(org.geotools.map.MapContent map,
OutputStream output,
int imageWidth,
String format) |
static void |
writeShapefile(org.geotools.data.simple.SimpleFeatureCollection fc,
Path outputDir) |
public static void renderImage(org.geotools.map.MapContent map,
OutputStream output,
int imageWidth,
String format)
throws IOException
IOExceptionpublic static void writeShapefile(org.geotools.data.simple.SimpleFeatureCollection fc,
Path outputDir)
throws IOException
IOExceptionpublic static org.geotools.feature.simple.SimpleFeatureTypeImpl cloneSchema(org.opengis.feature.simple.SimpleFeatureType schema)
public static org.geotools.feature.simple.SimpleFeatureTypeImpl changeSchemaName(org.opengis.feature.simple.SimpleFeatureType schema,
org.opengis.feature.type.Name outputSchemaName)
public static org.opengis.feature.simple.SimpleFeature changeSchemaName(org.opengis.feature.simple.SimpleFeature feature,
org.opengis.feature.simple.SimpleFeatureType outputSchema)
Copyright © 2017. All rights reserved.