Package org.geotools.data.complex.feature.type
package org.geotools.data.complex.feature.type
-
ClassesClassDescriptionFeature type factory to produce complex feature type that can be used in feature chaining.This is a specialization of complex feature type that can be nested inside another feature type.A registry of GeoTools
AttributeType
andAttributeDescriptor
lazily parsed from the EMFXSDTypeDefinition
andXSDElementDeclaration
added throughFeatureTypeRegistry.addSchemas(SchemaIndex)
.This is a set of utility methods used when implementing types.A specialisation ofFeatureTypeFactoryImpl
that returnsUniqueNameFeatureTypeImpl
instead ofFeatureTypeImpl
to avoid equality tests on types with cyclic definitions.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.