org.esa.beam.framework.datamodel
Class PlainFeatureFactory
java.lang.Object
org.esa.beam.framework.datamodel.PlainFeatureFactory
public class PlainFeatureFactory
- extends Object
|
Method Summary |
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)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEFAULT_TYPE_NAME
public static final String DEFAULT_TYPE_NAME
- See Also:
- Constant Field Values
ATTRIB_NAME_GEOMETRY
public static final String ATTRIB_NAME_GEOMETRY
- See Also:
- Constant Field Values
ATTRIB_NAME_STYLE_CSS
public static final String ATTRIB_NAME_STYLE_CSS
- See Also:
- Constant Field Values
PlainFeatureFactory
public PlainFeatureFactory()
createDefaultFeatureType
public static org.opengis.feature.simple.SimpleFeatureType createDefaultFeatureType()
createDefaultFeatureType
public static org.opengis.feature.simple.SimpleFeatureType createDefaultFeatureType(org.opengis.referencing.crs.CoordinateReferenceSystem crs)
createPlainFeatureType
public static org.opengis.feature.simple.SimpleFeatureType createPlainFeatureType(String typeName,
Class<? extends com.vividsolutions.jts.geom.Geometry> geometryType,
org.opengis.referencing.crs.CoordinateReferenceSystem crs)
createPlainFeature
public static org.opengis.feature.simple.SimpleFeature createPlainFeature(org.opengis.feature.simple.SimpleFeatureType type,
String id,
com.vividsolutions.jts.geom.Geometry geometry,
String styleCSS)
Copyright © 2002-2013 Brockmann Consult GmbH. All Rights Reserved.