public class Util extends Object
| Constructor and Description |
|---|
Util() |
| Modifier and Type | Method and Description |
|---|---|
static org.opengis.feature.type.AttributeDescriptor |
changeGeometryBinding(org.opengis.feature.type.GeometryDescriptor gd,
Class geomBinding)
Function to change the geometryBinding of a GeometryDescriptor
|
static org.opengis.feature.simple.SimpleFeatureType |
changeGeometryBinding(org.opengis.feature.simple.SimpleFeatureType ft,
Class geomBinding)
Function to change the Geometry binding of the featureType
|
static org.opengis.feature.simple.SimpleFeature |
rebuildFeature(org.opengis.feature.simple.SimpleFeature feature,
List<String> removeAttributeNames)
Function to rebuild the feature for shape files.
|
public static org.opengis.feature.simple.SimpleFeatureType changeGeometryBinding(org.opengis.feature.simple.SimpleFeatureType ft,
Class geomBinding)
public static org.opengis.feature.type.AttributeDescriptor changeGeometryBinding(org.opengis.feature.type.GeometryDescriptor gd,
Class geomBinding)
public static org.opengis.feature.simple.SimpleFeature rebuildFeature(org.opengis.feature.simple.SimpleFeature feature,
List<String> removeAttributeNames)
Copyright © 2020 B3Partners B.V.. All rights reserved.