org.geotools.data.wfs.feature
Class LenientFeatureFactory
Object
AbstractFeatureFactoryImpl
LenientFeatureFactory
- All Implemented Interfaces:
- FeatureFactory
public class LenientFeatureFactory
- extends AbstractFeatureFactoryImpl
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 |
LenientFeatureFactory
public LenientFeatureFactory()
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.