org.geotools.data.wfs.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)
          Creates an attribute.
 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)
Description copied from interface: FeatureFactory
Creates an attribute.

Specified by:
createAttribute in interface FeatureFactory
Overrides:
createAttribute in class AbstractFeatureFactoryImpl
Parameters:
value - The value of the attribute, may be null.
descriptor - The attribute descriptor.
id - The id of the attribute, may be null.

createSimpleFeature

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


Copyright © 1996-2014 Geotools. All Rights Reserved.