Package org.geotools.kml.v22
Class SchemaRegistry
- Object
-
- SchemaRegistry
-
public class SchemaRegistry extends Object
-
-
Constructor Summary
Constructors Constructor Description SchemaRegistry()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
add(String featureTypeName, SimpleFeatureType featureType)
SimpleFeatureType
get(String featureTypeName)
SimpleFeatureType
get(SimpleFeatureType featureType)
-
-
-
Method Detail
-
add
public void add(String featureTypeName, SimpleFeatureType featureType)
-
get
public SimpleFeatureType get(String featureTypeName)
-
get
public SimpleFeatureType get(SimpleFeatureType featureType)
-
-