public class PlainFeatureFactory extends Object
Modifier and Type | Field and Description |
---|---|
static String |
ATTRIB_NAME_GEOMETRY |
static String |
ATTRIB_NAME_STYLE_CSS |
static String |
DEFAULT_TYPE_NAME |
Constructor and Description |
---|
PlainFeatureFactory() |
Modifier and Type | Method and Description |
---|---|
static org.opengis.feature.simple.SimpleFeatureType |
createDefaultFeatureType() |
static org.opengis.feature.simple.SimpleFeatureType |
createDefaultFeatureType(org.opengis.referencing.crs.CoordinateReferenceSystem crs) |
static org.opengis.feature.simple.SimpleFeature |
createPlainFeature(org.opengis.feature.simple.SimpleFeatureType type,
String id,
com.vividsolutions.jts.geom.Geometry geometry,
String styleCSS) |
static org.opengis.feature.simple.SimpleFeatureType |
createPlainFeatureType(String typeName,
Class<? extends com.vividsolutions.jts.geom.Geometry> geometryType,
org.opengis.referencing.crs.CoordinateReferenceSystem crs) |
public static final String DEFAULT_TYPE_NAME
public static final String ATTRIB_NAME_GEOMETRY
public static final String ATTRIB_NAME_STYLE_CSS
public static org.opengis.feature.simple.SimpleFeatureType createDefaultFeatureType()
public static org.opengis.feature.simple.SimpleFeatureType createDefaultFeatureType(org.opengis.referencing.crs.CoordinateReferenceSystem crs)
public static org.opengis.feature.simple.SimpleFeatureType createPlainFeatureType(String typeName, Class<? extends com.vividsolutions.jts.geom.Geometry> geometryType, org.opengis.referencing.crs.CoordinateReferenceSystem crs)
Copyright © 2014–2017 European Space Agency (ESA). All rights reserved.