org.geotools.feature
Class DefaultFeatureTypeFactory2
Object
FeatureTypeFactoryImpl
DefaultFeatureTypeFactory2
- All Implemented Interfaces:
- FeatureTypeFactory
Deprecated.
public class DefaultFeatureTypeFactory2
- extends FeatureTypeFactoryImpl
Extension of FeatureTypeFactoryImpl which creates instances of DefaultFeatureType.
The point of this class is to maintain backwards compatability internally and
it should not be used by any client code.
- Since:
- 2.5
- Author:
- Justin Deoliveira, The Open Planning Project
- Module:
modules/library/legacy (gt-legacy.jar)
Methods inherited from class FeatureTypeFactoryImpl |
createAssociationDescriptor, createAssociationType, createAttributeDescriptor, createAttributeType, createComplexType, createFeatureType, createGeometryDescriptor, createGeometryType, createSchema, getCRSFactory, getFilterFactory, setCRSFactory, setFilterFactory |
Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultFeatureTypeFactory2
public DefaultFeatureTypeFactory2()
- Deprecated.
createSimpleFeatureType
public SimpleFeatureType createSimpleFeatureType(Name name,
List<AttributeDescriptor> schema,
GeometryDescriptor defaultGeometry,
boolean isAbstract,
List<Filter> restrictions,
AttributeType superType,
InternationalString description)
- Deprecated.
- Specified by:
createSimpleFeatureType
in interface FeatureTypeFactory
- Overrides:
createSimpleFeatureType
in class FeatureTypeFactoryImpl
Copyright © 1996-2009 Geotools. All Rights Reserved.