| Modifier and Type | Method and Description |
|---|---|
RecordStoreSchema |
DelegatingRecordStore.getRootSchema() |
RecordStoreSchema |
DelegatingRecordStore.getSchema(String schemaName) |
| Modifier and Type | Method and Description |
|---|---|
List<RecordStoreSchema> |
DelegatingRecordStore.getSchemas() |
| Modifier and Type | Method and Description |
|---|---|
void |
RecordStoreExtension.postProcess(RecordStoreSchema schema) |
void |
RecordStoreExtension.preProcess(RecordStoreSchema schema) |
| Modifier and Type | Method and Description |
|---|---|
RecordStoreSchema |
RecordStore.getRootSchema() |
RecordStoreSchema |
AbstractRecordStore.getRootSchema() |
RecordStoreSchema |
RecordStoreSchemaElement.getSchema() |
RecordStoreSchema |
AbstractRecordStoreSchemaElement.getSchema() |
RecordStoreSchema |
RecordStoreSchema.getSchema(String path) |
RecordStoreSchema |
RecordStore.getSchema(String schemaName) |
RecordStoreSchema |
AbstractRecordStore.getSchema(String path) |
| Modifier and Type | Method and Description |
|---|---|
List<RecordStoreSchema> |
RecordStoreSchema.getSchemas() |
List<RecordStoreSchema> |
RecordStore.getSchemas()
Get the list of name space names provided by the record store.
|
List<RecordStoreSchema> |
AbstractRecordStore.getSchemas() |
| Modifier and Type | Method and Description |
|---|---|
protected Map<String,? extends RecordStoreSchemaElement> |
AbstractRecordStore.refreshSchemaElements(RecordStoreSchema schema) |
| Constructor and Description |
|---|
AbstractRecordStoreSchemaElement(RecordStoreSchema schema,
String path) |
RecordDefinitionImpl(RecordStoreSchema schema,
RecordDefinition recordDefinition) |
RecordDefinitionImpl(RecordStoreSchema schema,
String path) |
RecordDefinitionImpl(RecordStoreSchema schema,
String path,
Map<String,Object> properties,
List<FieldDefinition> fields) |
RecordStoreSchema(RecordStoreSchema schema,
String path) |
| Modifier and Type | Method and Description |
|---|---|
protected RecordDefinitionImpl |
OgrRecordStore.createRecordDefinition(RecordStoreSchema schema,
Layer layer) |
protected Map<String,? extends RecordStoreSchemaElement> |
OgrRecordStore.refreshSchemaElements(RecordStoreSchema schema) |
| Modifier and Type | Method and Description |
|---|---|
protected Map<String,? extends RecordStoreSchemaElement> |
CapiFileGdbRecordStore.refreshSchemaElements(RecordStoreSchema schema) |
| Modifier and Type | Method and Description |
|---|---|
void |
ArcSdeBinaryGeometryRecordStoreUtil.createGeometryColumn(AbstractJdbcRecordStore recordStore,
RecordStoreSchema schema,
RecordDefinition recordDefinition,
String typePath,
String columnName,
Map<String,Object> columnProperties) |
static ArcSdeSpatialReferenceCache |
ArcSdeSpatialReferenceCache.get(RecordStoreSchema schema) |
static ArcSdeSpatialReference |
ArcSdeSpatialReferenceCache.getSpatialReference(RecordStoreSchema schema,
int esriSrid) |
static boolean |
ArcSdeConstants.isSdeAvailable(RecordStoreSchema schema) |
void |
ArcSdeStGeometryRecordStoreExtension.postProcess(RecordStoreSchema schema) |
void |
ArcSdeBinaryGeometryRecordStoreExtension.postProcess(RecordStoreSchema schema) |
void |
ArcSdeStGeometryRecordStoreExtension.preProcess(RecordStoreSchema schema) |
void |
ArcSdeBinaryGeometryRecordStoreExtension.preProcess(RecordStoreSchema schema) |
| Modifier and Type | Method and Description |
|---|---|
void |
OracleSdoGeometryFieldAdder.initialize(RecordStoreSchema schema) |
| Modifier and Type | Method and Description |
|---|---|
List<RecordStoreSchema> |
RecordStoreConnection.getSchemas() |
| Modifier and Type | Method and Description |
|---|---|
protected RecordDefinition |
DirectoryRecordStore.loadRecordDefinition(RecordStoreSchema schema,
String schemaName,
org.springframework.core.io.Resource resource) |
protected Map<String,RecordStoreSchemaElement> |
DirectoryRecordStore.refreshSchemaElements(RecordStoreSchema schema) |
| Modifier and Type | Method and Description |
|---|---|
static Map<String,Map<String,Map<String,Object>>> |
JdbcFieldAdder.getColumnProperties(RecordStoreSchema schema) |
static <V> V |
JdbcFieldAdder.getColumnProperty(RecordStoreSchema schema,
String typePath,
String columnName,
String propertyName) |
static double |
JdbcFieldAdder.getDoubleColumnProperty(RecordStoreSchema schema,
String typePath,
String columnName,
String propertyName) |
static int |
JdbcFieldAdder.getIntegerColumnProperty(RecordStoreSchema schema,
String typePath,
String columnName,
String propertyName) |
static Map<String,Map<String,Object>> |
JdbcFieldAdder.getTableProperties(RecordStoreSchema schema) |
static Map<String,Object> |
JdbcFieldAdder.getTableProperties(RecordStoreSchema schema,
String typePath) |
static <V> V |
JdbcFieldAdder.getTableProperty(RecordStoreSchema schema,
String typePath,
String propertyName) |
static Map<String,Map<String,Object>> |
JdbcFieldAdder.getTypeColumnProperties(RecordStoreSchema schema,
String typePath) |
void |
JdbcFieldAdder.initialize(RecordStoreSchema schema) |
static void |
JdbcFieldAdder.setColumnProperty(RecordStoreSchema schema,
String typePath,
String columnName,
String propertyName,
Object propertyValue) |
static void |
JdbcFieldAdder.setTableProperty(RecordStoreSchema schema,
String typePath,
String propertyName,
Object value) |
| Modifier and Type | Method and Description |
|---|---|
String |
AbstractJdbcRecordStore.getDatabaseSchemaName(RecordStoreSchema schema) |
void |
AbstractJdbcRecordStore.postProcess(RecordStoreSchema schema) |
void |
AbstractJdbcRecordStore.preProcess(RecordStoreSchema schema) |
protected Map<String,? extends RecordStoreSchemaElement> |
AbstractJdbcRecordStore.refreshSchemaElements(RecordStoreSchema schema) |
| Modifier and Type | Method and Description |
|---|---|
RecordStoreSchema |
RecordStoreSchemaTreeNode.getSchema() |
| Modifier and Type | Method and Description |
|---|---|
static List<BaseTreeNode> |
RecordStoreConnectionTreeNode.getChildren(Map<String,Object> connectionMap,
RecordStoreSchema schema) |
Copyright © 2015 Revolution Systems Inc.. All rights reserved.