org.geotools.feature
Class SimpleFeatureType
Object
PropertyTypeImpl
AttributeTypeImpl
ComplexTypeImpl
FeatureTypeImpl
SimpleFeatureTypeImpl
DefaultFeatureType
SimpleFeatureType
- All Implemented Interfaces:
- SimpleFeatureType, AttributeType, ComplexType, FeatureType, PropertyType
Deprecated. use SimpleFeatureType
.
public class SimpleFeatureType
- extends DefaultFeatureType
A basic implementation of FeatureType.
- Author:
- Ian Schneider
- Module:
modules/library/legacy (gt-legacy.jar)
Constructor Summary |
SimpleFeatureType(String typeName,
String namespace,
Collection types,
Collection superTypes,
GeometryAttributeType defaultGeom)
Deprecated. use SimpleFeatureType(String,URI,Collection,Collection,GeometryAttributeType) |
SimpleFeatureType(String typeName,
URI namespace,
Collection types,
Collection superTypes,
GeometryAttributeType defaultGeom)
Deprecated. Constructs a new SimpleFeatureType. |
Methods inherited from class DefaultFeatureType |
create, create, duplicate, equals, find, find, getAncestors, getAttributeCount, getAttributeType, getAttributeType, getAttributeTypes, getGeometryDescriptor, getNamespace, getTypeName, hasAttributeType, hashCode, isAbstract, isDescendedFrom, isDescendedFrom |
Methods inherited from interface SimpleFeatureType |
getAttributeDescriptors, getDescriptor, getDescriptor, getDescriptor, getType, getType, getType, getTypes, indexOf, indexOf |
SimpleFeatureType
public SimpleFeatureType(String typeName,
String namespace,
Collection types,
Collection superTypes,
GeometryAttributeType defaultGeom)
throws SchemaException,
NullPointerException
- Deprecated. use SimpleFeatureType(String,URI,Collection,Collection,GeometryAttributeType)
- Parameters:
typeName
- namespace
- types
- superTypes
- defaultGeom
-
- Throws:
SchemaException
NullPointerException
SimpleFeatureType
public SimpleFeatureType(String typeName,
URI namespace,
Collection types,
Collection superTypes,
GeometryAttributeType defaultGeom)
throws NullPointerException
- Deprecated.
- Constructs a new SimpleFeatureType.
Attributes from the superTypes will be copied to the list of attributes
for this feature type.
- Parameters:
typeName
- The name to give this FeatureType.namespace
- The namespace of the new FeatureType.types
- The attributeTypes to use for validation.superTypes
- The ancestors of this FeatureType.defaultGeom
- The attributeType to set as the defaultGeometry.
- Throws:
SchemaException
- For problems making the FeatureType.
NullPointerException
- If typeName is null.
Copyright © 1996-2009 Geotools. All Rights Reserved.