org.geotools.kml.v22
Class SchemaRegistry

Object
  extended by SchemaRegistry

public class SchemaRegistry
extends Object


Constructor Summary
SchemaRegistry()
           
 
Method Summary
 void add(String featureTypeName, SimpleFeatureType featureType)
           
 SimpleFeatureType get(SimpleFeatureType featureType)
           
 SimpleFeatureType get(String featureTypeName)
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SchemaRegistry

public SchemaRegistry()
Method Detail

add

public void add(String featureTypeName,
                SimpleFeatureType featureType)

get

public SimpleFeatureType get(String featureTypeName)

get

public SimpleFeatureType get(SimpleFeatureType featureType)


Copyright © 1996-2014 Geotools. All Rights Reserved.