Uses of Class
org.gcube.indexmanagement.geo.GeoIndexField.DataType

Packages that use GeoIndexField.DataType
org.gcube.indexmanagement.geo   
 

Uses of GeoIndexField.DataType in org.gcube.indexmanagement.geo
 

Fields in org.gcube.indexmanagement.geo declared as GeoIndexField.DataType
 GeoIndexField.DataType GeoIndexField.dataType
          The data type of the field
 

Methods in org.gcube.indexmanagement.geo that return GeoIndexField.DataType
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.
 

Methods in org.gcube.indexmanagement.geo with parameters of type GeoIndexField.DataType
 boolean GeoIndexType.containsField(String fieldName, GeoIndexField.DataType fieldDataType)
          A Method to check if this GeoIndexType object contains a certain field
 

Constructors in org.gcube.indexmanagement.geo with parameters of type GeoIndexField.DataType
GeoIndexField(String name, boolean isReturnable, GeoIndexField.DataType dataType)
          Constructor setting all field attributes.
 



Copyright © 2013. All Rights Reserved.