Package org.geotools.xsd.complex
Interface FeatureTypeRegistryConfiguration
- All Known Implementing Classes:
GmlFeatureTypeRegistryConfiguration
public interface FeatureTypeRegistryConfiguration
Configuration for a Complex Feature Type Registry (see gt-complex module), - tells the registry which schemas and
configurations to use - tells the registry when to create a Feature Type, a Geometry Type or set Identifiable
- Author:
- Niels Charlier
-
Method Summary
Modifier and TypeMethodDescriptionboolean
isFeatureType
(XSDTypeDefinition typeDefinition) boolean
isGeometryType
(XSDTypeDefinition typeDefinition) boolean
isIdentifiable
(XSDComplexTypeDefinition typeDefinition)
-
Method Details
-
getSchemas
Collection<Schema> getSchemas() -
getConfigurations
Collection<Configuration> getConfigurations() -
isFeatureType
boolean isFeatureType(XSDTypeDefinition typeDefinition) -
isGeometryType
boolean isGeometryType(XSDTypeDefinition typeDefinition) -
isIdentifiable
boolean isIdentifiable(XSDComplexTypeDefinition typeDefinition)
-