public class SimpleFeatureTypes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_DATE_KEY |
| Constructor and Description |
|---|
SimpleFeatureTypes() |
| Modifier and Type | Method and Description |
|---|---|
static org.opengis.feature.simple.SimpleFeatureType |
createType(com.typesafe.config.Config config) |
static org.opengis.feature.simple.SimpleFeatureType |
createType(String name,
String spec) |
static org.opengis.feature.simple.SimpleFeatureType |
mutable(org.opengis.feature.simple.SimpleFeatureType sft) |
public static final String DEFAULT_DATE_KEY
public static org.opengis.feature.simple.SimpleFeatureType createType(String name, String spec)
public static org.opengis.feature.simple.SimpleFeatureType createType(com.typesafe.config.Config config)
public static org.opengis.feature.simple.SimpleFeatureType mutable(org.opengis.feature.simple.SimpleFeatureType sft)
Copyright © 2013–2023. All rights reserved.