| Package | Description |
|---|---|
| org.gcube.indexmanagement.geo |
| Modifier and Type | Field and Description |
|---|---|
GeoIndexField.DataType |
GeoIndexField.dataType
The data type of the field
|
| Modifier and Type | Method and Description |
|---|---|
static GeoIndexField.DataType |
GeoIndexField.DataType.getByName(String name)
A case insensitive version of valueOf(String).
|
static GeoIndexField.DataType |
GeoIndexField.DataType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GeoIndexField.DataType[] |
GeoIndexField.DataType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
GeoIndexType.containsField(String fieldName,
GeoIndexField.DataType fieldDataType)
A Method to check if this GeoIndexType object contains a certain field
|
| Constructor and Description |
|---|
GeoIndexField(String name,
boolean isReturnable,
GeoIndexField.DataType dataType)
Constructor setting all field attributes.
|
Copyright © 2014. All Rights Reserved.