| Package | Description |
|---|---|
| com.vividsolutions.jump.feature |
Features and FeatureCollections -- the layer of abstraction between
Geometries in JTS and Layers in the JUMP Workbench.
|
| com.vividsolutions.jump.io | |
| com.vividsolutions.jump.tools | |
| com.vividsolutions.jump.workbench.ui.plugin |
The built-in JUMP "plug-ins" (code modules that can be assigned to
buttons and menu items).
|
| com.vividsolutions.jump.workbench.ui.plugin.clipboard | |
| com.vividsolutions.jump.workbench.ui.renderer.style |
| Modifier and Type | Method and Description |
|---|---|
FeatureSchema |
FeatureDataset.getFeatureSchema() |
FeatureSchema |
FeatureCollectionWrapper.getFeatureSchema() |
FeatureSchema |
FeatureCollection.getFeatureSchema()
Returns information about this FeatureCollection
|
FeatureSchema |
Feature.getSchema()
Returns the feature's metadata
|
FeatureSchema |
AbstractBasicFeature.getSchema()
Returns the feature's metadata
|
FeatureSchema |
FeatureSchema.setCoordinateSystem(CoordinateSystem coordinateSystem)
Sets the CoordinateSystem associated with this FeatureSchema, but does
not perform any reprojection.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Feature.setSchema(FeatureSchema schema)
A low-level accessor that is not normally used.
|
void |
AbstractBasicFeature.setSchema(FeatureSchema schema)
A low-level accessor that is not normally used.
|
static Feature |
FeatureUtil.toFeature(com.vividsolutions.jts.geom.Geometry g,
FeatureSchema schema)
Creates a new Feature from the given Geometry, with nominal values for
the attributes.
|
| Constructor and 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(Collection newFeatures,
FeatureSchema featureSchema)
Creates a FeatureDataset, initialized with a group of Features.
|
FeatureDataset(FeatureSchema featureSchema)
Creates a FeatureDataset.
|
| Modifier and Type | Method and Description |
|---|---|
FeatureSchema |
GMLInputTemplate.toFeatureSchema()
Converts this GMLInputTemplate to a feature schema.
|
| Modifier and Type | Method and Description |
|---|---|
GMLOutputTemplate |
FMEGMLWriter.createOutputTemplate(FeatureSchema fs)
Makes a
GMLOutputTemplate from a featureSchema. |
static String |
GMLWriter.makeInputTemplate(FeatureSchema fcmd)
given a FeatureSchema, make a chunk of XML that represents a valid
GMLInputTemplate for the JCS format.
|
static GMLOutputTemplate |
GMLWriter.makeOutputTemplate(FeatureSchema fcmd)
given a FEatureSchema, make an output template
in the JCS format
|
| Modifier and Type | Class and Description |
|---|---|
static class |
AttributeMapping.CombinedSchema |
| Constructor and 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 aAttributeNames,
List aNewAttributeNames,
FeatureSchema bSchema,
List bAttributeNames,
List bNewAttributeNames)
Constructs an AttributeMapping.
|
| Modifier and Type | Method and Description |
|---|---|
static FeatureSchema |
FeatureStatisticsPlugIn.getStatisticsSchema() |
| Modifier and Type | Method and Description |
|---|---|
static Collection |
PasteItemsPlugIn.conform(Collection features,
FeatureSchema targetFeatureSchema) |
| Modifier and Type | Method and Description |
|---|---|
protected List |
ColorThemingTableModel.createColumns(FeatureSchema schema) |
| Constructor and Description |
|---|
ColorThemingTableModel(BasicStyle defaultStyle,
String attributeName,
Map attributeValueToBasicStyleMap,
FeatureSchema schema) |
Copyright © 2015. All rights reserved.