org.geotools.feature
Class DefaultFeatureFactory
Object
AbstractFeatureFactoryImpl
DefaultFeatureFactory
- All Implemented Interfaces:
- FeatureFactory
Deprecated. use SimpleFeatureFactory
, this class is only provided to
maintain backwards compatability for transition to geoapi feature model and
will be removed in subsequent versions.
public class DefaultFeatureFactory
- extends AbstractFeatureFactoryImpl
An extension of SimpleFeatureFactoryImpl
which creates
DefaultFeature
instances.
- Since:
- 2.5
- Author:
- Justin Deoliveira, The Open Planning Project, jdeolive@openplans.org
- Module:
modules/library/legacy (gt-legacy.jar)
Methods inherited from class AbstractFeatureFactoryImpl |
createAssociation, createAttribute, createComplexAttribute, createComplexAttribute, createFeature, createFeature, createGeometryAttribute, createSimpleFeature, createSimpleFeautre, getCRSFactory, getGeometryFactory, setCRSFactory, setGeometryFactory |
Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultFeatureFactory
public DefaultFeatureFactory()
- Deprecated.
createSimpleFeature
public SimpleFeature createSimpleFeature(List properties,
SimpleFeatureType type,
String id)
- Deprecated.
Copyright © 1996-2010 Geotools. All Rights Reserved.