org.geotools.feature
Class LenientFeatureFactory

Object
  extended by AbstractFeatureFactoryImpl
      extended by LenientFeatureFactory
All Implemented Interfaces:
FeatureFactory

public class LenientFeatureFactory
extends AbstractFeatureFactoryImpl


Constructor Summary
LenientFeatureFactory()
           
 
Method Summary
 Attribute createAttribute(Object value, AttributeDescriptor descriptor, String id)
           
 SimpleFeature createSimpleFeature(List<Attribute> properties, SimpleFeatureType type, String id)
           
 
Methods inherited from class AbstractFeatureFactoryImpl
createAssociation, 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

LenientFeatureFactory

public LenientFeatureFactory()
Method Detail

createAttribute

public Attribute createAttribute(Object value,
                                 AttributeDescriptor descriptor,
                                 String id)
Specified by:
createAttribute in interface FeatureFactory
Overrides:
createAttribute in class AbstractFeatureFactoryImpl

createSimpleFeature

public SimpleFeature createSimpleFeature(List<Attribute> properties,
                                         SimpleFeatureType type,
                                         String id)


Copyright © 1996-2009 Geotools. All Rights Reserved.