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 voidadd(String featureTypeName, SimpleFeatureType featureType)SimpleFeatureTypeget(String featureTypeName)SimpleFeatureTypeget(SimpleFeatureType featureType)
-
-
-
Method Detail
-
add
public void add(String featureTypeName, SimpleFeatureType featureType)
-
get
public SimpleFeatureType get(String featureTypeName)
-
get
public SimpleFeatureType get(SimpleFeatureType featureType)
-
-