public class FeatureBuilder extends Object
| Constructor and Description |
|---|
FeatureBuilder(Map<String,Class> propertyTypes) |
| Modifier and Type | Method and Description |
|---|---|
org.geotools.feature.FeatureCollection |
createFeatureCollection(List<org.opengis.feature.simple.SimpleFeature> simpleFeatures) |
org.opengis.feature.simple.SimpleFeature |
createSimpleFeature(org.locationtech.jts.geom.Geometry geometry,
Map<String,Object> featureProperties) |
public org.opengis.feature.simple.SimpleFeature createSimpleFeature(org.locationtech.jts.geom.Geometry geometry,
Map<String,Object> featureProperties)
public org.geotools.feature.FeatureCollection createFeatureCollection(List<org.opengis.feature.simple.SimpleFeature> simpleFeatures)
Copyright © 2020. All rights reserved.