|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.gcube.indexmanagement.geo.GeoIndexField
public class GeoIndexField
Represent the characteristics of a single field in a RowSet.
| Nested Class Summary | |
|---|---|
static class |
GeoIndexField.DataType
An enumeration of accepted data types, along with their respective Class objects and default byte size |
| Field Summary | |
|---|---|
GeoIndexField.DataType |
dataType
The data type of the field |
boolean |
isReturnable
An indicator of whether the field is returnable (to be returned from a query) |
boolean |
isVariable
An indicator of whether the size of this field is variable, and we can NOT store it directly to the R-tree of geo-tools |
String |
name
The name of the field |
int |
size
The byte size of the field |
| Constructor Summary | |
|---|---|
GeoIndexField()
Empty constructor. |
|
GeoIndexField(String name,
boolean isReturnable,
GeoIndexField.DataType dataType)
Constructor setting all field attributes. |
|
GeoIndexField(String name,
boolean isReturnable,
int stringDataTypeSize)
Constructor setting all field attributes. |
|
| Method Summary | |
|---|---|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public String name
public boolean isVariable
public boolean isReturnable
public int size
public GeoIndexField.DataType dataType
| Constructor Detail |
|---|
public GeoIndexField()
public GeoIndexField(String name,
boolean isReturnable,
GeoIndexField.DataType dataType)
name - -
The name of the field to be createdisReturnable - -
An indicator of whether the field to be created is returnable
(form a query)dataType - -
The data type of the field to be created
public GeoIndexField(String name,
boolean isReturnable,
int stringDataTypeSize)
name - -
The name of the field to be createdisReturnable - -
An indicator of whether the field to be created is returnable
(form a query)stringDataTypeSize - -
The byte size of the field to be created| Method Detail |
|---|
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||