Uses of Class
org.geotools.feature.simple.SimpleFeatureTypeBuilder
Packages that use SimpleFeatureTypeBuilder
Package
Description
-
Uses of SimpleFeatureTypeBuilder in org.geotools.data.csv.parse
Methods in org.geotools.data.csv.parse that return SimpleFeatureTypeBuilderModifier and TypeMethodDescriptionstatic SimpleFeatureTypeBuilder
CSVStrategy.createBuilder
(CSVFileState csvFileState) Originally in a strategy support class - giving a chance to override them to improve efficiency and utilise the different strategiesstatic SimpleFeatureTypeBuilder
CSVStrategy.createBuilder
(CSVFileState csvFileState, String[] headers, Map<String, Class<?>> typesFromData) -
Uses of SimpleFeatureTypeBuilder in org.geotools.feature.simple
Methods in org.geotools.feature.simple that return SimpleFeatureTypeBuilderModifier and TypeMethodDescriptionSimpleFeatureTypeBuilder.crs
(CoordinateReferenceSystem crs) Sets the crs of the next attribute added to the feature type.SimpleFeatureTypeBuilder.defaultValue
(Object defaultValue) Sets the default value of the next attribute added to the feature type.SimpleFeatureTypeBuilder.description
(String description) Sets the description of the next attribute added to the feature type.SimpleFeatureTypeBuilder.descriptor
(AttributeDescriptor descriptor) Sets all the attribute specific state from a single descriptor.SimpleFeatureTypeBuilder.length
(int length) Sets a restriction on the field length of the next attribute added to the feature type.SimpleFeatureTypeBuilder.maxOccurs
(int maxOccurs) Sets the maxOccurs of the next attribute added to the feature type.SimpleFeatureTypeBuilder.minOccurs
(int minOccurs) Sets the minOccurs of the next attribute added to the feature type.SimpleFeatureTypeBuilder.nillable
(boolean isNillable) Sets the nullability of the next attribute added to the feature type.Sets a restriction on the possible field values of the next attribute added to the feature type.Sets a restriction on the possible field values of the next attribute added to the feature type.SimpleFeatureTypeBuilder.restriction
(Filter filter) Adds a restriction to the next attribute added to the feature type.SimpleFeatureTypeBuilder.restrictions
(List<Filter> filters) Adds a collection of restrictions to the next attribute added to theSets the srid of the next attribute added to the feature type.Sets the srs of the next attribute added to the feature type.Sets user data for the next attribute added to the feature type. -
Uses of SimpleFeatureTypeBuilder in org.geotools.gce.imagemosaic.catalog.oracle
Methods in org.geotools.gce.imagemosaic.catalog.oracle with parameters of type SimpleFeatureTypeBuilderModifier and TypeMethodDescriptionprotected void
AbstractFeatureTypeMapper.remapGeometryAttribute
(SimpleFeatureTypeBuilder tb, Definition definition, AttributeDescriptor descriptor, AttributeType type) Remap the original GeomtryType on top of the available definitions to create the database specific featureType -
Uses of SimpleFeatureTypeBuilder in org.geotools.gce.imagemosaic.catalog.postgis
Methods in org.geotools.gce.imagemosaic.catalog.postgis with parameters of type SimpleFeatureTypeBuilderModifier and TypeMethodDescriptionprotected void
PostgisFeatureTypeMapper.remapGeometryAttribute
(SimpleFeatureTypeBuilder tb, Definition definition, AttributeDescriptor descriptor, AttributeType type)