org.geotools.data.complex.config
Interface FeatureTypeRegistryHelper
public interface FeatureTypeRegistryHelper
Customizer for Feature Type Registry, tells the registry when to create a Feature Type, a Geometry Type or set Identifiable
- Author:
- Niels Charlier
isFeatureType
boolean isFeatureType(XSDTypeDefinition typeDefinition)
isGeometryType
boolean isGeometryType(XSDTypeDefinition typeDefinition)
isIdentifiable
boolean isIdentifiable(XSDComplexTypeDefinition typeDefinition)
Copyright © 1996-2014 Geotools. All Rights Reserved.