| 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.workbench.ui |
| Modifier and Type | Field and Description |
|---|---|
static AttributeType |
AttributeType.DATE
For dates
|
static AttributeType |
AttributeType.DOUBLE
For double-precision values (64-bit)
|
static AttributeType |
AttributeType.GEOMETRY
For spatial data
|
static AttributeType |
AttributeType.INTEGER
For long values (64-bit)
|
static AttributeType |
AttributeType.OBJECT
Experimental
|
static AttributeType |
AttributeType.STRING
For strings
|
| Modifier and Type | Method and Description |
|---|---|
AttributeType |
FeatureSchema.getAttributeType(int attributeIndex)
Returns whether the attribute at the given zero-based index is a string,
integer, double, etc.
|
AttributeType |
FeatureSchema.getAttributeType(String attributeName)
Returns whether the attribute with the given name (case-sensitive) is a string,
integer, double, etc.
|
static AttributeType |
AttributeType.toAttributeType(Class javaClass)
Returns the AttributeType of attributes that are instances of the given class,
or null if it is not associated with any AttributeType.
|
static AttributeType |
AttributeType.toAttributeType(String name)
Converts a type name to an AttributeType.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FeatureSchema.addAttribute(String attributeName,
AttributeType attributeType)
Adds an attribute with the given case-sensitive name.
|
| Modifier and Type | Method and Description |
|---|---|
AttributeType |
ColumnDescription.getType()
Returns the [JCS] type of this column
cf. setType()
|
| Modifier and Type | Method and Description |
|---|---|
void |
ColumnDescription.setType(AttributeType t)
Sets the [JCS] type of this column
|
| Modifier and Type | Method and Description |
|---|---|
AttributeType |
SchemaTableModel.Field.getType() |
| Modifier and Type | Method and Description |
|---|---|
void |
SchemaTableModel.Field.setType(AttributeType type) |
Copyright © 2015. All rights reserved.