org.geotools.data.tiger
Class TigerSchemaManager

java.lang.Object
  extended byorg.geotools.data.tiger.TigerSchemaManager

public class TigerSchemaManager
extends java.lang.Object

Title: GeoTools2 Development

Description:

Copyright: Copyright (c) 2003

Company:

Version:
1.0
Author:
Julian J. Ray

Constructor Summary
TigerSchemaManager()
          TigerSchemaManager
 
Method Summary
 TigerSchemaElement[] getSchema(java.lang.String typeName)
          Returns the schema mapping for a given typeName.
protected  java.lang.String getTypeKey(java.lang.String typeName)
          getTypeKey
static java.lang.String[] getTypeNames()
          Returns a list of typeNames supported by this version of the DataStore
 java.lang.String getTypeSpec(java.lang.String typeName)
          Returns a string containing the attribute properties for the given typeName.
static java.lang.String getTypeSubNameString(java.lang.String inputName)
          getTypeSubNameString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TigerSchemaManager

public TigerSchemaManager()
TigerSchemaManager

Method Detail

getTypeNames

public static java.lang.String[] getTypeNames()
Returns a list of typeNames supported by this version of the DataStore

Returns:
String[]

getSchema

public TigerSchemaElement[] getSchema(java.lang.String typeName)
Returns the schema mapping for a given typeName. The schema mapping is used to extract attributes from a TIGER/Line

Parameters:
typeName - String
Returns:
TigerSchemaElement[]

getTypeSpec

public java.lang.String getTypeSpec(java.lang.String typeName)
Returns a string containing the attribute properties for the given typeName. This is used to construct the AttributeType array for a Feature.

Parameters:
typeName - String
Returns:
String

getTypeKey

protected java.lang.String getTypeKey(java.lang.String typeName)
getTypeKey

Parameters:
typeName - String
Returns:
String

getTypeSubNameString

public static java.lang.String getTypeSubNameString(java.lang.String inputName)
getTypeSubNameString

Parameters:
inputName - String
Returns:
String


Copyright © GeoTools. All Rights Reserved.