| Modifier and Type | Method and Description |
|---|---|
static <V> V |
StringConverterRegistry.toObject(DataType dataType,
Object value) |
static String |
StringConverterRegistry.toString(DataType dataType,
Object value) |
| Modifier and Type | Method and Description |
|---|---|
void |
Value.convert(DataType dataType) |
| Modifier and Type | Method and Description |
|---|---|
DataType |
RecordDefinitionImpl.getFieldType(CharSequence name) |
DataType |
RecordDefinition.getFieldType(CharSequence name) |
DataType |
RecordDefinitionImpl.getFieldType(int i) |
DataType |
RecordDefinition.getFieldType(int index)
Get the type name of the field at the specified index.
|
DataType |
FieldDefinition.getType()
Get the data type of the attribute value.
|
| Modifier and Type | Method and Description |
|---|---|
FieldDefinition |
RecordDefinitionImpl.addField(String fieldName,
DataType type)
Adds an field with the given case-sensitive name.
|
FieldDefinition |
RecordDefinitionImpl.addField(String name,
DataType type,
boolean required) |
FieldDefinition |
RecordDefinitionImpl.addField(String name,
DataType type,
int length,
boolean required) |
FieldDefinition |
RecordDefinitionImpl.addField(String name,
DataType type,
int length,
int scale,
boolean required) |
void |
FieldDefinition.setType(DataType type) |
| Constructor and Description |
|---|
FieldDefinition(String name,
DataType type,
boolean required)
Construct a new attribute.
|
FieldDefinition(String name,
DataType type,
boolean required,
Map<String,Object> properties)
Construct a new attribute.
|
FieldDefinition(String name,
DataType dataType,
boolean required,
String description) |
FieldDefinition(String name,
DataType type,
int length,
boolean required)
Construct a new attribute.
|
FieldDefinition(String name,
DataType type,
int length,
boolean required,
Map<String,Object> properties)
Construct a new attribute.
|
FieldDefinition(String name,
DataType type,
int length,
boolean required,
String description) |
FieldDefinition(String name,
DataType type,
Integer length,
Integer scale,
Boolean required)
Construct a new attribute.
|
FieldDefinition(String name,
DataType type,
Integer length,
Integer scale,
Boolean required,
Map<String,Object> properties)
Construct a new attribute.
|
FieldDefinition(String name,
DataType type,
Integer length,
Integer scale,
Boolean required,
String description)
Construct a new attribute.
|
FieldDefinition(String name,
DataType type,
Integer length,
Integer scale,
Boolean required,
String description,
Map<String,Object> properties)
Construct a new attribute.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CollectionDataType |
class |
EnumerationDataType |
class |
SimpleDataType |
| Modifier and Type | Field and Description |
|---|---|
static DataType |
DataTypes.ANY_URI |
static DataType |
DataTypes.BASE64_BINARY |
static DataType |
DataTypes.BLOB |
static DataType |
DataTypes.BOOLEAN |
static DataType |
DataTypes.BYTE |
static DataType |
DataTypes.COLLECTION |
static DataType |
DataTypes.COLOR |
static DataType |
DataTypes.DATA_OBJECT |
static DataType |
DataTypes.DATE |
static DataType |
DataTypes.DATE_TIME |
static DataType |
DataTypes.DECIMAL |
static DataType |
DataTypes.DOUBLE |
static DataType |
DataTypes.DURATION |
static DataType |
DataTypes.FLOAT |
static DataType |
DataTypes.GEOMETRY |
static DataType |
DataTypes.GEOMETRY_COLLECTION |
static DataType |
DataTypes.INT |
static DataType |
DataTypes.INTEGER |
static DataType |
DataTypes.LINE_STRING |
static DataType |
DataTypes.LINEAR_RING |
static DataType |
DataTypes.LIST |
static DataType |
DataTypes.LONG |
static DataType |
DataTypes.MAP |
static DataType |
DataTypes.MULTI_LINE_STRING |
static DataType |
DataTypes.MULTI_POINT |
static DataType |
DataTypes.MULTI_POLYGON |
static DataType |
DataTypes.OBJECT |
static DataType |
DataTypes.POINT |
static DataType |
DataTypes.POLYGON |
static DataType |
DataTypes.QNAME |
static DataType |
DataTypes.RELATION |
static DataType |
DataTypes.SET |
static DataType |
DataTypes.SHORT |
static DataType |
DataTypes.STRING |
static DataType |
DataTypes.URL |
| Modifier and Type | Method and Description |
|---|---|
DataType |
CollectionDataType.getContentType() |
DataType |
DataTypeProxy.getDataType() |
static DataType |
DataTypes.getType(Class<?> clazz) |
static DataType |
DataTypes.getType(Object object) |
static DataType |
DataTypes.getType(String name) |
| Modifier and Type | Method and Description |
|---|---|
static void |
DataTypes.register(Class<?> typeClass,
DataType type) |
static void |
DataTypes.register(DataType type) |
| Constructor and Description |
|---|
CollectionDataType(String name,
Class<?> javaClass,
DataType contentType) |
| Modifier and Type | Method and Description |
|---|---|
FieldValueValidator |
RecordValidator.getObjectValidator(DataType dataType) |
void |
RecordValidator.setObjectValidator(DataType dataType,
FieldValueValidator validator) |
| Modifier and Type | Method and Description |
|---|---|
void |
RecordValidator.addValidators(Map<DataType,FieldValueValidator> validators) |
| Modifier and Type | Field and Description |
|---|---|
static Map<GeometryType,DataType> |
GeometryFieldDefinition.GEOMETRY_TYPE_DATA_TYPE_MAP |
| Constructor and Description |
|---|
AbstractFileGdbFieldDefinition(String name,
DataType dataType,
boolean required) |
AbstractFileGdbFieldDefinition(String name,
DataType dataType,
int length,
boolean required) |
| Modifier and Type | Field and Description |
|---|---|
static Map<Integer,DataType> |
ArcSdeConstants.DATA_TYPE_MAP |
static Map<DataType,Integer> |
ArcSdeConstants.GEOMETRY_DATA_TYPE_ST_TYPE |
| Modifier and Type | Method and Description |
|---|---|
static DataType |
ArcSdeConstants.getGeometryDataType(int geometryType) |
| Constructor and Description |
|---|
ArcSdeBinaryGeometryFieldDefinition(ArcSdeBinaryGeometryRecordStoreUtil sdeUtil,
String dbName,
String name,
DataType type,
boolean required,
String description,
Map<String,Object> properties,
GeometryFactory geometryFactory) |
ArcSdeStGeometryFieldDefinition(String dbName,
String name,
DataType type,
boolean required,
String description,
Map<String,Object> properties,
ArcSdeSpatialReference spatialReference,
int dimension) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
OracleDatabaseFactory.addCacheProperty(Map<String,Object> config,
String key,
Properties cacheProperties,
String propertyName,
Object defaultValue,
DataType dataType) |
static int |
OracleSdoGeometryFieldAdder.getGeometryTypeId(DataType dataType,
int axisCount) |
| Constructor and Description |
|---|
OracleSdoGeometryJdbcFieldDefinition(String dbName,
String name,
DataType type,
int sqlType,
boolean required,
String description,
Map<String,Object> properties,
GeometryFactory geometryFactory,
int axisCount,
int oracleSrid) |
| Modifier and Type | Method and Description |
|---|---|
void |
RecordValidationProcess.setValidators(Map<DataType,FieldValueValidator> validators) |
| Constructor and Description |
|---|
PostgreSQLGeometryJdbcFieldDefinition(String dbName,
String name,
DataType type,
boolean required,
String description,
Map<String,Object> properties,
int srid,
int axisCount,
GeometryFactory geometryFactory) |
| Modifier and Type | Field and Description |
|---|---|
static Collection<DataType> |
EsriGeodatabaseXmlConstants.XML_SCHEMA_DATA_TYPES |
| Modifier and Type | Method and Description |
|---|---|
DataType |
EsriGeodatabaseXmlFieldType.getDataType() |
DataType |
AbstractEsriGeodatabaseXmlFieldType.getDataType() |
DataType |
EsriGeodatabaseXmlFieldTypeRegistry.getDataType(FieldType fieldType) |
| Modifier and Type | Method and Description |
|---|---|
void |
EsriGeodatabaseXmlFieldTypeRegistry.addFieldType(DataType dataType,
EsriGeodatabaseXmlFieldType fieldType) |
EsriGeodatabaseXmlFieldType |
EsriGeodatabaseXmlFieldTypeRegistry.getFieldType(DataType dataType) |
| Constructor and Description |
|---|
AbstractEsriGeodatabaseXmlFieldType(DataType dataType,
String xmlSchemaTypeName,
FieldType esriFieldType) |
SimpleFieldType(FieldType esriFieldType,
DataType dataType,
boolean usePrecision) |
SimpleFieldType(FieldType esriFieldType,
DataType dataType,
boolean usePrecision,
int fixedLength) |
SimpleFieldType(FieldType esriFieldType,
DataType dataType,
String xmlSchemaTypeName,
boolean usePrecision,
int fixedLength) |
XmlGeometryFieldType(FieldType esriFieldType,
DataType dataType) |
| Modifier and Type | Method and Description |
|---|---|
DataType |
GmlFieldType.getDataType() |
DataType |
AbstractGmlFieldType.getDataType() |
| Modifier and Type | Method and Description |
|---|---|
void |
GmlFieldTypeRegistry.addFieldType(DataType dataType,
GmlFieldType fieldType) |
GmlFieldType |
GmlFieldTypeRegistry.getFieldType(DataType dataType) |
| Constructor and Description |
|---|
AbstractGmlFieldType(DataType dataType,
String xmlSchemaTypeName) |
GmlGeometryFieldType(DataType dataType) |
SimpleFieldType(DataType dataType) |
| Modifier and Type | Field and Description |
|---|---|
static Map<Integer,DataType> |
ShapefileConstants.DATA_TYPE_MAP |
| Modifier and Type | Method and Description |
|---|---|
protected int |
ShapefileRecordWriter.addDbaseField(String name,
DataType dataType,
Class<?> typeJavaClass,
int length,
int scale) |
int |
ShapefileGeometryUtil.getShapeType(GeometryFactory geometryFactory,
DataType dataType) |
static Method |
ShapefileGeometryUtil.getWriteMethod(GeometryFactory geometryFactory,
DataType dataType) |
| Modifier and Type | Method and Description |
|---|---|
DataType |
XBaseFieldDefinition.getDataType() |
| Modifier and Type | Method and Description |
|---|---|
protected int |
XbaseRecordWriter.addDbaseField(String fullName,
DataType dataType,
Class<?> typeJavaClass,
int length,
int scale) |
| Constructor and Description |
|---|
JdbcFieldAdder(DataType dataType) |
JdbcFieldDefinition(String dbName,
String name,
DataType type,
int sqlType,
int length,
int scale,
boolean required,
String description,
Map<String,Object> properties) |
| Modifier and Type | Method and Description |
|---|---|
DataType |
AbstractPolygon.getDataType() |
DataType |
AbstractPoint.getDataType() |
DataType |
AbstractMultiPolygon.getDataType() |
DataType |
AbstractMultiPoint.getDataType() |
DataType |
AbstractMultiLineString.getDataType() |
DataType |
AbstractLineString.getDataType() |
DataType |
AbstractGeometryCollection.getDataType() |
DataType |
AbstractGeometry.getDataType() |
| Modifier and Type | Method and Description |
|---|---|
static Number |
NumberTextField.createMaximumValue(DataType dataType,
int length,
int scale) |
| Constructor and Description |
|---|
NumberTextField(DataType dataType,
int length) |
NumberTextField(DataType dataType,
int length,
int scale) |
NumberTextField(DataType dataType,
int length,
int scale,
Number minimumValue,
Number maximumValue) |
NumberTextField(String fieldName,
DataType dataType,
int length,
int scale) |
NumberTextField(String fieldName,
DataType dataType,
int length,
int scale,
Number minimumValue,
Number maximumValue) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
LayerRecordForm.addNumberField(String fieldName,
DataType dataType,
int length,
Number minimumValue,
Number maximumValue) |
| Modifier and Type | Method and Description |
|---|---|
DataType |
AbstractRecordLayer.getGeometryType() |
| Modifier and Type | Method and Description |
|---|---|
static RecordDefinitionImpl |
ListRecordLayer.createRecordDefinition(String name,
GeometryFactory geometryFactory,
DataType geometryType) |
| Constructor and Description |
|---|
ListRecordLayer(String name,
GeometryFactory geometryFactory,
DataType geometryType) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
GeometryStylePanel.addGeometryPreview(DataType geometryDataType) |
| Constructor and Description |
|---|
GeometryStylePreview(GeometryStyle geometryStyle,
DataType geometryDataType) |
| Modifier and Type | Method and Description |
|---|---|
DataType |
EditGeometryOverlay.getAddGeometryPartDataType() |
DataType |
EditGeometryOverlay.getGeometryPartDataType(DataType dataType) |
| Modifier and Type | Method and Description |
|---|---|
DataType |
EditGeometryOverlay.getGeometryPartDataType(DataType dataType) |
protected void |
EditGeometryOverlay.setAddGeometryDataType(DataType dataType) |
| Modifier and Type | Method and Description |
|---|---|
DataType |
ParameterInfo.getType() |
| Constructor and Description |
|---|
ParameterInfo(String name,
boolean required,
DataType type,
String description) |
ParameterInfo(String name,
boolean required,
DataType type,
String description,
List<?> allowedValues) |
ParameterInfo(String name,
boolean required,
DataType type,
String description,
Map<?,?> allowedValues) |
ParameterInfo(String name,
boolean required,
DataType type,
String description,
Object defaultValue,
Map<?,?> allowedValues) |
Copyright © 2015 Revolution Systems Inc.. All rights reserved.