org.geotools.feature
Class DefaultFeatureFactory

Object
  extended by AbstractFeatureFactoryImpl
      extended by 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

Constructor Summary
DefaultFeatureFactory()
          Deprecated.  
 
Method Summary
 SimpleFeature createSimpleFeature(List properties, SimpleFeatureType type, String id)
          Deprecated.  
 
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
 

Constructor Detail

DefaultFeatureFactory

public DefaultFeatureFactory()
Deprecated. 
Method Detail

createSimpleFeature

public SimpleFeature createSimpleFeature(List properties,
                                         SimpleFeatureType type,
                                         String id)
Deprecated. 


Copyright © 1996-2009 Geotools. All Rights Reserved.