Package org.geotools.data.complex.feature.type
-
Class Summary Class Description AttributeTypeProxy ComplexFeatureTypeFactoryImpl Feature type factory to produce complex feature type that can be used in feature chaining.ComplexFeatureTypeImpl This is a specialization of complex feature type that can be nested inside another feature type.ComplexTypeProxy FeatureTypeProxy FeatureTypeRegistry A registry of GeoToolsAttributeType
andAttributeDescriptor
lazily parsed from the EMFXSDTypeDefinition
andXSDElementDeclaration
added throughFeatureTypeRegistry.addSchemas(SchemaIndex)
.GeometryTypeProxy Types This is a set of utility methods used when implementing types.UniqueNameFeatureTypeFactoryImpl A specialisation ofFeatureTypeFactoryImpl
that returnsUniqueNameFeatureTypeImpl
instead ofFeatureTypeImpl
to avoid equality tests on types with cyclic definitions.UniqueNameFeatureTypeImpl A specialisation ofFeatureTypeImpl
that avoids equality tests on feature types with cyclic definitions by considering features types to be equal if and only if their names are equal.