Uses of Interface
org.geotools.api.feature.simple.SimpleFeature
- 
- 
Uses of SimpleFeature in org.geotools.api.dataMethods in org.geotools.api.data that return types with arguments of type SimpleFeature Modifier and Type Method Description FeatureReader<SimpleFeatureType,SimpleFeature>DataStore. getFeatureReader(Query query, Transaction transaction)Gets aFeatureReaderfor features selected by the givenQuery.FeatureReader<SimpleFeatureType,SimpleFeature>FileDataStore. getFeatureReader()FeatureWriter<SimpleFeatureType,SimpleFeature>DataStore. getFeatureWriter(String typeName, Transaction transaction)Gets aFeatureWriterto modify features in thisDataStore.FeatureWriter<SimpleFeatureType,SimpleFeature>DataStore. getFeatureWriter(String typeName, Filter filter, Transaction transaction)Gets aFeatureWriterto modify features in thisDataStore.FeatureWriter<SimpleFeatureType,SimpleFeature>FileDataStore. getFeatureWriter(Transaction transaction)FeatureWriter<SimpleFeatureType,SimpleFeature>FileDataStore. getFeatureWriter(Filter filter, Transaction transaction)FeatureWriter<SimpleFeatureType,SimpleFeature>DataStore. getFeatureWriterAppend(String typeName, Transaction transaction)Gets aFeatureWriterthat can add new features to theDataStore.FeatureWriter<SimpleFeatureType,SimpleFeature>FileDataStore. getFeatureWriterAppend(Transaction transaction)
- 
Uses of SimpleFeature in org.geotools.api.featureMethods in org.geotools.api.feature that return SimpleFeature Modifier and Type Method Description SimpleFeatureFeatureFactory. createSimpleFeature(Object[] array, SimpleFeatureType type, String id)Create a SimpleFeature from an array of objects.SimpleFeatureFeatureFactory. createSimpleFeautre(Object[] array, AttributeDescriptor descriptor, String id)Creates a simple feature.
- 
Uses of SimpleFeature in org.geotools.appschema.jdbcMethods in org.geotools.appschema.jdbc that return types with arguments of type SimpleFeature Modifier and Type Method Description FeatureReader<SimpleFeatureType,SimpleFeature>JoiningJDBCFeatureSource. 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.footprintMethods in org.geotools.coverage.grid.io.footprint with parameters of type SimpleFeature Modifier and Type Method Description GeometryFootprintGeometryProvider. getFootprint(SimpleFeature feature)Retrieves the footprint.GeometrySidecarFootprintProvider. getFootprint(SimpleFeature feature)default List<File>MultiLevelROIProvider. getFootprintFiles(SimpleFeature sf)Returns the footprint file used to load the footprint, or none if there was no file involvedMultiLevelROIMultiLevelROIGeometryProvider. getMultiScaleROI(SimpleFeature sf)MultiLevelROIMultiLevelROIProvider. getMultiScaleROI(SimpleFeature sf)Returns aMultiLevelROIobject from a granuledefault List<File>FootprintGeometryProvider. getSidecars(SimpleFeature feature)Returns the list of sidecar files defining masks for the specified feature.List<File>SidecarFootprintProvider. getSidecars(SimpleFeature feature)Constructors in org.geotools.coverage.grid.io.footprint with parameters of type SimpleFeature Constructor Description MultiLevelROIRaster(DatasetLayout layout, MaskOverviewProvider maskOvrProvider, SimpleFeature sf)
- 
Uses of SimpleFeature in org.geotools.coverage.io.catalogMethods in org.geotools.coverage.io.catalog that return SimpleFeature Modifier and Type Method Description SimpleFeatureCoverageSlice. getOriginator()Methods in org.geotools.coverage.io.catalog with parameters of type SimpleFeature Modifier and Type Method Description voidCoverageSlicesCatalog. addGranule(String typeName, SimpleFeature granule, Transaction transaction)Constructors in org.geotools.coverage.io.catalog with parameters of type SimpleFeature Constructor Description CoverageSlice(SimpleFeature feature)
- 
Uses of SimpleFeature in org.geotools.coverage.utilMethods in org.geotools.coverage.util with parameters of type SimpleFeature Modifier and Type Method Description ObjectFilterFunction_isCoverage. evaluate(SimpleFeature feature)
- 
Uses of SimpleFeature in org.geotools.dataFields in org.geotools.data declared as SimpleFeature Modifier and Type Field Description protected SimpleFeature[]DataTestCase. buildingFeaturesprotected SimpleFeature[]DataTestCase. invalidGeomFeaturesprotected SimpleFeature[]DataTestCase. lakeFeaturesprotected SimpleFeatureDataTestCase. newRiverprotected SimpleFeatureDataTestCase. newRoadstatic SimpleFeatureDiff. NULLA NullObject used to represent the absence of a SimpleFeature.protected SimpleFeature[]DataTestCase. riverFeaturesprotected SimpleFeature[]DataTestCase. roadFeaturesFields in org.geotools.data with type parameters of type SimpleFeature Modifier and Type Field Description protected FeatureReader<SimpleFeatureType,SimpleFeature>DiffFeatureWriter. readerMethods in org.geotools.data that return SimpleFeature Modifier and Type Method Description static SimpleFeatureDataUtilities. createFeature(SimpleFeatureType featureType, String line)Reads in SimpleFeature that has been encoded into a line of text.SimpleFeatureCollectionFeatureReader. next()SimpleFeatureDefaultFeatureReader. next()SimpleFeatureDiffFeatureWriter. next()Next Feature from reader or new content.SimpleFeatureEmptyFeatureWriter. next()Throws NoSuchElementException as this is an Empty FeatureWriter.SimpleFeatureFIDFeatureReader. next()SimpleFeatureFilteringFeatureWriter. next()SimpleFeatureReTypeFeatureReader. next()static SimpleFeatureDataUtilities. parse(SimpleFeatureType type, String fid, String... text)UsesConvertersto parse the provided text into the correct values to create a feature.protected SimpleFeatureDefaultFeatureReader. readFeature(AttributeReader atts)protected SimpleFeatureFIDFeatureReader. readFeature(AttributeReader atts)static SimpleFeatureDataUtilities. reType(SimpleFeatureType featureType, SimpleFeature feature)Creates duplicate of feature adjusted to the provided featureType.static SimpleFeatureDataUtilities. reType(SimpleFeatureType featureType, SimpleFeature feature, boolean duplicate)Retypes the feature to match the provided featureType.static SimpleFeatureDataUtilities. template(SimpleFeatureType featureType)Constructs an empty feature to use as a Template for new content.static SimpleFeatureDataUtilities. template(SimpleFeatureType featureType, Object... providedValues)Create a new feature from the provided values, using appropriate default values for any nulls provided.static SimpleFeatureDataUtilities. template(SimpleFeatureType featureType, String featureID)Use the provided featureType to create an empty feature.static SimpleFeatureDataUtilities. 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 SimpleFeature Modifier and Type Method Description protected FeatureReader<SimpleFeatureType,SimpleFeature>DefaultFeatureResults. boundsReader()Retrieve a FeatureReaderfor the geometry attributes only, designed for bounds computation FeatureWriter<SimpleFeatureType,SimpleFeature>InProcessLockingManager. checkedWriter(FeatureWriter<SimpleFeatureType,SimpleFeature> writer, Transaction transaction)Provides a wrapper on the provided writer that checks locks.Map<String,SimpleFeature>Diff. getAdded()Unmodifiable view of added features.FeatureReader<SimpleFeatureType,SimpleFeature>ReTypeFeatureReader. getDelegate()Map<String,SimpleFeature>Diff. getModified()Unmodifiable view of modified features.List<SimpleFeature>Diff. queryIndex(Envelope env)static FeatureReader<SimpleFeatureType,SimpleFeature>DataUtilities. reader(Collection<SimpleFeature> collection)Adapt a collection to a reader for use with FeatureStore.setFeatures( reader ).static FeatureReader<SimpleFeatureType,SimpleFeature>DataUtilities. reader(SimpleFeature... features)Creates a FeatureReaderfor testing. FeatureReader<SimpleFeatureType,SimpleFeature>DefaultFeatureResults. reader()Retrieve a FeatureReaderfor this Query static 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 SimpleFeature Modifier and Type Method Description voidDiff. add(String fid, SimpleFeature f)protected voidDiff. addToSpatialIndex(SimpleFeature f)static SimpleFeatureCollectionDataUtilities. collection(SimpleFeature feature)Copies the provided features into a FeatureCollection.static SimpleFeatureCollectionDataUtilities. collection(SimpleFeature... features)Copies the provided features into a FeatureCollection.static StringDataUtilities. encodeFeature(SimpleFeature feature)Produce a String encoding of SimpleFeature for use withDataUtilities.createFeature(org.geotools.api.feature.simple.SimpleFeatureType, java.lang.String).static StringDataUtilities. encodeFeature(SimpleFeature feature, boolean includeFid)Produce a String encoding of SimpleFeature for use withDataUtilities.createFeature(org.geotools.api.feature.simple.SimpleFeatureType, java.lang.String).voidDiff. modify(String fid, SimpleFeature f)Record a modification to the indicated fidstatic FeatureReader<SimpleFeatureType,SimpleFeature>DataUtilities. reader(SimpleFeature... features)Creates a FeatureReaderfor testing. static SimpleFeatureDataUtilities. reType(SimpleFeatureType featureType, SimpleFeature feature)Creates duplicate of feature adjusted to the provided featureType.static SimpleFeatureDataUtilities. reType(SimpleFeatureType featureType, SimpleFeature feature, boolean duplicate)Retypes the feature to match the provided featureType.static SimpleFeatureSourceDataUtilities. source(SimpleFeature... featureArray)Wrap up an array of features as a FeatureSource.Method parameters in org.geotools.data with type arguments of type SimpleFeature Modifier and Type Method Description FeatureWriter<SimpleFeatureType,SimpleFeature>InProcessLockingManager. checkedWriter(FeatureWriter<SimpleFeatureType,SimpleFeature> writer, Transaction transaction)Provides a wrapper on the provided writer that checks locks.static SimpleFeatureCollectionDataUtilities. collection(List<SimpleFeature> list)Copies the provided features into a FeatureCollection.static SimpleFeatureCollectionDataUtilities. collection(FeatureReader<SimpleFeatureType,SimpleFeature> reader)Copies the provided reader into a FeatureCollection, reader will be closed.static DefaultFeatureCollectionDataUtilities. collection(FeatureCollection<SimpleFeatureType,SimpleFeature> featureCollection)Copies the provided features into a FeatureCollection.protected intDataTestCase. count(FeatureReader<SimpleFeatureType,SimpleFeature> reader)Counts the number of Features returned by the specified reader.protected intDataTestCase. count(FeatureWriter<SimpleFeatureType,SimpleFeature> writer)Counts the number of Features in the specified writer.static FeatureReader<SimpleFeatureType,SimpleFeature>DataUtilities. reader(Collection<SimpleFeature> collection)Adapt a collection to a reader for use with FeatureStore.setFeatures( reader ).static SimpleFeatureReaderDataUtilities. reader(FeatureCollection<SimpleFeatureType,SimpleFeature> collection)Adapt a collection to a reader for use with FeatureStore.setFeatures( reader ).static SimpleFeatureReaderDataUtilities. simple(FeatureReader<SimpleFeatureType,SimpleFeature> reader)static SimpleFeatureCollectionDataUtilities. simple(FeatureCollection<SimpleFeatureType,SimpleFeature> featureCollection)A safe cast to SimpleFeatureCollection; that will introduce a wrapper if it has to.static SimpleFeatureSourceDataUtilities. source(FeatureCollection<SimpleFeatureType,SimpleFeature> collection)Wraps up the provided feature collection in as a SimpleFeatureSource.Constructors in org.geotools.data with parameters of type SimpleFeature Constructor Description CollectionFeatureReader(SimpleFeature... featuresArg)Create a new instance.Constructor parameters in org.geotools.data with type arguments of type SimpleFeature Constructor Description CollectionFeatureReader(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.collectionFields in org.geotools.data.collection with type parameters of type SimpleFeature Modifier and Type Field Description protected List<SimpleFeature>ListFeatureCollection. listwrapped list of features containing the contentsMethods in org.geotools.data.collection that return types with arguments of type SimpleFeature Modifier and Type Method Description DataAccess<SimpleFeatureType,SimpleFeature>CollectionFeatureSource. getDataStore()Iterator<SimpleFeature>SpatialIndexFeatureCollection. iterator()Iterator<SimpleFeature>TreeSetFeatureCollection. iterator()Returns an iterator over the elements in this collection.protected Iterator<SimpleFeature>ListFeatureCollection. openIterator()FeatureReader<SimpleFeatureType,SimpleFeature>TreeSetFeatureCollection. reader()Methods in org.geotools.data.collection with parameters of type SimpleFeature Modifier and Type Method Description booleanListFeatureCollection. add(SimpleFeature f)booleanSpatialIndexFeatureCollection. add(SimpleFeature feature)booleanTreeSetFeatureCollection. add(SimpleFeature feature)Ensures that this collection contains the specified element (optional operation).protected voidSpatialIndexFeatureCollection. fire(SimpleFeature[] features, int eventType)Method parameters in org.geotools.data.collection with type arguments of type SimpleFeature Modifier and Type Method Description booleanListFeatureCollection. addAll(Collection<? extends SimpleFeature> c)booleanSpatialIndexFeatureCollection. addAll(Collection<? extends SimpleFeature> collection)booleanSpatialIndexFeatureCollection. addAll(FeatureCollection<? extends SimpleFeatureType,? extends SimpleFeature> collection)voidSpatialIndexFeatureCollection. close(Iterator<SimpleFeature> close)voidSpatialIndexFeatureCollection. close(FeatureIterator<SimpleFeature> close)voidTreeSetFeatureCollection. close(FeatureIterator<SimpleFeature> close)Constructors in org.geotools.data.collection with parameters of type SimpleFeature Constructor Description ListFeatureCollection(SimpleFeatureType schema, SimpleFeature... array)Create a ListFeatureCollection around the provided array.Constructor parameters in org.geotools.data.collection with type arguments of type SimpleFeature Constructor Description ListFeatureCollection(SimpleFeatureType schema, List<SimpleFeature> list)Create a ListFeatureCollection around the provided list.TreeSetFeatureCollection(FeatureCollection<SimpleFeatureType,SimpleFeature> collection)This constructor should not be used by client code.
- 
Uses of SimpleFeature in org.geotools.data.complexMethods in org.geotools.data.complex that return types with arguments of type SimpleFeature Modifier and Type Method Description FeatureSource<SimpleFeatureType,SimpleFeature>FeatureTypeMapping. getIndexSource()Method parameters in org.geotools.data.complex with type arguments of type SimpleFeature Modifier and Type Method Description voidFeatureTypeMapping. setIndexSource(FeatureSource<SimpleFeatureType,SimpleFeature> indexSource)Constructor parameters in org.geotools.data.complex with type arguments of type SimpleFeature Constructor Description IndexUniqueVisitorIterator(FeatureCollection<SimpleFeatureType,SimpleFeature> fc, Query idQuery, String idFieldName)
- 
Uses of SimpleFeature in org.geotools.data.crsFields in org.geotools.data.crs with type parameters of type SimpleFeature Modifier and Type Field Description protected FeatureReader<SimpleFeatureType,SimpleFeature>ForceCoordinateSystemFeatureReader. readerprotected FeatureIterator<SimpleFeature>ForceCoordinateSystemIterator. readerMethods in org.geotools.data.crs that return SimpleFeature Modifier and Type Method Description SimpleFeatureForceCoordinateSystemFeatureReader. next()SimpleFeatureForceCoordinateSystemIterator. next()SimpleFeatureReprojectFeatureIterator. next()Implement next.SimpleFeatureReprojectFeatureReader. next()Implement next.Methods in org.geotools.data.crs that return types with arguments of type SimpleFeature Modifier and Type Method Description FeatureReader<SimpleFeatureType,SimpleFeature>ReprojectFeatureReader. getDelegate()FeatureCollection<SimpleFeatureType,SimpleFeature>ForceCoordinateSystemFeatureResults. getOrigin()Returns the feature results wrapped by this ForceCoordinateSystemFeatureResultsFeatureCollection<SimpleFeatureType,SimpleFeature>ReprojectFeatureResults. getOrigin()Returns the feature results wrapped by this reprojecting feature resultsIterator<SimpleFeature>ForceCoordinateSystemFeatureResults. openIterator()Iterator<SimpleFeature>ReprojectFeatureResults. openIterator()
- 
Uses of SimpleFeature in org.geotools.data.csvMethods in org.geotools.data.csv that return SimpleFeature Modifier and Type Method Description SimpleFeatureCSVFeatureReader. next()SimpleFeatureCSVFeatureWriter. next()Methods in org.geotools.data.csv that return types with arguments of type SimpleFeature Modifier and Type Method Description FeatureReader<SimpleFeatureType,SimpleFeature>CSVDataStore. getFeatureReader()FeatureWriter<SimpleFeatureType,SimpleFeature>CSVDataStore. getFeatureWriter(Transaction transaction)FeatureWriter<SimpleFeatureType,SimpleFeature>CSVDataStore. getFeatureWriter(Filter filter, Transaction transaction)FeatureWriter<SimpleFeatureType,SimpleFeature>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.parseMethods in org.geotools.data.csv.parse that return SimpleFeature Modifier and Type Method Description SimpleFeatureCSVAttributesOnlyStrategy. decode(String recordId, String[] csvRecord)SimpleFeatureCSVLatLonStrategy. decode(String recordId, String[] csvRecord)SimpleFeatureCSVSpecifiedWKTStrategy. decode(String recordId, String[] csvRecord)abstract SimpleFeatureCSVStrategy. decode(String recordId, String[] csvRecord)SimpleFeatureCSVIterator. next()Methods in org.geotools.data.csv.parse with parameters of type SimpleFeature Modifier and Type Method Description String[]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.directoryMethods in org.geotools.data.directory that return types with arguments of type SimpleFeature Modifier and Type Method Description DataAccess<SimpleFeatureType,SimpleFeature>DirectoryFeatureSource. getDataStore()FeatureReader<SimpleFeatureType,SimpleFeature>DirectoryDataStore. getFeatureReader(Query query, Transaction transaction)FeatureWriter<SimpleFeatureType,SimpleFeature>DirectoryDataStore. getFeatureWriter(String typeName, Transaction transaction)FeatureWriter<SimpleFeatureType,SimpleFeature>DirectoryDataStore. getFeatureWriter(String typeName, Filter filter, Transaction transaction)FeatureWriter<SimpleFeatureType,SimpleFeature>DirectoryDataStore. getFeatureWriterAppend(String typeName, Transaction transaction)Method parameters in org.geotools.data.directory with type arguments of type SimpleFeature Modifier and Type Method Description List<FeatureId>DirectoryFeatureStore. addFeatures(FeatureCollection<SimpleFeatureType,SimpleFeature> collection)voidDirectoryFeatureStore. setFeatures(FeatureReader<SimpleFeatureType,SimpleFeature> reader)
- 
Uses of SimpleFeature in org.geotools.data.genClasses in org.geotools.data.gen that implement SimpleFeature Modifier and Type Class Description classPreGeneralizedSimpleFeatureFields in org.geotools.data.gen with type parameters of type SimpleFeature Modifier and Type Field Description protected FeatureReader<SimpleFeatureType,SimpleFeature>PreGeneralizedFeatureReader. backendReaderMethods in org.geotools.data.gen that return SimpleFeature Modifier and Type Method Description SimpleFeaturePreGeneralizedFeatureIterator. next()SimpleFeaturePreGeneralizedFeatureReader. next()Methods in org.geotools.data.gen that return types with arguments of type SimpleFeature Modifier and Type Method Description DataAccess<SimpleFeatureType,SimpleFeature>PreGeneralizedFeatureSource. getDataStore()FeatureReader<SimpleFeatureType,SimpleFeature>PreGeneralizedDataStore. getFeatureReader(Query query, Transaction transaction)FeatureReader<SimpleFeatureType,SimpleFeature>PreGeneralizedFeatureSource. getFeatureReader(Query query, Transaction transaction)FeatureWriter<SimpleFeatureType,SimpleFeature>PreGeneralizedDataStore. getFeatureWriter(String typeName, Transaction transaction)FeatureWriter<SimpleFeatureType,SimpleFeature>PreGeneralizedDataStore. getFeatureWriter(String typeName, Filter filter, Transaction transaction)FeatureWriter<SimpleFeatureType,SimpleFeature>PreGeneralizedDataStore. getFeatureWriterAppend(String typeName, Transaction transaction)Constructors in org.geotools.data.gen with parameters of type SimpleFeature Constructor Description PreGeneralizedSimpleFeature(SimpleFeatureType featureTyp, SimpleFeatureType returnedFeatureType, int[] indexMapping, SimpleFeature feature, String geomPropertyName, String backendGeomPropertyName)Constructor parameters in org.geotools.data.gen with type arguments of type SimpleFeature Constructor Description PreGeneralizedFeatureReader(SimpleFeatureType featureTyp, SimpleFeatureType returnedFeatureType, int[] indexMapping, FeatureReader<SimpleFeatureType,SimpleFeature> backendReader, String geomPropertyName, String backendGeomPropertyName)
- 
Uses of SimpleFeature in org.geotools.data.geojsonMethods in org.geotools.data.geojson that return SimpleFeature Modifier and Type Method Description SimpleFeatureGeoJSONReader. getFeature()Parses and returns a single feature from the sourceSimpleFeaturePagingFeatureCollection.PagingFeatureIterator. next()static SimpleFeatureGeoJSONReader. parseFeature(String json)Pares and returns a single feature out of a GeoJSON documentstatic SimpleFeatureGeoJSONReader. 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 SimpleFeature Modifier and Type Method Description static StringGeoJSONWriter. toGeoJSON(SimpleFeature f)Utility encoding a singleSimpleFeature, and returning it as a stringvoidGeoJSONWriter. write(SimpleFeature currentFeature)Writes a single feature onto the output.
- 
Uses of SimpleFeature in org.geotools.data.geojson.storeMethods in org.geotools.data.geojson.store that return SimpleFeature Modifier and Type Method Description SimpleFeatureGeoJSONFeatureReader. next()SimpleFeatureGeoJSONFeatureWriter. next()Methods in org.geotools.data.geojson.store that return types with arguments of type SimpleFeature Modifier and Type Method Description FeatureReader<SimpleFeatureType,SimpleFeature>GeoJSONDataStore. getFeatureReader()FeatureWriter<SimpleFeatureType,SimpleFeature>GeoJSONDataStore. getFeatureWriter(Transaction transaction)FeatureWriter<SimpleFeatureType,SimpleFeature>GeoJSONDataStore. getFeatureWriter(Filter filter, Transaction transaction)FeatureWriter<SimpleFeatureType,SimpleFeature>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.geoparquetMethods in org.geotools.data.geoparquet that return types with arguments of type SimpleFeature Modifier and Type Method Description FeatureReader<SimpleFeatureType,SimpleFeature>ForwardingDataStore. getFeatureReader(Query query, Transaction transaction)FeatureWriter<SimpleFeatureType,SimpleFeature>ForwardingDataStore. getFeatureWriter(String typeName, Transaction transaction)FeatureWriter<SimpleFeatureType,SimpleFeature>ForwardingDataStore. getFeatureWriter(String typeName, Filter filter, Transaction transaction)FeatureWriter<SimpleFeatureType,SimpleFeature>ForwardingDataStore. getFeatureWriterAppend(String typeName, Transaction transaction)
- 
Uses of SimpleFeature in org.geotools.data.graticuleMethods in org.geotools.data.graticule that return SimpleFeature Modifier and Type Method Description SimpleFeatureGraticuleFeatureReader. next()Methods in org.geotools.data.graticule that return types with arguments of type SimpleFeature Modifier and Type Method Description protected FeatureReader<SimpleFeatureType,SimpleFeature>GraticuleFeatureSource. getReaderInternal(Query query)
- 
Uses of SimpleFeature in org.geotools.data.memoryMethods in org.geotools.data.memory that return SimpleFeature Modifier and Type Method Description SimpleFeatureMemoryFeatureCollection. getFeatureMember(String id)SimpleFeatureMemoryFeatureReader. next()SimpleFeatureMemoryFeatureWriter. next()SimpleFeatureMemoryFeatureCollection. removeFeatureMember(String id)Methods in org.geotools.data.memory that return types with arguments of type SimpleFeature Modifier and Type Method Description Map<String,SimpleFeature>MemoryEntry. getMemory()Access theMemoryEntry.memoryfield 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 SimpleFeature Modifier and Type Method Description booleanMemoryFeatureCollection. add(SimpleFeature o)voidMemoryDataStore. addFeature(SimpleFeature feature)Adds a single Feature to the correct typeName entry.voidMemoryDataStore. addFeatures(SimpleFeature... features)Configures MemoryDataStore with feature array.Method parameters in org.geotools.data.memory with type arguments of type SimpleFeature Modifier and Type Method Description booleanMemoryFeatureCollection. addAll(Collection<? extends SimpleFeature> c)voidMemoryDataStore. addFeatures(FeatureReader<SimpleFeatureType,SimpleFeature> reader)Configures MemoryDataStore with FeatureReader.voidMemoryDataStore. addFeatures(FeatureCollection<SimpleFeatureType,SimpleFeature> collection)Constructors in org.geotools.data.memory with parameters of type SimpleFeature Constructor Description MemoryDataStore(SimpleFeature... array)Constructor parameters in org.geotools.data.memory with type arguments of type SimpleFeature Constructor Description MemoryDataStore(FeatureReader<SimpleFeatureType,SimpleFeature> reader)MemoryDataStore(FeatureCollection<SimpleFeatureType,SimpleFeature> collection)
- 
Uses of SimpleFeature in org.geotools.data.mongodbClasses in org.geotools.data.mongodb that implement SimpleFeature Modifier and Type Class Description classMongoDBObjectFeatureclassMongoFeatureMethods in org.geotools.data.mongodb that return SimpleFeature Modifier and Type Method Description SimpleFeatureAbstractCollectionMapper. buildFeature(DBObject rootDBO, SimpleFeatureType featureType)SimpleFeatureCollectionMapper. buildFeature(DBObject obj, SimpleFeatureType featureType)SimpleFeatureMongoFeatureReader. next()SimpleFeatureMongoFeatureWriter. next()Methods in org.geotools.data.mongodb that return types with arguments of type SimpleFeature Modifier and Type Method Description FeatureWriter<SimpleFeatureType,SimpleFeature>MongoDataStore. 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.propertyMethods in org.geotools.data.property that return SimpleFeature Modifier and Type Method Description SimpleFeaturePropertyFeatureReader. next()Grab the next feature from the property file.SimpleFeaturePropertyFeatureWriter. next()Methods in org.geotools.data.property that return types with arguments of type SimpleFeature Modifier and Type Method Description protected 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.shapefileMethods in org.geotools.data.shapefile that return types with arguments of type SimpleFeature Modifier and Type Method Description FeatureReader<SimpleFeatureType,SimpleFeature>ShapefileDataStore. getFeatureReader()FeatureWriter<SimpleFeatureType,SimpleFeature>ShapefileDataStore. getFeatureWriter(Transaction transaction)FeatureWriter<SimpleFeatureType,SimpleFeature>ShapefileDataStore. getFeatureWriter(Filter filter, Transaction transaction)FeatureWriter<SimpleFeatureType,SimpleFeature>ShapefileDataStore. getFeatureWriterAppend(Transaction transaction)
- 
Uses of SimpleFeature in org.geotools.data.sortMethods in org.geotools.data.sort that return SimpleFeature Modifier and Type Method Description SimpleFeatureSortedFeatureIterator. next()SimpleFeatureSortedFeatureReader. next()SimpleFeatureSimpleFeatureIO. read()Reads the next feature form the fileMethods in org.geotools.data.sort that return types with arguments of type SimpleFeature Modifier and Type Method Description static 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 SimpleFeature Modifier and Type Method Description voidSimpleFeatureIO. write(SimpleFeature sf)Writes the feature to the file
- 
Uses of SimpleFeature in org.geotools.data.storeFields in org.geotools.data.store with type parameters of type SimpleFeature Modifier and Type Field Description protected FeatureReader<SimpleFeatureType,SimpleFeature>DiffContentFeatureWriter. readerMethods in org.geotools.data.store that return SimpleFeature Modifier and Type Method Description SimpleFeatureContentFeatureCollection.WrappingFeatureIterator. next()SimpleFeatureDiffContentFeatureWriter. next()Next Feature from reader or new content.SimpleFeatureEventContentFeatureWriter. next()Next Feature from reader or new content.SimpleFeatureNoContentIterator. next()SimpleFeatureReprojectingFeatureIterator. next()SimpleFeatureReprojectingIterator. next()SimpleFeatureReTypingFeatureIterator. next()Methods in org.geotools.data.store that return types with arguments of type SimpleFeature Modifier and Type Method Description FeatureWriter<SimpleFeatureType,SimpleFeature>DiffTransactionState. diffWriter(ContentFeatureStore contentFeatureStore, FeatureReader<SimpleFeatureType,SimpleFeature> reader)Provides a wrapper on the provided reader which gives a diff writer.Iterator<SimpleFeature>ReprojectingIterator. getDelegate()FeatureReader<SimpleFeatureType,SimpleFeature>ContentDataStore. getFeatureReader(Query query, Transaction tx)Returns a feature reader for the specified query and transaction.FeatureReader<SimpleFeatureType,SimpleFeature>DecoratingDataStore. getFeatureReader(Query query, Transaction transaction)FeatureWriter<SimpleFeatureType,SimpleFeature>ContentDataStore. getFeatureWriter(String typeName, Transaction tx)Returns a feature writer for the specified type name and transaction.FeatureWriter<SimpleFeatureType,SimpleFeature>ContentDataStore. getFeatureWriter(String typeName, Filter filter, Transaction tx)Returns a feature writer for the specified query and transaction.FeatureWriter<SimpleFeatureType,SimpleFeature>DecoratingDataStore. getFeatureWriter(String typeName, Transaction transaction)FeatureWriter<SimpleFeatureType,SimpleFeature>DecoratingDataStore. getFeatureWriter(String typeName, Filter filter, Transaction transaction)FeatureWriter<SimpleFeatureType,SimpleFeature>ContentDataStore. getFeatureWriterAppend(String typeName, Transaction tx)Returns an appending feature writer for the specified type name and transaction.FeatureWriter<SimpleFeatureType,SimpleFeature>DecoratingDataStore. getFeatureWriterAppend(String typeName, Transaction transaction)FeatureReader<SimpleFeatureType,SimpleFeature>ContentFeatureSource. getReader()Returns a feature reader for all features.FeatureReader<SimpleFeatureType,SimpleFeature>ContentFeatureSource. getReader(Query query)Returns a reader for the features specified by a query.FeatureReader<SimpleFeatureType,SimpleFeature>ContentFeatureSource. getReader(Filter filter)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.FeatureWriter<SimpleFeatureType,SimpleFeature>ContentFeatureStore. getWriter(Query query)Returns a writer over features specified by a query.FeatureWriter<SimpleFeatureType,SimpleFeature>ContentFeatureStore. getWriter(Query query, int flags)Returns a writer over features specified by a query.FeatureWriter<SimpleFeatureType,SimpleFeature>ContentFeatureStore. getWriter(Filter filter)Returns a writer over features specified by a filter.FeatureWriter<SimpleFeatureType,SimpleFeature>ContentFeatureStore. getWriter(Filter filter, int flags)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.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()FeatureReader<SimpleFeatureType,SimpleFeature>DataFeatureCollection. reader()FeatureReader<SimpleFeatureType,SimpleFeature>ReprojectingFeatureCollection. reader()FeatureReader<SimpleFeatureType,SimpleFeature>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 SimpleFeature Modifier and Type Method Description booleanDataFeatureCollection. add(SimpleFeature arg0)booleanEmptyFeatureCollection. add(SimpleFeature object)booleanReprojectingFeatureCollection. add(SimpleFeature o)protected voidContentFeatureSource. doLockInternal(String typeName, SimpleFeature feature)This method must be implemented overridden when native locking is indicated byContentFeatureSource.canLock().protected voidContentFeatureSource. doUnlockInternal(String typeName, SimpleFeature feature)This method must be implemented overridden when native locking is indicated byContentFeatureSource.canLock().protected voidDataFeatureCollection. fireChange(SimpleFeature[] features, int type)To let listeners know that something has changed.protected voidDataFeatureCollection. fireChange(SimpleFeature feature, int type)Method parameters in org.geotools.data.store with type arguments of type SimpleFeature Modifier and Type Method Description List<FeatureId>ContentFeatureStore. addFeatures(FeatureCollection<SimpleFeatureType,SimpleFeature> featureCollection)Adds a collection of features to the store.voidDataFeatureCollection. close(Iterator<SimpleFeature> close)voidDataFeatureCollection. close(FeatureIterator<SimpleFeature> iterator)protected voidDataFeatureCollection. closeIterator(Iterator<SimpleFeature> close)FeatureWriter<SimpleFeatureType,SimpleFeature>DiffTransactionState. diffWriter(ContentFeatureStore contentFeatureStore, FeatureReader<SimpleFeatureType,SimpleFeature> reader)Provides a wrapper on the provided reader which gives a diff writer.voidContentFeatureStore. setFeatures(FeatureReader<SimpleFeatureType,SimpleFeature> reader)Sets the feature of the source.
- 
Uses of SimpleFeature in org.geotools.data.transformMethods in org.geotools.data.transform that return types with arguments of type SimpleFeature Modifier and Type Method Description DataAccess<SimpleFeatureType,SimpleFeature>TransformFeatureSource. getDataStore()FeatureReader<SimpleFeatureType,SimpleFeature>SingleFeatureSourceDataStore. getFeatureReader(Query query, Transaction transaction)FeatureWriter<SimpleFeatureType,SimpleFeature>SingleFeatureSourceDataStore. getFeatureWriter(String typeName, Transaction transaction)FeatureWriter<SimpleFeatureType,SimpleFeature>SingleFeatureSourceDataStore. getFeatureWriter(String typeName, Filter filter, Transaction transaction)FeatureWriter<SimpleFeatureType,SimpleFeature>SingleFeatureSourceDataStore. getFeatureWriterAppend(String typeName, Transaction transaction)Methods in org.geotools.data.transform with parameters of type SimpleFeature Modifier and Type Method Description AttributeDescriptorDefinition. getAttributeDescriptor(SimpleFeature originalFeature)Computes the output attribute descriptor for thisDefinitiongiven a sample feature of the original feature type.Method parameters in org.geotools.data.transform with type arguments of type SimpleFeature Modifier and Type Method Description List<FeatureId>TransformFeatureStore. addFeatures(FeatureCollection<SimpleFeatureType,SimpleFeature> collection)voidTransformFeatureStore. setFeatures(FeatureReader<SimpleFeatureType,SimpleFeature> reader)
- 
Uses of SimpleFeature in org.geotools.data.vpfMethods in org.geotools.data.vpf that return SimpleFeature Modifier and Type Method Description SimpleFeatureVPFFeatureReader. next()SimpleFeatureVPFFeatureClass. readNext(SimpleFeatureType featureType)Methods in org.geotools.data.vpf that return types with arguments of type SimpleFeature Modifier and Type Method Description protected FeatureReader<SimpleFeatureType,SimpleFeature>VPFCovFeatureSource. getReaderInternal(Query query)protected FeatureReader<SimpleFeatureType,SimpleFeature>VPFLibFeatureSource. getReaderInternal(Query query)List<SimpleFeature>VPFFeatureClass. readAllRows(SimpleFeatureType featureType)List<SimpleFeature>VPFFeatureType. readAllRows()Methods in org.geotools.data.vpf with parameters of type SimpleFeature Modifier and Type Method Description static voidVPFFeatureType. debugFeature(SimpleFeature feature)Constructors in org.geotools.data.vpf with parameters of type SimpleFeature Constructor Description VPFCoverage(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.fileMethods in org.geotools.data.vpf.file that return SimpleFeature Modifier and Type Method Description SimpleFeatureVPFFile. getRowFromId(String idName, int id)Returns a row with a matching value for the provided columnSimpleFeatureVPFFile. getRowFromId0(String idName, int id)SimpleFeatureVPFFileFeatureReader. next()SimpleFeatureVPFFile. readFeature()Retrieves a feature from the fileMethods in org.geotools.data.vpf.file that return types with arguments of type SimpleFeature Modifier and Type Method Description protected FeatureReader<SimpleFeatureType,SimpleFeature>VPFFileFeatureSource. getReaderInternal(Query query)AbstractList<SimpleFeature>VPFFile. readAllRows()Generates a list containing all of the features in the file
- 
Uses of SimpleFeature in org.geotools.data.vpf.readersMethods in org.geotools.data.vpf.readers with parameters of type SimpleFeature Modifier and Type Method Description GeometryAreaGeometryFactory. buildGeometry(VPFFeatureClass featureClass, SimpleFeature values)GeometryConnectedNodeGeometryFactory. buildGeometry(VPFFeatureClass featureClass, SimpleFeature values)GeometryEntityNodeGeometryFactory. buildGeometry(VPFFeatureClass featureClass, SimpleFeature values)GeometryLineGeometryFactory. buildGeometry(VPFFeatureClass featureClass, SimpleFeature values)GeometryTextGeometryFactory. buildGeometry(VPFFeatureClass featureClass, SimpleFeature values)abstract GeometryVPFGeometryFactory. buildGeometry(VPFFeatureClass featureClass, SimpleFeature values)voidAreaGeometryFactory. createGeometry(VPFFeatureType featureType, SimpleFeature values)voidConnectedNodeGeometryFactory. createGeometry(VPFFeatureType featureType, SimpleFeature values)voidEntityNodeGeometryFactory. createGeometry(VPFFeatureType featureType, SimpleFeature values)voidLineGeometryFactory. createGeometry(VPFFeatureType featureType, SimpleFeature values)voidTextGeometryFactory. createGeometry(VPFFeatureType featureType, SimpleFeature values)abstract voidVPFGeometryFactory. 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.wfsMethods in org.geotools.data.wfs that return SimpleFeature Modifier and Type Method Description SimpleFeatureWFSFeatureWriter. next()Methods in org.geotools.data.wfs with parameters of type SimpleFeature Modifier and Type Method Description voidWFSDiff. modify(String fid, SimpleFeature f)Method parameters in org.geotools.data.wfs with type arguments of type SimpleFeature Modifier and Type Method Description ReferencedEnvelopeWFSDiff. 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 SimpleFeature Constructor Description WFSFeatureWriter(WFSFeatureStore store, WFSLocalTransactionState localSate, FeatureReader<SimpleFeatureType,SimpleFeature> reader, boolean autoCommit)
- 
Uses of SimpleFeature in org.geotools.data.wfs.internalMethods in org.geotools.data.wfs.internal that return types with arguments of type SimpleFeature Modifier and Type Method Description GetParser<SimpleFeature>GetFeatureResponse. getFeatures()GetParser<SimpleFeature>GetFeatureResponse. getFeatures(GeometryFactory geometryFactory)List<SimpleFeature>TransactionRequest.Insert. getFeatures()GetParser<SimpleFeature>GetFeatureResponse. getSimpleFeatures(GeometryFactory geometryFactory)Methods in org.geotools.data.wfs.internal with parameters of type SimpleFeature Modifier and Type Method Description voidTransactionRequest.Insert. add(SimpleFeature feature)Constructor parameters in org.geotools.data.wfs.internal with type arguments of type SimpleFeature Constructor Description GetFeatureResponse(WFSRequest originatingRequest, HTTPResponse httpResponse, GetParser<SimpleFeature> features)
- 
Uses of SimpleFeature in org.geotools.data.wfs.internal.parsersMethods in org.geotools.data.wfs.internal.parsers that return SimpleFeature Modifier and Type Method Description SimpleFeaturePullParserFeatureReader. parse()SimpleFeatureXmlSimpleFeatureParser. parse()Methods in org.geotools.data.wfs.internal.parsers that return types with arguments of type SimpleFeature Modifier and Type Method Description protected 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.featureClasses in org.geotools.feature that implement SimpleFeature Modifier and Type Class Description classDecoratingFeatureBase class for feature decorators.Fields in org.geotools.feature declared as SimpleFeature Modifier and Type Field Description protected SimpleFeatureDecoratingFeature. delegateMethods in org.geotools.feature that return SimpleFeature Modifier and Type Method Description SimpleFeatureAbstractFeatureFactoryImpl. createSimpleFeature(Object[] array, SimpleFeatureType type, String id)SimpleFeatureAbstractFeatureFactoryImpl. createSimpleFeautre(Object[] array, AttributeDescriptor descriptor, String id)SimpleFeatureFeatureIndex. findFirst(Object key)Find the first Feature using the given key.SimpleFeature[]CollectionEvent. getFeatures()Getter for property features.static SimpleFeatureFeatureTypes. 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 SimpleFeature Modifier and Type Method Description Iterator<SimpleFeature>DefaultFeatureCollection. iterator()Returns an iterator over the elements in this collection.FeatureReader<SimpleFeatureType,SimpleFeature>DefaultFeatureCollection. reader()Methods in org.geotools.feature with parameters of type SimpleFeature Modifier and Type Method Description booleanDefaultFeatureCollection. add(SimpleFeature o)Ensures that this collection contains the specified element (optional operation).protected booleanDefaultFeatureCollection. add(SimpleFeature feature, boolean fire)static SimpleFeatureFeatureTypes. transform(SimpleFeature feature, SimpleFeatureType schema, MathTransform transform)Applies transform to all geometry attribute.Method parameters in org.geotools.feature with type arguments of type SimpleFeature Modifier and Type Method Description booleanDefaultFeatureCollection. addAll(Collection<? extends SimpleFeature> collection)Adds all of the elements in the specified collection to this collection (optional operation).voidDefaultFeatureCollection. close(FeatureIterator<SimpleFeature> close)Constructors in org.geotools.feature with parameters of type SimpleFeature Constructor Description CollectionEvent(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 SimpleFeature Constructor Description DefaultFeatureCollection(FeatureCollection<SimpleFeatureType,SimpleFeature> collection)Used to stage content in memory.
- 
Uses of SimpleFeature in org.geotools.feature.collectionFields in org.geotools.feature.collection declared as SimpleFeature Modifier and Type Field Description protected SimpleFeatureClippedFeatureIterator. nextMethods in org.geotools.feature.collection that return SimpleFeature Modifier and Type Method Description SimpleFeatureSubFeatureList. get(int position)item at the specified index.SimpleFeatureRandomFeatureAccess. getFeatureMember(String id)Access Feature content by feature id.SimpleFeatureSubFeatureList. getFeatureMember(String id)SimpleFeatureClippedFeatureIterator. next()SimpleFeatureClippingFeatureIterator. next()SimpleFeatureMaxFeaturesSimpleFeatureIterator. next()SimpleFeatureRandomFeatureAccess. removeFeatureMember(String id)Optional MethodSimpleFeatureSubFeatureList. removeFeatureMember(String id)Methods in org.geotools.feature.collection that return types with arguments of type SimpleFeature Modifier and Type Method Description Iterator<SimpleFeature>AbstractFeatureCollection. iterator()Provides acess toAbstractFeatureCollection.openIterator()used to traverse collection contents.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 ).Iterator<SimpleFeature>SubFeatureList. openIterator()Returns a quick iterator that uses get and size methods.FeatureReader<SimpleFeatureType,SimpleFeature>FilteringSimpleFeatureCollection. reader()Methods in org.geotools.feature.collection with parameters of type SimpleFeature Modifier and Type Method Description intSubFeatureList. indexOf(SimpleFeature feature)intSubFeatureList. lastIndexOf(SimpleFeature feature)protected booleanClippedFeatureIterator. prepareBuilderForNextFeature(SimpleFeature f)Method parameters in org.geotools.feature.collection with type arguments of type SimpleFeature Modifier and Type Method Description voidAdaptorFeatureCollection. close(Iterator<SimpleFeature> close)Clean up after any resources assocaited with this iteartor in a manner similar to JDO collections.voidAdaptorFeatureCollection. close(FeatureIterator<SimpleFeature> close)protected abstract voidAdaptorFeatureCollection. 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 SimpleFeature Constructor Description DecoratingSimpleFeatureCollection(FeatureCollection<SimpleFeatureType,SimpleFeature> delegate)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.simpleClasses in org.geotools.feature.simple that implement SimpleFeature Modifier and Type Class Description classSimpleFeatureImplAn implementation ofSimpleFeaturegeared towards speed and backed by an Object[].Methods in org.geotools.feature.simple that return SimpleFeature Modifier and Type Method Description static SimpleFeatureSimpleFeatureBuilder. build(SimpleFeatureType type, Object[] values, String id)Static method to build a new feature.static SimpleFeatureSimpleFeatureBuilder. build(SimpleFeatureType type, List<Object> values, String id)Static method to build a new feature.SimpleFeatureSimpleFeatureBuilder. buildFeature(String id)Builds the feature.SimpleFeatureSimpleFeatureBuilder. buildFeature(String id, Object... values)Quickly builds the feature using the specified values and idstatic SimpleFeatureSimpleFeatureBuilder. copy(SimpleFeature original)Copy an existing feature (the values are reused so be careful with mutable values).static SimpleFeatureSimpleFeatureBuilder. deep(SimpleFeature original)Perform a "deep copy" an existing feature resuling in a duplicate of any geometry attributes.static SimpleFeatureSimpleFeatureBuilder. retype(SimpleFeature feature, SimpleFeatureType featureType)Copies an existing feature, retyping it in the process.static SimpleFeatureSimpleFeatureBuilder. retype(SimpleFeature feature, SimpleFeatureBuilder builder)Copies an existing feature, retyping it in the process.static SimpleFeatureSimpleFeatureBuilder. 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 SimpleFeature Modifier and Type Method Description static SimpleFeatureSimpleFeatureBuilder. copy(SimpleFeature original)Copy an existing feature (the values are reused so be careful with mutable values).static SimpleFeatureSimpleFeatureBuilder. deep(SimpleFeature original)Perform a "deep copy" an existing feature resuling in a duplicate of any geometry attributes.SimpleFeatureBuilderSimpleFeatureBuilder. featureUserData(SimpleFeature source)Sets the feature wide user data copying them from the template feature providedvoidSimpleFeatureBuilder. init(SimpleFeature feature)Initialize the builder with the provided feature.static SimpleFeatureSimpleFeatureBuilder. retype(SimpleFeature feature, SimpleFeatureType featureType)Copies an existing feature, retyping it in the process.static SimpleFeatureSimpleFeatureBuilder. retype(SimpleFeature feature, SimpleFeatureBuilder builder)Copies an existing feature, retyping it in the process.
- 
Uses of SimpleFeature in org.geotools.feature.visitorMethods in org.geotools.feature.visitor with parameters of type SimpleFeature Modifier and Type Method Description voidAverageVisitor. visit(SimpleFeature feature)voidCountVisitor. visit(SimpleFeature feature)voidEqualAreaListVisitor. visit(SimpleFeature feature)voidMaxVisitor. visit(SimpleFeature feature)Visitor function, which looks at each feature and finds the maximum.voidMedianVisitor. visit(SimpleFeature feature)voidMinVisitor. visit(SimpleFeature feature)Visitor function, which looks at each feature and finds the minimum.voidQuantileListVisitor. visit(SimpleFeature feature)voidStandardDeviationVisitor. visit(SimpleFeature feature)voidSumAreaVisitor. visit(SimpleFeature feature)voidSumVisitor. visit(SimpleFeature feature)voidUniqueVisitor. visit(SimpleFeature feature)
- 
Uses of SimpleFeature in org.geotools.filterMethods in org.geotools.filter with parameters of type SimpleFeature Modifier and Type Method Description booleanFilterAbstract. accepts(SimpleFeature feature)Straight call throught to: evaulate( feature )
- 
Uses of SimpleFeature in org.geotools.filter.functionMethods in org.geotools.filter.function with parameters of type SimpleFeature Modifier and Type Method Description ObjectPropertyExistsFunction. evaluate(SimpleFeature feature)
- 
Uses of SimpleFeature in org.geotools.filter.spatialMethods in org.geotools.filter.spatial with parameters of type SimpleFeature Modifier and Type Method Description booleanBBOX3DImpl. contains(SimpleFeature feature)booleanBBOX3DImpl. evaluate(SimpleFeature feature)
- 
Uses of SimpleFeature in org.geotools.gce.imagemosaicMethods in org.geotools.gce.imagemosaic that return SimpleFeature Modifier and Type Method Description SimpleFeatureGranuleDescriptor. getOriginator()Methods in org.geotools.gce.imagemosaic with parameters of type SimpleFeature Modifier and Type Method Description booleanImageMosaicFileFeatureConsumer. checkElement(SimpleFeature feature, ImageMosaicWalker provider)booleanImageMosaicURIFeatureConsumer. checkElement(SimpleFeature feature, ImageMosaicWalker walker)booleanImageMosaicURLFeatureConsumer. checkElement(SimpleFeature feature, ImageMosaicWalker walker)static ObjectUtils. getAttribute(SimpleFeature feature, String attribute)voidImageMosaicFileFeatureConsumer. handleElement(SimpleFeature feature, ImageMosaicWalker provider)voidImageMosaicURIFeatureConsumer. handleElement(SimpleFeature feature, ImageMosaicWalker walker)voidImageMosaicURLFeatureConsumer. handleElement(SimpleFeature feature, ImageMosaicWalker walker)Constructors in org.geotools.gce.imagemosaic with parameters of type SimpleFeature Constructor Description GranuleDescriptor(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 theGranuleDescriptorassuming 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.catalogMethods in org.geotools.gce.imagemosaic.catalog with parameters of type SimpleFeature Modifier and Type Method Description voidGranuleCatalog. addGranule(String typeName, SimpleFeature granule, Transaction transaction)voidLockingGranuleCatalog. addGranule(String typeName, SimpleFeature granule, Transaction transaction)voidQueryCacheGranuleCatalog. addGranule(String typeName, SimpleFeature granule, Transaction transaction)List<File>GranuleCatalog. getFootprintFiles(SimpleFeature sf)Returns the list of footprint files for the given granuleList<File>LockingGranuleCatalog. getFootprintFiles(SimpleFeature sf)List<File>MultiLevelROIGeometryOverviewsProvider. getFootprintFiles(SimpleFeature feature)protected GranuleDescriptorCachingDataStoreGranuleCatalog. getGranuleDescriptor(CatalogConfigurationBean configuration, SimpleFeature sf)protected MultiLevelROIGranuleCatalog. getGranuleFootprint(SimpleFeature sf)Returns the footprint for the given granule.MultiLevelROILockingGranuleCatalog. getGranuleFootprint(SimpleFeature sf)MultiLevelROIMultiLevelROIGeometryOverviewsProvider. getMultiScaleROI(SimpleFeature sf)MultiLevelROIMultiLevelROIRasterProvider. getMultiScaleROI(SimpleFeature sf)voidGranuleCatalogVisitor. 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 SimpleFeature Modifier and Type Method Description abstract voidGranuleCatalog. addGranules(String typeName, Collection<SimpleFeature> granules, Transaction transaction)voidLockingGranuleCatalog. addGranules(String typeName, Collection<SimpleFeature> granules, Transaction transaction)voidQueryCacheGranuleCatalog. addGranules(String typeName, Collection<SimpleFeature> granules, Transaction transaction)
- 
Uses of SimpleFeature in org.geotools.gce.imagemosaic.catalog.oracleMethods in org.geotools.gce.imagemosaic.catalog.oracle that return types with arguments of type SimpleFeature Modifier and Type Method Description DataAccess<SimpleFeatureType,SimpleFeature>OracleTransformFeatureStore. getDataStore()FeatureReader<SimpleFeatureType,SimpleFeature>DataStoreWrapper. getFeatureReader(Query query, Transaction transaction)FeatureWriter<SimpleFeatureType,SimpleFeature>DataStoreWrapper. getFeatureWriter(String typeName, Transaction transaction)FeatureWriter<SimpleFeatureType,SimpleFeature>DataStoreWrapper. getFeatureWriter(String typeName, Filter filter, Transaction transaction)FeatureWriter<SimpleFeatureType,SimpleFeature>DataStoreWrapper. getFeatureWriterAppend(String typeName, Transaction transaction)
- 
Uses of SimpleFeature in org.geotools.gce.imagemosaic.catalog.postgisMethods in org.geotools.gce.imagemosaic.catalog.postgis that return types with arguments of type SimpleFeature Modifier and Type Method Description DataAccess<SimpleFeatureType,SimpleFeature>PostgisTransformFeatureStore. getDataStore()
- 
Uses of SimpleFeature in org.geotools.gce.imagemosaic.catalog.sqlserverMethods in org.geotools.gce.imagemosaic.catalog.sqlserver that return types with arguments of type SimpleFeature Modifier and Type Method Description DataAccess<SimpleFeatureType,SimpleFeature>SQLServerTransformFeatureStore. getDataStore()
- 
Uses of SimpleFeature in org.geotools.gce.imagemosaic.granulehandlerMethods in org.geotools.gce.imagemosaic.granulehandler with parameters of type SimpleFeature Modifier and Type Method Description voidDefaultGranuleHandler. handleGranule(Object source, GridCoverage2DReader inputReader, SimpleFeature targetFeature, SimpleFeatureType targetFeatureType, SimpleFeature feature, SimpleFeatureType inputFeatureType, MosaicConfigurationBean mosaicConfiguration)voidGranuleHandler. 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.voidReprojectingGranuleHandler. handleGranule(Object source, GridCoverage2DReader inputReader, SimpleFeature targetFeature, SimpleFeatureType targetFeatureType, SimpleFeature inputFeature, SimpleFeatureType inputFeatureType, MosaicConfigurationBean mosaicConfiguration)default voidGranuleHandler. handleStructuredGranule(Object source, GridCoverage2DReader inputReader, SimpleFeature targetFeature, SimpleFeatureType targetFeatureType, SimpleFeature inputFeature, SimpleFeatureType inputFeatureType, MosaicConfigurationBean mosaicConfiguration)
- 
Uses of SimpleFeature in org.geotools.gce.imagemosaic.propertiesMethods in org.geotools.gce.imagemosaic.properties with parameters of type SimpleFeature Modifier and Type Method Description voidCRSExtractor. setProperties(SimpleFeature feature)abstract voidPropertiesCollector. setProperties(SimpleFeature feature)
- 
Uses of SimpleFeature in org.geotools.geojson.featureMethods in org.geotools.geojson.feature that return SimpleFeature Modifier and Type Method Description SimpleFeatureFeatureCollectionHandler. getValue()SimpleFeatureFeatureHandler. getValue()SimpleFeatureFeatureJSON. readFeature(InputStream input)Reads a feature from GeoJSON.SimpleFeatureFeatureJSON. readFeature(Object input)Reads a feature from GeoJSON.Methods in org.geotools.geojson.feature that return types with arguments of type SimpleFeature Modifier and Type Method Description FeatureIterator<SimpleFeature>FeatureJSON. 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 SimpleFeature Modifier and Type Method Description StringFeatureJSON. toString(SimpleFeature feature)Writes a feature as GeoJSON returning the result as a string.voidFeatureJSON. writeFeature(SimpleFeature feature, OutputStream output)Writes a feature as GeoJSON.voidFeatureJSON. writeFeature(SimpleFeature feature, Object output)Writes a feature as GeoJSON.
- 
Uses of SimpleFeature in org.geotools.gmlMethods in org.geotools.gml with parameters of type SimpleFeature Modifier and Type Method Description voidGMLHandlerFeature. feature(SimpleFeature feature)Receives OGC simple feature from parent.voidGMLReceiver. feature(SimpleFeature feature)Receives an OGC feature and adds it into the collection
- 
Uses of SimpleFeature in org.geotools.gml.producerMethod parameters in org.geotools.gml.producer with type arguments of type SimpleFeature Modifier and Type Method Description voidFeatureTransformer.FeatureTranslator. handleFeatureReader(FeatureReader<SimpleFeatureType,SimpleFeature> reader)
- 
Uses of SimpleFeature in org.geotools.gml2.bindingsMethods in org.geotools.gml2.bindings that return SimpleFeature Modifier and Type Method Description static SimpleFeatureGML2ParsingUtils. feature(SimpleFeatureType fType, String fid, Node node)static SimpleFeatureGML2ParsingUtils. 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.simpleMethods in org.geotools.gml2.simple with parameters of type SimpleFeature Modifier and Type Method Description ListGML2FeatureCollectionEncoderDelegate.GML2Delegate. getFeatureProperties(SimpleFeature f, XSDElementDeclaration element, Encoder e)ListGMLDelegate. 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.bindingsMethods in org.geotools.gml3.bindings that return SimpleFeature Modifier and Type Method Description static SimpleFeatureGML3ParsingUtils. 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.simpleMethods in org.geotools.gml3.simple with parameters of type SimpleFeature Modifier and Type Method Description ListGML32FeatureCollectionEncoderDelegate.GML32Delegate. getFeatureProperties(SimpleFeature f, XSDElementDeclaration element, Encoder e)
- 
Uses of SimpleFeature in org.geotools.gml4wcs.bindingsMethods in org.geotools.gml4wcs.bindings that return SimpleFeature Modifier and Type Method Description static SimpleFeatureGML3ParsingUtils. 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.delaunayMethods in org.geotools.graph.util.delaunay that return SimpleFeature Modifier and Type Method Description SimpleFeatureDelaunayNode. getFeature()Methods in org.geotools.graph.util.delaunay with parameters of type SimpleFeature Modifier and Type Method Description voidDelaunayNode. setFeature(SimpleFeature f)
- 
Uses of SimpleFeature in org.geotools.jdbcClasses in org.geotools.jdbc that implement SimpleFeature Modifier and Type Class Description protected classJDBCFeatureReader.ResultSetFeatureFeature wrapper around a result set.Methods in org.geotools.jdbc that return SimpleFeature Modifier and Type Method Description SimpleFeatureJDBCClosingFeatureReader. next()SimpleFeatureJDBCClosingFeatureWriter. next()SimpleFeatureJDBCFeatureReader. next()SimpleFeatureJDBCInsertFeatureWriter. next()SimpleFeatureJDBCJoiningFeatureReader. next()SimpleFeatureJDBCJoiningFilteringFeatureReader. next()SimpleFeatureJDBCUpdateFeatureWriter. next()SimpleFeatureJDBCUpdateInsertFeatureWriter. next()protected SimpleFeatureJDBCFeatureReader. readNextFeature()Methods in org.geotools.jdbc that return types with arguments of type SimpleFeature Modifier and Type Method Description FeatureReader<SimpleFeatureType,SimpleFeature>JDBCClosingFeatureReader. getDelegate()FeatureReader<SimpleFeatureType,SimpleFeature>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 SimpleFeature Modifier and Type Method Description protected voidJDBCDataStore. insert(SimpleFeature feature, SimpleFeatureType featureType, Connection cx)Inserts a new feature into the database for a particular feature type / table.protected StringJDBCDataStore. 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 SimpleFeature Modifier and Type Method Description protected voidJDBCDataStore. 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 SimpleFeature Constructor Description JDBCClosingFeatureReader(FeatureReader<SimpleFeatureType,SimpleFeature> reader)JDBCJoiningFilteringFeatureReader(FeatureReader<SimpleFeatureType,SimpleFeature> delegate, JoinInfo join)
- 
Uses of SimpleFeature in org.geotools.map.legendMethods in org.geotools.map.legend that return SimpleFeature Modifier and Type Method Description SimpleFeatureDrawer. feature(Geometry geom)Just a convinient method to create feature from geometry.SimpleFeatureDrawer. feature(LineString line)Simple Feature with a default geometry and no attribtues.SimpleFeatureDrawer. feature(MultiLineString multilinestring)Simple Feature with a default geometry and no attribtues.SimpleFeatureDrawer. feature(MultiPoint multipoint)Simple Feature with a default geometry and no attribtues.SimpleFeatureDrawer. feature(MultiPolygon multipolygon)Simple Feature with a default geometry and no attribtues.SimpleFeatureDrawer. feature(Point point)Simple feature with one attribute called "point".SimpleFeatureDrawer. feature(Polygon polygon)Simple Feature with a default geometry and no attribtues.Methods in org.geotools.map.legend with parameters of type SimpleFeature Modifier and Type Method Description voidDrawer. drawDirect(BufferedImage bi, SimpleFeature feature, Rule rule)voidDrawer. drawDirect(BufferedImage bi, SimpleFeature feature, Style style)Used to draw a freature directly onto the provided image.voidDrawer. drawFeature(BufferedImage bi, SimpleFeature feature, AffineTransform worldToScreenTransform)voidDrawer. drawFeature(BufferedImage bi, SimpleFeature feature, AffineTransform worldToScreenTransform, boolean drawVertices, MathTransform mt)voidDrawer. drawFeature(BufferedImage bi, SimpleFeature feature, AffineTransform worldToScreenTransform, boolean drawVertices, Symbolizer[] symbs, MathTransform mt)voidDrawer. drawFeature(BufferedImage bi, SimpleFeature feature, AffineTransform worldToScreenTransform, boolean drawVertices, Symbolizer symbolizer, MathTransform mathTransform, LiteShape shape)voidDrawer. drawFeature(BufferedImage bi, SimpleFeature feature, AffineTransform worldToScreenTransform, Style style)voidDrawer. drawFeature(BufferedImage bi, SimpleFeature feature, Style style, AffineTransform worldToScreenTransform)static Symbolizer[]Drawer. getSymbolizers(SimpleFeature feature)
- 
Uses of SimpleFeature in org.geotools.process.featureMethods in org.geotools.process.feature with parameters of type SimpleFeature Modifier and Type Method Description protected abstract voidAbstractFeatureCollectionProcess. processFeature(SimpleFeature feature, Map<String,Object> input)Performs an operation on a single feature in the collection.
- 
Uses of SimpleFeature in org.geotools.process.gsMethods in org.geotools.process.gs that return SimpleFeature Modifier and Type Method Description SimpleFeatureWrappingIterator. next()
- 
Uses of SimpleFeature in org.geotools.process.rasterMethod parameters in org.geotools.process.raster with type arguments of type SimpleFeature Modifier and Type Method Description List<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.vectorMethods in org.geotools.process.vector with parameters of type SimpleFeature Modifier and Type Method Description protected voidVectorToRasterProcess. 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.rendererMethods in org.geotools.renderer with parameters of type SimpleFeature Modifier and Type Method Description voidRenderListener. featureRenderer(SimpleFeature feature)Reports that a specific feature has been rendered.
- 
Uses of SimpleFeature in org.geotools.renderer.liteMethods in org.geotools.renderer.lite that return types with arguments of type SimpleFeature Modifier and Type Method Description FeatureReader<SimpleFeatureType,SimpleFeature>IndexedFeatureResults. reader()FeatureReader<SimpleFeatureType,SimpleFeature>IndexedFeatureResults. reader(Envelope envelope)
- 
Uses of SimpleFeature in org.geotools.renderer.styleFields in org.geotools.renderer.style declared as SimpleFeature Modifier and Type Field Description protected SimpleFeatureDynamicLineStyle2D. featureThe feature that will be styled as a polygonMethods in org.geotools.renderer.style with parameters of type SimpleFeature Modifier and Type Method Description Style2DSLDStyleFactory. createDynamicStyle(SimpleFeature f, Symbolizer symbolizer, Range scaleRange)Creates a rendered styleConstructors in org.geotools.renderer.style with parameters of type SimpleFeature Constructor Description DynamicLineStyle2D(SimpleFeature feature, LineSymbolizer sym)Creates a new instance of DynamicLineStyle2DDynamicPolygonStyle2D(SimpleFeature f, PolygonSymbolizer sym)Creates a new instance of DynamicPolygonStyle2D
- 
Uses of SimpleFeature in org.geotools.stac.storeMethods in org.geotools.stac.store that return SimpleFeature Modifier and Type Method Description SimpleFeatureAssetsMappingReader. next()SimpleFeatureCollectionReader. next()Methods in org.geotools.stac.store that return types with arguments of type SimpleFeature Modifier and Type Method Description protected FeatureReader<SimpleFeatureType,SimpleFeature>STACFeatureSource. getReaderInternal(Query query)
- 
Uses of SimpleFeature in org.geotools.stylingMethods in org.geotools.styling with parameters of type SimpleFeature Modifier and Type Method Description ColorStrokeImpl. getColor(SimpleFeature feature)
- 
Uses of SimpleFeature in org.geotools.swingMethods in org.geotools.swing with parameters of type SimpleFeature Modifier and Type Method Description voidRenderingTask. featureRenderer(SimpleFeature feature)Called by the renderer when each feature is drawn.
- 
Uses of SimpleFeature in org.geotools.vectormosaicMethods in org.geotools.vectormosaic that return types with arguments of type SimpleFeature Modifier and Type Method Description protected FeatureReader<SimpleFeatureType,SimpleFeature>VectorMosaicFeatureSource. getReaderInternal(Query query)Methods in org.geotools.vectormosaic with parameters of type SimpleFeature Modifier and Type Method Description static VectorMosaicGranuleVectorMosaicGranule. fromDelegateFeature(SimpleFeature delegateFeature)
- 
Uses of SimpleFeature in org.geotools.wfsMethods in org.geotools.wfs that return SimpleFeature Modifier and Type Method Description protected SimpleFeatureGML. 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 SimpleFeature Modifier and Type Method Description protected Iterator<SimpleFeature>CompositeFeatureCollection. openIterator()
- 
Uses of SimpleFeature in org.geotools.xml.gmlMethods in org.geotools.xml.gml that return SimpleFeature Modifier and Type Method Description SimpleFeatureGMLComplexTypes.AbstractFeatureType. getFeature(Element element, ElementValue[] value, Attributes attrs, Map<String,Object> hints, SimpleFeatureType ft)SimpleFeatureGMLComplexTypes.FeatureAssociationType. getValue(Element element, ElementValue[] value, Attributes attrs, Map<String,Object> hints)SimpleFeatureFCBuffer. next()SimpleFeatureFCBuffer. peek()Methods in org.geotools.xml.gml that return types with arguments of type SimpleFeature Modifier and Type Method Description static FeatureReader<SimpleFeatureType,SimpleFeature>FCBuffer. 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.static FeatureReader<SimpleFeatureType,SimpleFeature>FCBuffer. getFeatureReader(URI document, int capacity, int timeout)static FeatureReader<SimpleFeatureType,SimpleFeature>FCBuffer. getFeatureReader(URI document, int capacity, int timeout, SimpleFeatureType ft)static FeatureReader<SimpleFeatureType,SimpleFeature>FCBuffer. getFeatureReader(URI document, int capacity, SimpleFeatureType ft)Methods in org.geotools.xml.gml with parameters of type SimpleFeature Modifier and Type Method Description protected booleanFCBuffer. addFeature(SimpleFeature f)Adds a feature to the buffer
 
-