Package org.geotools.kml.v22
Class SchemaRegistry
- Object
- 
- SchemaRegistry
 
- 
 public class SchemaRegistry extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description SchemaRegistry()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadd(String featureTypeName, SimpleFeatureType featureType)SimpleFeatureTypeget(String featureTypeName)SimpleFeatureTypeget(SimpleFeatureType featureType)
 
- 
- 
- 
Method Detail- 
addpublic void add(String featureTypeName, SimpleFeatureType featureType) 
 - 
getpublic SimpleFeatureType get(String featureTypeName) 
 - 
getpublic SimpleFeatureType get(SimpleFeatureType featureType) 
 
- 
 
-