Uses of Class
org.geotools.feature.type.FeatureTypeImpl
-
Packages that use FeatureTypeImpl Package Description org.geotools.data.complex.feature.type org.geotools.feature.simple -
-
Uses of FeatureTypeImpl in org.geotools.data.complex.feature.type
Subclasses of FeatureTypeImpl in org.geotools.data.complex.feature.type Modifier and Type Class Description class
ComplexFeatureTypeImpl
This is a specialization of complex feature type that can be nested inside another feature type.class
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. -
Uses of FeatureTypeImpl in org.geotools.feature.simple
Subclasses of FeatureTypeImpl in org.geotools.feature.simple Modifier and Type Class Description class
SimpleFeatureTypeImpl
Implementation fo SimpleFeatureType, subtypes must be atomic and are stored in a list.
-