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

Method Summary
 boolean isFeatureType(XSDTypeDefinition typeDefinition)
           
 boolean isGeometryType(XSDTypeDefinition typeDefinition)
           
 boolean isIdentifiable(XSDComplexTypeDefinition typeDefinition)
           
 

Method Detail

isFeatureType

boolean isFeatureType(XSDTypeDefinition typeDefinition)

isGeometryType

boolean isGeometryType(XSDTypeDefinition typeDefinition)

isIdentifiable

boolean isIdentifiable(XSDComplexTypeDefinition typeDefinition)


Copyright © 1996-2014 Geotools. All Rights Reserved.