Uses of Class
com.vividsolutions.jump.feature.FeatureSchema
-
-
Uses of FeatureSchema in com.vividsolutions.jump.datastore.spatialdatabases
Fields in com.vividsolutions.jump.datastore.spatialdatabases declared as FeatureSchema Modifier and Type Field Description protected FeatureSchemaSpatialDatabasesFeatureInputStream. featureSchemaprotected FeatureSchemaSpatialDatabasesResultSetConverter. featureSchemaMethods in com.vividsolutions.jump.datastore.spatialdatabases that return FeatureSchema Modifier and Type Method Description FeatureSchemaSpatialDatabasesFeatureInputStream. getFeatureSchema()FeatureSchemaSpatialDatabasesResultSetConverter. getFeatureSchema()Methods in com.vividsolutions.jump.datastore.spatialdatabases with parameters of type FeatureSchema Modifier and Type Method Description StringSpatialDatabasesDSMetadata. createColumnList(FeatureSchema schema, boolean includeSQLDataType, boolean includeGeometry, boolean includeExternalPK, boolean includeReadOnly, boolean normalizeColumnNames)Returns a comma-separated list of attributes included in schema.String[]SpatialDatabasesDSConnection. getCompatibleSchemaSubset(String schemaName, String tableName, FeatureSchema featureSchema, boolean normalizedColumnNames)StringSpatialDatabasesDSMetadata. getCreateTableStatement(FeatureSchema fSchema, String schemaName, String tableName, boolean normalizeColumnNames)Returns the CREATE TABLE statement corresponding to this feature schema. -
Uses of FeatureSchema in com.vividsolutions.jump.feature
Subclasses of FeatureSchema in com.vividsolutions.jump.feature Modifier and Type Class Description classFlexibleFeatureSchemaa FlexibleFeatureSchema originally used by the GeoJSON reader.Methods in com.vividsolutions.jump.feature that return FeatureSchema Modifier and Type Method Description FeatureSchemaFeatureSchema. clone()Creates a deep copy of this FeatureSchema.FeatureSchemaFeatureCollection. getFeatureSchema()Returns information about this FeatureCollectionFeatureSchemaFeatureCollectionWrapper. getFeatureSchema()FeatureSchemaFeatureDataset. getFeatureSchema()FeatureSchemaAbstractBasicFeature. getSchema()Returns the feature's metadataFeatureSchemaFeature. getSchema()Returns the feature's metadataFeatureSchemaFeatureSchema. setCoordinateSystem(CoordinateSystem coordinateSystem)Sets the CoordinateSystem associated with this FeatureSchema, but does not perform any reprojection.Methods in com.vividsolutions.jump.feature with parameters of type FeatureSchema Modifier and Type Method Description static voidFeatureSchema. cloneFromTo(FeatureSchema fsIn, FeatureSchema fsOut)a deepcopy routine to copy one FeatureSchema values into another, preferrable freshly createdstatic FeatureDatasetFeatureDatasetFactory. createFromGeometry(Collection geoms, FeatureSchema featureSchema)voidAbstractBasicFeature. setSchema(FeatureSchema schema)A low-level accessor that is not normally used.voidFeature. setSchema(FeatureSchema schema)A low-level accessor that is not normally used.static FeatureFeatureUtil. toFeature(org.locationtech.jts.geom.Geometry g, FeatureSchema schema)Creates a new Feature from the given Geometry, with nominal values for the attributes.Constructors in com.vividsolutions.jump.feature with parameters of type FeatureSchema Constructor Description AbstractBasicFeature(FeatureSchema featureSchema)Creates a new Feature based on the given metadata.BasicFeature(FeatureSchema featureSchema)Constructs a BasicFeature with the given FeatureSchema specifying the attribute names and types.FeatureDataset(FeatureSchema featureSchema)Creates a FeatureDataset.FeatureDataset(Collection<Feature> newFeatures, FeatureSchema featureSchema)Creates a FeatureDataset, initialized with a group of Features.FeatureSchema(FeatureSchema fsIn)FlexibleFeature(FeatureSchema featureSchema)FlexibleFeatureSchema(FeatureSchema featureSchema) -
Uses of FeatureSchema in com.vividsolutions.jump.io
Methods in com.vividsolutions.jump.io that return FeatureSchema Modifier and Type Method Description abstract FeatureSchemaBaseFeatureInputStream. getFeatureSchema()FeatureSchemaFeatureInputStream. getFeatureSchema()FeatureSchemaGMLInputTemplate. toFeatureSchema()Converts this GMLInputTemplate to a feature schema. -
Uses of FeatureSchema in com.vividsolutions.jump.tools
Subclasses of FeatureSchema in com.vividsolutions.jump.tools Modifier and Type Class Description static classAttributeMapping.CombinedSchemaConstructors in com.vividsolutions.jump.tools with parameters of type FeatureSchema Constructor Description AttributeMapping(FeatureSchema a, FeatureSchema b)Constructs an AttributeMapping that will transfer all the attributes from two feature collections A and B.AttributeMapping(FeatureSchema aSchema, List<String> aAttributeNames, List<String> aNewAttributeNames, FeatureSchema bSchema, List<String> bAttributeNames, List<String> bNewAttributeNames)Constructs an AttributeMapping. -
Uses of FeatureSchema in com.vividsolutions.jump.workbench.imagery
Fields in com.vividsolutions.jump.workbench.imagery declared as FeatureSchema Modifier and Type Field Description static FeatureSchemaImageryLayerDataset. SCHEMAMethods in com.vividsolutions.jump.workbench.imagery that return FeatureSchema Modifier and Type Method Description static FeatureSchemaImageryLayerDataset. getSchema()Constructors in com.vividsolutions.jump.workbench.imagery with parameters of type FeatureSchema Constructor Description ReferencedImageFeature(FeatureSchema featureSchema) -
Uses of FeatureSchema in com.vividsolutions.jump.workbench.model.cache
Methods in com.vividsolutions.jump.workbench.model.cache that return FeatureSchema Modifier and Type Method Description FeatureSchemaCachingFeatureCollection. getFeatureSchema()FeatureSchemaDynamicFeatureCollection. getFeatureSchema()FeatureSchemaThreadSafeFeatureCollectionWrapper. getFeatureSchema() -
Uses of FeatureSchema in com.vividsolutions.jump.workbench.ui
Methods in com.vividsolutions.jump.workbench.ui with parameters of type FeatureSchema Modifier and Type Method Description List<String>AttributeTypeFilter. filter(FeatureSchema schema)Filter attributes of a FeatureSchema according to their AttributeType. -
Uses of FeatureSchema in com.vividsolutions.jump.workbench.ui.cursortool
Methods in com.vividsolutions.jump.workbench.ui.cursortool that return FeatureSchema Modifier and Type Method Description static FeatureSchemaNoteStyle. createFeatureSchema() -
Uses of FeatureSchema in com.vividsolutions.jump.workbench.ui.plugin.clipboard
Methods in com.vividsolutions.jump.workbench.ui.plugin.clipboard with parameters of type FeatureSchema Modifier and Type Method Description static CollectionPasteItemsPlugIn. conform(Collection features, FeatureSchema targetFeatureSchema) -
Uses of FeatureSchema in com.vividsolutions.jump.workbench.ui.renderer.style
Methods in com.vividsolutions.jump.workbench.ui.renderer.style with parameters of type FeatureSchema Modifier and Type Method Description protected ListColorThemingTableModel. createColumns(FeatureSchema schema)Constructors in com.vividsolutions.jump.workbench.ui.renderer.style with parameters of type FeatureSchema Constructor Description ColorThemingTableModel(BasicStyle defaultStyle, String attributeName, Map attributeValueToBasicStyleMap, Map attributeValueToLabelMap, FeatureSchema schema) -
Uses of FeatureSchema in de.fho.jump.pirol.plugins.EditAttributeByFormula
Fields in de.fho.jump.pirol.plugins.EditAttributeByFormula declared as FeatureSchema Modifier and Type Field Description protected FeatureSchemaAddFormulaPartToTextArea_Action. featureSchemaprotected FeatureSchemaEditAttributeByFormulaDialog. featureSchemaprotected FeatureSchemaFormulaEditingPanel. featureSchemaConstructors in de.fho.jump.pirol.plugins.EditAttributeByFormula with parameters of type FeatureSchema Constructor Description AddFormulaPartToTextArea_Action(String formulaPart, JTextArea textArea, String[] mathSigns, FeatureSchema featureSchema)EditAttributeByFormulaDialog(Frame parentFrame, String title, boolean modal, String text, FeatureSchema featureSchema)EditAttributeByFormulaDialog(Frame parentFrame, String title, boolean modal, String text, FeatureSchema featureSchema, PropertiesHandler storedFormulas)FormulaEditingPanel(FeatureSchema featureSchema, NewAttributePanel newAttributePanel)FormulaEditingPanel(FeatureSchema featureSchema, PropertiesHandler storedFormulas, NewAttributePanel newAttributePanel) -
Uses of FeatureSchema in de.fho.jump.pirol.utilities.attributes
Methods in de.fho.jump.pirol.utilities.attributes that return FeatureSchema Modifier and Type Method Description static FeatureSchemaAttributeInfo. attributeInfoArray2FeatureSchema(AttributeInfo[] attributeInfos)convenient method to convert an AttributeInfo array into a FeatureSchemaMethods in de.fho.jump.pirol.utilities.attributes with parameters of type FeatureSchema Modifier and Type Method Description static AttributeInfo[]AttributeInfo. schema2AttributeInfoArray(FeatureSchema fs)convenient method to convert a FeatureSchema into an AttributeInfo array -
Uses of FeatureSchema in de.fho.jump.pirol.utilities.FormulaParsing
Methods in de.fho.jump.pirol.utilities.FormulaParsing with parameters of type FeatureSchema Modifier and Type Method Description static FormulaValueFormulaParser. getValue(String formula, FeatureSchema featSchema)Recursively parses a given (sub-) formula into a FormulaValue, which can be an operation with sub-FormularValues or a value. -
Uses of FeatureSchema in org.openjump.core.apitools
Methods in org.openjump.core.apitools that return FeatureSchema Modifier and Type Method Description static FeatureSchemaFeatureSchemaTools. copyFeatureSchema(FeatureSchema oldSchema)Deprecated.Methods in org.openjump.core.apitools with parameters of type FeatureSchema Modifier and Type Method Description protected static booleanFeatureCollectionTools. attributeExistsInSchema(FeatureSchema fs, String attr)static FeatureFeatureSchemaTools. copyFeature(Feature feature, FeatureSchema newSchema)copy the input feature to a new Schema whereby the new Feature Schema must be an extended or shortened onestatic FeatureFeatureCollectionTools. copyFeatureAndSetFeatureSchema(Feature feat, FeatureSchema newFs)"deep copys" the given Feature and thereby sets the given feature schema.static FeatureSchemaFeatureSchemaTools. copyFeatureSchema(FeatureSchema oldSchema)Deprecated.static AttributeInfo[]FeatureSchemaTools. getAttributesWithTypes(FeatureSchema fs, AttributeType[] allowedTypes)Extracts information of all attributes with one of the given types from the given FeatureSchemastatic double[]FeatureCollectionTools. getMinMaxAttributeValue(Feature[] featArray, FeatureSchema fs, String attr)static StatisticIndicesFeatureCollectionTools. getStatistics(Feature[] featArray, FeatureSchema fs, String attr)static doubleFeatureCollectionTools. getSumAttributeValue(Feature[] featArray, FeatureSchema fs, String attr) -
Uses of FeatureSchema in org.openjump.core.apitools.objecttyperoles
Methods in org.openjump.core.apitools.objecttyperoles that return FeatureSchema Modifier and Type Method Description FeatureSchemaPirolFeatureCollection. getFeatureSchema() -
Uses of FeatureSchema in org.openjump.core.attributeoperations
Methods in org.openjump.core.attributeoperations that return FeatureSchema Modifier and Type Method Description static FeatureSchemaJoinAttributes. copyFeatureSchema(FeatureSchema oldSchema)Copy/clone the input featureSchema since it is not proper implemented in JumpMethods in org.openjump.core.attributeoperations with parameters of type FeatureSchema Modifier and Type Method Description static FeatureJoinAttributes. copyFeature(Feature feature, FeatureSchema newSchema)Copy the input feature to a new Schema whereby the new Feature Schema must be an extended or shortened onestatic FeatureSchemaJoinAttributes. copyFeatureSchema(FeatureSchema oldSchema)Copy/clone the input featureSchema since it is not proper implemented in Jump -
Uses of FeatureSchema in org.openjump.core.graph.polygongraph
Methods in org.openjump.core.graph.polygongraph that return FeatureSchema Modifier and Type Method Description static FeatureSchemaPolygonGraphNode. getBoundaryFeatureSchema()static FeatureSchemaPolygonGraphEdge. getEdgeFeatureSchema() -
Uses of FeatureSchema in org.openjump.core.ui.plugin.datastore
Methods in org.openjump.core.ui.plugin.datastore with parameters of type FeatureSchema Modifier and Type Method Description protected PreparedStatementWritableDataStoreDataSource. insertStatement(SpatialDatabasesDSConnection conn, FeatureSchema fSchema, boolean multi, boolean normalizedColumnNames)Create a statement to insert a feature into the database -
Uses of FeatureSchema in org.openjump.core.ui.plugin.layer
Methods in org.openjump.core.ui.plugin.layer with parameters of type FeatureSchema Modifier and Type Method Description Collection<Feature>CombineSelectedLayersPlugIn. conform(Collection<Feature> features, FeatureSchema targetFeatureSchema, String layerName) -
Uses of FeatureSchema in org.openjump.core.ui.plugin.layer.pirolraster
Fields in org.openjump.core.ui.plugin.layer.pirolraster declared as FeatureSchema Modifier and Type Field Description protected static FeatureSchemaExportEnvelopeAsGeometryPlugIn. defaultSchema -
Uses of FeatureSchema in org.openjump.core.ui.plugin.raster
Fields in org.openjump.core.ui.plugin.raster declared as FeatureSchema Modifier and Type Field Description static FeatureSchemaProfileGraphGUI. resultFSchema -
Uses of FeatureSchema in org.openjump.core.ui.plugin.tools
Methods in org.openjump.core.ui.plugin.tools with parameters of type FeatureSchema Modifier and Type Method Description FeatureDatasetCreateThiessenPolygonsPlugIn. transferAttributes(FeatureSchema fs, org.locationtech.jts.index.quadtree.Quadtree treeWithFeatures, ArrayList thiessenGeoms)
-