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 FeatureSchema
SpatialDatabasesFeatureInputStream. featureSchema
protected FeatureSchema
SpatialDatabasesResultSetConverter. featureSchema
Methods in com.vividsolutions.jump.datastore.spatialdatabases that return FeatureSchema Modifier and Type Method Description FeatureSchema
SpatialDatabasesFeatureInputStream. getFeatureSchema()
FeatureSchema
SpatialDatabasesResultSetConverter. getFeatureSchema()
Methods in com.vividsolutions.jump.datastore.spatialdatabases with parameters of type FeatureSchema Modifier and Type Method Description String
SpatialDatabasesDSMetadata. 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)
String
SpatialDatabasesDSMetadata. 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 class
FlexibleFeatureSchema
a FlexibleFeatureSchema originally used by the GeoJSON reader.Methods in com.vividsolutions.jump.feature that return FeatureSchema Modifier and Type Method Description FeatureSchema
FeatureSchema. clone()
Creates a deep copy of this FeatureSchema.FeatureSchema
FeatureCollection. getFeatureSchema()
Returns information about this FeatureCollectionFeatureSchema
FeatureCollectionWrapper. getFeatureSchema()
FeatureSchema
FeatureDataset. getFeatureSchema()
FeatureSchema
AbstractBasicFeature. getSchema()
Returns the feature's metadataFeatureSchema
Feature. getSchema()
Returns the feature's metadataFeatureSchema
FeatureSchema. 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 void
FeatureSchema. cloneFromTo(FeatureSchema fsIn, FeatureSchema fsOut)
a deepcopy routine to copy one FeatureSchema values into another, preferrable freshly createdstatic FeatureDataset
FeatureDatasetFactory. createFromGeometry(Collection geoms, FeatureSchema featureSchema)
void
AbstractBasicFeature. setSchema(FeatureSchema schema)
A low-level accessor that is not normally used.void
Feature. setSchema(FeatureSchema schema)
A low-level accessor that is not normally used.static Feature
FeatureUtil. 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 FeatureSchema
BaseFeatureInputStream. getFeatureSchema()
FeatureSchema
FeatureInputStream. getFeatureSchema()
FeatureSchema
GMLInputTemplate. 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 class
AttributeMapping.CombinedSchema
Constructors 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 FeatureSchema
ImageryLayerDataset. SCHEMA
Methods in com.vividsolutions.jump.workbench.imagery that return FeatureSchema Modifier and Type Method Description static FeatureSchema
ImageryLayerDataset. 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 FeatureSchema
CachingFeatureCollection. getFeatureSchema()
FeatureSchema
DynamicFeatureCollection. getFeatureSchema()
FeatureSchema
ThreadSafeFeatureCollectionWrapper. 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 FeatureSchema
NoteStyle. 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 Collection
PasteItemsPlugIn. 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 List
ColorThemingTableModel. 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 FeatureSchema
AddFormulaPartToTextArea_Action. featureSchema
protected FeatureSchema
EditAttributeByFormulaDialog. featureSchema
protected FeatureSchema
FormulaEditingPanel. featureSchema
Constructors 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 FeatureSchema
AttributeInfo. 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 FormulaValue
FormulaParser. 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 FeatureSchema
FeatureSchemaTools. copyFeatureSchema(FeatureSchema oldSchema)
Deprecated.Methods in org.openjump.core.apitools with parameters of type FeatureSchema Modifier and Type Method Description protected static boolean
FeatureCollectionTools. attributeExistsInSchema(FeatureSchema fs, String attr)
static Feature
FeatureSchemaTools. 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 Feature
FeatureCollectionTools. copyFeatureAndSetFeatureSchema(Feature feat, FeatureSchema newFs)
"deep copys" the given Feature and thereby sets the given feature schema.static FeatureSchema
FeatureSchemaTools. 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 StatisticIndices
FeatureCollectionTools. getStatistics(Feature[] featArray, FeatureSchema fs, String attr)
static double
FeatureCollectionTools. 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 FeatureSchema
PirolFeatureCollection. getFeatureSchema()
-
Uses of FeatureSchema in org.openjump.core.attributeoperations
Methods in org.openjump.core.attributeoperations that return FeatureSchema Modifier and Type Method Description static FeatureSchema
JoinAttributes. 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 Feature
JoinAttributes. 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 FeatureSchema
JoinAttributes. 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 FeatureSchema
PolygonGraphNode. getBoundaryFeatureSchema()
static FeatureSchema
PolygonGraphEdge. 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 PreparedStatement
WritableDataStoreDataSource. 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 FeatureSchema
ExportEnvelopeAsGeometryPlugIn. 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 FeatureSchema
ProfileGraphGUI. 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 FeatureDataset
CreateThiessenPolygonsPlugIn. transferAttributes(FeatureSchema fs, org.locationtech.jts.index.quadtree.Quadtree treeWithFeatures, ArrayList thiessenGeoms)
-