org.geotools.gml2
Class FeatureTypeCache

Object
  extended by FeatureTypeCache

public class FeatureTypeCache
extends Object

Holds a cache of FeatureTypes by Name.

Module:
modules/extension/xsd-gml2 (gt-xsd-gml2.jar)

Constructor Summary
FeatureTypeCache()
           
 
Method Summary
 FeatureType get(Name name)
           
 void put(FeatureType type)
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FeatureTypeCache

public FeatureTypeCache()
Method Detail

get

public FeatureType get(Name name)

put

public void put(FeatureType type)


Copyright © 1996-2009 Geotools. All Rights Reserved.