Uses of Class
org.geotools.feature.FeatureBuilder
-
Packages that use FeatureBuilder Package Description org.geotools.feature org.geotools.feature.simple -
-
Uses of FeatureBuilder in org.geotools.feature
Subclasses of FeatureBuilder in org.geotools.feature Modifier and Type Class Description class
ComplexFeatureBuilder
The complex feature builder allows the construction of features by progressively appending their components and deferring the construction till you're ready. -
Uses of FeatureBuilder in org.geotools.feature.simple
Subclasses of FeatureBuilder in org.geotools.feature.simple Modifier and Type Class Description class
SimpleFeatureBuilder
A builder for features.
-