org.geotools.gml2
Class FeatureTypeCache

java.lang.Object
  extended by org.geotools.gml2.FeatureTypeCache

public class FeatureTypeCache
extends java.lang.Object

Holds a cache of FeatureTypes by Name.


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

Constructor Detail

FeatureTypeCache

public FeatureTypeCache()
Method Detail

get

public org.opengis.feature.type.FeatureType get(org.opengis.feature.type.Name name)

put

public void put(org.opengis.feature.type.FeatureType type)


Copyright © 1996-2010 Geotools. All Rights Reserved.