Uses of Interface
org.geotools.api.feature.simple.SimpleFeatureType
Packages that use SimpleFeatureType
Package
Description
Defines the DataStore API via which all data is imported or exported.
Representation a features on a map.
Profile of the general ISO 19107 feature model built around the idea of a simple feature composed of a list of
values.
Feature model ISO 19109 with allowances for usability.
The following package is an implementation of OGC Symbology Encoding 1.1.0 and ISO 19117 : Portrayal
Implementations of FeatureCollection for different purposes.
This package contains the implementation of a ComplexDataStore,
Helper classes for implementing FeatureCollections.
Raster processing support for the GeoTools library.
Vector processing support for the GeoTools library.
A simple renderer implementation.
Styling to be applied on
org.geotools.renderer.geom.Geometry objects at rendering time.Allows for symbolization of geospatial data.
Dialogs to create basic rendering styles.
Generic GeoTools DataStore abstractions for tiled vector data sources.
The package name does not map the prefix name because we feel that this
is a better representation.
-
Uses of SimpleFeatureType in org.geotools.api.data
Methods in org.geotools.api.data that return SimpleFeatureTypeModifier and TypeMethodDescriptionGets the type information (schema) for the specified feature type.FileDataStore.getSchema()FeatureType for the file being read.Methods in org.geotools.api.data that return types with arguments of type SimpleFeatureTypeModifier and TypeMethodDescriptionDataStore.getFeatureReader(Query query, Transaction transaction) Gets aFeatureReaderfor features selected by the givenQuery.FileDataStore.getFeatureReader()DataStore.getFeatureWriter(String typeName, Transaction transaction) Gets aFeatureWriterto modify features in thisDataStore.DataStore.getFeatureWriter(String typeName, Filter filter, Transaction transaction) Gets aFeatureWriterto modify features in thisDataStore.FileDataStore.getFeatureWriter(Transaction transaction) FileDataStore.getFeatureWriter(Filter filter, Transaction transaction) DataStore.getFeatureWriterAppend(String typeName, Transaction transaction) Gets aFeatureWriterthat can add new features to theDataStore.FileDataStore.getFeatureWriterAppend(Transaction transaction) Methods in org.geotools.api.data with parameters of type SimpleFeatureTypeModifier and TypeMethodDescriptionvoidDataStore.updateSchema(String typeName, SimpleFeatureType featureType) Applies a new schema to the given feature type.voidFileDataStore.updateSchema(SimpleFeatureType featureType) -
Uses of SimpleFeatureType in org.geotools.api.feature
Methods in org.geotools.api.feature with parameters of type SimpleFeatureTypeModifier and TypeMethodDescriptionFeatureFactory.createSimpleFeature(Object[] array, SimpleFeatureType type, String id) Create a SimpleFeature from an array of objects. -
Uses of SimpleFeatureType in org.geotools.api.feature.simple
Methods in org.geotools.api.feature.simple that return SimpleFeatureTypeModifier and TypeMethodDescriptionSimpleFeature.getFeatureType()The type of the feature.SimpleFeature.getType()Override and type narrow to SimpleFeatureType. -
Uses of SimpleFeatureType in org.geotools.api.feature.type
Methods in org.geotools.api.feature.type that return SimpleFeatureTypeModifier and TypeMethodDescriptionFeatureTypeFactory.createSimpleFeatureType(Name name, List<AttributeDescriptor> schema, GeometryDescriptor defaultGeometry, boolean isAbstract, List<Filter> restrictions, AttributeType superType, InternationalString description) Creates a simple feature type. -
Uses of SimpleFeatureType in org.geotools.api.style
Methods in org.geotools.api.style that return SimpleFeatureTypeMethods in org.geotools.api.style with parameters of type SimpleFeatureType -
Uses of SimpleFeatureType in org.geotools.appschema.jdbc
Methods in org.geotools.appschema.jdbc that return SimpleFeatureTypeModifier and TypeMethodDescriptionprotected SimpleFeatureTypeJoiningJDBCFeatureSource.getFeatureType(SimpleFeatureType origType, JoiningQuery query) Methods in org.geotools.appschema.jdbc that return types with arguments of type SimpleFeatureTypeModifier 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) Methods in org.geotools.appschema.jdbc with parameters of type SimpleFeatureTypeModifier and TypeMethodDescriptionprotected FilterJoiningJDBCFeatureSource.aliasFilter(Filter filter, SimpleFeatureType featureType, String alias) protected FilterToSQLJoiningJDBCFeatureSource.createFilterToSQL(SimpleFeatureType ft) Craete the filter to sql converterprotected FilterToSQLJoiningJDBCFeatureSource.createFilterToSQL(SimpleFeatureType ft, boolean usePreparedStatementParameters) Craete the filter to sql converterprotected SimpleFeatureTypeJoiningJDBCFeatureSource.getFeatureType(SimpleFeatureType origType, JoiningQuery query) JoiningJDBCFeatureSource.selectSQL(SimpleFeatureType featureType, JoiningQuery query, AtomicReference<PreparedFilterToSQL> toSQLref) Generates a 'SELECT p1, p2, ...JoiningJDBCFeatureSource.selectSQL(SimpleFeatureType featureType, JoiningQuery query, AtomicReference<PreparedFilterToSQL> toSQLref, boolean isCount) Generates a 'SELECT p1, p2, ...protected PreparedStatementJoiningJDBCFeatureSource.selectSQLPS(SimpleFeatureType featureType, JoiningQuery query, Connection cx) Generates a 'SELECT p1, p2, ... -
Uses of SimpleFeatureType in org.geotools.brewer.color
Methods in org.geotools.brewer.color with parameters of type SimpleFeatureTypeModifier and TypeMethodDescriptionstatic FilterStyleGenerator.toExplicitFilter(String styleExpression, SimpleFeatureType featureType, String attributeTypeName) Creates a filter with each value explicitly defined.static Filter[]StyleGenerator.toFilter(String[] styleExpression, SimpleFeatureType[] featureType, String[] attributeTypeName) Converts an array of styleExpressions and attributes into Filtersstatic FilterStyleGenerator.toRangedFilter(String styleExpression, SimpleFeatureType featureType, String attributeTypeName, boolean upperBoundClosed) Creates a filter for a range of values. -
Uses of SimpleFeatureType in org.geotools.brewer.styling.builder
Methods in org.geotools.brewer.styling.builder with parameters of type SimpleFeatureTypeModifier and TypeMethodDescriptionUserLayerBuilder.inlineData(DataStore store, SimpleFeatureType sft) -
Uses of SimpleFeatureType in org.geotools.coverage.grid.io
Fields in org.geotools.coverage.grid.io declared as SimpleFeatureTypeMethods in org.geotools.coverage.grid.io that return SimpleFeatureTypeModifier and TypeMethodDescriptionGranuleSource.getSchema()Retrieves the schema (feature type) that will apply to granules retrieved from thisGranuleSource.RenamingGranuleSource.getSchema()Methods in org.geotools.coverage.grid.io with parameters of type SimpleFeatureTypeModifier and TypeMethodDescriptionvoidStructuredGridCoverage2DReader.createCoverage(String coverageName, SimpleFeatureType schema) Creates a granule store for a new coverage with the given feature type -
Uses of SimpleFeatureType in org.geotools.coverage.io.catalog
Methods in org.geotools.coverage.io.catalog that return SimpleFeatureTypeMethods in org.geotools.coverage.io.catalog with parameters of type SimpleFeatureTypeModifier and TypeMethodDescriptionvoidCoverageSlicesCatalog.createType(SimpleFeatureType featureType) -
Uses of SimpleFeatureType in org.geotools.coverage.io.netcdf
Methods in org.geotools.coverage.io.netcdf with parameters of type SimpleFeatureTypeModifier and TypeMethodDescriptionvoidNetCDFReader.createCoverage(String coverageName, SimpleFeatureType schema) -
Uses of SimpleFeatureType in org.geotools.coverage.util
Methods in org.geotools.coverage.util with parameters of type SimpleFeatureTypeModifier and TypeMethodDescriptionstatic booleanFeatureUtilities.isWrappedCoverage(SimpleFeatureType featureType) Checks if the feature type specified is a GridCoverage wrapperstatic booleanFeatureUtilities.isWrappedCoverageReader(SimpleFeatureType featureType) Checks if the feature type specified is a GridCoverage2DReader wrapper -
Uses of SimpleFeatureType in org.geotools.data
Fields in org.geotools.data declared as SimpleFeatureTypeModifier and TypeFieldDescriptionprotected SimpleFeatureTypeDataTestCase.buildingTypeprotected SimpleFeatureTypeDataTestCase.invalidGeomTypeprotected SimpleFeatureTypeDataTestCase.lakeTypeprotected SimpleFeatureTypeDataTestCase.riverTypeprotected SimpleFeatureTypeDataTestCase.roadTypeprotected SimpleFeatureTypeDataTestCase.subRiverTypeprotected SimpleFeatureTypeDataTestCase.subRoadTypeFields in org.geotools.data with type parameters of type SimpleFeatureTypeModifier and TypeFieldDescriptionprotected FeatureReader<SimpleFeatureType,SimpleFeature> DiffFeatureWriter.readerMethods in org.geotools.data that return SimpleFeatureTypeModifier and TypeMethodDescriptionprotected SimpleFeatureTypeDefaultFeatureReader.createSchema()protected SimpleFeatureTypeFIDFeatureReader.createSchema()static SimpleFeatureTypeDataUtilities.createSubType(SimpleFeatureType featureType, String... properties) Create a type limited to the named properties provided.static SimpleFeatureTypeDataUtilities.createSubType(SimpleFeatureType featureType, String[] properties, CoordinateReferenceSystem override) Create a derived FeatureTypestatic SimpleFeatureTypeDataUtilities.createSubType(SimpleFeatureType featureType, String[] properties, CoordinateReferenceSystem override, String typeName, URI namespace) Create a derived FeatureTypestatic SimpleFeatureTypeDataUtilities.createType(String typeName, String typeSpec) Utility method for FeatureType construction.static SimpleFeatureTypeDataUtilities.createType(String namespace, String name, String typeSpec) Utility method for FeatureType construction.CollectionFeatureReader.getFeatureType()DefaultFeatureReader.getFeatureType()DiffFeatureWriter.getFeatureType()Supplys FeatureTypeFrom readerEmptyFeatureWriter.getFeatureType()FIDFeatureReader.getFeatureType()FilteringFeatureWriter.getFeatureType()ReTypeFeatureReader.getFeatureType()DefaultFeatureResults.getSchema()FeatureSchema for provided query.static SimpleFeatureTypeDataUtilities.simple(FeatureType featureType) Go through FeatureType description and convert to a SimpleFeatureType.Methods in org.geotools.data that return types with arguments of type SimpleFeatureTypeModifier 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.ReTypeFeatureReader.getDelegate()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 QueryMethods in org.geotools.data with parameters of type SimpleFeatureTypeModifier and TypeMethodDescriptionstatic List<PropertyName>DataUtilities.addMandatoryProperties(SimpleFeatureType type, List<PropertyName> oldProps) Returns a list of properties of a simple feature type, including all properties from a given list, and all mandatory (minoccurs > 0) added.static String[]DataUtilities.attributeNames(SimpleFeatureType featureType) Retrieve the attributeNames defined by the featureTypestatic String[]DataUtilities.attributeNames(Expression expression, SimpleFeatureType featureType) Traverses the expression and returns any encountered property names.static String[]DataUtilities.attributeNames(Filter filter, SimpleFeatureType featureType) Traverses the filter and returns any encountered property names.static intDataUtilities.compare(SimpleFeatureType typeA, SimpleFeatureType typeB) Compare attribute coverage between two feature types (allowing the identification of subTypes).protected static intDataUtilities.compareInternal(SimpleFeatureType typeA, SimpleFeatureType typeB, boolean strict) Compare attribute coverage between two feature types (allowing the identification of subTypes).static intDataUtilities.compareNames(SimpleFeatureType typeA, SimpleFeatureType typeB) Compare attribute coverage between two feature types (allowing the identification of subTypes).static SimpleFeatureDataUtilities.createFeature(SimpleFeatureType featureType, String line) Reads in SimpleFeature that has been encoded into a line of text.static SimpleFeatureTypeDataUtilities.createSubType(SimpleFeatureType featureType, String... properties) Create a type limited to the named properties provided.static SimpleFeatureTypeDataUtilities.createSubType(SimpleFeatureType featureType, String[] properties, CoordinateReferenceSystem override) Create a derived FeatureTypestatic SimpleFeatureTypeDataUtilities.createSubType(SimpleFeatureType featureType, String[] properties, CoordinateReferenceSystem override, String typeName, URI namespace) Create a derived FeatureTypestatic Object[]DataUtilities.defaultValues(SimpleFeatureType featureType) Produce a set of default values for the provided FeatureTypestatic Object[]DataUtilities.defaultValues(SimpleFeatureType featureType, Object... values) Create default values matching the provided feature type.static StringDataUtilities.encodeType(SimpleFeatureType featureType) Encode the provided featureType as a String suitable for use withDataUtilities.createType(java.lang.String, java.lang.String).static SimpleFeatureDataUtilities.parse(SimpleFeatureType type, String fid, String... text) UsesConvertersto parse the provided text into the correct values to create a feature.static Set<PropertyName>DataUtilities.propertyNames(Expression expression, SimpleFeatureType featureType) Traverses the expression and returns any encountered property names.static Set<PropertyName>DataUtilities.propertyNames(Filter filter, SimpleFeatureType featureType) Traverses the filter and returns any encountered property names.static QueryDataUtilities.resolvePropertyNames(Query query, SimpleFeatureType schema) This method changes the query object so that all propertyName references are resolved to simple attribute names against the schema of the feature source.static FilterDataUtilities.resolvePropertyNames(Filter filter, SimpleFeatureType schema) Transform provided filter; resolving property namesstatic 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.protected AttributeDescriptor[]ReTypeFeatureReader.typeAttributes(SimpleFeatureType target, SimpleFeatureType origional) Supplies mapping from original to target FeatureType.Method parameters in org.geotools.data with type arguments of type SimpleFeatureTypeModifier and TypeMethodDescriptionInProcessLockingManager.checkedWriter(FeatureWriter<SimpleFeatureType, SimpleFeature> writer, Transaction transaction) Provides a wrapper on the provided writer that checks locks.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 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 SimpleFeatureTypeModifierConstructorDescriptionCollectionFeatureReader(Collection<SimpleFeature> featuresArg, SimpleFeatureType typeArg) Create a new instance.CollectionFeatureReader(SimpleFeatureCollection featuresArg, SimpleFeatureType typeArg) Create a new instance.DefaultFeatureReader(AttributeReader attributeReader, SimpleFeatureType schema) Creates a new instance of AbstractFeatureReaderDefaultFIDReader(SimpleFeatureType featureType) EmptyFeatureWriter(SimpleFeatureType featureType) An Empty FeatureWriter of the providedfeatureType.FIDFeatureReader(AttributeReader attributeReader, FIDReader fidReader, SimpleFeatureType schema) Creates a new instance of AbstractFeatureReaderReTypeFeatureReader(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.Constructor parameters in org.geotools.data with type arguments of type SimpleFeatureTypeModifierConstructorDescriptionDiffFeatureWriter(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 SimpleFeatureType in org.geotools.data.collection
Fields in org.geotools.data.collection declared as SimpleFeatureTypeModifier and TypeFieldDescriptionprotected SimpleFeatureTypeSpatialIndexFeatureCollection.schemaprotected SimpleFeatureTypeTreeSetFeatureCollection.schemaFeatureType of contents.Methods in org.geotools.data.collection that return SimpleFeatureTypeModifier and TypeMethodDescriptionCollectionFeatureSource.getSchema()SpatialIndexFeatureCollection.getSchema()SpatialIndexFeatureSource.getSchema()TreeSetFeatureCollection.getSchema()Methods in org.geotools.data.collection that return types with arguments of type SimpleFeatureTypeModifier and TypeMethodDescriptionCollectionFeatureSource.getDataStore()TreeSetFeatureCollection.reader()Method parameters in org.geotools.data.collection with type arguments of type SimpleFeatureTypeModifier and TypeMethodDescriptionbooleanSpatialIndexFeatureCollection.addAll(FeatureCollection<? extends SimpleFeatureType, ? extends SimpleFeature> collection) Constructors in org.geotools.data.collection with parameters of type SimpleFeatureTypeModifierConstructorDescriptionCreate a ListFeatureCollection for the provided schema An ArrayList is used internally.ListFeatureCollection(SimpleFeatureType schema, List<SimpleFeature> list) Create a ListFeatureCollection around the provided list.ListFeatureCollection(SimpleFeatureType schema, SimpleFeature... array) Create a ListFeatureCollection around the provided array.TreeSetFeatureCollection(String id, SimpleFeatureType memberType) This constructor should not be used by client code.Constructor parameters in org.geotools.data.collection with type arguments of type SimpleFeatureTypeModifierConstructorDescriptionThis constructor should not be used by client code. -
Uses of SimpleFeatureType in org.geotools.data.complex
Methods in org.geotools.data.complex that return types with arguments of type SimpleFeatureTypeMethod parameters in org.geotools.data.complex with type arguments of type SimpleFeatureTypeModifier and TypeMethodDescriptionvoidFeatureTypeMapping.setIndexSource(FeatureSource<SimpleFeatureType, SimpleFeature> indexSource) Constructor parameters in org.geotools.data.complex with type arguments of type SimpleFeatureTypeModifierConstructorDescriptionIndexUniqueVisitorIterator(FeatureCollection<SimpleFeatureType, SimpleFeature> fc, Query idQuery, String idFieldName) -
Uses of SimpleFeatureType in org.geotools.data.crs
Fields in org.geotools.data.crs with type parameters of type SimpleFeatureTypeModifier and TypeFieldDescriptionprotected FeatureReader<SimpleFeatureType,SimpleFeature> ForceCoordinateSystemFeatureReader.readerMethods in org.geotools.data.crs that return SimpleFeatureTypeModifier and TypeMethodDescriptionForceCoordinateSystemFeatureReader.getFeatureType()ForceCoordinateSystemIterator.getFeatureType()ReprojectFeatureIterator.getFeatureType()Implement getFeatureType.ReprojectFeatureReader.getFeatureType()Implement getFeatureType.Methods in org.geotools.data.crs that return types with arguments of type SimpleFeatureTypeModifier and TypeMethodDescriptionReprojectFeatureReader.getDelegate()ForceCoordinateSystemFeatureResults.getOrigin()Returns the feature results wrapped by this ForceCoordinateSystemFeatureResultsReprojectFeatureResults.getOrigin()Returns the feature results wrapped by this reprojecting feature resultsConstructors in org.geotools.data.crs with parameters of type SimpleFeatureTypeModifierConstructorDescriptionForceCoordinateSystemIterator(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).Constructor parameters in org.geotools.data.crs with type arguments of type SimpleFeatureTypeModifierConstructorDescriptionForceCoordinateSystemFeatureReader(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) 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 SimpleFeatureType in org.geotools.data.csv
Methods in org.geotools.data.csv that return SimpleFeatureTypeModifier and TypeMethodDescriptionprotected SimpleFeatureTypeCSVFeatureSource.buildFeatureType()protected SimpleFeatureTypeCSVFeatureStore.buildFeatureType()CSVFeatureReader.getFeatureType()CSVFeatureWriter.getFeatureType()CSVDataStore.getSchema()Methods in org.geotools.data.csv that return types with arguments of type SimpleFeatureTypeModifier 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) Methods in org.geotools.data.csv with parameters of type SimpleFeatureTypeModifier and TypeMethodDescriptionvoidCSVDataStore.createSchema(SimpleFeatureType featureType) voidCSVDataStore.updateSchema(SimpleFeatureType featureType) -
Uses of SimpleFeatureType in org.geotools.data.csv.parse
Fields in org.geotools.data.csv.parse declared as SimpleFeatureTypeMethods in org.geotools.data.csv.parse that return SimpleFeatureTypeModifier and TypeMethodDescriptionprotected SimpleFeatureTypeCSVAttributesOnlyStrategy.buildFeatureType()protected SimpleFeatureTypeCSVLatLonStrategy.buildFeatureType()protected SimpleFeatureTypeCSVSpecifiedWKTStrategy.buildFeatureType()protected abstract SimpleFeatureTypeCSVStrategy.buildFeatureType()CSVStrategy.getFeatureType()Methods in org.geotools.data.csv.parse with parameters of type SimpleFeatureTypeModifier and TypeMethodDescriptionvoidCSVAttributesOnlyStrategy.createSchema(SimpleFeatureType featureType) voidCSVLatLonStrategy.createSchema(SimpleFeatureType featureType) voidCSVSpecifiedWKTStrategy.createSchema(SimpleFeatureType featureType) abstract voidCSVStrategy.createSchema(SimpleFeatureType featureType) -
Uses of SimpleFeatureType in org.geotools.data.db2
Methods in org.geotools.data.db2 with parameters of type SimpleFeatureTypeModifier and TypeMethodDescriptionDB2SQLDialect.getOptimizedBounds(String schema, SimpleFeatureType featureType, Connection cx) Since DB2 V10.DB2SQLDialectBasic.getOptimizedBounds(String schema, SimpleFeatureType featureType, Connection cx) DB2SQLDialectPrepared.getOptimizedBounds(String schema, SimpleFeatureType featureType, Connection cx) voidDB2SQLDialect.postCreateTable(String schemaName, SimpleFeatureType featureType, Connection cx) voidDB2SQLDialectBasic.postCreateTable(String schemaName, SimpleFeatureType featureType, Connection cx) voidDB2SQLDialectPrepared.postCreateTable(String schemaName, SimpleFeatureType featureType, Connection cx) -
Uses of SimpleFeatureType in org.geotools.data.directory
Methods in org.geotools.data.directory that return SimpleFeatureTypeMethods in org.geotools.data.directory that return types with arguments of type SimpleFeatureTypeModifier 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) Methods in org.geotools.data.directory with parameters of type SimpleFeatureTypeModifier and TypeMethodDescriptionvoidDirectoryDataStore.createSchema(SimpleFeatureType featureType) voidDirectoryDataStore.updateSchema(String typeName, SimpleFeatureType featureType) voidDirectoryDataStore.updateSchema(Name typeName, SimpleFeatureType featureType) Method parameters in org.geotools.data.directory with type arguments of type SimpleFeatureTypeModifier and TypeMethodDescriptionDirectoryFeatureStore.addFeatures(FeatureCollection<SimpleFeatureType, SimpleFeature> collection) voidDirectoryFeatureStore.setFeatures(FeatureReader<SimpleFeatureType, SimpleFeature> reader) -
Uses of SimpleFeatureType in org.geotools.data.duckdb
Methods in org.geotools.data.duckdb with parameters of type SimpleFeatureTypeModifier and TypeMethodDescriptionDuckDBDialect.getOptimizedBounds(String schema, SimpleFeatureType featureType, Connection cx) protected ReferencedEnvelopeDuckDBDialect.optimizedBounds(SimpleFeatureType featureType, Connection cx) -
Uses of SimpleFeatureType in org.geotools.data.gen
Fields in org.geotools.data.gen declared as SimpleFeatureTypeModifier and TypeFieldDescriptionprotected SimpleFeatureTypePreGeneralizedFeatureIterator.featureTypprotected SimpleFeatureTypePreGeneralizedFeatureReader.featureTypprotected SimpleFeatureTypePreGeneralizedFeatureCollection.featureTypeprotected SimpleFeatureTypePreGeneralizedFeatureCollection.returnedFeatureTypeprotected SimpleFeatureTypePreGeneralizedFeatureIterator.returnedFeatureTypeprotected SimpleFeatureTypePreGeneralizedFeatureReader.returnedFeatureTypeFields in org.geotools.data.gen with type parameters of type SimpleFeatureTypeModifier and TypeFieldDescriptionprotected FeatureReader<SimpleFeatureType,SimpleFeature> PreGeneralizedFeatureReader.backendReaderMethods in org.geotools.data.gen that return SimpleFeatureTypeModifier and TypeMethodDescriptionPreGeneralizedFeatureReader.getFeatureType()PreGeneralizedSimpleFeature.getFeatureType()PreGeneralizedFeatureCollection.getSchema()PreGeneralizedFeatureSource.getSchema()PreGeneralizedSimpleFeature.getType()Methods in org.geotools.data.gen that return types with arguments of type SimpleFeatureTypeModifier 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) Methods in org.geotools.data.gen with parameters of type SimpleFeatureTypeModifier and TypeMethodDescriptionvoidPreGeneralizedDataStore.createSchema(SimpleFeatureType featureType) voidPreGeneralizedDataStore.updateSchema(String typeName, SimpleFeatureType featureType) voidPreGeneralizedDataStore.updateSchema(Name typeName, SimpleFeatureType featureType) Constructors in org.geotools.data.gen with parameters of type SimpleFeatureTypeModifierConstructorDescriptionPreGeneralizedFeatureCollection(SimpleFeatureCollection backendCollection, SimpleFeatureType featureType, SimpleFeatureType returnedFeatureType, int[] indexMapping, String geomPropertyName, String backendGeomPropertyName) PreGeneralizedFeatureIterator(SimpleFeatureIterator backendIterator, SimpleFeatureType featureTyp, SimpleFeatureType returnedFeatureType, int[] indexMapping, String geomPropertyName, String backendGeomPropertyName) PreGeneralizedFeatureReader(SimpleFeatureType featureTyp, SimpleFeatureType returnedFeatureType, int[] indexMapping, FeatureReader<SimpleFeatureType, SimpleFeature> backendReader, String geomPropertyName, String backendGeomPropertyName) 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 SimpleFeatureTypeModifierConstructorDescriptionPreGeneralizedFeatureReader(SimpleFeatureType featureTyp, SimpleFeatureType returnedFeatureType, int[] indexMapping, FeatureReader<SimpleFeatureType, SimpleFeature> backendReader, String geomPropertyName, String backendGeomPropertyName) -
Uses of SimpleFeatureType in org.geotools.data.geojson
Methods in org.geotools.data.geojson with parameters of type SimpleFeatureType -
Uses of SimpleFeatureType in org.geotools.data.geojson.store
Methods in org.geotools.data.geojson.store that return SimpleFeatureTypeModifier and TypeMethodDescriptionprotected SimpleFeatureTypeGeoJSONFeatureSource.buildFeatureType()protected SimpleFeatureTypeGeoJSONFeatureStore.buildFeatureType()protected SimpleFeatureTypeGeoJSONDataStore.getCurrentSchema()GeoJSONFeatureReader.getFeatureType()GeoJSONFeatureWriter.getFeatureType()GeoJSONDataStore.getSchema()Methods in org.geotools.data.geojson.store that return types with arguments of type SimpleFeatureTypeModifier 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) Methods in org.geotools.data.geojson.store with parameters of type SimpleFeatureTypeModifier and TypeMethodDescriptionvoidGeoJSONDataStore.createSchema(SimpleFeatureType featureType) voidGeoJSONDataStore.updateSchema(SimpleFeatureType featureType) -
Uses of SimpleFeatureType in org.geotools.data.geoparquet
Methods in org.geotools.data.geoparquet that return SimpleFeatureTypeModifier and TypeMethodDescriptionGeoParquetDialect.fixGeometryTypes(SimpleFeatureType schema) Creates a new feature type with more specific geometry types based on GeoParquet metadata, with results cached for performance.Returns the feature type schema for the given type name.Returns the feature type schema for the given name.Methods in org.geotools.data.geoparquet that return types with arguments of type SimpleFeatureTypeModifier 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) Methods in org.geotools.data.geoparquet with parameters of type SimpleFeatureTypeModifier and TypeMethodDescriptionvoidForwardingDataStore.createSchema(SimpleFeatureType featureType) GeoParquetDialect.fixGeometryTypes(SimpleFeatureType schema) Creates a new feature type with more specific geometry types based on GeoParquet metadata, with results cached for performance.GeoParquetDialect.getAggregateConverter(FeatureVisitor visitor, SimpleFeatureType featureType) GeoParquetDialect.getOptimizedBounds(String schema, SimpleFeatureType featureType, Connection cx) Returns optimized bounds for a feature type by using GeoParquet metadata.voidForwardingDataStore.updateSchema(String typeName, SimpleFeatureType featureType) voidForwardingDataStore.updateSchema(Name typeName, SimpleFeatureType featureType) -
Uses of SimpleFeatureType in org.geotools.data.graticule
Methods in org.geotools.data.graticule that return SimpleFeatureTypeModifier and TypeMethodDescriptionprotected SimpleFeatureTypeGraticuleFeatureSource.buildFeatureType()GraticuleFeatureReader.getFeatureType()Methods in org.geotools.data.graticule that return types with arguments of type SimpleFeatureTypeModifier and TypeMethodDescriptionprotected FeatureReader<SimpleFeatureType,SimpleFeature> GraticuleFeatureSource.getReaderInternal(Query query) -
Uses of SimpleFeatureType in org.geotools.data.graticule.gridsupport
Constructors in org.geotools.data.graticule.gridsupport with parameters of type SimpleFeatureType -
Uses of SimpleFeatureType in org.geotools.data.h2
Methods in org.geotools.data.h2 with parameters of type SimpleFeatureTypeModifier and TypeMethodDescriptionvoidH2Dialect.postCreateFeatureType(SimpleFeatureType featureType, DatabaseMetaData metadata, String schemaName, Connection cx) voidH2DialectBasic.postCreateFeatureType(SimpleFeatureType featureType, DatabaseMetaData metadata, String schemaName, Connection cx) voidH2DialectPrepared.postCreateFeatureType(SimpleFeatureType featureType, DatabaseMetaData metadata, String schemaName, Connection cx) voidH2Dialect.postCreateTable(String schemaName, SimpleFeatureType featureType, Connection cx) voidH2DialectBasic.postCreateTable(String schemaName, SimpleFeatureType featureType, Connection cx) voidH2DialectPrepared.postCreateTable(String schemaName, SimpleFeatureType featureType, Connection cx) voidH2DialectBasic.postDropTable(String schemaName, SimpleFeatureType featureType, Connection cx) voidH2DialectPrepared.postDropTable(String schemaName, SimpleFeatureType featureType, Connection cx) voidH2Dialect.preDropTable(String schemaName, SimpleFeatureType featureType, Connection cx) voidH2DialectBasic.preDropTable(String schemaName, SimpleFeatureType featureType, Connection cx) voidH2DialectPrepared.preDropTable(String schemaName, SimpleFeatureType featureType, Connection cx) -
Uses of SimpleFeatureType in org.geotools.data.hana
Methods in org.geotools.data.hana with parameters of type SimpleFeatureTypeModifier and TypeMethodDescriptionHanaDialect.getOptimizedBounds(String schema, SimpleFeatureType featureType, Connection cx) voidHanaDialect.handleSelectHints(StringBuffer sql, SimpleFeatureType featureType, Query query) voidHanaDialect.postCreateTable(String schemaName, SimpleFeatureType featureType, Connection cx) voidHanaDialect.postDropTable(String schemaName, SimpleFeatureType featureType, Connection cx) voidHanaDialect.preDropTable(String schemaName, SimpleFeatureType featureType, Connection cx) -
Uses of SimpleFeatureType in org.geotools.data.informix
Methods in org.geotools.data.informix with parameters of type SimpleFeatureTypeModifier and TypeMethodDescriptionInformixDialect.getOptimizedBounds(String schema, SimpleFeatureType featureType, Connection cx) voidInformixDialect.postCreateTable(String schemaName, SimpleFeatureType featureType, Connection cx) -
Uses of SimpleFeatureType in org.geotools.data.jdbc
Fields in org.geotools.data.jdbc declared as SimpleFeatureTypeModifier and TypeFieldDescriptionprotected SimpleFeatureTypeFilterToSQL.featureTypethe schmema the encoder will be used to be encode sql forMethods in org.geotools.data.jdbc that return SimpleFeatureTypeModifier and TypeMethodDescriptionFilterToSQL.getFeatureType()Returns the feature type set in this encoder, if anyMethods in org.geotools.data.jdbc with parameters of type SimpleFeatureTypeModifier and TypeMethodDescriptionvoidFilterToSQL.setFeatureType(SimpleFeatureType featureType) Sets the featuretype the encoder is encoding sql for. -
Uses of SimpleFeatureType in org.geotools.data.memory
Methods in org.geotools.data.memory that return SimpleFeatureTypeModifier and TypeMethodDescriptionprotected SimpleFeatureTypeMemoryFeatureSource.buildFeatureType()protected SimpleFeatureTypeMemoryFeatureStore.buildFeatureType()MemoryFeatureReader.getFeatureType()MemoryFeatureWriter.getFeatureType()Methods in org.geotools.data.memory that return types with arguments of type SimpleFeatureTypeModifier and TypeMethodDescriptionprotected 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 SimpleFeatureTypeModifier and TypeMethodDescriptionvoidMemoryDataStore.createSchema(SimpleFeatureType featureType) Adds support for a new featureType to MemoryDataStore.protected MemoryEntryMemoryDataStore.entry(SimpleFeatureType schema) Access to entry to store content of the provided schema, will create new entry if needed.Method parameters in org.geotools.data.memory with type arguments of type SimpleFeatureTypeModifier and TypeMethodDescriptionvoidMemoryDataStore.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 SimpleFeatureTypeModifierConstructorDescriptionMemoryDataStore(SimpleFeatureType featureType) Construct an MemoryDataStore around an empty collection of the provided SimpleFeatureTypeConstructor parameters in org.geotools.data.memory with type arguments of type SimpleFeatureTypeModifierConstructorDescriptionMemoryDataStore(FeatureCollection<SimpleFeatureType, SimpleFeature> collection) -
Uses of SimpleFeatureType in org.geotools.data.mongodb
Methods in org.geotools.data.mongodb that return SimpleFeatureTypeModifier and TypeMethodDescriptionCollectionMapper.buildFeatureType(Name name, DBCollection collection) GeoJSONMapper.buildFeatureType(Name name, DBCollection collection) protected SimpleFeatureTypeMongoFeatureSource.buildFeatureType()protected SimpleFeatureTypeMongoFeatureStore.buildFeatureType()MongoInferredMapper.buildFeatureType(Name name, DBCollection collection) MongoSchemaMapper.buildFeatureType(Name name, DBCollection collection) static SimpleFeatureTypeFeatureTypeDBObject.convert(DBObject ftDBO) static SimpleFeatureTypeMongoDBObjectFeature.getFeatureType()MongoFeatureReader.getFeatureType()MongoFeatureWriter.getFeatureType()MongoDBObjectFeature.getType()MongoSchemaDBStore.retrieveSchema(Name name) MongoSchemaFileStore.retrieveSchema(Name name) MongoSchemaStore.retrieveSchema(Name name) Methods in org.geotools.data.mongodb that return types with arguments of type SimpleFeatureTypeModifier 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) Methods in org.geotools.data.mongodb with parameters of type SimpleFeatureTypeModifier and TypeMethodDescriptionAbstractCollectionMapper.buildFeature(DBObject rootDBO, SimpleFeatureType featureType) CollectionMapper.buildFeature(DBObject obj, SimpleFeatureType featureType) static BasicDBObjectFeatureTypeDBObject.convert(SimpleFeatureType ft) voidMongoDataStore.createSchema(SimpleFeatureType incoming) voidMongoSchemaDBStore.storeSchema(SimpleFeatureType schema) voidMongoSchemaFileStore.storeSchema(SimpleFeatureType schema) voidMongoSchemaStore.storeSchema(SimpleFeatureType schema) Constructors in org.geotools.data.mongodb with parameters of type SimpleFeatureTypeModifierConstructorDescriptionMongoDBObjectFeature(DBObject dbo, SimpleFeatureType featureType, CollectionMapper mapper) MongoFeature(DBObject mongoObject, Object[] values, SimpleFeatureType featureType, String id) MongoFeature(Object[] values, SimpleFeatureType featureType, String id) MongoFeatureWriter(DBCollection collection, SimpleFeatureType featureType, MongoFeatureStore featureStore) MongoFilterSplitter(FilterCapabilities fcs, SimpleFeatureType parent, ClientTransactionAccessor transactionAccessor, MongoCollectionMeta mongoCollectionMeta) Create a new instance.MongoSchemaMapper(SimpleFeatureType schema) -
Uses of SimpleFeatureType in org.geotools.data.mysql
Methods in org.geotools.data.mysql with parameters of type SimpleFeatureTypeModifier and TypeMethodDescriptionvoidMySQLDialect.dropIndex(Connection cx, SimpleFeatureType schema, String databaseSchema, String indexName) voidMySQLDialectBasic.dropIndex(Connection cx, SimpleFeatureType schema, String databaseSchema, String indexName) voidMySQLDialectPrepared.dropIndex(Connection cx, SimpleFeatureType schema, String databaseSchema, String indexName) voidMySQLDialect.postCreateTable(String schemaName, SimpleFeatureType featureType, Connection cx) voidMySQLDialectBasic.postCreateTable(String schemaName, SimpleFeatureType featureType, Connection cx) voidMySQLDialectPrepared.postCreateTable(String schemaName, SimpleFeatureType featureType, Connection cx) -
Uses of SimpleFeatureType in org.geotools.data.ogr
Methods in org.geotools.data.ogr with parameters of type SimpleFeatureTypeModifier and TypeMethodDescriptionvoidOGRDataStore.createSchema(SimpleFeatureType schema) voidOGRDataStore.createSchema(SimpleFeatureType schema, boolean approximateFields, String[] options) Creates a new OGR layer with provided schema and options -
Uses of SimpleFeatureType in org.geotools.data.oracle
Methods in org.geotools.data.oracle with parameters of type SimpleFeatureTypeModifier and TypeMethodDescriptionOracleDialect.getOptimizedBounds(String schema, SimpleFeatureType featureType, Connection cx) OracleDialect.getOptimizedBoundsSDO_TUNE(String schema, SimpleFeatureType featureType, Connection cx) voidOracleDialect.postCreateTable(String schemaName, SimpleFeatureType featureType, Connection cx) voidOracleDialect.postDropTable(String schemaName, SimpleFeatureType featureType, Connection cx) Filter[]OracleDialect.splitFilter(Filter filter, SimpleFeatureType schema) -
Uses of SimpleFeatureType in org.geotools.data.postgis
Methods in org.geotools.data.postgis with parameters of type SimpleFeatureTypeModifier and TypeMethodDescriptionPostGISDialect.getOptimizedBounds(String schema, SimpleFeatureType featureType, Connection cx) voidPostGISDialect.postCreateTable(String schemaName, SimpleFeatureType featureType, Connection cx) Creates GEOMETRY_COLUMN registrations and spatial indexes for all geometry columnsvoidPostGISPSDialect.postCreateTable(String schemaName, SimpleFeatureType featureType, Connection cx) voidPostGISDialect.postDropTable(String schemaName, SimpleFeatureType featureType, Connection cx) voidPostGISPSDialect.postDropTable(String schemaName, SimpleFeatureType featureType, Connection cx) voidPostGISPSDialect.preDropTable(String schemaName, SimpleFeatureType featureType, Connection cx) Filter[]PostGISDialect.splitFilter(Filter filter, SimpleFeatureType schema) -
Uses of SimpleFeatureType in org.geotools.data.property
Methods in org.geotools.data.property that return SimpleFeatureTypeModifier and TypeMethodDescriptionprotected SimpleFeatureTypePropertyFeatureSource.buildFeatureType()protected SimpleFeatureTypePropertyFeatureStore.buildFeatureType()PropertyFeatureReader.getFeatureType()PropertyFeatureWriter.getFeatureType()Methods in org.geotools.data.property that return types with arguments of type SimpleFeatureTypeModifier 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) Methods in org.geotools.data.property with parameters of type SimpleFeatureTypeModifier and TypeMethodDescriptionvoidPropertyDataStore.createSchema(SimpleFeatureType featureType) -
Uses of SimpleFeatureType in org.geotools.data.shapefile
Methods in org.geotools.data.shapefile that return SimpleFeatureTypeMethods in org.geotools.data.shapefile that return types with arguments of type SimpleFeatureTypeModifier and TypeMethodDescriptionShapefileDataStore.getFeatureReader()ShapefileDataStore.getFeatureWriter(Transaction transaction) ShapefileDataStore.getFeatureWriter(Filter filter, Transaction transaction) ShapefileDataStore.getFeatureWriterAppend(Transaction transaction) Methods in org.geotools.data.shapefile with parameters of type SimpleFeatureTypeModifier and TypeMethodDescriptionprotected static DbaseFileHeaderShapefileDataStore.createDbaseHeader(SimpleFeatureType featureType, Charset charset) Attempt to create a DbaseFileHeader for the FeatureType.voidShapefileDataStore.createSchema(SimpleFeatureType featureType) Set the FeatureType of this DataStore.protected StringShapefileDumper.getShapeName(SimpleFeatureType schema, String geometryType) Deprecated.protected StringShapefileDumper.getShapeName(SimpleFeatureType schema, String geometryName, String geometryType) Returns the shapefile name from the given schema and geometry type.protected voidShapefileDumper.shapefileDumped(String fileName, SimpleFeatureType remappedSchema) Allows subsclasses to perform extra actions against a shapefile that was completely written.voidShapefileDataStore.updateSchema(SimpleFeatureType featureType) -
Uses of SimpleFeatureType in org.geotools.data.simple
Constructors in org.geotools.data.simple with parameters of type SimpleFeatureTypeModifierConstructorDescriptionDelegateSimpleFeatureReader(SimpleFeatureType featureType, SimpleFeatureIterator features) EmptySimpleFeatureReader(SimpleFeatureType featureType) -
Uses of SimpleFeatureType in org.geotools.data.singlestore
Methods in org.geotools.data.singlestore with parameters of type SimpleFeatureTypeModifier and TypeMethodDescriptionvoidSingleStoreDialect.dropIndex(Connection cx, SimpleFeatureType schema, String databaseSchema, String indexName) voidSingleStoreDialectBasic.dropIndex(Connection cx, SimpleFeatureType schema, String databaseSchema, String indexName) voidSingleStoreDialectPrepared.dropIndex(Connection cx, SimpleFeatureType schema, String databaseSchema, String indexName) voidSingleStoreDialect.postCreateTable(String schemaName, SimpleFeatureType featureType, Connection cx) voidSingleStoreDialectBasic.postCreateTable(String schemaName, SimpleFeatureType featureType, Connection cx) voidSingleStoreDialectPrepared.postCreateTable(String schemaName, SimpleFeatureType featureType, Connection cx) Filter[]SingleStoreDialect.splitFilter(Filter filter, SimpleFeatureType schema) Filter[]SingleStoreDialectBasic.splitFilter(Filter filter, SimpleFeatureType schema) Filter[]SingleStoreDialectPrepared.splitFilter(Filter filter, SimpleFeatureType schema) -
Uses of SimpleFeatureType in org.geotools.data.sort
Methods in org.geotools.data.sort that return SimpleFeatureTypeMethods in org.geotools.data.sort with parameters of type SimpleFeatureTypeModifier and TypeMethodDescriptionstatic final booleanSortedFeatureIterator.canSort(SimpleFeatureType schema, SortBy... sortBy) Checks if the schema and the sortBy are suitable for merge/sort.static final booleanSortedFeatureReader.canSort(SimpleFeatureType schema, SortBy... sortBy) Checks if the schema and the sortBy are suitable for merge/sort.static Comparator<SimpleFeature>SortedFeatureReader.getComparator(SortBy[] sortBy, SimpleFeatureType schema) Builds a comparator that can be used to sort SimpleFeature instances in memoryConstructors in org.geotools.data.sort with parameters of type SimpleFeatureTypeModifierConstructorDescriptionSimpleFeatureIO(File file, SimpleFeatureType schema) SortedFeatureIterator(SimpleFeatureIterator iterator, SimpleFeatureType schema, SortBy[] sortBy, int maxFeatures) Builds a new sorting feature iterator -
Uses of SimpleFeatureType in org.geotools.data.sqlserver
Methods in org.geotools.data.sqlserver with parameters of type SimpleFeatureTypeModifier and TypeMethodDescriptionvoidSQLServerDialect.dropIndex(Connection cx, SimpleFeatureType schema, String databaseSchema, String indexName) Drop the index.SQLServerDialect.getOptimizedBounds(String schema, SimpleFeatureType featureType, Connection cx) Returns the optimized bounds for the geometry columns of the given feature type.voidSQLServerDialect.handleSelectHints(StringBuffer sql, SimpleFeatureType featureType, Query query) voidSQLServerDialect.postCreateFeatureType(SimpleFeatureType featureType, DatabaseMetaData md, String databaseSchema, Connection cx) voidSQLServerDialect.postCreateTable(String schemaName, SimpleFeatureType featureType, Connection cx) -
Uses of SimpleFeatureType in org.geotools.data.store
Fields in org.geotools.data.store declared as SimpleFeatureTypeModifier and TypeFieldDescriptionprotected SimpleFeatureTypeContentFeatureCollection.featureTypefeature (possibly retyped from feautre source original) typeprotected SimpleFeatureTypeContentState.featureTypecached feature typeprotected SimpleFeatureTypeContentFeatureSource.schemaCached feature type (only set if this instance is a view)protected SimpleFeatureTypeDataFeatureCollection.schemaFields in org.geotools.data.store with type parameters of type SimpleFeatureTypeModifier and TypeFieldDescriptionprotected FeatureReader<SimpleFeatureType,SimpleFeature> DiffContentFeatureWriter.readerMethods in org.geotools.data.store that return SimpleFeatureTypeModifier and TypeMethodDescriptionprotected abstract SimpleFeatureTypeContentFeatureSource.buildFeatureType()Creates the feature type or schema for the feature source.protected final SimpleFeatureTypeContentFeatureSource.getAbsoluteSchema()Helper method for returning the underlying schema of the feature source.final SimpleFeatureTypeContentState.getFeatureType()The cached feature type.DiffContentFeatureWriter.getFeatureType()Supplys FeatureTypeFrom readerEventContentFeatureWriter.getFeatureType()Supplys FeatureTypeFrom readerfinal SimpleFeatureTypeReturns the feature type or schema matching the specified name.Delegates toContentDataStore.getSchema(String)withname.getLocalPart()ContentFeatureCollection.getSchema()final SimpleFeatureTypeContentFeatureSource.getSchema()Returns the feature type or the schema of the feature source.DataFeatureCollection.getSchema()ReprojectingFeatureCollection.getSchema()ReTypingFeatureCollection.getSchema()Methods in org.geotools.data.store that return types with arguments of type SimpleFeatureTypeModifier and TypeMethodDescriptionDiffTransactionState.diffWriter(ContentFeatureStore contentFeatureStore, FeatureReader<SimpleFeatureType, SimpleFeature> reader) Provides a wrapper on the provided reader which gives a diff writer.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.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 SimpleFeatureTypeModifier and TypeMethodDescriptionvoidContentDataStore.createSchema(SimpleFeatureType featureType) Creates a new schema in the datastore.voidDecoratingDataStore.createSchema(SimpleFeatureType featureType) static booleanReprojectingFeatureCollection.isGeometryless(FeatureVisitor visitor, SimpleFeatureType schema) Returns true if the visitor is geometryless, that is, it's not accessing a geometry field in the target schemastatic booleanReTypingFeatureCollection.isTypeCompatible(FeatureVisitor visitor, SimpleFeatureType featureType) Checks if the visitor is accessing only properties available in the specified feature type, or as a special case, if it's a count visitor accessing no properties at allfinal voidContentState.setFeatureType(SimpleFeatureType featureType) Sets the cached feature type.protected AttributeDescriptor[]ReTypingFeatureIterator.typeAttributes(SimpleFeatureType original, SimpleFeatureType target) Supplies mapping from origional to target FeatureType.final voidContentDataStore.updateSchema(String typeName, SimpleFeatureType featureType) voidContentDataStore.updateSchema(Name typeName, SimpleFeatureType featureType) Delegates toContentDataStore.updateSchema(String, SimpleFeatureType)withname.getLocalPart()voidDecoratingDataStore.updateSchema(String typeName, SimpleFeatureType featureType) voidDecoratingDataStore.updateSchema(Name typeName, SimpleFeatureType featureType) Method parameters in org.geotools.data.store with type arguments of type SimpleFeatureTypeModifier and TypeMethodDescriptionContentFeatureStore.addFeatures(FeatureCollection<SimpleFeatureType, SimpleFeature> featureCollection) Adds a collection of features to the store.DiffTransactionState.diffWriter(ContentFeatureStore contentFeatureStore, FeatureReader<SimpleFeatureType, SimpleFeature> reader) Provides a wrapper on the provided reader which gives a diff writer.final voidContentFeatureStore.setFeatures(FeatureReader<SimpleFeatureType, SimpleFeature> reader) Sets the feature of the source.Constructors in org.geotools.data.store with parameters of type SimpleFeatureTypeModifierConstructorDescriptionprotectedDataFeatureCollection(String id, SimpleFeatureType memberType) Subclass must think about what consitructors it needs.ReprojectingFeatureIterator(SimpleFeatureIterator delegate, CoordinateReferenceSystem source, CoordinateReferenceSystem target, SimpleFeatureType schema, GeometryCoordinateSequenceTransformer transformer) ReprojectingFeatureIterator(SimpleFeatureIterator delegate, MathTransform transform, SimpleFeatureType schema, GeometryCoordinateSequenceTransformer transformer) ReprojectingIterator(Iterator<SimpleFeature> delegate, CoordinateReferenceSystem source, CoordinateReferenceSystem target, SimpleFeatureType schema, GeometryCoordinateSequenceTransformer transformer) ReprojectingIterator(Iterator<SimpleFeature> delegate, MathTransform transform, SimpleFeatureType schema, GeometryCoordinateSequenceTransformer transformer) ReTypingFeatureCollection(SimpleFeatureCollection delegate, SimpleFeatureType featureType) ReTypingFeatureCollection(FeatureCollection<SimpleFeatureType, SimpleFeature> delegate, SimpleFeatureType featureType) ReTypingFeatureIterator(SimpleFeatureIterator delegate, SimpleFeatureType source, SimpleFeatureType target) Constructor parameters in org.geotools.data.store with type arguments of type SimpleFeatureTypeModifierConstructorDescriptionDiffContentFeatureWriter(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) ReTypingFeatureCollection(FeatureCollection<SimpleFeatureType, SimpleFeature> delegate, SimpleFeatureType featureType) -
Uses of SimpleFeatureType in org.geotools.data.teradata
Methods in org.geotools.data.teradata with parameters of type SimpleFeatureTypeModifier and TypeMethodDescriptionvoidTeradataDialect.encodePostSelect(SimpleFeatureType featureType, StringBuffer sql) TeradataDialect.getOptimizedBounds(String schema, SimpleFeatureType featureType, Connection cx) voidTeradataDialect.onDelete(PreparedStatement delete, Connection cx, SimpleFeatureType featureType) voidTeradataDialect.onInsert(PreparedStatement insert, Connection cx, SimpleFeatureType featureType) voidTeradataDialect.onSelect(PreparedStatement select, Connection cx, SimpleFeatureType featureType) voidTeradataDialect.onUpdate(PreparedStatement update, Connection cx, SimpleFeatureType featureType) voidTeradataDialect.postCreateTable(String schemaName, SimpleFeatureType featureType, Connection cx) -
Uses of SimpleFeatureType in org.geotools.data.transform
Methods in org.geotools.data.transform that return SimpleFeatureTypeMethods in org.geotools.data.transform that return types with arguments of type SimpleFeatureTypeModifier 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 SimpleFeatureTypeModifier and TypeMethodDescriptionvoidSingleFeatureSourceDataStore.createSchema(SimpleFeatureType featureType) Definition.getAttributeDescriptor(SimpleFeatureType originalSchema) Computes the output attribute descriptor for thisDefinitiongiven only the original feature type.voidSingleFeatureSourceDataStore.updateSchema(String typeName, SimpleFeatureType featureType) voidSingleFeatureSourceDataStore.updateSchema(Name typeName, SimpleFeatureType featureType) Method parameters in org.geotools.data.transform with type arguments of type SimpleFeatureTypeModifier and TypeMethodDescriptionTransformFeatureStore.addFeatures(FeatureCollection<SimpleFeatureType, SimpleFeature> collection) voidTransformFeatureStore.setFeatures(FeatureReader<SimpleFeatureType, SimpleFeature> reader) -
Uses of SimpleFeatureType in org.geotools.data.view
Methods in org.geotools.data.view that return SimpleFeatureType -
Uses of SimpleFeatureType in org.geotools.data.vpf
Classes in org.geotools.data.vpf that implement SimpleFeatureTypeModifier and TypeClassDescriptionclassA VPF feature class.classA VPF feature type.Methods in org.geotools.data.vpf that return SimpleFeatureTypeModifier and TypeMethodDescriptionprotected SimpleFeatureTypeVPFCovFeatureSource.buildFeatureType()protected SimpleFeatureTypeVPFLibFeatureSource.buildFeatureType()VPFFeatureClass.getFeatureType()VPFFeatureReader.getFeatureType()VPFLibrary.getTypeSchema(String typeName) Methods in org.geotools.data.vpf that return types with arguments of type SimpleFeatureTypeModifier and TypeMethodDescriptionprotected FeatureReader<SimpleFeatureType,SimpleFeature> VPFCovFeatureSource.getReaderInternal(Query query) protected FeatureReader<SimpleFeatureType,SimpleFeature> VPFLibFeatureSource.getReaderInternal(Query query) Methods in org.geotools.data.vpf with parameters of type SimpleFeatureTypeModifier and TypeMethodDescriptionstatic voidVPFFeatureType.debugFeatureType(SimpleFeatureType featureType) VPFFeatureClass.readAllRows(SimpleFeatureType featureType) VPFFeatureClass.readNext(SimpleFeatureType featureType) -
Uses of SimpleFeatureType in org.geotools.data.vpf.file
Methods in org.geotools.data.vpf.file that return SimpleFeatureTypeModifier and TypeMethodDescriptionprotected SimpleFeatureTypeVPFFileFeatureSource.buildFeatureType()VPFFile.getFeatureType()VPFFileFeatureReader.getFeatureType()VPFFileStore.getFeatureType(ContentEntry entry) VPFFileStore.getTypeSchema(String pathName) Methods in org.geotools.data.vpf.file that return types with arguments of type SimpleFeatureTypeModifier and TypeMethodDescriptionprotected FeatureReader<SimpleFeatureType,SimpleFeature> VPFFileFeatureSource.getReaderInternal(Query query) -
Uses of SimpleFeatureType in org.geotools.data.vpf.util
Methods in org.geotools.data.vpf.util with parameters of type SimpleFeatureTypeModifier and TypeMethodDescriptionPrimitiveDataFactory.readFeature(TableRow line, SimpleFeatureType type) -
Uses of SimpleFeatureType in org.geotools.data.wfs
Methods in org.geotools.data.wfs that return SimpleFeatureTypeModifier and TypeMethodDescriptionWFSDataStore.getRemoteSimpleFeatureType(QName remoteTypeName) WFSDataStore.getStoredQuerySchema(String storedQueryId) Method parameters in org.geotools.data.wfs with type arguments of type SimpleFeatureTypeModifier 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 SimpleFeatureTypeModifierConstructorDescriptionWFSFeatureWriter(WFSFeatureStore store, WFSLocalTransactionState localSate, FeatureReader<SimpleFeatureType, SimpleFeature> reader, boolean autoCommit) -
Uses of SimpleFeatureType in org.geotools.data.wfs.internal
Methods in org.geotools.data.wfs.internal that return SimpleFeatureTypeMethods in org.geotools.data.wfs.internal with parameters of type SimpleFeatureType -
Uses of SimpleFeatureType in org.geotools.data.wfs.internal.parsers
Methods in org.geotools.data.wfs.internal.parsers that return SimpleFeatureTypeModifier and TypeMethodDescriptionstatic SimpleFeatureTypeEmfAppSchemaParser.parse(Configuration wfsConfiguration, QName featureName, URL schemaLocation, CoordinateReferenceSystem crs, Map<QName, Class<?>> mappedBindings) Parses the FeatureType pointed out by theschemaLocationURL and returns it.static SimpleFeatureTypeEmfAppSchemaParser.parse(Configuration wfsConfiguration, QName featureName, URL schemaLocation, CoordinateReferenceSystem crs, Map<QName, Class<?>> mappedBindings, EntityResolver entityResolver) Parses the FeatureType pointed out by theschemaLocationURL and returns it.static SimpleFeatureTypeEmfAppSchemaParser.parseSimpleFeatureType(QName featureName, URL schemaLocation, CoordinateReferenceSystem crs, Configuration wfsConfiguration, Map<QName, Class<?>> mappedBindings) static SimpleFeatureTypeEmfAppSchemaParser.parseSimpleFeatureType(Configuration configuration, QName featureTypeName, URL schemaLocation, CoordinateReferenceSystem crs) static SimpleFeatureTypeEmfAppSchemaParser.parseSimpleFeatureType(Configuration wfsConfiguration, QName featureName, URL schemaLocation, CoordinateReferenceSystem crs, Map<QName, Class<?>> mappedBindings) Parses the FeatureType pointed out by theschemaLocationURL and returns a subset consisting only of the simple attributes found on the original schema.static SimpleFeatureTypeEmfAppSchemaParser.toSimpleFeatureType(FeatureType realType) Go through FeatureType description and convert to a SimpleFeatureType.Constructors in org.geotools.data.wfs.internal.parsers with parameters of type SimpleFeatureTypeModifierConstructorDescriptionXmlSimpleFeatureParser(InputStream getFeatureResponseStream, SimpleFeatureType targetType, QName featureDescriptorName, String axisOrder) -
Uses of SimpleFeatureType in org.geotools.feature
Fields in org.geotools.feature declared as SimpleFeatureTypeModifier and TypeFieldDescriptionstatic final SimpleFeatureTypeFeatureTypes.ABSTRACT_FEATURE_TYPEabstract base type for all feature typesstatic final SimpleFeatureTypeFeatureTypes.EMPTYAn feature type with no attributesprotected SimpleFeatureTypeDefaultFeatureCollection.schemaMethods in org.geotools.feature that return SimpleFeatureTypeModifier and TypeMethodDescriptionDecoratingFeature.getFeatureType()DefaultFeatureCollection.getSchema()DecoratingFeature.getType()static SimpleFeatureTypeFeatureTypes.newFeatureType(AttributeDescriptor[] types, String name) Create a new FeatureType with the given AttributeTypes.static SimpleFeatureTypeFeatureTypes.newFeatureType(AttributeDescriptor[] types, String name, URI ns) Create a new FeatureType with the given AttributeTypes.static SimpleFeatureTypeFeatureTypes.newFeatureType(AttributeDescriptor[] types, String name, URI ns, boolean isAbstract) Create a new FeatureType with the given AttributeTypes.static SimpleFeatureTypeFeatureTypes.newFeatureType(AttributeDescriptor[] types, String name, URI ns, boolean isAbstract, SimpleFeatureType[] superTypes) The most specific way to create a new FeatureType.static SimpleFeatureTypeFeatureTypes.newFeatureType(AttributeDescriptor[] types, String name, URI ns, boolean isAbstract, SimpleFeatureType[] superTypes, AttributeDescriptor defaultGeometry) The most specific way to create a new FeatureType.static SimpleFeatureTypeFeatureTypes.newFeatureType(AttributeDescriptor[] types, String name, URI ns, boolean isAbstract, SimpleFeatureType[] superTypes, GeometryDescriptor defaultGeometry) The most specific way to create a new FeatureType.static SimpleFeatureTypeFeatureTypes.transform(SimpleFeatureType schema, CoordinateReferenceSystem crs) Forces the specified CRS on all geometry attributesstatic SimpleFeatureTypeFeatureTypes.transform(SimpleFeatureType schema, CoordinateReferenceSystem crs, boolean forceOnlyMissing) Forces the specified CRS on geometry attributes (all or some, depends on the parameters).static SimpleFeatureTypeFeatureTypes.transform(SimpleFeatureType schema, CoordinateReferenceSystem crs, boolean forceOnlyMissing, boolean onlyIfCompatible) Forces the specified CRS on geometry attributes (all or some, depends on the parameters).Methods in org.geotools.feature that return types with arguments of type SimpleFeatureTypeMethods in org.geotools.feature with parameters of type SimpleFeatureTypeModifier and TypeMethodDescriptionstatic Set<FeatureType>FeatureTypes.ancestors(SimpleFeatureType featureType) AbstractFeatureFactoryImpl.createSimpleFeature(Object[] array, SimpleFeatureType type, String id) static booleanFeatureTypes.equals(SimpleFeatureType typeA, SimpleFeatureType typeB) Exact equality based on typeNames, namespace, attributes and ancestorsstatic booleanFeatureTypes.equalsAncestors(SimpleFeatureType typeA, SimpleFeatureType typeB) This method depends on the correct implementation of FeatureType equalsstatic booleanFeatureTypes.equalsExact(SimpleFeatureType typeA, SimpleFeatureType typeB) Exact equality based on typeNames, namespace, attributes and ancestors, including the user maps contentsstatic booleanFeatureTypes.equalsId(SimpleFeatureType typeA, SimpleFeatureType typeB) Quick check of namespace and typenamestatic SimpleFeatureTypeFeatureTypes.newFeatureType(AttributeDescriptor[] types, String name, URI ns, boolean isAbstract, SimpleFeatureType[] superTypes) The most specific way to create a new FeatureType.static SimpleFeatureTypeFeatureTypes.newFeatureType(AttributeDescriptor[] types, String name, URI ns, boolean isAbstract, SimpleFeatureType[] superTypes, AttributeDescriptor defaultGeometry) The most specific way to create a new FeatureType.static SimpleFeatureTypeFeatureTypes.newFeatureType(AttributeDescriptor[] types, String name, URI ns, boolean isAbstract, SimpleFeatureType[] superTypes, GeometryDescriptor defaultGeometry) The most specific way to create a new FeatureType.static booleanFeatureTypes.shouldReproject(SimpleFeatureType schema, CoordinateReferenceSystem crs) Tells if there is any work to be done for reprojection, i.e. if there are any CRS that differ but are compatible.static SimpleFeatureFeatureTypes.transform(SimpleFeature feature, SimpleFeatureType schema, MathTransform transform) Applies transform to all geometry attribute.static SimpleFeatureTypeFeatureTypes.transform(SimpleFeatureType schema, CoordinateReferenceSystem crs) Forces the specified CRS on all geometry attributesstatic SimpleFeatureTypeFeatureTypes.transform(SimpleFeatureType schema, CoordinateReferenceSystem crs, boolean forceOnlyMissing) Forces the specified CRS on geometry attributes (all or some, depends on the parameters).static SimpleFeatureTypeFeatureTypes.transform(SimpleFeatureType schema, CoordinateReferenceSystem crs, boolean forceOnlyMissing, boolean onlyIfCompatible) Forces the specified CRS on geometry attributes (all or some, depends on the parameters).Constructors in org.geotools.feature with parameters of type SimpleFeatureTypeModifierConstructorDescriptionDefaultFeatureCollection(String id, SimpleFeatureType memberType) Used to create a feature collection to stage content in memory.Constructor parameters in org.geotools.feature with type arguments of type SimpleFeatureTypeModifierConstructorDescriptionUsed to stage content in memory. -
Uses of SimpleFeatureType in org.geotools.feature.collection
Fields in org.geotools.feature.collection declared as SimpleFeatureTypeModifier and TypeFieldDescriptionprotected SimpleFeatureTypeAbstractFeatureCollection.schemaprotected SimpleFeatureTypeAdaptorFeatureCollection.schemaprotected SimpleFeatureTypeClippedFeatureCollection.targetSchemaMethods in org.geotools.feature.collection that return SimpleFeatureTypeModifier and TypeMethodDescriptionAbstractFeatureCollection.getSchema()AdaptorFeatureCollection.getSchema()ClippedFeatureCollection.getSchema()DecoratingSimpleFeatureCollection.getSchema()Methods in org.geotools.feature.collection that return types with arguments of type SimpleFeatureTypeConstructors in org.geotools.feature.collection with parameters of type SimpleFeatureTypeModifierConstructorDescriptionprotectedAbstractFeatureCollection(SimpleFeatureType memberType) AdaptorFeatureCollection(String id, SimpleFeatureType memberType) protectedClippedFeatureIterator(SimpleFeatureIterator delegate, Geometry clip, SimpleFeatureType schema, boolean preserveZ) Constructor parameters in org.geotools.feature.collection with type arguments of type SimpleFeatureTypeModifierConstructorDescriptionprotectedFilteringSimpleFeatureCollection(FeatureCollection<SimpleFeatureType, SimpleFeature> delegate, Filter filter) MaxSimpleFeatureCollection(FeatureCollection<SimpleFeatureType, SimpleFeature> delegate, long max) -
Uses of SimpleFeatureType in org.geotools.feature.simple
Classes in org.geotools.feature.simple that implement SimpleFeatureTypeModifier and TypeClassDescriptionclassImplementation fo SimpleFeatureType, subtypes must be atomic and are stored in a list.Fields in org.geotools.feature.simple declared as SimpleFeatureTypeModifier and TypeFieldDescriptionprotected SimpleFeatureTypeSimpleFeatureImpl.featureTypeprotected SimpleFeatureTypeSimpleFeatureTypeBuilder.superTypethe parent type.Methods in org.geotools.feature.simple that return SimpleFeatureTypeModifier and TypeMethodDescriptionSimpleFeatureTypeBuilder.buildFeatureType()Builds a feature type from compiled state.static SimpleFeatureTypeSimpleFeatureTypeBuilder.copy(SimpleFeatureType original) Copies a feature type.SimpleFeatureBuilder.getFeatureType()Returns the simple feature type used by this builder as a feature template.SimpleFeatureImpl.getFeatureType()SimpleFeatureTypeBuilder.getSuperType()The super type of the built type.SimpleFeatureImpl.getType()static SimpleFeatureTypeSimpleFeatureTypeBuilder.retype(SimpleFeatureType original, String... attributes) Create a SimpleFeatureType containing just the attribute descriptors indicated.static SimpleFeatureTypeSimpleFeatureTypeBuilder.retype(SimpleFeatureType original, List<String> attributes) Create a SimpleFeatureType containing just the attribute descriptors indicated.static SimpleFeatureTypeSimpleFeatureTypeBuilder.retype(SimpleFeatureType original, Query query) Create a SimpleFeatureType with the parameters and coordinate reference system of the query.static SimpleFeatureTypeSimpleFeatureTypeBuilder.retype(SimpleFeatureType original, CoordinateReferenceSystem crs) Create a SimpleFeatureType with the same content; just updating the geometry attribute to match the provided coordinate reference system.Methods in org.geotools.feature.simple with parameters of type SimpleFeatureTypeModifier and TypeMethodDescriptionstatic 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.static SimpleFeatureTypeSimpleFeatureTypeBuilder.copy(SimpleFeatureType original) Copies a feature type.voidSimpleFeatureTypeBuilder.init(SimpleFeatureType type) Initializes the builder with state from a pre-existing feature type.static SimpleFeatureSimpleFeatureBuilder.retype(SimpleFeature feature, SimpleFeatureType featureType) Copies an existing feature, retyping it in the process.static SimpleFeatureTypeSimpleFeatureTypeBuilder.retype(SimpleFeatureType original, String... attributes) Create a SimpleFeatureType containing just the attribute descriptors indicated.static SimpleFeatureTypeSimpleFeatureTypeBuilder.retype(SimpleFeatureType original, List<String> attributes) Create a SimpleFeatureType containing just the attribute descriptors indicated.static SimpleFeatureTypeSimpleFeatureTypeBuilder.retype(SimpleFeatureType original, Query query) Create a SimpleFeatureType with the parameters and coordinate reference system of the query.static SimpleFeatureTypeSimpleFeatureTypeBuilder.retype(SimpleFeatureType original, CoordinateReferenceSystem crs) Create a SimpleFeatureType with the same content; just updating the geometry attribute to match the provided coordinate reference system.voidSimpleFeatureTypeBuilder.setSuperType(SimpleFeatureType superType) Sets the super type of the built type.static SimpleFeatureSimpleFeatureBuilder.template(SimpleFeatureType featureType, String featureId) Builds a new feature whose attribute values are the default onesConstructors in org.geotools.feature.simple with parameters of type SimpleFeatureTypeModifierConstructorDescriptionSimpleFeatureBuilder(SimpleFeatureType featureType) SimpleFeatureBuilder(SimpleFeatureType featureType, FeatureFactory factory) SimpleFeatureImpl(Object[] values, SimpleFeatureType featureType, FeatureId id, boolean validating) Fast construction of a new feature.SimpleFeatureImpl(Object[] values, SimpleFeatureType featureType, FeatureId id, boolean validating, Map<String, Integer> index) Fast construction of a new feature.SimpleFeatureImpl(List<Object> values, SimpleFeatureType featureType, FeatureId id) Builds a new feature based on the provided values and feature type -
Uses of SimpleFeatureType in org.geotools.feature.type
Fields in org.geotools.feature.type declared as SimpleFeatureTypeModifier and TypeFieldDescriptionstatic final SimpleFeatureTypeAnnotationFeatureType.ANNOTATIONThe FeatureType reference that should be used for Anotations.static final SimpleFeatureTypeBasicFeatureTypes.FEATUREThe base type for all featuresstatic final SimpleFeatureTypeBasicFeatureTypes.LINEThe FeatureType reference that should be used for Linesstatic final SimpleFeatureTypeBasicFeatureTypes.POINTThe FeatureType reference that should be used for Pointsstatic final SimpleFeatureTypeBasicFeatureTypes.POLYGONThe FeatureType reference that should be used for PolygonsMethods in org.geotools.feature.type that return SimpleFeatureTypeModifier and TypeMethodDescriptionFeatureTypeFactoryImpl.createSimpleFeatureType(Name name, List<AttributeDescriptor> schema, GeometryDescriptor defaultGeometry, boolean isAbstract, List<Filter> restrictions, AttributeType superType, InternationalString description) Methods in org.geotools.feature.type with parameters of type SimpleFeatureTypeModifier and TypeMethodDescriptionstatic voidTypes.assertOrderAssignable(SimpleFeatureType expected, SimpleFeatureType actual) SimpleFeatureType comparison indicating that data from one FeatureType can be exchanged with another - specifically ensuring that the order / value is a reasonable match with the expected number of attributes on each side and the values correctly assignable. -
Uses of SimpleFeatureType in org.geotools.feature.visitor
Methods in org.geotools.feature.visitor with parameters of type SimpleFeatureTypeModifier and TypeMethodDescriptionGroupByVisitorBuilder.withAggregateAttribute(int attributeTypeIndex, SimpleFeatureType type) GroupByVisitorBuilder.withAggregateAttribute(String attributeName, SimpleFeatureType type) GroupByVisitorBuilder.withGroupByAttribute(int attributeTypeIndex, SimpleFeatureType type) GroupByVisitorBuilder.withGroupByAttribute(String attributeName, SimpleFeatureType type) GroupByVisitorBuilder.withGroupByAttributes(Collection<String> attributesNames, SimpleFeatureType type) Constructors in org.geotools.feature.visitor with parameters of type SimpleFeatureTypeModifierConstructorDescriptionAverageVisitor(int attributeTypeIndex, SimpleFeatureType type) Constructor class for the AverageVisitor using AttributeDescriptor IDAverageVisitor(String attrName, SimpleFeatureType type) Constructor class for the AverageVisitor using AttributeDescriptor NameMaxVisitor(int attributeTypeIndex, SimpleFeatureType type) MaxVisitor(String attrName, SimpleFeatureType type) MedianVisitor(int attributeTypeIndex, SimpleFeatureType type) MedianVisitor(String attrName, SimpleFeatureType type) MinVisitor(int attributeTypeIndex, SimpleFeatureType type) MinVisitor(String attrName, SimpleFeatureType type) SumAreaVisitor(int attributeTypeIndex, SimpleFeatureType type) SumAreaVisitor(String attrName, SimpleFeatureType type) SumVisitor(int attributeTypeIndex, SimpleFeatureType type) SumVisitor(String attrName, SimpleFeatureType type) UniqueCountVisitor(int attributeTypeIndex, SimpleFeatureType type) UniqueCountVisitor(String attrName, SimpleFeatureType type) UniqueVisitor(int attributeTypeIndex, SimpleFeatureType type) UniqueVisitor(String attrName, SimpleFeatureType type) UniqueVisitor(SimpleFeatureType type, Integer... indexes) UniqueVisitor(SimpleFeatureType type, String... attributeNames) -
Uses of SimpleFeatureType in org.geotools.filter
Fields in org.geotools.filter declared as SimpleFeatureTypeModifier and TypeFieldDescriptionprotected SimpleFeatureTypeFilterAttributeExtractor.featureTypefeature type to evaluate againstprotected SimpleFeatureTypeAttributeExpressionImpl.schemaUsed to validate attribute references to ensure they match the provided schemaMethods in org.geotools.filter with parameters of type SimpleFeatureTypeModifier and TypeMethodDescriptionstatic String[]Filters.attributeNames(Filter filter, SimpleFeatureType featureType) Traverses the filter and returns any encountered property names.static Set<PropertyName>Filters.propertyNames(Expression expression, SimpleFeatureType featureType) Traverses the expression and returns any encountered property names.static Set<PropertyName>Filters.propertyNames(Filter filter, SimpleFeatureType featureType) Traverses the filter and returns any encountered property names.Constructors in org.geotools.filter with parameters of type SimpleFeatureTypeModifierConstructorDescriptionprotectedConstructor with the schema for this attribute.protectedAttributeExpressionImpl(SimpleFeatureType schema, String attPath) Constructor with schema and path to the attribute.ExpressionSAXParser(SimpleFeatureType schema) Constructor with a schema to read the attribute againset.ExpressionSAXParser(SimpleFeatureType schema, FilterFactory factory) Constructor injectionFilterAttributeExtractor(SimpleFeatureType featureType) Use the provided feature type as a sanity check when extracting property names. -
Uses of SimpleFeatureType in org.geotools.filter.visitor
Constructors in org.geotools.filter.visitor with parameters of type SimpleFeatureTypeModifierConstructorDescriptionJsonPointerFilterSplittingVisitor(FilterCapabilities fcs, SimpleFeatureType parent, ClientTransactionAccessor transactionAccessor) PostPreProcessFilterSplittingVisitor(FilterCapabilities fcs, SimpleFeatureType parent, ClientTransactionAccessor transactionAccessor) Create a new instance.PropertyNameResolvingVisitor(SimpleFeatureType featureType) -
Uses of SimpleFeatureType in org.geotools.gce.imagemosaic
Methods in org.geotools.gce.imagemosaic with parameters of type SimpleFeatureTypeModifier and TypeMethodDescriptionvoidImageMosaicReader.createCoverage(String coverageName, SimpleFeatureType indexSchema) voidRasterManager.createStore(SimpleFeatureType indexSchema) Create a store for the coverage related to thisRasterManagerusing the provided schemastatic booleanUtils.isValidMosaicSchema(SimpleFeatureType schema, String locationAttributeName) Returns true if the type is usable as a mosaic index -
Uses of SimpleFeatureType in org.geotools.gce.imagemosaic.catalog
Methods in org.geotools.gce.imagemosaic.catalog that return SimpleFeatureTypeMethods in org.geotools.gce.imagemosaic.catalog with parameters of type SimpleFeatureTypeModifier and TypeMethodDescriptionabstract voidGranuleCatalog.createType(SimpleFeatureType featureType) voidLockingGranuleCatalog.createType(SimpleFeatureType featureType) -
Uses of SimpleFeatureType in org.geotools.gce.imagemosaic.catalog.oracle
Fields in org.geotools.gce.imagemosaic.catalog.oracle declared as SimpleFeatureTypeModifier and TypeFieldDescriptionprotected SimpleFeatureTypeAbstractFeatureTypeMapper.mappedFeatureTypeThe oracle specific featureTypeprotected SimpleFeatureTypeAbstractFeatureTypeMapper.wrappedFeatureTypeThe original feature typeMethods in org.geotools.gce.imagemosaic.catalog.oracle that return SimpleFeatureTypeModifier and TypeMethodDescriptionAbstractFeatureTypeMapper.getMappedFeatureType()FeatureTypeMapper.getMappedFeatureType()Get the remapped FeatureTypeAbstractFeatureTypeMapper.getWrappedFeatureType()FeatureTypeMapper.getWrappedFeatureType()Get the original FeatureTypeMethods in org.geotools.gce.imagemosaic.catalog.oracle that return types with arguments of type SimpleFeatureTypeModifier 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) Methods in org.geotools.gce.imagemosaic.catalog.oracle with parameters of type SimpleFeatureTypeModifier and TypeMethodDescriptionvoidDataStoreWrapper.createSchema(SimpleFeatureType featureType) protected abstract FeatureTypeMapperDataStoreWrapper.getFeatureTypeMapper(SimpleFeatureType featureType) Return a specificFeatureTypeMapperinstance on top of an input featureTypeprotected FeatureTypeMapperOracleDatastoreWrapper.getFeatureTypeMapper(SimpleFeatureType featureType) voidDataStoreWrapper.updateSchema(String typeName, SimpleFeatureType featureType) voidDataStoreWrapper.updateSchema(Name typeName, SimpleFeatureType featureType) Constructors in org.geotools.gce.imagemosaic.catalog.oracle with parameters of type SimpleFeatureTypeModifierConstructorDescriptionprotectedAbstractFeatureTypeMapper(SimpleFeatureType featureType, int maxLength) OracleFeatureTypeMapper(SimpleFeatureType featureType) Create a newOracleFeatureTypeMapperon top of the original featureType provided -
Uses of SimpleFeatureType in org.geotools.gce.imagemosaic.catalog.postgis
Methods in org.geotools.gce.imagemosaic.catalog.postgis that return types with arguments of type SimpleFeatureTypeMethods in org.geotools.gce.imagemosaic.catalog.postgis with parameters of type SimpleFeatureTypeModifier and TypeMethodDescriptionprotected FeatureTypeMapperPostgisDatastoreWrapper.getFeatureTypeMapper(SimpleFeatureType featureType) Constructors in org.geotools.gce.imagemosaic.catalog.postgis with parameters of type SimpleFeatureTypeModifierConstructorDescriptionPostgisFeatureTypeMapper(SimpleFeatureType featureType) Create a newPostgisFeatureTypeMapperon top of the original featureType provided -
Uses of SimpleFeatureType in org.geotools.gce.imagemosaic.catalog.sqlserver
Methods in org.geotools.gce.imagemosaic.catalog.sqlserver that return types with arguments of type SimpleFeatureTypeMethods in org.geotools.gce.imagemosaic.catalog.sqlserver with parameters of type SimpleFeatureTypeModifier and TypeMethodDescriptionprotected FeatureTypeMapperSQLServerDatastoreWrapper.getFeatureTypeMapper(SimpleFeatureType featureType) Constructors in org.geotools.gce.imagemosaic.catalog.sqlserver with parameters of type SimpleFeatureTypeModifierConstructorDescriptionSQLServerTypeMapper(SimpleFeatureType featureType) Create a newSQLServerTypeMapperon top of the original featureType provided -
Uses of SimpleFeatureType in org.geotools.gce.imagemosaic.granulehandler
Methods in org.geotools.gce.imagemosaic.granulehandler with parameters of type SimpleFeatureTypeModifier and TypeMethodDescriptionvoidDefaultGranuleHandler.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 SimpleFeatureType in org.geotools.geojson.feature
Methods in org.geotools.geojson.feature that return SimpleFeatureTypeModifier and TypeMethodDescriptionFeatureTypeHandler.getValue()FeatureJSON.readFeatureCollectionSchema(InputStream input, boolean nullValuesEncoded) Reads theSimpleFeatureTypeof a GeoJSON feature collection.FeatureJSON.readFeatureCollectionSchema(Object input, boolean nullValuesEncoded) Reads theSimpleFeatureTypeof a GeoJSON feature collection.Methods in org.geotools.geojson.feature with parameters of type SimpleFeatureTypeModifier and TypeMethodDescriptionvoidFeatureJSON.setFeatureType(SimpleFeatureType featureType) Sets the target feature type for parsing.Constructors in org.geotools.geojson.feature with parameters of type SimpleFeatureTypeModifierConstructorDescriptionFeatureCollectionHandler(SimpleFeatureType featureType, AttributeIO attio) FeatureTypeAttributeIO(SimpleFeatureType featureType) -
Uses of SimpleFeatureType in org.geotools.geopkg
Methods in org.geotools.geopkg with parameters of type SimpleFeatureTypeModifier and TypeMethodDescriptionvoidGeoPackage.create(FeatureEntry entry, SimpleFeatureType schema) Creates a new feature entry in the geopackage.GeoPkgDialect.getAggregateConverter(FeatureVisitor visitor, SimpleFeatureType featureType) SQLite dates are just strings, they don't get converted to Date in case of aggregation, do it here insteadGeoPkgDialect.getOptimizedBounds(String schema, SimpleFeatureType featureType, Connection cx) voidGeoPkgDialect.postCreateTable(String schemaName, SimpleFeatureType featureType, Connection cx) voidGeoPkgDialect.postDropTable(String schemaName, SimpleFeatureType featureType, Connection cx) Filter[]GeoPkgDialect.splitFilter(Filter filter, SimpleFeatureType schema) -
Uses of SimpleFeatureType in org.geotools.gml.producer
Methods in org.geotools.gml.producer with parameters of type SimpleFeatureTypeModifier and TypeMethodDescriptionprotected voidFeatureTypeTransformer.FeatureTypeTranslator.encode(SimpleFeatureType type) Encode the supplied feature type.Method parameters in org.geotools.gml.producer with type arguments of type SimpleFeatureTypeModifier and TypeMethodDescriptionvoidFeatureTransformer.FeatureTranslator.handleFeatureReader(FeatureReader<SimpleFeatureType, SimpleFeature> reader) -
Uses of SimpleFeatureType in org.geotools.gml2.bindings
Methods in org.geotools.gml2.bindings that return SimpleFeatureTypeModifier and TypeMethodDescriptionstatic SimpleFeatureTypeGML2ParsingUtils.featureType(XSDElementDeclaration element, BindingWalkerFactory bwFactory) Turns a xml type definition into a geotools feature type.static SimpleFeatureTypeGML2ParsingUtils.featureType(XSDElementDeclaration element, BindingWalkerFactory bwFactory, CoordinateReferenceSystem crs) Turns a xml type definition into a geotools feature type.static SimpleFeatureTypeGML2ParsingUtils.featureType(Node node) Turns a parse node instance into a geotools feature type.Methods in org.geotools.gml2.bindings with parameters of type SimpleFeatureTypeModifier and TypeMethodDescriptionstatic XSDTypeDefinitionGML2EncodingUtils.createXmlTypeFromFeatureType(SimpleFeatureType featureType, SchemaIndex schemaIndex, Set<String> toFilter) XSDTypeDefinitionGMLEncodingUtils.createXmlTypeFromFeatureType(SimpleFeatureType featureType, SchemaIndex schemaIndex, Set<String> toFilter) static SimpleFeatureGML2ParsingUtils.feature(SimpleFeatureType fType, String fid, Node node) -
Uses of SimpleFeatureType in org.geotools.gml3.bindings
Methods in org.geotools.gml3.bindings that return SimpleFeatureTypeModifier and TypeMethodDescriptionstatic SimpleFeatureTypeGML3ParsingUtils.featureType(XSDElementDeclaration element, BindingWalkerFactory bwFactory) Turns a xml type definition into a geotools feature type. -
Uses of SimpleFeatureType in org.geotools.gml4wcs.bindings
Methods in org.geotools.gml4wcs.bindings that return SimpleFeatureTypeModifier and TypeMethodDescriptionstatic SimpleFeatureTypeGML3ParsingUtils.featureType(XSDElementDeclaration element, BindingWalkerFactory bwFactory) Turns a xml type definition into a geotools feature type. -
Uses of SimpleFeatureType in org.geotools.grid
Methods in org.geotools.grid that return SimpleFeatureTypeModifier and TypeMethodDescriptionprotected static SimpleFeatureTypeDefaultGridFeatureBuilder.createType(String typeName, CoordinateReferenceSystem crs) Creates the feature TYPEGridFeatureBuilder.getType()Gets the feature type.Constructors in org.geotools.grid with parameters of type SimpleFeatureTypeModifierConstructorDescriptionCreates aGridFeatureBuilderto work with the given feature type. -
Uses of SimpleFeatureType in org.geotools.grid.ortholine
Methods in org.geotools.grid.ortholine that return SimpleFeatureTypeModifier and TypeMethodDescriptionprotected static SimpleFeatureTypeOrthoLineFeatureBuilder.createType(String typeName, CoordinateReferenceSystem crs) Creates the feature TYPE -
Uses of SimpleFeatureType in org.geotools.imageio.netcdf
Methods in org.geotools.imageio.netcdf that return SimpleFeatureTypeModifier and TypeMethodDescriptionNetCDFImageReader.getIndexSchema(Name coverageName, CoordinateSystem cs) NetCDFImageReader.getIndexSchema(Name coverageName, CoordinateSystem coordinateSystem, boolean isShared) Methods in org.geotools.imageio.netcdf with parameters of type SimpleFeatureTypeModifier and TypeMethodDescriptionvoidVariableAdapter.updateMapping(SimpleFeatureType indexSchema, List<DimensionDescriptor> descriptors) Update the dimensionDescriptor attributes mapping by checking the actual attribute names from the schema -
Uses of SimpleFeatureType in org.geotools.imageio.netcdf.utilities
Methods in org.geotools.imageio.netcdf.utilities that return SimpleFeatureTypeModifier and TypeMethodDescriptionstatic SimpleFeatureTypeNetCDFUtilities.createFeatureType(String schemaName, String schemaDef, CoordinateReferenceSystem crs) -
Uses of SimpleFeatureType in org.geotools.jdbc
Fields in org.geotools.jdbc declared as SimpleFeatureTypeModifier and TypeFieldDescriptionprotected SimpleFeatureTypeJDBCFeatureReader.featureTypeschema of featuresMethods in org.geotools.jdbc that return SimpleFeatureTypeModifier and TypeMethodDescriptionprotected SimpleFeatureTypeJDBCFeatureSource.buildFeatureType()Builds the feature type from database metadata.protected SimpleFeatureTypeJDBCFeatureStore.buildFeatureType()JDBCClosingFeatureReader.getFeatureType()JDBCClosingFeatureWriter.getFeatureType()JDBCFeatureReader.getFeatureType()JDBCFeatureReader.ResultSetFeature.getFeatureType()JDBCJoiningFilteringFeatureReader.getFeatureType()JoinId.getFeatureType()JoinPropertyName.getFeatureType()JoinInfo.JoinPart.getQueryFeatureType()JoinInfo.JoinPart.getReturnFeatureType()JDBCFeatureReader.ResultSetFeature.getType()Methods in org.geotools.jdbc that return types with arguments of type SimpleFeatureTypeModifier 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 SimpleFeatureTypeModifier and TypeMethodDescriptionstatic JoinInfoJoinInfo.create(Query query, SimpleFeatureType featureType, JDBCDataStore dataStore) JDBCDataStore.createFilterToSQL(SimpleFeatureType featureType) Creates a new instance of a filter to sql encoder.voidSQLDialect.createIndex(Connection cx, SimpleFeatureType schema, String databaseSchema, Index index) Performs the class "create [unique] indexName on tableName(att1, att2, ..., attN)" call.JDBCDataStore.createPreparedFilterToSQL(SimpleFeatureType featureType) Creates a new instance of a filter to sql encoder to be used in a prepared statement.voidJDBCDataStore.createSchema(SimpleFeatureType featureType) Creates a table in the underlying database from the specified table.protected StringJDBCDataStore.createTableSQL(SimpleFeatureType featureType, Connection cx) Generates a 'CREATE TABLE' sql statement.protected voidJDBCDataStore.delete(SimpleFeatureType featureType, String fid, Connection cx) Deletes an existing feature in the database for a particular feature type / fid.protected voidJDBCDataStore.delete(SimpleFeatureType featureType, Filter filter, Connection cx) Deletes an existing feature(s) in the database for a particular feature type / table.protected StringJDBCDataStore.deleteSQL(SimpleFeatureType featureType, Filter filter) Generates a 'DELETE FROM' sql statement.protected PreparedStatementJDBCDataStore.deleteSQLPS(SimpleFeatureType featureType, Filter filter, Connection cx) Generates a 'DELETE FROM' prepared statement.voidSQLDialect.dropIndex(Connection cx, SimpleFeatureType schema, String databaseSchema, String indexName) Drop the index.protected StringJDBCDataStore.dropTableSQL(SimpleFeatureType featureType, Connection cx) Generates a 'DROP TABLE' sql statement.voidSQLDialect.encodePostSelect(SimpleFeatureType featureType, StringBuffer sql) Encodes anything after the SELECT clause and before the FROM clause.protected voidJDBCDataStore.encodeTableJoin(SimpleFeatureType featureType, JoinInfo join, Query query, StringBuffer sql) Helper method to encode the join clause(s) of a query.protected List<FilterToSQL>JDBCDataStore.encodeWhereJoin(SimpleFeatureType featureType, JoinInfo join, StringBuffer sql) protected voidJDBCDataStore.ensureAuthorization(SimpleFeatureType featureType, Filter filter, Transaction tx, Connection cx) Ensures that that the specified transaction has access to features specified by a filter.protected GroupByVisitor.GroupByRawResultJDBCDataStore.extractValuesFromResultSet(Connection cx, SimpleFeatureType featureType, ResultSet resultSet, List<Expression> groupBy, Function<Object, Object> converter, Hints hints) Helper method that translate the result set to the appropriate group by visitor result formatprotected StringJDBCDataStore.findPrimaryKeyColumnName(SimpleFeatureType featureType) SQLDialect.getAggregateConverter(FeatureVisitor visitor, SimpleFeatureType featureType) Returns a converter used to transform the results of an aggregation, for the given visitor and feature type.protected ObjectJDBCDataStore.getAggregateValue(FeatureVisitor visitor, SimpleFeatureType featureType, Query query, Connection cx) Results the value of an aggregate function over a query.protected ReferencedEnvelopeJDBCDataStore.getBounds(SimpleFeatureType featureType, Query query, Connection cx) Returns the bounds of the features for a particular feature type / table.protected intJDBCDataStore.getCount(SimpleFeatureType featureType, Query query, Connection cx) Returns the count of the features for a particular feature type / table.SQLDialect.getOptimizedBounds(String schema, SimpleFeatureType featureType, Connection cx) Returns the bounds of all geometry columns in the layer using any approach that proves to be faster than the plain bounds aggregation (e.g., better than the "plain select extent(geom) from table" on PostGIS), or null if none exists or the fast method has not been enabled (e.g., if the fast method is just an estimate of the bounds you probably want the user to enable it manually)JDBCDataStore.getPrimaryKey(SimpleFeatureType featureType) Returns the primary key object for a particular feature type / table, deriving it from the underlying database metadata.protected StringJDBCDataStore.getPropertyName(SimpleFeatureType featureType, PropertyName propertyName) Helper method for executing a property name against a feature type.SQLDialect.getResultTypes(FeatureVisitor visitor, SimpleFeatureType featureType) Returns the list of aggregation output types for the given visitor and feature type (or an empty Optional if could not determine it)voidSQLDialect.handleSelectHints(StringBuffer sql, SimpleFeatureType featureType, Query query) Used to apply search hints on the fully generated SQL (complete of select, from, where, sort, limit/offset)protected voidJDBCFeatureReader.init(JDBCFeatureSource featureSource, SimpleFeatureType featureType, Query query) protected <F extends FilterToSQL>
FJDBCDataStore.initializeFilterToSQL(F toSQL, SimpleFeatureType featureType) Helper method to initialize a filter encoder instance.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.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.protected booleanJDBCDataStore.isExposePrimaryKeyColumns(SimpleFeatureType featureType) Returns the expose primary key columns flag for the specified feature typevoidBasicSQLDialect.onDelete(Statement delete, Connection cx, SimpleFeatureType featureType) Callback invoked before a DELETE statement is executed against the database.voidPreparedStatementSQLDialect.onDelete(PreparedStatement delete, Connection cx, SimpleFeatureType featureType) Callback invoked before a DELETE statement is executed against the database.voidBasicSQLDialect.onInsert(Statement insert, Connection cx, SimpleFeatureType featureType) Callback invoked before an INSERT statement is executed against the database.voidPreparedStatementSQLDialect.onInsert(PreparedStatement insert, Connection cx, SimpleFeatureType featureType) Callback invoked before an INSERT statement is executed against the database.voidBasicSQLDialect.onSelect(Statement select, Connection cx, SimpleFeatureType featureType) Callback invoked before a SELECT statement is executed against the database.voidPreparedStatementSQLDialect.onSelect(PreparedStatement select, Connection cx, SimpleFeatureType featureType) Callback invoked before a SELECT statement is executed against the database.voidBasicSQLDialect.onUpdate(Statement update, Connection cx, SimpleFeatureType featureType) Callback invoked before an UPDATE statement is executed against the database.voidPreparedStatementSQLDialect.onUpdate(PreparedStatement update, Connection cx, SimpleFeatureType featureType) Callback invoked before an UPDATE statement is executed against the database.voidSQLDialect.postCreateFeatureType(SimpleFeatureType featureType, DatabaseMetaData metadata, String schemaName, Connection cx) Callback which executes after a feature type has been built from a database table.voidSQLDialect.postCreateTable(String schemaName, SimpleFeatureType featureType, Connection cx) Callback to execute any additional sql statements post a create table statement.voidSQLDialect.postDropTable(String schemaName, SimpleFeatureType featureType, Connection cx) Callback which executes after a table has been dropped.voidSQLDialect.preDropTable(String schemaName, SimpleFeatureType featureType, Connection cx) Callback which executes before a table is about to be dropped.protected StringJDBCDataStore.selectAggregateSQL(String function, List<Expression> attributes, List<Expression> groupByExpressions, SimpleFeatureType featureType, Query query, LimitingVisitor visitor) protected PreparedStatementJDBCDataStore.selectAggregateSQLPS(String function, List<Expression> attributes, List<Expression> groupByExpressions, SimpleFeatureType featureType, Query query, LimitingVisitor visitor, Connection cx) protected StringJDBCDataStore.selectBoundsSQL(SimpleFeatureType featureType, Query query) Generates a 'SELECT' sql statement which selects bounds.protected PreparedStatementJDBCDataStore.selectBoundsSQLPS(SimpleFeatureType featureType, Query query, Connection cx) Generates a 'SELECT' prepared statement which selects bounds.protected StringJDBCDataStore.selectJoinSQL(SimpleFeatureType featureType, JoinInfo join, Query query) protected PreparedStatementJDBCDataStore.selectJoinSQLPS(SimpleFeatureType featureType, JoinInfo join, Query query, Connection cx) protected StringJDBCDataStore.selectSQL(SimpleFeatureType featureType, Query query) Generates a 'SELECT p1, p2, ...protected PreparedStatementJDBCDataStore.selectSQLPS(SimpleFeatureType featureType, Query query, Connection cx) Generates a 'SELECT p1, p2, ...voidJoinInfo.JoinPart.setQueryFeatureType(SimpleFeatureType queryFeatureType) voidJoinInfo.JoinPart.setReturnFeatureType(SimpleFeatureType returnFeatureType) Filter[]SQLDialect.splitFilter(Filter filter, SimpleFeatureType schema) Splits the filter into two parts, an encodable one, and a non encodable one.protected voidJDBCDataStore.update(SimpleFeatureType featureType, List<AttributeDescriptor> attributes, List<Object> values, Filter filter, Connection cx) Updates an existing feature(s) in the database for a particular feature type / table.protected voidJDBCDataStore.update(SimpleFeatureType featureType, AttributeDescriptor[] attributes, Object[] values, Filter filter, Connection cx) Updates an existing feature(s) in the database for a particular feature type / table.protected StringJDBCDataStore.updateSQL(SimpleFeatureType featureType, AttributeDescriptor[] attributes, Object[] values, Filter filter, Set<String> pkColumnNames) Generates an 'UPDATE' sql statement.protected PreparedStatementJDBCDataStore.updateSQLPS(SimpleFeatureType featureType, AttributeDescriptor[] attributes, Object[] values, Filter filter, Set<String> pkColumnNames, Connection cx) Generates an 'UPDATE' prepared statement.Constructors in org.geotools.jdbc with parameters of type SimpleFeatureTypeModifierConstructorDescriptionJDBCFeatureReader(String sql, Connection cx, JDBCFeatureSource featureSource, SimpleFeatureType featureType, Query query) JDBCFeatureReader(PreparedStatement st, Connection cx, JDBCFeatureSource featureSource, SimpleFeatureType featureType, Query query) JDBCFeatureReader(ResultSet rs, Connection cx, int offset, JDBCFeatureSource featureSource, SimpleFeatureType featureType, Query query) JDBCJoiningFeatureReader(String sql, Connection cx, JDBCFeatureSource featureSource, SimpleFeatureType featureType, JoinInfo join, Query query) JDBCJoiningFeatureReader(PreparedStatement st, Connection cx, JDBCFeatureSource featureSource, SimpleFeatureType featureType, JoinInfo join, Query query) protectedJoinId(SimpleFeatureType featureType, String alias, Set<? extends Identifier> fids) JoinPropertyName(SimpleFeatureType featureType, String alias, String name) JoinQualifier(SimpleFeatureType ft, String alias) JoinQualifier(SimpleFeatureType ft1, String alias1, SimpleFeatureType ft2, String alias2) Constructor parameters in org.geotools.jdbc with type arguments of type SimpleFeatureTypeModifierConstructorDescriptionJDBCJoiningFilteringFeatureReader(FeatureReader<SimpleFeatureType, SimpleFeature> delegate, JoinInfo join) -
Uses of SimpleFeatureType in org.geotools.kml.bindings
Fields in org.geotools.kml.bindings declared as SimpleFeatureTypeModifier and TypeFieldDescriptionstatic final SimpleFeatureTypeDocumentTypeBinding.FeatureTypeprotected static final SimpleFeatureTypeFeatureTypeBinding.FeatureTypebase feature type for kml features, used when no Schema element is specifiedstatic final SimpleFeatureTypeFolderTypeBinding.FeatureType -
Uses of SimpleFeatureType in org.geotools.kml.v22
Methods in org.geotools.kml.v22 that return SimpleFeatureTypeMethods in org.geotools.kml.v22 with parameters of type SimpleFeatureTypeModifier and TypeMethodDescriptionvoidSchemaRegistry.add(String featureTypeName, SimpleFeatureType featureType) SchemaRegistry.get(SimpleFeatureType featureType) -
Uses of SimpleFeatureType in org.geotools.map.legend
Methods in org.geotools.map.legend that return SimpleFeatureTypeModifier and TypeMethodDescriptionCreate a SimpleFeatureType schema using a type short hand.Methods in org.geotools.map.legend with parameters of type SimpleFeatureTypeModifier and TypeMethodDescriptionDefaultGlyphFactory.icon(SimpleFeatureType schema) static BufferedImageGlyph.icon(SimpleFeatureType ft) GlyphFactory.icon(SimpleFeatureType schema) Make a basic representation of the provided FeatureType. -
Uses of SimpleFeatureType in org.geotools.process.feature
Methods in org.geotools.process.feature that return SimpleFeatureTypeModifier and TypeMethodDescriptionprotected SimpleFeatureTypeFeatureToFeatureProcess.getTargetSchema(SimpleFeatureType sourceSchema, Map<String, Object> input) Subclasses should override if the target schema is different that then original schema (mind, if the number of attributes changes it's better to roll your own class instead of using this one)Methods in org.geotools.process.feature with parameters of type SimpleFeatureTypeModifier and TypeMethodDescriptionprotected SimpleFeatureTypeFeatureToFeatureProcess.getTargetSchema(SimpleFeatureType sourceSchema, Map<String, Object> input) Subclasses should override if the target schema is different that then original schema (mind, if the number of attributes changes it's better to roll your own class instead of using this one) -
Uses of SimpleFeatureType in org.geotools.process.raster
Methods in org.geotools.process.raster that return SimpleFeatureTypeModifier and TypeMethodDescriptionstatic SimpleFeatureTypeCoverageUtilities.createFeatureType(GridCoverage2D gc2d, Class<? extends Geometry> geometryClass) Creates aSimpleFeatureTypethat exposes a coverage as a collections of feature points, mapping the centre of each pixel as a point plus all the bands as attributes. -
Uses of SimpleFeatureType in org.geotools.process.vector
Methods in org.geotools.process.vector that return SimpleFeatureTypeModifier and TypeMethodDescriptionstatic SimpleFeatureTypeTransformProcess.toReShapeFeatureType(SimpleFeatureCollection delegate, List<TransformProcess.Definition> definitionList) Constructors in org.geotools.process.vector with parameters of type SimpleFeatureTypeModifierConstructorDescriptionResults(String aggregateAttribute, Set<AggregateProcess.AggregationFunction> functions, List<String> groupByAttributes, List<Object[]> groupByResult, SimpleFeatureType schema) -
Uses of SimpleFeatureType in org.geotools.renderer.lite
Methods in org.geotools.renderer.lite that return types with arguments of type SimpleFeatureType -
Uses of SimpleFeatureType in org.geotools.renderer.style
Constructors in org.geotools.renderer.style with parameters of type SimpleFeatureTypeModifierConstructorDescriptionStyleAttributeExtractor(SimpleFeatureType featureType) Creates an extractor that leverages the provided feature type for more accurate property name extraction (e.g., it will return the property name of the default geometry if the "geometry" function is used -
Uses of SimpleFeatureType in org.geotools.stac.client
Methods in org.geotools.stac.client with parameters of type SimpleFeatureTypeModifier and TypeMethodDescriptionSTACClient.search(SearchQuery search, STACClient.SearchMode mode, SimpleFeatureType schema) Retrieves data using the Search API -
Uses of SimpleFeatureType in org.geotools.stac.store
Methods in org.geotools.stac.store that return SimpleFeatureTypeModifier and TypeMethodDescriptionprotected SimpleFeatureTypeSTACFeatureSource.buildFeatureType()AssetsMappingReader.getFeatureType()CollectionReader.getFeatureType()Methods in org.geotools.stac.store that return types with arguments of type SimpleFeatureTypeModifier and TypeMethodDescriptionprotected FeatureReader<SimpleFeatureType,SimpleFeature> STACFeatureSource.getReaderInternal(Query query) Constructors in org.geotools.stac.store with parameters of type SimpleFeatureTypeModifierConstructorDescriptionAssetsMappingReader(SimpleFeatureType targetType, SimpleFeatureReader delegate) -
Uses of SimpleFeatureType in org.geotools.styling
Methods in org.geotools.styling that return SimpleFeatureTypeMethods in org.geotools.styling with parameters of type SimpleFeatureTypeModifier and TypeMethodDescriptionStyleBuilder.buildClassifiedStyle(SimpleFeatureCollection fc, String name, String[] colors, SimpleFeatureType schema) given a feature collection and an array of colours build a style with the given number of classes on the named columnstatic FeatureTypeStyleSLD.featureTypeStyle(StyledLayerDescriptor sld, SimpleFeatureType type) Retrieve the first FeatureTypeStyle defined in the given StyledLayerDescriptor object that matches the specified feature typestatic FeatureTypeStyleSLD.featureTypeStyle(Style style, SimpleFeatureType type) Returns the feature type style in the style which matched a particular name.static StyleSLD.matchingStyle(Style[] styles, SimpleFeatureType schema) Returns the first style object which matches a given schema.voidUserLayerImpl.setInlineFeatureType(SimpleFeatureType ft) -
Uses of SimpleFeatureType in org.geotools.swing.styling
Methods in org.geotools.swing.styling with parameters of type SimpleFeatureTypeModifier and TypeMethodDescriptionstatic StyleJSimpleStyleDialog.showDialog(Component parent, SimpleFeatureType featureType) Static convenience method: displays aJSimpleStyleDialogto prompt the user for style preferences to use with the given feature type.static StyleJSimpleStyleDialog.showDialog(Component parent, SimpleFeatureType featureType, Style initialStyle) Static convenience method: displays aJSimpleStyleDialogto prompt the user for style preferences to use with the given feature type.Constructors in org.geotools.swing.styling with parameters of type SimpleFeatureTypeModifierConstructorDescriptionJSimpleStyleDialog(Dialog owner, SimpleFeatureType schema, Style initialStyle) Constructor.JSimpleStyleDialog(Frame owner, SimpleFeatureType schema, Style initialStyle) Constructor. -
Uses of SimpleFeatureType in org.geotools.vectormosaic
Methods in org.geotools.vectormosaic that return SimpleFeatureTypeModifier and TypeMethodDescriptionprotected SimpleFeatureTypeVectorMosaicFeatureSource.buildFeatureType()Uses first granule to build a schema for the target feature typeprotected SimpleFeatureTypeVectorMosaicFeatureSource.getFeatureType(SimpleFeatureType indexFeatureType, SimpleFeatureType granuleFeatureType) Builds a feature type for the target feature source by merging the index feature type with the granule feature typeVectorMosaicState.getGranuleFeatureType()protected SimpleFeatureTypeVectorMosaicFeatureSource.getGranuleType()Get the feature type for the granules.Methods in org.geotools.vectormosaic that return types with arguments of type SimpleFeatureTypeModifier and TypeMethodDescriptionprotected FeatureReader<SimpleFeatureType,SimpleFeature> VectorMosaicFeatureSource.getReaderInternal(Query query) Methods in org.geotools.vectormosaic with parameters of type SimpleFeatureTypeModifier and TypeMethodDescriptionVectorMosaicFeatureSource.getAttributeNamesForType(SimpleFeatureType featureType) protected SimpleFeatureTypeVectorMosaicFeatureSource.getFeatureType(SimpleFeatureType indexFeatureType, SimpleFeatureType granuleFeatureType) Builds a feature type for the target feature source by merging the index feature type with the granule feature typevoidVectorMosaicState.setGranuleFeatureType(SimpleFeatureType granuleFeatureType) Constructors in org.geotools.vectormosaic with parameters of type SimpleFeatureTypeModifierConstructorDescriptionVectorMosaicPostPreFilterSplitter(SimpleFeatureType featureType) Constructor -
Uses of SimpleFeatureType in org.geotools.vectortiles.store
Methods in org.geotools.vectortiles.store that return SimpleFeatureTypeModifier and TypeMethodDescriptionprotected SimpleFeatureTypeVectorTilesFeatureSource.buildFeatureType()protected SimpleFeatureTypeMethods in org.geotools.vectortiles.store that return types with arguments of type SimpleFeatureTypeModifier and TypeMethodDescriptionprotected FeatureReader<SimpleFeatureType,SimpleFeature> VectorTilesFeatureSource.getReaderInternal(Query query) -
Uses of SimpleFeatureType in org.geotools.wfs
Methods in org.geotools.wfs that return SimpleFeatureTypeModifier and TypeMethodDescriptionGML.decodeSimpleFeatureType(URL schemaLocation, Name typeName) Decode a typeName from the provided schemaLocation.CompositeFeatureCollection.getSchema()protected SimpleFeatureTypeGML.simpleType(Object obj) Methods in org.geotools.wfs with parameters of type SimpleFeatureTypeModifier and TypeMethodDescriptionvoidGML.encode(OutputStream out, SimpleFeatureType simpleFeatureType) Encode the provided SimpleFeatureType into an XSD file, using a target namespaceprotected SimpleFeatureGML.simpleFeature(Object obj, SimpleFeatureType schema) Morph provided obj to a SimpleFeature if possible.protected XSDSchemaGML.xsd(SimpleFeatureType simpleFeatureType) -
Uses of SimpleFeatureType in org.geotools.xml.filter
Constructors in org.geotools.xml.filter with parameters of type SimpleFeatureTypeModifierConstructorDescriptionFilterFilter(FilterHandler parent, SimpleFeatureType schema) Constructor with parent, which must implement GMLHandlerJTS.FilterFilter(FilterHandler parent, SimpleFeatureType schema, boolean convertLiteralToNumber) Constructor with parent, which must implement GMLHandlerJTS. -
Uses of SimpleFeatureType in org.geotools.xml.gml
Fields in org.geotools.xml.gml declared as SimpleFeatureTypeMethods in org.geotools.xml.gml that return SimpleFeatureTypeModifier and TypeMethodDescriptionstatic SimpleFeatureTypeGMLComplexTypes.createFeatureType(ComplexType element) static SimpleFeatureTypeGMLComplexTypes.createFeatureType(Element element) FCBuffer.getFeatureType()Methods in org.geotools.xml.gml that return types with arguments of type SimpleFeatureTypeModifier 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 SimpleFeatureTypeModifier and TypeMethodDescriptionGMLComplexTypes.AbstractFeatureType.getFeature(Element element, ElementValue[] value, Attributes attrs, Map<String, Object> hints, SimpleFeatureType ft) FCBuffer.getFeatureReader(URI document, int capacity, int timeout, SimpleFeatureType ft) FCBuffer.getFeatureReader(URI document, int capacity, SimpleFeatureType ft) Constructors in org.geotools.xml.gml with parameters of type SimpleFeatureTypeModifierConstructorDescriptionprotectedFCBuffer(URI document, int capacity, int timeout, SimpleFeatureType ft) -
Uses of SimpleFeatureType in org.geotools.xml.styling
Fields in org.geotools.xml.styling declared as SimpleFeatureType -
Uses of SimpleFeatureType in org.h2gis.geotools
Methods in org.h2gis.geotools with parameters of type SimpleFeatureTypeModifier and TypeMethodDescriptionH2GISDialect.getOptimizedBounds(String schema, SimpleFeatureType featureType, Connection cx) voidH2GISDialect.postCreateTable(String schemaName, SimpleFeatureType featureType, Connection cx) Creates GEOMETRY_COLUMN registrationsvoidH2GISPSDialect.postCreateTable(String schemaName, SimpleFeatureType featureType, Connection cx) voidH2GISDialect.postDropTable(String schemaName, SimpleFeatureType featureType, Connection cx) voidH2GISPSDialect.postDropTable(String schemaName, SimpleFeatureType featureType, Connection cx) voidH2GISPSDialect.preDropTable(String schemaName, SimpleFeatureType featureType, Connection cx)