Uses of Interface
org.geotools.api.feature.simple.SimpleFeature
Packages that use SimpleFeature
Package
Description
Defines the DataStore API via which all data is imported or exported.
Representation a features on a map.
Implementations of FeatureCollection for different purposes.
This package contains the implementation of a ComplexDataStore,
Helper classes for implementing FeatureCollections.
Reads
GML files and translates them into Java objects.
Gathers up processes for the "gs" GeoSpatial factory; most of these have been back ported from GeoServer for wider
use.
Raster processing support for the GeoTools library.
Vector processing support for the GeoTools library.
Basic interface for rendering of features.
A simple renderer implementation.
Styling to be applied on
org.geotools.renderer.geom.Geometry
objects at rendering time.Allows for symbolization of geospatial data.
Simple Swing widgets for map display.
-
Uses of SimpleFeature in org.geotools.api.data
Methods in org.geotools.api.data that return types with arguments of type SimpleFeatureModifier and TypeMethodDescriptionDataStore.getFeatureReader
(Query query, Transaction transaction) Gets aFeatureReader
for features selected by the givenQuery
.FileDataStore.getFeatureReader()
DataStore.getFeatureWriter
(String typeName, Transaction transaction) Gets aFeatureWriter
to modify features in thisDataStore
.DataStore.getFeatureWriter
(String typeName, Filter filter, Transaction transaction) Gets aFeatureWriter
to modify features in thisDataStore
.FileDataStore.getFeatureWriter
(Transaction transaction) FileDataStore.getFeatureWriter
(Filter filter, Transaction transaction) DataStore.getFeatureWriterAppend
(String typeName, Transaction transaction) Gets aFeatureWriter
that can add new features to theDataStore
.FileDataStore.getFeatureWriterAppend
(Transaction transaction) -
Uses of SimpleFeature in org.geotools.api.feature
Methods in org.geotools.api.feature that return SimpleFeatureModifier and TypeMethodDescriptionFeatureFactory.createSimpleFeature
(Object[] array, SimpleFeatureType type, String id) Create a SimpleFeature from an array of objects.FeatureFactory.createSimpleFeautre
(Object[] array, AttributeDescriptor descriptor, String id) Creates a simple feature. -
Uses of SimpleFeature in org.geotools.appschema.jdbc
Methods in org.geotools.appschema.jdbc that return types with arguments of type SimpleFeatureModifier and TypeMethodDescriptionJoiningJDBCFeatureSource.getJoiningReaderInternal
(JdbcMultipleValue mv, JoiningQuery query) Gets a feature reader for a JDBC multivalued mapping.protected FeatureReader<SimpleFeatureType,
SimpleFeature> JoiningJDBCFeatureSource.getJoiningReaderInternal
(JoiningQuery query) protected FeatureReader<SimpleFeatureType,
SimpleFeature> JoiningJDBCFeatureSource.getReaderInternal
(Query query) -
Uses of SimpleFeature in org.geotools.coverage.grid.io.footprint
Methods in org.geotools.coverage.grid.io.footprint with parameters of type SimpleFeatureModifier and TypeMethodDescriptionFootprintGeometryProvider.getFootprint
(SimpleFeature feature) Retrieves the footprint.SidecarFootprintProvider.getFootprint
(SimpleFeature feature) MultiLevelROIProvider.getFootprintFiles
(SimpleFeature sf) Returns the footprint file used to load the footprint, or none if there was no file involvedMultiLevelROIGeometryProvider.getMultiScaleROI
(SimpleFeature sf) MultiLevelROIProvider.getMultiScaleROI
(SimpleFeature sf) Returns aMultiLevelROI
object from a granuleFootprintGeometryProvider.getSidecars
(SimpleFeature feature) Returns the list of sidecar files defining masks for the specified feature.SidecarFootprintProvider.getSidecars
(SimpleFeature feature) Constructors in org.geotools.coverage.grid.io.footprint with parameters of type SimpleFeatureModifierConstructorDescriptionMultiLevelROIRaster
(DatasetLayout layout, MaskOverviewProvider maskOvrProvider, SimpleFeature sf) -
Uses of SimpleFeature in org.geotools.coverage.io.catalog
Methods in org.geotools.coverage.io.catalog that return SimpleFeatureMethods in org.geotools.coverage.io.catalog with parameters of type SimpleFeatureModifier and TypeMethodDescriptionvoid
CoverageSlicesCatalog.addGranule
(String typeName, SimpleFeature granule, Transaction transaction) Constructors in org.geotools.coverage.io.catalog with parameters of type SimpleFeature -
Uses of SimpleFeature in org.geotools.coverage.util
Methods in org.geotools.coverage.util with parameters of type SimpleFeature -
Uses of SimpleFeature in org.geotools.data
Fields in org.geotools.data declared as SimpleFeatureModifier and TypeFieldDescriptionprotected SimpleFeature[]
DataTestCase.buildingFeatures
protected SimpleFeature[]
DataTestCase.invalidGeomFeatures
protected SimpleFeature[]
DataTestCase.lakeFeatures
protected SimpleFeature
DataTestCase.newRiver
protected SimpleFeature
DataTestCase.newRoad
static final SimpleFeature
Diff.NULL
A NullObject used to represent the absence of a SimpleFeature.protected SimpleFeature[]
DataTestCase.riverFeatures
protected SimpleFeature[]
DataTestCase.roadFeatures
Fields in org.geotools.data with type parameters of type SimpleFeatureModifier and TypeFieldDescriptionprotected FeatureReader<SimpleFeatureType,
SimpleFeature> DiffFeatureWriter.reader
Methods in org.geotools.data that return SimpleFeatureModifier and TypeMethodDescriptionstatic SimpleFeature
DataUtilities.createFeature
(SimpleFeatureType featureType, String line) Reads in SimpleFeature that has been encoded into a line of text.CollectionFeatureReader.next()
DefaultFeatureReader.next()
DiffFeatureWriter.next()
Next Feature from reader or new content.EmptyFeatureWriter.next()
Throws NoSuchElementException as this is an Empty FeatureWriter.FIDFeatureReader.next()
FilteringFeatureWriter.next()
ReTypeFeatureReader.next()
static SimpleFeature
DataUtilities.parse
(SimpleFeatureType type, String fid, String... text) UsesConverters
to parse the provided text into the correct values to create a feature.protected SimpleFeature
DefaultFeatureReader.readFeature
(AttributeReader atts) protected SimpleFeature
FIDFeatureReader.readFeature
(AttributeReader atts) static SimpleFeature
DataUtilities.reType
(SimpleFeatureType featureType, SimpleFeature feature) Creates duplicate of feature adjusted to the provided featureType.static SimpleFeature
DataUtilities.reType
(SimpleFeatureType featureType, SimpleFeature feature, boolean duplicate) Retypes the feature to match the provided featureType.static SimpleFeature
DataUtilities.template
(SimpleFeatureType featureType) Constructs an empty feature to use as a Template for new content.static SimpleFeature
DataUtilities.template
(SimpleFeatureType featureType, Object... providedValues) Create a new feature from the provided values, using appropriate default values for any nulls provided.static SimpleFeature
DataUtilities.template
(SimpleFeatureType featureType, String featureID) Use the provided featureType to create an empty feature.static SimpleFeature
DataUtilities.template
(SimpleFeatureType featureType, String featureID, Object... providedValues) Create a new feature from the provided values, using appropriate default values for any nulls provided.Methods in org.geotools.data that return types with arguments of type SimpleFeatureModifier and TypeMethodDescriptionprotected FeatureReader<SimpleFeatureType,
SimpleFeature> DefaultFeatureResults.boundsReader()
Retrieve a FeatureReader<SimpleFeatureType, SimpleFeature> for the geometry attributes only, designed for bounds computationInProcessLockingManager.checkedWriter
(FeatureWriter<SimpleFeatureType, SimpleFeature> writer, Transaction transaction) Provides a wrapper on the provided writer that checks locks.Diff.getAdded()
Unmodifiable view of added features.ReTypeFeatureReader.getDelegate()
Diff.getModified()
Unmodifiable view of modified features.Diff.queryIndex
(Envelope env) DataUtilities.reader
(Collection<SimpleFeature> collection) Adapt a collection to a reader for use with FeatureStore.setFeatures( reader ).DataUtilities.reader
(SimpleFeature... features) Creates a FeatureReader<SimpleFeatureType, SimpleFeature> for testing.DefaultFeatureResults.reader()
Retrieve a FeatureReader<SimpleFeatureType, SimpleFeature> for this Querystatic Comparator<SimpleFeature>
DataUtilities.sortComparator
(SortBy sortBy) Factory method to produce Comparator based on provided Query SortBy information.Methods in org.geotools.data with parameters of type SimpleFeatureModifier and TypeMethodDescriptionvoid
Diff.add
(String fid, SimpleFeature f) protected void
Diff.addToSpatialIndex
(SimpleFeature f) static SimpleFeatureCollection
DataUtilities.collection
(SimpleFeature feature) Copies the provided features into a FeatureCollection.static SimpleFeatureCollection
DataUtilities.collection
(SimpleFeature... features) Copies the provided features into a FeatureCollection.static String
DataUtilities.encodeFeature
(SimpleFeature feature) Produce a String encoding of SimpleFeature for use withDataUtilities.createFeature(org.geotools.api.feature.simple.SimpleFeatureType, java.lang.String)
.static String
DataUtilities.encodeFeature
(SimpleFeature feature, boolean includeFid) Produce a String encoding of SimpleFeature for use withDataUtilities.createFeature(org.geotools.api.feature.simple.SimpleFeatureType, java.lang.String)
.void
Diff.modify
(String fid, SimpleFeature f) Record a modification to the indicated fidDataUtilities.reader
(SimpleFeature... features) Creates a FeatureReader<SimpleFeatureType, SimpleFeature> for testing.static SimpleFeature
DataUtilities.reType
(SimpleFeatureType featureType, SimpleFeature feature) Creates duplicate of feature adjusted to the provided featureType.static SimpleFeature
DataUtilities.reType
(SimpleFeatureType featureType, SimpleFeature feature, boolean duplicate) Retypes the feature to match the provided featureType.static SimpleFeatureSource
DataUtilities.source
(SimpleFeature... featureArray) Wrap up an array of features as a FeatureSource.Method parameters in org.geotools.data with type arguments of type SimpleFeatureModifier and TypeMethodDescriptionInProcessLockingManager.checkedWriter
(FeatureWriter<SimpleFeatureType, SimpleFeature> writer, Transaction transaction) Provides a wrapper on the provided writer that checks locks.static SimpleFeatureCollection
DataUtilities.collection
(List<SimpleFeature> list) Copies the provided features into a FeatureCollection.static SimpleFeatureCollection
DataUtilities.collection
(FeatureReader<SimpleFeatureType, SimpleFeature> reader) Copies the provided reader into a FeatureCollection, reader will be closed.static DefaultFeatureCollection
DataUtilities.collection
(FeatureCollection<SimpleFeatureType, SimpleFeature> featureCollection) Copies the provided features into a FeatureCollection.protected int
DataTestCase.count
(FeatureReader<SimpleFeatureType, SimpleFeature> reader) Counts the number of Features returned by the specified reader.protected int
DataTestCase.count
(FeatureWriter<SimpleFeatureType, SimpleFeature> writer) Counts the number of Features in the specified writer.DataUtilities.reader
(Collection<SimpleFeature> collection) Adapt a collection to a reader for use with FeatureStore.setFeatures( reader ).static SimpleFeatureReader
DataUtilities.reader
(FeatureCollection<SimpleFeatureType, SimpleFeature> collection) Adapt a collection to a reader for use with FeatureStore.setFeatures( reader ).static SimpleFeatureReader
DataUtilities.simple
(FeatureReader<SimpleFeatureType, SimpleFeature> reader) static SimpleFeatureCollection
DataUtilities.simple
(FeatureCollection<SimpleFeatureType, SimpleFeature> featureCollection) A safe cast to SimpleFeatureCollection; that will introduce a wrapper if it has to.static SimpleFeatureSource
DataUtilities.source
(FeatureCollection<SimpleFeatureType, SimpleFeature> collection) Wraps up the provided feature collection in as a SimpleFeatureSource.Constructors in org.geotools.data with parameters of type SimpleFeatureModifierConstructorDescriptionCollectionFeatureReader
(SimpleFeature... featuresArg) Create a new instance.Constructor parameters in org.geotools.data with type arguments of type SimpleFeatureModifierConstructorDescriptionCollectionFeatureReader
(Collection<SimpleFeature> featuresArg, SimpleFeatureType typeArg) Create a new instance.DiffFeatureWriter
(FeatureReader<SimpleFeatureType, SimpleFeature> reader, Diff diff) DiffFeatureWriter construction.DiffFeatureWriter
(FeatureReader<SimpleFeatureType, SimpleFeature> reader, Diff diff, Filter filter) DiffFeatureWriter construction.FilteringFeatureWriter
(FeatureWriter<SimpleFeatureType, SimpleFeature> writer, Filter filter) ReTypeFeatureReader
(FeatureReader<SimpleFeatureType, SimpleFeature> reader, SimpleFeatureType featureType) Constructs a FetureReader that will ReType streaming content.ReTypeFeatureReader
(FeatureReader<SimpleFeatureType, SimpleFeature> reader, SimpleFeatureType featureType, boolean clone) Constructs a FetureReader that will ReType streaming content. -
Uses of SimpleFeature in org.geotools.data.collection
Fields in org.geotools.data.collection with type parameters of type SimpleFeatureModifier and TypeFieldDescriptionprotected List<SimpleFeature>
ListFeatureCollection.list
wrapped list of features containing the contentsMethods in org.geotools.data.collection that return types with arguments of type SimpleFeatureModifier and TypeMethodDescriptionCollectionFeatureSource.getDataStore()
SpatialIndexFeatureCollection.iterator()
TreeSetFeatureCollection.iterator()
Returns an iterator over the elements in this collection.protected Iterator<SimpleFeature>
ListFeatureCollection.openIterator()
TreeSetFeatureCollection.reader()
Methods in org.geotools.data.collection with parameters of type SimpleFeatureModifier and TypeMethodDescriptionboolean
ListFeatureCollection.add
(SimpleFeature f) boolean
SpatialIndexFeatureCollection.add
(SimpleFeature feature) boolean
TreeSetFeatureCollection.add
(SimpleFeature feature) Ensures that this collection contains the specified element (optional operation).protected void
SpatialIndexFeatureCollection.fire
(SimpleFeature[] features, int eventType) Method parameters in org.geotools.data.collection with type arguments of type SimpleFeatureModifier and TypeMethodDescriptionboolean
ListFeatureCollection.addAll
(Collection<? extends SimpleFeature> c) boolean
SpatialIndexFeatureCollection.addAll
(Collection<? extends SimpleFeature> collection) boolean
SpatialIndexFeatureCollection.addAll
(FeatureCollection<? extends SimpleFeatureType, ? extends SimpleFeature> collection) void
SpatialIndexFeatureCollection.close
(Iterator<SimpleFeature> close) void
SpatialIndexFeatureCollection.close
(FeatureIterator<SimpleFeature> close) void
TreeSetFeatureCollection.close
(FeatureIterator<SimpleFeature> close) Constructors in org.geotools.data.collection with parameters of type SimpleFeatureModifierConstructorDescriptionListFeatureCollection
(SimpleFeatureType schema, SimpleFeature... array) Create a ListFeatureCollection around the provided array.Constructor parameters in org.geotools.data.collection with type arguments of type SimpleFeatureModifierConstructorDescriptionListFeatureCollection
(SimpleFeatureType schema, List<SimpleFeature> list) Create a ListFeatureCollection around the provided list.This constructor should not be used by client code. -
Uses of SimpleFeature in org.geotools.data.complex
Methods in org.geotools.data.complex that return types with arguments of type SimpleFeatureMethod parameters in org.geotools.data.complex with type arguments of type SimpleFeatureModifier and TypeMethodDescriptionvoid
FeatureTypeMapping.setIndexSource
(FeatureSource<SimpleFeatureType, SimpleFeature> indexSource) Constructor parameters in org.geotools.data.complex with type arguments of type SimpleFeatureModifierConstructorDescriptionIndexUniqueVisitorIterator
(FeatureCollection<SimpleFeatureType, SimpleFeature> fc, Query idQuery, String idFieldName) -
Uses of SimpleFeature in org.geotools.data.crs
Fields in org.geotools.data.crs with type parameters of type SimpleFeatureModifier and TypeFieldDescriptionprotected FeatureReader<SimpleFeatureType,
SimpleFeature> ForceCoordinateSystemFeatureReader.reader
protected FeatureIterator<SimpleFeature>
ForceCoordinateSystemIterator.reader
Methods in org.geotools.data.crs that return SimpleFeatureModifier and TypeMethodDescriptionForceCoordinateSystemFeatureReader.next()
ForceCoordinateSystemIterator.next()
ReprojectFeatureIterator.next()
Implement next.ReprojectFeatureReader.next()
Implement next.Methods in org.geotools.data.crs that return types with arguments of type SimpleFeatureModifier and TypeMethodDescriptionReprojectFeatureReader.getDelegate()
ForceCoordinateSystemFeatureResults.getOrigin()
Returns the feature results wrapped by this ForceCoordinateSystemFeatureResultsReprojectFeatureResults.getOrigin()
Returns the feature results wrapped by this reprojecting feature resultsForceCoordinateSystemFeatureResults.openIterator()
ReprojectFeatureResults.openIterator()
Constructor parameters in org.geotools.data.crs with type arguments of type SimpleFeatureModifierConstructorDescriptionForceCoordinateSystemFeatureReader
(FeatureReader<SimpleFeatureType, SimpleFeature> reader, CoordinateReferenceSystem cs) Builds a new ForceCoordinateSystemFeatureReaderForceCoordinateSystemFeatureReader
(FeatureReader<SimpleFeatureType, SimpleFeature> reader, CoordinateReferenceSystem cs, boolean forceOnlyMissing) Builds a new ForceCoordinateSystemFeatureReaderForceCoordinateSystemFeatureResults
(FeatureCollection<SimpleFeatureType, SimpleFeature> results, CoordinateReferenceSystem forcedCS) ForceCoordinateSystemFeatureResults
(FeatureCollection<SimpleFeatureType, SimpleFeature> results, CoordinateReferenceSystem forcedCS, boolean forceOnlyMissing) ForceCoordinateSystemIterator
(FeatureIterator<SimpleFeature> reader, SimpleFeatureType type, CoordinateReferenceSystem cs) Builds a new ForceCoordinateSystemFeatureReaderReprojectFeatureIterator
(FeatureIterator<SimpleFeature> reader, SimpleFeatureType schema, MathTransform transform) ReprojectFeatureReader
(FeatureReader<SimpleFeatureType, SimpleFeature> reader, SimpleFeatureType schema) Constructor that will generate mathTransforms for the results, based on target schema.ReprojectFeatureReader
(FeatureReader<SimpleFeatureType, SimpleFeature> reader, SimpleFeatureType schema, MathTransform transform) Direct constructor reprojecting the provided reader into the schema indicated (using the supplied math transformation).ReprojectFeatureReader
(FeatureReader<SimpleFeatureType, SimpleFeature> reader, CoordinateReferenceSystem cs) Constructor that will generate schema and mathTransforms for the results.ReprojectFeatureResults
(FeatureCollection<SimpleFeatureType, SimpleFeature> results, CoordinateReferenceSystem destinationCS) Creates a new reprojecting feature results -
Uses of SimpleFeature in org.geotools.data.csv
Methods in org.geotools.data.csv that return SimpleFeatureMethods in org.geotools.data.csv that return types with arguments of type SimpleFeatureModifier and TypeMethodDescriptionCSVDataStore.getFeatureReader()
CSVDataStore.getFeatureWriter
(Transaction transaction) CSVDataStore.getFeatureWriter
(Filter filter, Transaction transaction) CSVDataStore.getFeatureWriterAppend
(Transaction transaction) protected FeatureReader<SimpleFeatureType,
SimpleFeature> CSVFeatureSource.getReaderInternal
(Query query) protected FeatureReader<SimpleFeatureType,
SimpleFeature> CSVFeatureStore.getReaderInternal
(Query query) protected FeatureWriter<SimpleFeatureType,
SimpleFeature> CSVFeatureStore.getWriterInternal
(Query query, int flags) -
Uses of SimpleFeature in org.geotools.data.csv.parse
Methods in org.geotools.data.csv.parse that return SimpleFeatureMethods in org.geotools.data.csv.parse with parameters of type SimpleFeatureModifier and TypeMethodDescriptionString[]
CSVAttributesOnlyStrategy.encode
(SimpleFeature feature) String[]
CSVLatLonStrategy.encode
(SimpleFeature feature) String[]
CSVSpecifiedWKTStrategy.encode
(SimpleFeature feature) abstract String[]
CSVStrategy.encode
(SimpleFeature feature) -
Uses of SimpleFeature in org.geotools.data.directory
Methods in org.geotools.data.directory that return types with arguments of type SimpleFeatureModifier and TypeMethodDescriptionDirectoryFeatureSource.getDataStore()
DirectoryDataStore.getFeatureReader
(Query query, Transaction transaction) DirectoryDataStore.getFeatureWriter
(String typeName, Transaction transaction) DirectoryDataStore.getFeatureWriter
(String typeName, Filter filter, Transaction transaction) DirectoryDataStore.getFeatureWriterAppend
(String typeName, Transaction transaction) Method parameters in org.geotools.data.directory with type arguments of type SimpleFeatureModifier and TypeMethodDescriptionDirectoryFeatureStore.addFeatures
(FeatureCollection<SimpleFeatureType, SimpleFeature> collection) void
DirectoryFeatureStore.setFeatures
(FeatureReader<SimpleFeatureType, SimpleFeature> reader) -
Uses of SimpleFeature in org.geotools.data.gen
Classes in org.geotools.data.gen that implement SimpleFeatureFields in org.geotools.data.gen with type parameters of type SimpleFeatureModifier and TypeFieldDescriptionprotected FeatureReader<SimpleFeatureType,
SimpleFeature> PreGeneralizedFeatureReader.backendReader
Methods in org.geotools.data.gen that return SimpleFeatureModifier and TypeMethodDescriptionPreGeneralizedFeatureIterator.next()
PreGeneralizedFeatureReader.next()
Methods in org.geotools.data.gen that return types with arguments of type SimpleFeatureModifier and TypeMethodDescriptionPreGeneralizedFeatureSource.getDataStore()
PreGeneralizedDataStore.getFeatureReader
(Query query, Transaction transaction) PreGeneralizedFeatureSource.getFeatureReader
(Query query, Transaction transaction) PreGeneralizedDataStore.getFeatureWriter
(String typeName, Transaction transaction) PreGeneralizedDataStore.getFeatureWriter
(String typeName, Filter filter, Transaction transaction) PreGeneralizedDataStore.getFeatureWriterAppend
(String typeName, Transaction transaction) Constructors in org.geotools.data.gen with parameters of type SimpleFeatureModifierConstructorDescriptionPreGeneralizedSimpleFeature
(SimpleFeatureType featureTyp, SimpleFeatureType returnedFeatureType, int[] indexMapping, SimpleFeature feature, String geomPropertyName, String backendGeomPropertyName) Constructor parameters in org.geotools.data.gen with type arguments of type SimpleFeatureModifierConstructorDescriptionPreGeneralizedFeatureReader
(SimpleFeatureType featureTyp, SimpleFeatureType returnedFeatureType, int[] indexMapping, FeatureReader<SimpleFeatureType, SimpleFeature> backendReader, String geomPropertyName, String backendGeomPropertyName) -
Uses of SimpleFeature in org.geotools.data.geojson
Methods in org.geotools.data.geojson that return SimpleFeatureModifier and TypeMethodDescriptionGeoJSONReader.getFeature()
Parses and returns a single feature from the sourcePagingFeatureCollection.PagingFeatureIterator.next()
static SimpleFeature
GeoJSONReader.parseFeature
(String json) Pares and returns a single feature out of a GeoJSON documentstatic SimpleFeature
GeoJSONReader.parseFeature
(String json, GeoJSONReader.IdStrategy idStrategy, String idPrefix, String idFieldName) Parses and returns a single feature out of a GeoJSON document with id generation strategiesMethods in org.geotools.data.geojson with parameters of type SimpleFeatureModifier and TypeMethodDescriptionstatic String
GeoJSONWriter.toGeoJSON
(SimpleFeature f) Utility encoding a singleSimpleFeature
, and returning it as a stringvoid
GeoJSONWriter.write
(SimpleFeature currentFeature) Writes a single feature onto the output. -
Uses of SimpleFeature in org.geotools.data.geojson.store
Methods in org.geotools.data.geojson.store that return SimpleFeatureMethods in org.geotools.data.geojson.store that return types with arguments of type SimpleFeatureModifier and TypeMethodDescriptionGeoJSONDataStore.getFeatureReader()
GeoJSONDataStore.getFeatureWriter
(Transaction transaction) GeoJSONDataStore.getFeatureWriter
(Filter filter, Transaction transaction) GeoJSONDataStore.getFeatureWriterAppend
(Transaction transaction) protected FeatureReader<SimpleFeatureType,
SimpleFeature> GeoJSONFeatureSource.getReaderInternal
(Query query) protected FeatureReader<SimpleFeatureType,
SimpleFeature> GeoJSONFeatureStore.getReaderInternal
(Query query) protected FeatureWriter<SimpleFeatureType,
SimpleFeature> GeoJSONFeatureStore.getWriterInternal
(Query query, int flags) -
Uses of SimpleFeature in org.geotools.data.geoparquet
Methods in org.geotools.data.geoparquet that return types with arguments of type SimpleFeatureModifier and TypeMethodDescriptionForwardingDataStore.getFeatureReader
(Query query, Transaction transaction) ForwardingDataStore.getFeatureWriter
(String typeName, Transaction transaction) ForwardingDataStore.getFeatureWriter
(String typeName, Filter filter, Transaction transaction) ForwardingDataStore.getFeatureWriterAppend
(String typeName, Transaction transaction) -
Uses of SimpleFeature in org.geotools.data.graticule
Methods in org.geotools.data.graticule that return SimpleFeatureMethods in org.geotools.data.graticule that return types with arguments of type SimpleFeatureModifier and TypeMethodDescriptionprotected FeatureReader<SimpleFeatureType,
SimpleFeature> GraticuleFeatureSource.getReaderInternal
(Query query) -
Uses of SimpleFeature in org.geotools.data.memory
Methods in org.geotools.data.memory that return SimpleFeatureModifier and TypeMethodDescriptionMemoryFeatureCollection.getFeatureMember
(String id) MemoryFeatureReader.next()
MemoryFeatureWriter.next()
MemoryFeatureCollection.removeFeatureMember
(String id) Methods in org.geotools.data.memory that return types with arguments of type SimpleFeatureModifier and TypeMethodDescriptionMemoryEntry.getMemory()
Access theMemoryEntry.memory
field used to store feature content.protected FeatureReader<SimpleFeatureType,
SimpleFeature> MemoryFeatureSource.getReaderInternal
(Query query) protected FeatureReader<SimpleFeatureType,
SimpleFeature> MemoryFeatureStore.getReaderInternal
(Query query) protected FeatureWriter<SimpleFeatureType,
SimpleFeature> MemoryFeatureStore.getWriterInternal
(Query query, int flags) Methods in org.geotools.data.memory with parameters of type SimpleFeatureModifier and TypeMethodDescriptionboolean
MemoryFeatureCollection.add
(SimpleFeature o) void
MemoryDataStore.addFeature
(SimpleFeature feature) Adds a single Feature to the correct typeName entry.void
MemoryDataStore.addFeatures
(SimpleFeature... features) Configures MemoryDataStore with feature array.Method parameters in org.geotools.data.memory with type arguments of type SimpleFeatureModifier and TypeMethodDescriptionboolean
MemoryFeatureCollection.addAll
(Collection<? extends SimpleFeature> c) void
MemoryDataStore.addFeatures
(FeatureReader<SimpleFeatureType, SimpleFeature> reader) Configures MemoryDataStore with FeatureReader.void
MemoryDataStore.addFeatures
(FeatureCollection<SimpleFeatureType, SimpleFeature> collection) Constructors in org.geotools.data.memory with parameters of type SimpleFeatureConstructor parameters in org.geotools.data.memory with type arguments of type SimpleFeatureModifierConstructorDescriptionMemoryDataStore
(FeatureCollection<SimpleFeatureType, SimpleFeature> collection) -
Uses of SimpleFeature in org.geotools.data.mongodb
Classes in org.geotools.data.mongodb that implement SimpleFeatureMethods in org.geotools.data.mongodb that return SimpleFeatureModifier and TypeMethodDescriptionAbstractCollectionMapper.buildFeature
(DBObject rootDBO, SimpleFeatureType featureType) CollectionMapper.buildFeature
(DBObject obj, SimpleFeatureType featureType) MongoFeatureReader.next()
MongoFeatureWriter.next()
Methods in org.geotools.data.mongodb that return types with arguments of type SimpleFeatureModifier and TypeMethodDescriptionMongoDataStore.getFeatureWriter
(String typeName, Filter filter, Transaction tx) protected FeatureReader<SimpleFeatureType,
SimpleFeature> MongoFeatureSource.getReaderInternal
(Query query) protected FeatureReader<SimpleFeatureType,
SimpleFeature> MongoFeatureStore.getReaderInternal
(Query query) protected FeatureWriter<SimpleFeatureType,
SimpleFeature> MongoFeatureStore.getWriterInternal
(Query query, int flags) -
Uses of SimpleFeature in org.geotools.data.property
Methods in org.geotools.data.property that return SimpleFeatureModifier and TypeMethodDescriptionPropertyFeatureReader.next()
Grab the next feature from the property file.PropertyFeatureWriter.next()
Methods in org.geotools.data.property that return types with arguments of type SimpleFeatureModifier and TypeMethodDescriptionprotected FeatureReader<SimpleFeatureType,
SimpleFeature> PropertyFeatureSource.getReaderInternal
(Query query) protected FeatureReader<SimpleFeatureType,
SimpleFeature> PropertyFeatureStore.getReaderInternal
(Query query) protected FeatureWriter<SimpleFeatureType,
SimpleFeature> PropertyFeatureStore.getWriterInternal
(Query query, int flags) -
Uses of SimpleFeature in org.geotools.data.shapefile
Methods in org.geotools.data.shapefile that return types with arguments of type SimpleFeatureModifier and TypeMethodDescriptionShapefileDataStore.getFeatureReader()
ShapefileDataStore.getFeatureWriter
(Transaction transaction) ShapefileDataStore.getFeatureWriter
(Filter filter, Transaction transaction) ShapefileDataStore.getFeatureWriterAppend
(Transaction transaction) -
Uses of SimpleFeature in org.geotools.data.sort
Methods in org.geotools.data.sort that return SimpleFeatureModifier and TypeMethodDescriptionSortedFeatureIterator.next()
SortedFeatureReader.next()
SimpleFeatureIO.read()
Reads the next feature form the fileMethods in org.geotools.data.sort that return types with arguments of type SimpleFeatureModifier and TypeMethodDescriptionstatic Comparator<SimpleFeature>
SortedFeatureReader.getComparator
(SortBy... sortBy) Builds a comparator that can be used to sort SimpleFeature instances in memorystatic Comparator<SimpleFeature>
SortedFeatureReader.getComparator
(SortBy[] sortBy, SimpleFeatureType schema) Builds a comparator that can be used to sort SimpleFeature instances in memoryMethods in org.geotools.data.sort with parameters of type SimpleFeatureModifier and TypeMethodDescriptionvoid
SimpleFeatureIO.write
(SimpleFeature sf) Writes the feature to the file -
Uses of SimpleFeature in org.geotools.data.store
Fields in org.geotools.data.store with type parameters of type SimpleFeatureModifier and TypeFieldDescriptionprotected FeatureReader<SimpleFeatureType,
SimpleFeature> DiffContentFeatureWriter.reader
Methods in org.geotools.data.store that return SimpleFeatureModifier and TypeMethodDescriptionContentFeatureCollection.WrappingFeatureIterator.next()
DiffContentFeatureWriter.next()
Next Feature from reader or new content.EventContentFeatureWriter.next()
Next Feature from reader or new content.NoContentIterator.next()
ReprojectingFeatureIterator.next()
ReprojectingIterator.next()
ReTypingFeatureIterator.next()
Methods in org.geotools.data.store that return types with arguments of type SimpleFeatureModifier and TypeMethodDescriptionDiffTransactionState.diffWriter
(ContentFeatureStore contentFeatureStore, FeatureReader<SimpleFeatureType, SimpleFeature> reader) Provides a wrapper on the provided reader which gives a diff writer.ReprojectingIterator.getDelegate()
ContentDataStore.getFeatureReader
(Query query, Transaction tx) Returns a feature reader for the specified query and transaction.DecoratingDataStore.getFeatureReader
(Query query, Transaction transaction) ContentDataStore.getFeatureWriter
(String typeName, Transaction tx) Returns a feature writer for the specified type name and transaction.ContentDataStore.getFeatureWriter
(String typeName, Filter filter, Transaction tx) Returns a feature writer for the specified query and transaction.DecoratingDataStore.getFeatureWriter
(String typeName, Transaction transaction) DecoratingDataStore.getFeatureWriter
(String typeName, Filter filter, Transaction transaction) ContentDataStore.getFeatureWriterAppend
(String typeName, Transaction tx) Returns an appending feature writer for the specified type name and transaction.DecoratingDataStore.getFeatureWriterAppend
(String typeName, Transaction transaction) ContentFeatureSource.getReader()
Returns a feature reader for all features.Returns a reader for the features specified by a query.Returns a reader for features specified by a particular filter.protected abstract FeatureReader<SimpleFeatureType,
SimpleFeature> ContentFeatureSource.getReaderInternal
(Query query) Subclass method for returning a native reader from the datastore.Returns a writer over features specified by a query.Returns a writer over features specified by a query.Returns a writer over features specified by a filter.Returns a writer over features specified by a filter.protected abstract FeatureWriter<SimpleFeatureType,
SimpleFeature> ContentFeatureStore.getWriterInternal
(Query query, int flags) Subclass method for returning a native writer from the datastore.final Iterator<SimpleFeature>
DataFeatureCollection.iterator()
Iterator may (or may) not support modification.protected Iterator<SimpleFeature>
DataFeatureCollection.openIterator()
Returns a FeatureWriterIterator, or FeatureReaderIterator over content.protected Iterator<SimpleFeature>
EmptyFeatureCollection.openIterator()
DataFeatureCollection.reader()
ReprojectingFeatureCollection.reader()
ReTypingFeatureCollection.reader()
protected FeatureWriter<SimpleFeatureType,
SimpleFeature> DataFeatureCollection.writer()
Subclass may provide an implementation of this method to indicate that read/write support is provided.Methods in org.geotools.data.store with parameters of type SimpleFeatureModifier and TypeMethodDescriptionboolean
DataFeatureCollection.add
(SimpleFeature arg0) boolean
EmptyFeatureCollection.add
(SimpleFeature object) boolean
ReprojectingFeatureCollection.add
(SimpleFeature o) protected void
ContentFeatureSource.doLockInternal
(String typeName, SimpleFeature feature) This method must be implemented overridden when native locking is indicated byContentFeatureSource.canLock()
.protected void
ContentFeatureSource.doUnlockInternal
(String typeName, SimpleFeature feature) This method must be implemented overridden when native locking is indicated byContentFeatureSource.canLock()
.protected void
DataFeatureCollection.fireChange
(SimpleFeature[] features, int type) To let listeners know that something has changed.protected void
DataFeatureCollection.fireChange
(SimpleFeature feature, int type) Method parameters in org.geotools.data.store with type arguments of type SimpleFeatureModifier and TypeMethodDescriptionContentFeatureStore.addFeatures
(FeatureCollection<SimpleFeatureType, SimpleFeature> featureCollection) Adds a collection of features to the store.final void
DataFeatureCollection.close
(Iterator<SimpleFeature> close) void
DataFeatureCollection.close
(FeatureIterator<SimpleFeature> iterator) protected void
DataFeatureCollection.closeIterator
(Iterator<SimpleFeature> close) DiffTransactionState.diffWriter
(ContentFeatureStore contentFeatureStore, FeatureReader<SimpleFeatureType, SimpleFeature> reader) Provides a wrapper on the provided reader which gives a diff writer.final void
ContentFeatureStore.setFeatures
(FeatureReader<SimpleFeatureType, SimpleFeature> reader) Sets the feature of the source.Constructor parameters in org.geotools.data.store with type arguments of type SimpleFeatureModifierConstructorDescriptionDiffContentFeatureWriter
(ContentFeatureStore store, Diff diff, FeatureReader<SimpleFeatureType, SimpleFeature> reader) DiffFeatureWriter construction.DiffContentFeatureWriter
(ContentFeatureStore store, Diff diff, FeatureReader<SimpleFeatureType, SimpleFeature> reader, SimpleFeatureBuilder builder) DiffFeatureWriter construction.EventContentFeatureWriter
(ContentFeatureStore store, FeatureWriter<SimpleFeatureType, SimpleFeature> writer) EventContentFeatureWriter construction.ReprojectingFeatureCollection
(FeatureCollection<SimpleFeatureType, SimpleFeature> delegate, CoordinateReferenceSystem target) ReprojectingFeatureCollection
(FeatureCollection<SimpleFeatureType, SimpleFeature> delegate, CoordinateReferenceSystem source, CoordinateReferenceSystem target) ReprojectingIterator
(Iterator<SimpleFeature> delegate, CoordinateReferenceSystem source, CoordinateReferenceSystem target, SimpleFeatureType schema, GeometryCoordinateSequenceTransformer transformer) ReprojectingIterator
(Iterator<SimpleFeature> delegate, MathTransform transform, SimpleFeatureType schema, GeometryCoordinateSequenceTransformer transformer) ReTypingFeatureCollection
(FeatureCollection<SimpleFeatureType, SimpleFeature> delegate, SimpleFeatureType featureType) -
Uses of SimpleFeature in org.geotools.data.transform
Methods in org.geotools.data.transform that return types with arguments of type SimpleFeatureModifier and TypeMethodDescriptionTransformFeatureSource.getDataStore()
SingleFeatureSourceDataStore.getFeatureReader
(Query query, Transaction transaction) SingleFeatureSourceDataStore.getFeatureWriter
(String typeName, Transaction transaction) SingleFeatureSourceDataStore.getFeatureWriter
(String typeName, Filter filter, Transaction transaction) SingleFeatureSourceDataStore.getFeatureWriterAppend
(String typeName, Transaction transaction) Methods in org.geotools.data.transform with parameters of type SimpleFeatureModifier and TypeMethodDescriptionDefinition.getAttributeDescriptor
(SimpleFeature originalFeature) Computes the output attribute descriptor for thisDefinition
given a sample feature of the original feature type.Method parameters in org.geotools.data.transform with type arguments of type SimpleFeatureModifier and TypeMethodDescriptionTransformFeatureStore.addFeatures
(FeatureCollection<SimpleFeatureType, SimpleFeature> collection) void
TransformFeatureStore.setFeatures
(FeatureReader<SimpleFeatureType, SimpleFeature> reader) -
Uses of SimpleFeature in org.geotools.data.vpf
Methods in org.geotools.data.vpf that return SimpleFeatureModifier and TypeMethodDescriptionVPFFeatureReader.next()
VPFFeatureClass.readNext
(SimpleFeatureType featureType) Methods in org.geotools.data.vpf that return types with arguments of type SimpleFeatureModifier and TypeMethodDescriptionprotected FeatureReader<SimpleFeatureType,
SimpleFeature> VPFCovFeatureSource.getReaderInternal
(Query query) protected FeatureReader<SimpleFeatureType,
SimpleFeature> VPFLibFeatureSource.getReaderInternal
(Query query) VPFFeatureClass.readAllRows
(SimpleFeatureType featureType) VPFFeatureType.readAllRows()
Methods in org.geotools.data.vpf with parameters of type SimpleFeatureConstructors in org.geotools.data.vpf with parameters of type SimpleFeatureModifierConstructorDescriptionVPFCoverage
(VPFLibrary cLibrary, SimpleFeature feature, String cDirectoryName) ConstructorVPFCoverage
(VPFLibrary cLibrary, SimpleFeature feature, String cDirectoryName, URI namespace) Constructor with namespaceVPFFeatureType
(VPFFeatureClass cFeatureClass, SimpleFeature cFeature) ConstructorVPFLibrary
(SimpleFeature libraryFeature, File dir, URI namespace) Constructor which defaults the containing database to null and looks up the first (and presumably only) entry in the library attribute table -
Uses of SimpleFeature in org.geotools.data.vpf.file
Methods in org.geotools.data.vpf.file that return SimpleFeatureModifier and TypeMethodDescriptionVPFFile.getRowFromId
(String idName, int id) Returns a row with a matching value for the provided columnVPFFile.getRowFromId0
(String idName, int id) VPFFileFeatureReader.next()
VPFFile.readFeature()
Retrieves a feature from the fileMethods in org.geotools.data.vpf.file that return types with arguments of type SimpleFeatureModifier and TypeMethodDescriptionprotected FeatureReader<SimpleFeatureType,
SimpleFeature> VPFFileFeatureSource.getReaderInternal
(Query query) VPFFile.readAllRows()
Generates a list containing all of the features in the file -
Uses of SimpleFeature in org.geotools.data.vpf.readers
Methods in org.geotools.data.vpf.readers with parameters of type SimpleFeatureModifier and TypeMethodDescriptionAreaGeometryFactory.buildGeometry
(VPFFeatureClass featureClass, SimpleFeature values) ConnectedNodeGeometryFactory.buildGeometry
(VPFFeatureClass featureClass, SimpleFeature values) EntityNodeGeometryFactory.buildGeometry
(VPFFeatureClass featureClass, SimpleFeature values) LineGeometryFactory.buildGeometry
(VPFFeatureClass featureClass, SimpleFeature values) TextGeometryFactory.buildGeometry
(VPFFeatureClass featureClass, SimpleFeature values) abstract Geometry
VPFGeometryFactory.buildGeometry
(VPFFeatureClass featureClass, SimpleFeature values) void
AreaGeometryFactory.createGeometry
(VPFFeatureType featureType, SimpleFeature values) void
ConnectedNodeGeometryFactory.createGeometry
(VPFFeatureType featureType, SimpleFeature values) void
EntityNodeGeometryFactory.createGeometry
(VPFFeatureType featureType, SimpleFeature values) void
LineGeometryFactory.createGeometry
(VPFFeatureType featureType, SimpleFeature values) void
TextGeometryFactory.createGeometry
(VPFFeatureType featureType, SimpleFeature values) abstract void
VPFGeometryFactory.createGeometry
(VPFFeatureType featureType, SimpleFeature values) Constructs a geometry for the appropriate feature type based on values currently on the object, retrieving values as needed from the various VPFFile objects -
Uses of SimpleFeature in org.geotools.data.wfs
Methods in org.geotools.data.wfs that return SimpleFeatureMethods in org.geotools.data.wfs with parameters of type SimpleFeatureMethod parameters in org.geotools.data.wfs with type arguments of type SimpleFeatureModifier and TypeMethodDescriptionWFSDiff.batchModify
(Name[] properties, Object[] values, Filter filter, FeatureReader<SimpleFeatureType, SimpleFeature> oldFeatures, ContentState contentState) Constructor parameters in org.geotools.data.wfs with type arguments of type SimpleFeatureModifierConstructorDescriptionWFSFeatureWriter
(WFSFeatureStore store, WFSLocalTransactionState localSate, FeatureReader<SimpleFeatureType, SimpleFeature> reader, boolean autoCommit) -
Uses of SimpleFeature in org.geotools.data.wfs.internal
Methods in org.geotools.data.wfs.internal that return types with arguments of type SimpleFeatureModifier and TypeMethodDescriptionGetFeatureResponse.getFeatures()
GetFeatureResponse.getFeatures
(GeometryFactory geometryFactory) TransactionRequest.Insert.getFeatures()
GetFeatureResponse.getSimpleFeatures
(GeometryFactory geometryFactory) Methods in org.geotools.data.wfs.internal with parameters of type SimpleFeatureConstructor parameters in org.geotools.data.wfs.internal with type arguments of type SimpleFeatureModifierConstructorDescriptionGetFeatureResponse
(WFSRequest originatingRequest, HTTPResponse httpResponse, GetParser<SimpleFeature> features) -
Uses of SimpleFeature in org.geotools.data.wfs.internal.parsers
Methods in org.geotools.data.wfs.internal.parsers that return SimpleFeatureMethods in org.geotools.data.wfs.internal.parsers that return types with arguments of type SimpleFeatureModifier and TypeMethodDescriptionprotected abstract GetParser<SimpleFeature>
AbstractGetFeatureResponseParserFactory.parser
(GetFeatureRequest request, InputStream in) protected GetParser<SimpleFeature>
ComplexGetFeatureResponseParserFactory.parser
(GetFeatureRequest request, InputStream in) protected GetParser<SimpleFeature>
GetFeatureResponseParserFactory.parser
(GetFeatureRequest request, InputStream in) protected GetParser<SimpleFeature>
GmlGetFeatureResponseParserFactory.parser
(GetFeatureRequest request, InputStream in) -
Uses of SimpleFeature in org.geotools.feature
Classes in org.geotools.feature that implement SimpleFeatureFields in org.geotools.feature declared as SimpleFeatureMethods in org.geotools.feature that return SimpleFeatureModifier and TypeMethodDescriptionAbstractFeatureFactoryImpl.createSimpleFeature
(Object[] array, SimpleFeatureType type, String id) AbstractFeatureFactoryImpl.createSimpleFeautre
(Object[] array, AttributeDescriptor descriptor, String id) Find the first Feature using the given key.CollectionEvent.getFeatures()
Getter for property features.static SimpleFeature
FeatureTypes.transform
(SimpleFeature feature, SimpleFeatureType schema, MathTransform transform) Applies transform to all geometry attribute.Methods in org.geotools.feature that return types with arguments of type SimpleFeatureModifier and TypeMethodDescriptionDefaultFeatureCollection.iterator()
Returns an iterator over the elements in this collection.DefaultFeatureCollection.reader()
Methods in org.geotools.feature with parameters of type SimpleFeatureModifier and TypeMethodDescriptionboolean
DefaultFeatureCollection.add
(SimpleFeature o) Ensures that this collection contains the specified element (optional operation).protected boolean
DefaultFeatureCollection.add
(SimpleFeature feature, boolean fire) static SimpleFeature
FeatureTypes.transform
(SimpleFeature feature, SimpleFeatureType schema, MathTransform transform) Applies transform to all geometry attribute.Method parameters in org.geotools.feature with type arguments of type SimpleFeatureModifier and TypeMethodDescriptionboolean
DefaultFeatureCollection.addAll
(Collection<? extends SimpleFeature> collection) Adds all of the elements in the specified collection to this collection (optional operation).void
DefaultFeatureCollection.close
(FeatureIterator<SimpleFeature> close) Constructors in org.geotools.feature with parameters of type SimpleFeatureModifierConstructorDescriptionCollectionEvent
(FeatureCollection<? extends FeatureType, ? extends Feature> source, SimpleFeature[] involvedFeatures, int type) Constructs a new CollectionEvent.DecoratingFeature
(SimpleFeature delegate) Constructor parameters in org.geotools.feature with type arguments of type SimpleFeatureModifierConstructorDescriptionUsed to stage content in memory. -
Uses of SimpleFeature in org.geotools.feature.collection
Fields in org.geotools.feature.collection declared as SimpleFeatureMethods in org.geotools.feature.collection that return SimpleFeatureModifier and TypeMethodDescriptionSubFeatureList.get
(int position) item at the specified index.RandomFeatureAccess.getFeatureMember
(String id) Access Feature content by feature id.SubFeatureList.getFeatureMember
(String id) ClippedFeatureIterator.next()
ClippingFeatureIterator.next()
MaxFeaturesSimpleFeatureIterator.next()
RandomFeatureAccess.removeFeatureMember
(String id) Optional MethodSubFeatureList.removeFeatureMember
(String id) Methods in org.geotools.feature.collection that return types with arguments of type SimpleFeatureModifier and TypeMethodDescriptionfinal Iterator<SimpleFeature>
AbstractFeatureCollection.iterator()
Provides acess toAbstractFeatureCollection.openIterator()
used to traverse collection contents.final Iterator<SimpleFeature>
AdaptorFeatureCollection.iterator()
Please implement!protected abstract Iterator<SimpleFeature>
AbstractFeatureCollection.openIterator()
Factory method used to open an iterator over collection contents for use byAbstractFeatureCollection.iterator()
andAbstractFeatureCollection.features()
.protected abstract Iterator<SimpleFeature>
AdaptorFeatureCollection.openIterator()
Open an Iterator, we will call close( iterator ).SubFeatureList.openIterator()
Returns a quick iterator that uses get and size methods.FilteringSimpleFeatureCollection.reader()
Methods in org.geotools.feature.collection with parameters of type SimpleFeatureModifier and TypeMethodDescriptionint
SubFeatureList.indexOf
(SimpleFeature feature) int
SubFeatureList.lastIndexOf
(SimpleFeature feature) protected boolean
ClippedFeatureIterator.prepareBuilderForNextFeature
(SimpleFeature f) Method parameters in org.geotools.feature.collection with type arguments of type SimpleFeatureModifier and TypeMethodDescriptionfinal void
AdaptorFeatureCollection.close
(Iterator<SimpleFeature> close) Clean up after any resources assocaited with this iteartor in a manner similar to JDO collections.void
AdaptorFeatureCollection.close
(FeatureIterator<SimpleFeature> close) protected abstract void
AdaptorFeatureCollection.closeIterator
(Iterator<SimpleFeature> close) Please override to cleanup after your own iterators, and any used resources.Constructor parameters in org.geotools.feature.collection with type arguments of type SimpleFeatureModifierConstructorDescriptionprotected
DelegateSimpleFeatureIterator
(Iterator<SimpleFeature> iterator) Wrap the provided iterator up as a FeatureIterator.FilteringSimpleFeatureCollection
(FeatureCollection<SimpleFeatureType, SimpleFeature> delegate, Filter filter) MaxSimpleFeatureCollection
(FeatureCollection<SimpleFeatureType, SimpleFeature> delegate, long max) SimpleFeatureIteratorImpl
(Collection<SimpleFeature> collection) Create a new SimpleFeatureIterator using the Iterator from the given FeatureCollection. -
Uses of SimpleFeature in org.geotools.feature.simple
Classes in org.geotools.feature.simple that implement SimpleFeatureModifier and TypeClassDescriptionclass
An implementation ofSimpleFeature
geared towards speed and backed by an Object[].Methods in org.geotools.feature.simple that return SimpleFeatureModifier and TypeMethodDescriptionstatic SimpleFeature
SimpleFeatureBuilder.build
(SimpleFeatureType type, Object[] values, String id) Static method to build a new feature.static SimpleFeature
SimpleFeatureBuilder.build
(SimpleFeatureType type, List<Object> values, String id) Static method to build a new feature.SimpleFeatureBuilder.buildFeature
(String id) Builds the feature.SimpleFeatureBuilder.buildFeature
(String id, Object... values) Quickly builds the feature using the specified values and idstatic SimpleFeature
SimpleFeatureBuilder.copy
(SimpleFeature original) Copy an existing feature (the values are reused so be careful with mutable values).static SimpleFeature
SimpleFeatureBuilder.deep
(SimpleFeature original) Perform a "deep copy" an existing feature resuling in a duplicate of any geometry attributes.static SimpleFeature
SimpleFeatureBuilder.retype
(SimpleFeature feature, SimpleFeatureType featureType) Copies an existing feature, retyping it in the process.static SimpleFeature
SimpleFeatureBuilder.retype
(SimpleFeature feature, SimpleFeatureBuilder builder) Copies an existing feature, retyping it in the process.static SimpleFeature
SimpleFeatureBuilder.template
(SimpleFeatureType featureType, String featureId) Builds a new feature whose attribute values are the default onesMethods in org.geotools.feature.simple with parameters of type SimpleFeatureModifier and TypeMethodDescriptionstatic SimpleFeature
SimpleFeatureBuilder.copy
(SimpleFeature original) Copy an existing feature (the values are reused so be careful with mutable values).static SimpleFeature
SimpleFeatureBuilder.deep
(SimpleFeature original) Perform a "deep copy" an existing feature resuling in a duplicate of any geometry attributes.SimpleFeatureBuilder.featureUserData
(SimpleFeature source) Sets the feature wide user data copying them from the template feature providedvoid
SimpleFeatureBuilder.init
(SimpleFeature feature) Initialize the builder with the provided feature.static SimpleFeature
SimpleFeatureBuilder.retype
(SimpleFeature feature, SimpleFeatureType featureType) Copies an existing feature, retyping it in the process.static SimpleFeature
SimpleFeatureBuilder.retype
(SimpleFeature feature, SimpleFeatureBuilder builder) Copies an existing feature, retyping it in the process. -
Uses of SimpleFeature in org.geotools.feature.visitor
Methods in org.geotools.feature.visitor with parameters of type SimpleFeatureModifier and TypeMethodDescriptionvoid
AverageVisitor.visit
(SimpleFeature feature) void
CountVisitor.visit
(SimpleFeature feature) void
EqualAreaListVisitor.visit
(SimpleFeature feature) void
MaxVisitor.visit
(SimpleFeature feature) Visitor function, which looks at each feature and finds the maximum.void
MedianVisitor.visit
(SimpleFeature feature) void
MinVisitor.visit
(SimpleFeature feature) Visitor function, which looks at each feature and finds the minimum.void
QuantileListVisitor.visit
(SimpleFeature feature) void
StandardDeviationVisitor.visit
(SimpleFeature feature) void
SumAreaVisitor.visit
(SimpleFeature feature) void
SumVisitor.visit
(SimpleFeature feature) void
UniqueVisitor.visit
(SimpleFeature feature) -
Uses of SimpleFeature in org.geotools.filter
Methods in org.geotools.filter with parameters of type SimpleFeatureModifier and TypeMethodDescriptionboolean
FilterAbstract.accepts
(SimpleFeature feature) Straight call throught to: evaulate( feature ) -
Uses of SimpleFeature in org.geotools.filter.function
Methods in org.geotools.filter.function with parameters of type SimpleFeature -
Uses of SimpleFeature in org.geotools.filter.spatial
Methods in org.geotools.filter.spatial with parameters of type SimpleFeatureModifier and TypeMethodDescriptionboolean
BBOX3DImpl.contains
(SimpleFeature feature) boolean
BBOX3DImpl.evaluate
(SimpleFeature feature) -
Uses of SimpleFeature in org.geotools.gce.imagemosaic
Methods in org.geotools.gce.imagemosaic that return SimpleFeatureMethods in org.geotools.gce.imagemosaic with parameters of type SimpleFeatureModifier and TypeMethodDescriptionboolean
ImageMosaicFileFeatureConsumer.checkElement
(SimpleFeature feature, ImageMosaicWalker provider) boolean
ImageMosaicURIFeatureConsumer.checkElement
(SimpleFeature feature, ImageMosaicWalker walker) boolean
ImageMosaicURLFeatureConsumer.checkElement
(SimpleFeature feature, ImageMosaicWalker walker) static Object
Utils.getAttribute
(SimpleFeature feature, String attribute) void
ImageMosaicFileFeatureConsumer.handleElement
(SimpleFeature feature, ImageMosaicWalker provider) void
ImageMosaicURIFeatureConsumer.handleElement
(SimpleFeature feature, ImageMosaicWalker walker) void
ImageMosaicURLFeatureConsumer.handleElement
(SimpleFeature feature, ImageMosaicWalker walker) Constructors in org.geotools.gce.imagemosaic with parameters of type SimpleFeatureModifierConstructorDescriptionGranuleDescriptor
(SimpleFeature feature, ImageReaderSpi suggestedSPI, AbstractGridFormat suggestedFormat, ImageInputStreamSpi suggestedIsSPI, PathType pathType, String locationAttribute, String parentLocation) GranuleDescriptor
(SimpleFeature feature, ImageReaderSpi suggestedSPI, PathType pathType, AbstractGridFormat suggestedFormat, ImageInputStreamSpi suggestedIsSPI, String locationAttribute, String parentLocation, MultiLevelROI roiProvider) Constructor for theGranuleDescriptor
assuming it doesn't belong to an heterogeneous granules set.GranuleDescriptor
(SimpleFeature feature, AbstractGridFormat suggestedFormat, ImageReaderSpi suggestedSPI, ImageInputStreamSpi suggestedIsSPI, PathType pathType, String locationAttribute, String parentLocation, boolean heterogeneousGranules) GranuleDescriptor
(SimpleFeature feature, AbstractGridFormat suggestedFormat, ImageReaderSpi suggestedSPI, ImageInputStreamSpi suggestedIsSPI, PathType pathType, String locationAttribute, String parentLocation, boolean heterogeneousGranules, Hints hints) GranuleDescriptor
(SimpleFeature feature, AbstractGridFormat suggestedFormat, ImageReaderSpi suggestedSPI, ImageInputStreamSpi suggestedIsSPI, PathType pathType, String locationAttribute, String parentLocation, MultiLevelROI roiProvider, boolean heterogeneousGranules, Hints hints) Constructor for theGranuleDescriptor
-
Uses of SimpleFeature in org.geotools.gce.imagemosaic.catalog
Methods in org.geotools.gce.imagemosaic.catalog with parameters of type SimpleFeatureModifier and TypeMethodDescriptionvoid
GranuleCatalog.addGranule
(String typeName, SimpleFeature granule, Transaction transaction) void
LockingGranuleCatalog.addGranule
(String typeName, SimpleFeature granule, Transaction transaction) void
QueryCacheGranuleCatalog.addGranule
(String typeName, SimpleFeature granule, Transaction transaction) GranuleCatalog.getFootprintFiles
(SimpleFeature sf) Returns the list of footprint files for the given granuleLockingGranuleCatalog.getFootprintFiles
(SimpleFeature sf) MultiLevelROIGeometryOverviewsProvider.getFootprintFiles
(SimpleFeature feature) protected GranuleDescriptor
CachingDataStoreGranuleCatalog.getGranuleDescriptor
(CatalogConfigurationBean configuration, SimpleFeature sf) protected MultiLevelROI
GranuleCatalog.getGranuleFootprint
(SimpleFeature sf) Returns the footprint for the given granule.LockingGranuleCatalog.getGranuleFootprint
(SimpleFeature sf) MultiLevelROIGeometryOverviewsProvider.getMultiScaleROI
(SimpleFeature sf) MultiLevelROIRasterProvider.getMultiScaleROI
(SimpleFeature sf) void
GranuleCatalogVisitor.visit
(GranuleDescriptor granule, SimpleFeature feature) Method that can be used to perform a visit to aGranuleCatalog
.Method parameters in org.geotools.gce.imagemosaic.catalog with type arguments of type SimpleFeatureModifier and TypeMethodDescriptionabstract void
GranuleCatalog.addGranules
(String typeName, Collection<SimpleFeature> granules, Transaction transaction) void
LockingGranuleCatalog.addGranules
(String typeName, Collection<SimpleFeature> granules, Transaction transaction) void
QueryCacheGranuleCatalog.addGranules
(String typeName, Collection<SimpleFeature> granules, Transaction transaction) -
Uses of SimpleFeature in org.geotools.gce.imagemosaic.catalog.oracle
Methods in org.geotools.gce.imagemosaic.catalog.oracle that return types with arguments of type SimpleFeatureModifier and TypeMethodDescriptionOracleTransformFeatureStore.getDataStore()
DataStoreWrapper.getFeatureReader
(Query query, Transaction transaction) DataStoreWrapper.getFeatureWriter
(String typeName, Transaction transaction) DataStoreWrapper.getFeatureWriter
(String typeName, Filter filter, Transaction transaction) DataStoreWrapper.getFeatureWriterAppend
(String typeName, Transaction transaction) -
Uses of SimpleFeature in org.geotools.gce.imagemosaic.catalog.postgis
Methods in org.geotools.gce.imagemosaic.catalog.postgis that return types with arguments of type SimpleFeature -
Uses of SimpleFeature in org.geotools.gce.imagemosaic.catalog.sqlserver
Methods in org.geotools.gce.imagemosaic.catalog.sqlserver that return types with arguments of type SimpleFeature -
Uses of SimpleFeature in org.geotools.gce.imagemosaic.granulehandler
Methods in org.geotools.gce.imagemosaic.granulehandler with parameters of type SimpleFeatureModifier and TypeMethodDescriptionvoid
DefaultGranuleHandler.handleGranule
(Object source, GridCoverage2DReader inputReader, SimpleFeature targetFeature, SimpleFeatureType targetFeatureType, SimpleFeature feature, SimpleFeatureType inputFeatureType, MosaicConfigurationBean mosaicConfiguration) void
GranuleHandler.handleGranule
(Object source, GridCoverage2DReader inputReader, SimpleFeature targetFeature, SimpleFeatureType targetFeatureType, SimpleFeature inputFeature, SimpleFeatureType inputFeatureType, MosaicConfigurationBean mosaicConfiguration) Handle the case of a grid coverage being added to the mosaic.void
ReprojectingGranuleHandler.handleGranule
(Object source, GridCoverage2DReader inputReader, SimpleFeature targetFeature, SimpleFeatureType targetFeatureType, SimpleFeature inputFeature, SimpleFeatureType inputFeatureType, MosaicConfigurationBean mosaicConfiguration) default void
GranuleHandler.handleStructuredGranule
(Object source, GridCoverage2DReader inputReader, SimpleFeature targetFeature, SimpleFeatureType targetFeatureType, SimpleFeature inputFeature, SimpleFeatureType inputFeatureType, MosaicConfigurationBean mosaicConfiguration) -
Uses of SimpleFeature in org.geotools.gce.imagemosaic.properties
Methods in org.geotools.gce.imagemosaic.properties with parameters of type SimpleFeatureModifier and TypeMethodDescriptionvoid
CRSExtractor.setProperties
(SimpleFeature feature) abstract void
PropertiesCollector.setProperties
(SimpleFeature feature) -
Uses of SimpleFeature in org.geotools.geojson.feature
Methods in org.geotools.geojson.feature that return SimpleFeatureModifier and TypeMethodDescriptionFeatureCollectionHandler.getValue()
FeatureHandler.getValue()
FeatureJSON.readFeature
(InputStream input) Reads a feature from GeoJSON.FeatureJSON.readFeature
(Object input) Reads a feature from GeoJSON.Methods in org.geotools.geojson.feature that return types with arguments of type SimpleFeatureModifier and TypeMethodDescriptionFeatureJSON.streamFeatureCollection
(Object input) Reads a feature collection from GeoJSON streaming back the contents via an iterator.Methods in org.geotools.geojson.feature with parameters of type SimpleFeatureModifier and TypeMethodDescriptionFeatureJSON.toString
(SimpleFeature feature) Writes a feature as GeoJSON returning the result as a string.void
FeatureJSON.writeFeature
(SimpleFeature feature, OutputStream output) Writes a feature as GeoJSON.void
FeatureJSON.writeFeature
(SimpleFeature feature, Object output) Writes a feature as GeoJSON. -
Uses of SimpleFeature in org.geotools.gml
Methods in org.geotools.gml with parameters of type SimpleFeatureModifier and TypeMethodDescriptionvoid
GMLHandlerFeature.feature
(SimpleFeature feature) Receives OGC simple feature from parent.void
GMLReceiver.feature
(SimpleFeature feature) Receives an OGC feature and adds it into the collection -
Uses of SimpleFeature in org.geotools.gml.producer
Method parameters in org.geotools.gml.producer with type arguments of type SimpleFeatureModifier and TypeMethodDescriptionvoid
FeatureTransformer.FeatureTranslator.handleFeatureReader
(FeatureReader<SimpleFeatureType, SimpleFeature> reader) -
Uses of SimpleFeature in org.geotools.gml2.bindings
Methods in org.geotools.gml2.bindings that return SimpleFeatureModifier and TypeMethodDescriptionstatic SimpleFeature
GML2ParsingUtils.feature
(SimpleFeatureType fType, String fid, Node node) static SimpleFeature
GML2ParsingUtils.parseFeature
(ElementInstance instance, Node node, Object value, FeatureTypeCache ftCache, BindingWalkerFactory bwFactory) Utility method to implement Binding.parse for a binding which parses into A feature.static SimpleFeature[]
GMLEncodingUtils.splitJoinedFeature
(Object obj) Splits a joined feature into its components -
Uses of SimpleFeature in org.geotools.gml2.simple
Methods in org.geotools.gml2.simple with parameters of type SimpleFeatureModifier and TypeMethodDescriptionGML2FeatureCollectionEncoderDelegate.GML2Delegate.getFeatureProperties
(SimpleFeature f, XSDElementDeclaration element, Encoder e) GMLDelegate.getFeatureProperties
(SimpleFeature f, XSDElementDeclaration element, Encoder e) Lists all properties that should be encoded for a given feature -
Uses of SimpleFeature in org.geotools.gml3.bindings
Methods in org.geotools.gml3.bindings that return SimpleFeatureModifier and TypeMethodDescriptionstatic SimpleFeature
GML3ParsingUtils.parseFeature
(ElementInstance instance, Node node, Object value, FeatureTypeCache ftCache, BindingWalkerFactory bwFactory) Utility method to implement Binding.parse for a binding which parses into A feature. -
Uses of SimpleFeature in org.geotools.gml3.simple
Methods in org.geotools.gml3.simple with parameters of type SimpleFeatureModifier and TypeMethodDescriptionGML32FeatureCollectionEncoderDelegate.GML32Delegate.getFeatureProperties
(SimpleFeature f, XSDElementDeclaration element, Encoder e) -
Uses of SimpleFeature in org.geotools.gml4wcs.bindings
Methods in org.geotools.gml4wcs.bindings that return SimpleFeatureModifier and TypeMethodDescriptionstatic SimpleFeature
GML3ParsingUtils.parseFeature
(ElementInstance instance, Node node, Object value, FeatureTypeCache ftCache, BindingWalkerFactory bwFactory) Utility method to implement Binding.parse for a binding which parses into A feature. -
Uses of SimpleFeature in org.geotools.graph.util.delaunay
Methods in org.geotools.graph.util.delaunay that return SimpleFeatureMethods in org.geotools.graph.util.delaunay with parameters of type SimpleFeature -
Uses of SimpleFeature in org.geotools.jdbc
Classes in org.geotools.jdbc that implement SimpleFeatureModifier and TypeClassDescriptionprotected class
Feature wrapper around a result set.Methods in org.geotools.jdbc that return SimpleFeatureModifier and TypeMethodDescriptionJDBCClosingFeatureReader.next()
JDBCClosingFeatureWriter.next()
JDBCFeatureReader.next()
JDBCInsertFeatureWriter.next()
JDBCJoiningFeatureReader.next()
JDBCJoiningFilteringFeatureReader.next()
JDBCUpdateFeatureWriter.next()
JDBCUpdateInsertFeatureWriter.next()
protected SimpleFeature
JDBCFeatureReader.readNextFeature()
Methods in org.geotools.jdbc that return types with arguments of type SimpleFeatureModifier and TypeMethodDescriptionJDBCClosingFeatureReader.getDelegate()
JDBCJoiningFilteringFeatureReader.getDelegate()
protected FeatureReader<SimpleFeatureType,
SimpleFeature> JDBCFeatureSource.getReaderInternal
(Query query) protected FeatureReader<SimpleFeatureType,
SimpleFeature> JDBCFeatureStore.getReaderInternal
(Query query) protected FeatureWriter<SimpleFeatureType,
SimpleFeature> JDBCFeatureStore.getWriterInternal
(Query query, int flags) Methods in org.geotools.jdbc with parameters of type SimpleFeatureModifier and TypeMethodDescriptionprotected void
JDBCDataStore.insert
(SimpleFeature feature, SimpleFeatureType featureType, Connection cx) Inserts a new feature into the database for a particular feature type / table.protected String
JDBCDataStore.insertSQL
(SimpleFeatureType featureType, SimpleFeature feature, KeysFetcher keysFetcher, Connection cx) Generates a 'INSERT INFO' sql statement.Method parameters in org.geotools.jdbc with type arguments of type SimpleFeatureModifier and TypeMethodDescriptionprotected void
JDBCDataStore.insert
(Collection<? extends SimpleFeature> features, SimpleFeatureType featureType, Connection cx) Inserts a collection of new features into the database for a particular feature type / table.Constructor parameters in org.geotools.jdbc with type arguments of type SimpleFeatureModifierConstructorDescriptionJDBCJoiningFilteringFeatureReader
(FeatureReader<SimpleFeatureType, SimpleFeature> delegate, JoinInfo join) -
Uses of SimpleFeature in org.geotools.map.legend
Methods in org.geotools.map.legend that return SimpleFeatureModifier and TypeMethodDescriptionJust a convinient method to create feature from geometry.Drawer.feature
(LineString line) Simple Feature with a default geometry and no attribtues.Drawer.feature
(MultiLineString multilinestring) Simple Feature with a default geometry and no attribtues.Drawer.feature
(MultiPoint multipoint) Simple Feature with a default geometry and no attribtues.Drawer.feature
(MultiPolygon multipolygon) Simple Feature with a default geometry and no attribtues.Simple feature with one attribute called "point".Simple Feature with a default geometry and no attribtues.Methods in org.geotools.map.legend with parameters of type SimpleFeatureModifier and TypeMethodDescriptionvoid
Drawer.drawDirect
(BufferedImage bi, SimpleFeature feature, Rule rule) void
Drawer.drawDirect
(BufferedImage bi, SimpleFeature feature, Style style) Used to draw a freature directly onto the provided image.void
Drawer.drawFeature
(BufferedImage bi, SimpleFeature feature, AffineTransform worldToScreenTransform) void
Drawer.drawFeature
(BufferedImage bi, SimpleFeature feature, AffineTransform worldToScreenTransform, boolean drawVertices, MathTransform mt) void
Drawer.drawFeature
(BufferedImage bi, SimpleFeature feature, AffineTransform worldToScreenTransform, boolean drawVertices, Symbolizer[] symbs, MathTransform mt) void
Drawer.drawFeature
(BufferedImage bi, SimpleFeature feature, AffineTransform worldToScreenTransform, boolean drawVertices, Symbolizer symbolizer, MathTransform mathTransform, LiteShape shape) void
Drawer.drawFeature
(BufferedImage bi, SimpleFeature feature, AffineTransform worldToScreenTransform, Style style) void
Drawer.drawFeature
(BufferedImage bi, SimpleFeature feature, Style style, AffineTransform worldToScreenTransform) static Symbolizer[]
Drawer.getSymbolizers
(SimpleFeature feature) -
Uses of SimpleFeature in org.geotools.process.feature
Methods in org.geotools.process.feature with parameters of type SimpleFeatureModifier and TypeMethodDescriptionprotected abstract void
AbstractFeatureCollectionProcess.processFeature
(SimpleFeature feature, Map<String, Object> input) Performs an operation on a single feature in the collection. -
Uses of SimpleFeature in org.geotools.process.gs
Methods in org.geotools.process.gs that return SimpleFeature -
Uses of SimpleFeature in org.geotools.process.raster
Method parameters in org.geotools.process.raster with type arguments of type SimpleFeatureModifier and TypeMethodDescriptionList<ZoneGeometry>
RasterZonalStatistics2.execute
(GridCoverage2D coverage, int[] bands, List<SimpleFeature> zones, GridCoverage2D classifier, Range nodata, Geometry mask, boolean useROIAccessor, Polygon roi, Statistics.StatsType[] stats, double[] minbounds, double[] maxbounds, int[] numbins, List<Range> rangeData, boolean localStats) -
Uses of SimpleFeature in org.geotools.process.vector
Methods in org.geotools.process.vector with parameters of type SimpleFeatureModifier and TypeMethodDescriptionprotected void
VectorToRasterProcess.processFeature
(SimpleFeature feature, Object attribute) This method is called by VectorToRasterProcess.execute(org.geotools.data.simple.SimpleFeatureCollection, java.lang.Integer, java.lang.Integer, java.lang.String, java.lang.String, org.geotools.api.geometry.Bounds, org.geotools.api.util.ProgressListener) to rasterize an individual feature. -
Uses of SimpleFeature in org.geotools.renderer
Methods in org.geotools.renderer with parameters of type SimpleFeatureModifier and TypeMethodDescriptionvoid
RenderListener.featureRenderer
(SimpleFeature feature) Reports that a specific feature has been rendered. -
Uses of SimpleFeature in org.geotools.renderer.lite
Methods in org.geotools.renderer.lite that return types with arguments of type SimpleFeature -
Uses of SimpleFeature in org.geotools.renderer.style
Fields in org.geotools.renderer.style declared as SimpleFeatureModifier and TypeFieldDescriptionprotected SimpleFeature
DynamicLineStyle2D.feature
The feature that will be styled as a polygonMethods in org.geotools.renderer.style with parameters of type SimpleFeatureModifier and TypeMethodDescriptionSLDStyleFactory.createDynamicStyle
(SimpleFeature f, Symbolizer symbolizer, Range scaleRange) Creates a rendered styleConstructors in org.geotools.renderer.style with parameters of type SimpleFeatureModifierConstructorDescriptionDynamicLineStyle2D
(SimpleFeature feature, LineSymbolizer sym) Creates a new instance of DynamicLineStyle2DCreates a new instance of DynamicPolygonStyle2D -
Uses of SimpleFeature in org.geotools.stac.store
Methods in org.geotools.stac.store that return SimpleFeatureMethods in org.geotools.stac.store that return types with arguments of type SimpleFeatureModifier and TypeMethodDescriptionprotected FeatureReader<SimpleFeatureType,
SimpleFeature> STACFeatureSource.getReaderInternal
(Query query) -
Uses of SimpleFeature in org.geotools.styling
Methods in org.geotools.styling with parameters of type SimpleFeature -
Uses of SimpleFeature in org.geotools.swing
Methods in org.geotools.swing with parameters of type SimpleFeatureModifier and TypeMethodDescriptionvoid
RenderingTask.featureRenderer
(SimpleFeature feature) Called by the renderer when each feature is drawn. -
Uses of SimpleFeature in org.geotools.vectormosaic
Methods in org.geotools.vectormosaic that return types with arguments of type SimpleFeatureModifier and TypeMethodDescriptionprotected FeatureReader<SimpleFeatureType,
SimpleFeature> VectorMosaicFeatureSource.getReaderInternal
(Query query) Methods in org.geotools.vectormosaic with parameters of type SimpleFeatureModifier and TypeMethodDescriptionstatic VectorMosaicGranule
VectorMosaicGranule.fromDelegateFeature
(SimpleFeature delegateFeature) -
Uses of SimpleFeature in org.geotools.wfs
Methods in org.geotools.wfs that return SimpleFeatureModifier and TypeMethodDescriptionprotected SimpleFeature
GML.simpleFeature
(Object obj, SimpleFeatureType schema) Morph provided obj to a SimpleFeature if possible.Methods in org.geotools.wfs that return types with arguments of type SimpleFeatureModifier and TypeMethodDescriptionprotected Iterator<SimpleFeature>
CompositeFeatureCollection.openIterator()
-
Uses of SimpleFeature in org.geotools.xml.gml
Methods in org.geotools.xml.gml that return SimpleFeatureModifier and TypeMethodDescriptionGMLComplexTypes.AbstractFeatureType.getFeature
(Element element, ElementValue[] value, Attributes attrs, Map<String, Object> hints, SimpleFeatureType ft) GMLComplexTypes.FeatureAssociationType.getValue
(Element element, ElementValue[] value, Attributes attrs, Map<String, Object> hints) FCBuffer.next()
FCBuffer.peek()
Methods in org.geotools.xml.gml that return types with arguments of type SimpleFeatureModifier and TypeMethodDescriptionFCBuffer.getFeatureReader
(URI document, int capacity) The prefered method of using this class, this will return the Feature Reader for the document specified, using the specified buffer capacity.FCBuffer.getFeatureReader
(URI document, int capacity, int timeout) FCBuffer.getFeatureReader
(URI document, int capacity, int timeout, SimpleFeatureType ft) FCBuffer.getFeatureReader
(URI document, int capacity, SimpleFeatureType ft) Methods in org.geotools.xml.gml with parameters of type SimpleFeatureModifier and TypeMethodDescriptionprotected boolean
FCBuffer.addFeature
(SimpleFeature f) Adds a feature to the buffer