| Modifier and Type | Class and Description |
|---|---|
class |
DelegatingRecordStore |
class |
RecordDirectoryReader |
| Modifier and Type | Interface and Description |
|---|---|
interface |
RecordStore |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractRecordStore |
class |
RecordDefinitionFactoryImpl |
| Modifier and Type | Method and Description |
|---|---|
RecordDefinitionFactory |
RecordDefinitionImpl.getRecordDefinitionFactory() |
RecordDefinitionFactory |
RecordDefinition.getRecordDefinitionFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
RecordDefinitionImpl.setRecordDefinitionFactory(RecordDefinitionFactory recordDefinitionFactory) |
| Modifier and Type | Class and Description |
|---|---|
class |
OgrRecordStore |
| Modifier and Type | Interface and Description |
|---|---|
interface |
FileGdbRecordStore |
| Modifier and Type | Class and Description |
|---|---|
class |
CapiFileGdbRecordStore |
| Modifier and Type | Class and Description |
|---|---|
class |
OracleRecordStore |
| Modifier and Type | Method and Description |
|---|---|
RecordDefinitionFactory |
CopyProcess.getRecordDefinitionFactory() |
RecordDefinitionFactory |
AddDefaultValuesProcess.getRecordDefinitionFactory() |
RecordDefinitionFactory |
RecordConverterProcess.getTargetRecordDefinitionFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
CopyProcess.setRecordDefinitionFactory(RecordDefinitionFactory recordDefinitionFactory) |
void |
AddDefaultValuesProcess.setRecordDefinitionFactory(RecordDefinitionFactory recordDefinitionFactory) |
void |
RecordConverterProcess.setTargetRecordDefinitionFactory(RecordDefinitionFactory targetRecordDefinitionFactory) |
| Modifier and Type | Class and Description |
|---|---|
class |
PostgreSQLRecordStore |
| Modifier and Type | Class and Description |
|---|---|
class |
CsvRecordStore |
| Modifier and Type | Class and Description |
|---|---|
class |
DirectoryRecordStore |
| Modifier and Type | Class and Description |
|---|---|
class |
JsonResourceRecordDefinitionFactory |
| Modifier and Type | Class and Description |
|---|---|
class |
MoepDirectoryReader |
class |
MoepRecordDefinitionFactory |
| Modifier and Type | Class and Description |
|---|---|
class |
SaifReader
The SaifReader.
|
| Modifier and Type | Method and Description |
|---|---|
RecordDefinitionFactory |
SaifReader.getDeclaredRecordDefinitionFactory()
Get the schema definition declared in the SAIF archive.
|
RecordDefinitionFactory |
SaifReader.getRecordDefinitionFactory()
Get the schema definition that will be set on each data object.
|
RecordDefinitionFactory |
OsnReader.getRecordDefinitionFactory() |
RecordDefinitionFactory |
SaifSchemaReader.loadSchema(File file) |
RecordDefinitionFactory |
SaifSchemaReader.loadSchema(org.springframework.core.io.Resource resource) |
RecordDefinitionFactory |
SaifSchemaReader.loadSchema(String fileName,
InputStream in) |
RecordDefinitionFactory |
SaifSchemaReader.loadSchemas(List<org.springframework.core.io.Resource> resources) |
| Modifier and Type | Method and Description |
|---|---|
void |
SaifReader.setDeclaredRecordDefinitionFactory(RecordDefinitionFactory declaredRecordDefinitionFactory)
Set the schema definition declared in the SAIF archive.
|
void |
SaifWriter.setRecordDefinitionFactory(RecordDefinitionFactory schema) |
void |
SaifReader.setRecordDefinitionFactory(RecordDefinitionFactory recordDefinitionFactory)
Set the schema definition that will be set on each data object.
|
| Constructor and Description |
|---|
OsnReader(RecordDefinitionFactory recordDefinitionFactory,
File directory,
String fileName,
int srid) |
OsnReader(RecordDefinitionFactory recordDefinitionFactory,
ZipFile zipFile,
String fileName,
int srid) |
SaifWriter(File file,
RecordDefinitionFactory recordDefinitionFactory) |
| Modifier and Type | Class and Description |
|---|---|
class |
ShapefileDirectoryReader
The ShapefileDirectoryReader is a that can read .shp
data files contained in a single directory.
|
class |
ShapefileRecordStore |
| Modifier and Type | Class and Description |
|---|---|
class |
XbaseDatasetReader
The XbaseDatasetReader is a
RecordIterator that can read .dbf data
files contained in a single directory. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
JdbcRecordStore |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractJdbcRecordStore |
Copyright © 2015 Revolution Systems Inc.. All rights reserved.