org.geotools.feature
Class LenientFeatureFactory

java.lang.Object
  extended by org.geotools.feature.AbstractFeatureFactoryImpl
      extended by org.geotools.feature.LenientFeatureFactory
All Implemented Interfaces:
org.opengis.feature.FeatureFactory

public class LenientFeatureFactory
extends AbstractFeatureFactoryImpl


Constructor Summary
LenientFeatureFactory()
           
 
Method Summary
 org.opengis.feature.Attribute createAttribute(java.lang.Object value, org.opengis.feature.type.AttributeDescriptor descriptor, java.lang.String id)
           
 org.opengis.feature.simple.SimpleFeature createSimpleFeature(java.util.List<org.opengis.feature.Attribute> properties, org.opengis.feature.simple.SimpleFeatureType type, java.lang.String id)
           
 
Methods inherited from class org.geotools.feature.AbstractFeatureFactoryImpl
createAssociation, createComplexAttribute, createComplexAttribute, createFeature, createFeature, createGeometryAttribute, createSimpleFeature, createSimpleFeautre, getCRSFactory, getGeometryFactory, setCRSFactory, setGeometryFactory
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LenientFeatureFactory

public LenientFeatureFactory()
Method Detail

createAttribute

public org.opengis.feature.Attribute createAttribute(java.lang.Object value,
                                                     org.opengis.feature.type.AttributeDescriptor descriptor,
                                                     java.lang.String id)
Specified by:
createAttribute in interface org.opengis.feature.FeatureFactory
Overrides:
createAttribute in class AbstractFeatureFactoryImpl

createSimpleFeature

public org.opengis.feature.simple.SimpleFeature createSimpleFeature(java.util.List<org.opengis.feature.Attribute> properties,
                                                                    org.opengis.feature.simple.SimpleFeatureType type,
                                                                    java.lang.String id)


Copyright © 1996-2010 Geotools. All Rights Reserved.