| Modifier and Type | Method and Description |
|---|---|
RecordDefinition |
CodeTableProperty.getRecordDefinition() |
| Modifier and Type | Method and Description |
|---|---|
static CodeTableProperty |
CodeTableProperty.getProperty(RecordDefinition recordDefinition) |
void |
CodeTableProperty.setRecordDefinition(RecordDefinition recordDefinition) |
| Modifier and Type | Method and Description |
|---|---|
int |
RecordDefinitionNameComparator.compare(RecordDefinition recordDefinition1,
RecordDefinition recordDefinition2) |
static int |
RecordDefinitionNameComparator.compareTypeNames(RecordDefinition recordDefinition1,
RecordDefinition recordDefinition2) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
RecordEquals.isFieldIgnored(RecordDefinition recordDefinition,
Collection<String> excludedAttributes,
String fieldName) |
| Modifier and Type | Method and Description |
|---|---|
RecordDefinition |
RecordStoreQueryReader.getRecordDefinition() |
RecordDefinition |
RecordReader.getRecordDefinition() |
RecordDefinition |
RecordIteratorReader.getRecordDefinition() |
RecordDefinition |
RecordIterator.getRecordDefinition() |
RecordDefinition |
RecordDefinitionConvertRecordReader.getRecordDefinition() |
RecordDefinition |
MapReaderRecordReader.getRecordDefinition() |
RecordDefinition |
ListRecordReader.getRecordDefinition() |
RecordDefinition |
DelegatingRecordStore.getRecordDefinition(RecordDefinition recordDefinition) |
RecordDefinition |
RecordDirectoryReader.getRecordDefinition(String path) |
RecordDefinition |
DelegatingRecordStore.getRecordDefinition(String typePath) |
| Modifier and Type | Method and Description |
|---|---|
List<RecordDefinition> |
DelegatingRecordStore.getTypes(String namespace) |
| Modifier and Type | Method and Description |
|---|---|
Record |
DelegatingRecordStore.create(RecordDefinition recordDefinition) |
Writer<Record> |
RecordWriterFactory.createRecordWriter(RecordDefinition recordDefinition,
org.springframework.core.io.Resource resource) |
Writer<Record> |
AbstractRecordWriterFactory.createRecordWriter(RecordDefinition recordDefinition,
org.springframework.core.io.Resource resource)
Create a writer to write to the specified resource.
|
Writer<Record> |
AbstractRecordIoFactory.createRecordWriter(RecordDefinition recordDefinition,
org.springframework.core.io.Resource resource)
Create a writer to write to the specified resource.
|
Writer<Record> |
AbstractRecordAndGeometryIoFactory.createRecordWriter(RecordDefinition recordDefinition,
org.springframework.core.io.Resource resource)
Create a writer to write to the specified resource.
|
Writer<Record> |
RecordWriterFactory.createRecordWriter(String baseName,
RecordDefinition recordDefinition,
OutputStream outputStream) |
Writer<Record> |
AbstractRecordWriterFactory.createRecordWriter(String baseName,
RecordDefinition recordDefinition,
OutputStream outputStream) |
Writer<Record> |
AbstractRecordIoFactory.createRecordWriter(String baseName,
RecordDefinition recordDefinition,
OutputStream outputStream) |
Writer<Record> |
AbstractRecordAndGeometryIoFactory.createRecordWriter(String baseName,
RecordDefinition recordDefinition,
OutputStream outputStream) |
Writer<Record> |
RecordWriterFactory.createRecordWriter(String baseName,
RecordDefinition recordDefinition,
OutputStream outputStream,
Charset charset) |
RecordDefinition |
DelegatingRecordStore.getRecordDefinition(RecordDefinition recordDefinition) |
static Writer<Record> |
RecordIo.recordWriter(RecordDefinition recordDefinition,
File file) |
static Writer<Record> |
RecordIo.recordWriter(RecordDefinition recordDefinition,
org.springframework.core.io.Resource resource) |
| Constructor and Description |
|---|
ListRecordReader(RecordDefinition recordDefinition,
Collection<? extends Record> objects) |
ListRecordReader(RecordDefinition recordDefinition,
Record... objects) |
MapReaderRecordReader(RecordDefinition recordDefinition,
Reader<Map<String,Object>> mapReader) |
RecordDefinitionConvertRecordReader(RecordDefinition recordDefinition,
Reader<Record> reader) |
| Modifier and Type | Method and Description |
|---|---|
RecordDefinition |
Query.getRecordDefinition() |
| Modifier and Type | Method and Description |
|---|---|
static Query |
Query.and(RecordDefinition recordDefinition,
Map<String,?> filter) |
static Query |
Query.equal(RecordDefinition recordDefinition,
String name,
Object value) |
static Query |
Query.intersects(RecordDefinition recordDefinition,
BoundingBox boundingBox) |
static Query |
Query.or(RecordDefinition recordDefinition,
Map<String,?> filter) |
static Condition |
QueryValue.parseWhere(RecordDefinition recordDefinition,
String whereClause) |
void |
Value.setRecordDefinition(RecordDefinition recordDefinition) |
void |
QueryValue.setRecordDefinition(RecordDefinition recordDefinition) |
void |
Query.setRecordDefinition(RecordDefinition recordDefinition) |
void |
Column.setRecordDefinition(RecordDefinition recordDefinition) |
static <V extends QueryValue> |
QueryValue.toQueryValue(RecordDefinition recordDefinition,
com.akiban.sql.parser.ValueNode expression) |
| Constructor and Description |
|---|
Query(RecordDefinition recordDefinition) |
Query(RecordDefinition recordDefinition,
Condition whereCondition) |
| Modifier and Type | Method and Description |
|---|---|
static EnvelopeIntersects |
F.envelopeIntersects(RecordDefinition recordDefinition,
BoundingBox boundingBox) |
| Modifier and Type | Method and Description |
|---|---|
static RecordDefinition |
RecordUtil.createGeometryRecordDefinition() |
RecordDefinition |
Record.getRecordDefinition()
Get the meta data describing the Record and it's attributes.
|
RecordDefinition |
BaseRecord.getRecordDefinition()
Get the metd data describing the Record and it's attributes.
|
| Modifier and Type | Method and Description |
|---|---|
static Record |
RecordUtil.copy(RecordDefinition recordDefinition,
Record object) |
Record |
RecordFactory.createRecord(RecordDefinition recordDefinition)
Create an instance of Record implementation supported by this factory
using the record definition
|
ArrayRecord |
ArrayRecordFactory.createRecord(RecordDefinition recordDefinition)
Create an instance of ArrayRecord using the record definition
|
static Record |
RecordUtil.getObject(RecordDefinition recordDefinition,
Map<String,Object> values) |
static List<Record> |
RecordUtil.getObjects(RecordDefinition recordDefinition,
Collection<? extends Map<String,Object>> list) |
| Constructor and Description |
|---|
ArrayRecord(RecordDefinition recordDefinition)
Construct a new empty ArrayRecord using the recordDefinition.
|
ArrayRecord(RecordDefinition recordDefinition,
Map<String,? extends Object> values) |
BaseRecord(RecordDefinition recordDefinition)
Construct a new empty BaseRecord using the recordDefinition.
|
FixedValueRecord(RecordDefinition recordDefinition,
Object value) |
| Modifier and Type | Method and Description |
|---|---|
RecordDefinition |
RecordDefinitionProperty.getRecordDefinition() |
RecordDefinition |
AbstractRecordDefinitionProperty.getRecordDefinition() |
| Modifier and Type | Method and Description |
|---|---|
static ShortNameProperty |
ShortNameProperty.getProperty(RecordDefinition recordDefinition) |
static PseudoNodeProperty |
PseudoNodeProperty.getProperty(RecordDefinition recordDefinition) |
static LengthFieldName |
LengthFieldName.getProperty(RecordDefinition recordDefinition) |
static GlobalIdProperty |
GlobalIdProperty.getProperty(RecordDefinition recordDefinition) |
static EqualIgnoreAttributes |
EqualIgnoreAttributes.getProperty(RecordDefinition recordDefinition) |
static DirectionalAttributes |
DirectionalAttributes.getProperty(RecordDefinition recordDefinition) |
static String |
ShortNameProperty.getShortName(RecordDefinition recordDefinition) |
void |
RecordDefinitionProperty.setRecordDefinition(RecordDefinition recordDefinition) |
void |
PseudoNodeProperty.setRecordDefinition(RecordDefinition recordDefinition) |
void |
GlobalIdProperty.setRecordDefinition(RecordDefinition recordDefinition) |
void |
EqualIgnoreAttributes.setRecordDefinition(RecordDefinition recordDefinition) |
void |
AbstractRecordDefinitionProperty.setRecordDefinition(RecordDefinition recordDefinition) |
| Modifier and Type | Class and Description |
|---|---|
class |
RecordDefinitionImpl |
| Modifier and Type | Method and Description |
|---|---|
RecordDefinition |
RecordStoreSchema.findRecordDefinition(String path) |
protected RecordDefinition |
AbstractRecordStore.findRecordDefinition(String typePath) |
RecordDefinition |
FieldDefinition.getRecordDefinition() |
static RecordDefinition |
RecordDefinitionImpl.getRecordDefinition(int instanceId) |
RecordDefinition |
RecordStore.getRecordDefinition(RecordDefinition recordDefinition) |
RecordDefinition |
AbstractRecordStore.getRecordDefinition(RecordDefinition objectRecordDefinition) |
RecordDefinition |
RecordStoreSchema.getRecordDefinition(String path) |
RecordDefinition |
RecordStore.getRecordDefinition(String typePath)
Get the meta data for the specified type.
|
RecordDefinition |
RecordDefinitionFactoryImpl.getRecordDefinition(String path) |
RecordDefinition |
RecordDefinitionFactory.getRecordDefinition(String path) |
RecordDefinition |
AbstractRecordStore.getRecordDefinition(String typePath) |
| Modifier and Type | Method and Description |
|---|---|
List<RecordDefinition> |
RecordStoreSchema.getRecordDefinitions() |
Collection<RecordDefinition> |
RecordDefinitionFactoryImpl.getRecordDefinitions() |
List<RecordDefinition> |
RecordStore.getTypes(String namespace) |
List<RecordDefinition> |
AbstractRecordStore.getTypes(String namespace) |
| Modifier and Type | Method and Description |
|---|---|
void |
RecordDefinitionFactoryImpl.addRecordDefinition(RecordDefinition recordDefinition) |
protected void |
AbstractRecordStore.addRecordDefinition(RecordDefinition recordDefinition) |
void |
RecordDefinitionImpl.addSuperClass(RecordDefinition superClass) |
Record |
RecordStore.create(RecordDefinition recordDefinition) |
Record |
AbstractRecordStore.create(RecordDefinition objectRecordDefinition) |
Record |
RecordStore.createWithId(RecordDefinition recordDefinition) |
Record |
AbstractRecordStore.createWithId(RecordDefinition recordDefinition) |
RecordDefinition |
RecordStore.getRecordDefinition(RecordDefinition recordDefinition) |
RecordDefinition |
AbstractRecordStore.getRecordDefinition(RecordDefinition objectRecordDefinition) |
boolean |
RecordDefinitionImpl.isInstanceOf(RecordDefinition classDefinition) |
boolean |
RecordDefinition.isInstanceOf(RecordDefinition classDefinition) |
protected void |
FieldDefinition.setRecordDefinition(RecordDefinition recordDefinition) |
| Constructor and Description |
|---|
RecordDefinitionImpl(RecordDefinition recordDefinition) |
RecordDefinitionImpl(RecordStoreSchema schema,
RecordDefinition recordDefinition) |
| Modifier and Type | Method and Description |
|---|---|
String |
OgrRecordStore.getIdFieldName(RecordDefinition recordDefinition) |
protected Layer |
OgrRecordWriter.getLayer(RecordDefinition recordDefinition) |
| Modifier and Type | Method and Description |
|---|---|
RecordDefinition |
SimpleRecordConveter.getRecordDefinition() |
| Modifier and Type | Method and Description |
|---|---|
void |
SimpleRecordConveter.setRecordDefinition(RecordDefinition recordDefinition) |
| Constructor and Description |
|---|
SimpleRecordConveter(RecordDefinition recordDefinition) |
SimpleRecordConveter(RecordDefinition recordDefinition,
List<SourceToTargetProcess<Record,Record>> processors) |
SimpleRecordConveter(RecordDefinition recordDefinition,
SourceToTargetProcess<Record,Record>... processors) |
| Modifier and Type | Method and Description |
|---|---|
protected RecordDefinition |
FileGdbQueryIterator.getRecordDefinition() |
RecordDefinition |
FileGdbRecordStore.getRecordDefinition(RecordDefinition recordDefinition) |
RecordDefinition |
CapiFileGdbRecordStore.getRecordDefinition(RecordDefinition sourceRecordDefinition) |
| Modifier and Type | Method and Description |
|---|---|
RecordDefinition |
FileGdbRecordStore.getRecordDefinition(RecordDefinition recordDefinition) |
RecordDefinition |
CapiFileGdbRecordStore.getRecordDefinition(RecordDefinition sourceRecordDefinition) |
| Modifier and Type | Method and Description |
|---|---|
static Set<RecordDefinition> |
NodeAttributes.Methods.edgeRecordDefinitions(Node<?> node) |
static Set<RecordDefinition> |
NodeAttributes.getEdgeRecordDefinitions(Node<? extends Object> node) |
| Constructor and Description |
|---|
NodeRemovalVisitor(RecordDefinition recordDefinition,
RecordGraph graph,
Collection<String> excludedAttributes) |
PolygonNodeRemovalVisitor(RecordDefinition recordDefinition,
RecordGraph graph,
Collection<String> excludedAttributes) |
| Modifier and Type | Method and Description |
|---|---|
void |
Statistics.add(RecordDefinition type) |
void |
Statistics.add(RecordDefinition type,
long count) |
void |
StatisticsMap.add(String statisticName,
RecordDefinition type) |
void |
StatisticsMap.add(String statisticName,
RecordDefinition type,
long count) |
protected abstract Writer<Record> |
AbstractMultipleWriter.createWriter(RecordDefinition recordDefinition) |
| Modifier and Type | Method and Description |
|---|---|
RecordDefinition |
SchemaMapper.getClassMapping(RecordDefinition type)
Get the RecordDefinition that the specified class maps to.
|
RecordDefinition |
SchemaMapper.getTypeMapping(RecordDefinition type)
Get the RecordDefinition that the specified type maps to.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SchemaMapper.addFieldMapping(RecordDefinition fromClass,
String fromName,
RecordDefinition toClass,
String toName)
Add a forward and reverse mapping from one FieldDefinition to another.
|
void |
SchemaMapper.addTypeConverter(RecordDefinition type,
ObjectConverter converter)
Add an object converter for the specified type.
|
void |
SchemaMapper.addTypeMapping(RecordDefinition from,
RecordDefinition to)
Add a forward and reverse mapping from one RecordDefinition to another.
|
RecordDefinition |
SchemaMapper.getClassMapping(RecordDefinition type)
Get the RecordDefinition that the specified class maps to.
|
ObjectConverter |
SchemaMapper.getTypeConverter(RecordDefinition type)
Get the converter that can convert objects of the specified type.
|
RecordDefinition |
SchemaMapper.getTypeMapping(RecordDefinition type)
Get the RecordDefinition that the specified type maps to.
|
boolean |
SchemaMapper.hasTypeConverter(RecordDefinition type)
Check there is a converter for the type.
|
| Modifier and Type | Method and Description |
|---|---|
RecordDefinition |
ArcSdeBinaryGeometryQueryIterator.getRecordDefinition() |
| Modifier and Type | Method and Description |
|---|---|
void |
ArcSdeBinaryGeometryRecordStoreUtil.createGeometryColumn(AbstractJdbcRecordStore recordStore,
RecordStoreSchema schema,
RecordDefinition recordDefinition,
String typePath,
String columnName,
Map<String,Object> columnProperties) |
String |
ArcSdeBinaryGeometryRecordStoreUtil.getTableName(RecordDefinition recordDefinition) |
static void |
ArcSdeObjectIdJdbcFieldDefinition.replaceAttribute(String schemaName,
RecordDefinition recordDefinition,
Integer registrationId,
String rowIdColumn) |
protected void |
ArcSdeBinaryGeometryFieldDefinition.setRecordDefinition(RecordDefinition recordDefinition) |
| Modifier and Type | Method and Description |
|---|---|
static void |
OracleDdlUtil.createTable(PrintWriter out,
RecordDefinition recordDefinition) |
String |
OracleRecordStore.getGeneratePrimaryKeySql(RecordDefinition recordDefinition) |
Object |
OracleRecordStore.getNextPrimaryKey(RecordDefinition recordDefinition) |
String |
OracleRecordStore.getSequenceName(RecordDefinition recordDefinition) |
String |
OracleDdlWriter.getSequenceName(RecordDefinition recordDefinition) |
void |
OracleDdlWriter.writeAddGeometryColumn(RecordDefinition recordDefinition) |
String |
OracleDdlWriter.writeCreateSequence(RecordDefinition recordDefinition) |
void |
OracleDdlWriter.writeGeometryRecordDefinition(RecordDefinition recordDefinition) |
void |
OracleDdlWriter.writeResetSequence(RecordDefinition recordDefinition,
List<Record> values) |
| Modifier and Type | Method and Description |
|---|---|
RecordDefinition |
CopyProcess.getRecordDefinition() |
RecordDefinition |
RecordConverterProcess.getTargetRecordDefinition(String typePath) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
CompareProcessor.processObjects(RecordDefinition recordDefinition,
Channel<Record> out) |
protected abstract void |
AbstractMergeProcess.processObjects(RecordDefinition currentType,
Channel<Record> out) |
void |
CopyProcess.setRecordDefinition(RecordDefinition recordDefinition) |
void |
OrderedEqualCompareProcessor.setRecordDefinition1(RecordDefinition recordDefinition1) |
void |
OrderedEqualCompareProcessor.setRecordDefinition2(RecordDefinition recordDefinition2) |
| Modifier and Type | Method and Description |
|---|---|
String |
PostgreSQLRecordStore.getGeneratePrimaryKeySql(RecordDefinition recordDefinition) |
Object |
PostgreSQLRecordStore.getNextPrimaryKey(RecordDefinition recordDefinition) |
String |
PostgreSQLRecordStore.getSequenceName(RecordDefinition recordDefinition) |
String |
PostgreSQLDdlWriter.getSequenceName(RecordDefinition recordDefinition) |
void |
PostgreSQLDdlWriter.writeAddGeometryColumn(RecordDefinition recordDefinition) |
void |
PostgreSQLDdlWriter.writeGeometryRecordDefinition(RecordDefinition recordDefinition) |
void |
PostgreSQLDdlWriter.writeResetSequence(RecordDefinition recordDefinition,
List<Record> values) |
| Modifier and Type | Method and Description |
|---|---|
RecordDefinition |
AbstractRecordWriter.getRecordDefinition() |
| Modifier and Type | Method and Description |
|---|---|
Writer<Record> |
CogoJsonIoFactory.createRecordWriter(String baseName,
RecordDefinition recordDefinition,
OutputStream outputStream,
Charset charset) |
| Modifier and Type | Method and Description |
|---|---|
RecordDefinition |
CsvRecordIterator.getRecordDefinition() |
RecordDefinition |
CsvRecordStore.getRecordDefinition(RecordDefinition recordDefinition) |
RecordDefinition |
CsvDirectoryWriter.getRecordDefinition(RecordDefinition recordDefinition) |
RecordDefinition |
CsvRecordStore.getRecordDefinition(String typePath) |
RecordDefinition |
CsvDirectoryWriter.getRecordDefinition(String path) |
| Modifier and Type | Method and Description |
|---|---|
Record |
CsvRecordStore.create(RecordDefinition recordDefinition) |
Writer<Record> |
CsvRecordIoFactory.createRecordWriter(String baseName,
RecordDefinition recordDefinition,
OutputStream outputStream,
Charset charset) |
RecordDefinition |
CsvRecordStore.getRecordDefinition(RecordDefinition recordDefinition) |
RecordDefinition |
CsvDirectoryWriter.getRecordDefinition(RecordDefinition recordDefinition) |
CsvRecordWriter |
CsvDirectoryWriter.getWriter(RecordDefinition recordDefinition) |
| Constructor and Description |
|---|
CsvRecordWriter(RecordDefinition recordDefinition,
Writer out,
boolean ewkt) |
CsvRecordWriter(RecordDefinition recordDefinition,
Writer out,
char fieldSeparator,
boolean useQuotes,
boolean ewkt) |
| Modifier and Type | Method and Description |
|---|---|
RecordDefinition |
DirectoryRecordStore.getRecordDefinition(RecordDefinition recordDefinition) |
RecordDefinition |
DirectoryRecordWriter.getRecordDefinition(String path) |
protected RecordDefinition |
DirectoryRecordStore.loadRecordDefinition(RecordStoreSchema schema,
String schemaName,
org.springframework.core.io.Resource resource) |
| Modifier and Type | Method and Description |
|---|---|
RecordDefinition |
DirectoryRecordStore.getRecordDefinition(RecordDefinition recordDefinition) |
protected org.springframework.core.io.Resource |
DirectoryRecordStore.getResource(String path,
RecordDefinition recordDefinition) |
| Modifier and Type | Method and Description |
|---|---|
Writer<Record> |
EsriGeodatabaseXmlRecordWriterFactory.createRecordWriter(String baseName,
RecordDefinition recordDefinition,
OutputStream outputStream,
Charset charset) |
| Constructor and Description |
|---|
EsriGeodatabaseXmlRecordWriter(RecordDefinition recordDefinition,
Writer out) |
| Modifier and Type | Method and Description |
|---|---|
static RecordDefinition |
EsriXmlRecordDefinitionUtil.getRecordDefinition(String schemaName,
CodedValueDomain domain,
boolean appendIdToName) |
static RecordDefinition |
EsriXmlRecordDefinitionUtil.getRecordDefinition(String schemaName,
DETable deTable)
Get a recordDefinition instance for the table definition excluding any ESRI
specific fields.
|
static RecordDefinition |
EsriXmlRecordDefinitionUtil.getRecordDefinition(String schemaName,
DETable deTable,
boolean ignoreEsriFields) |
| Modifier and Type | Method and Description |
|---|---|
static DETable |
EsriXmlRecordDefinitionUtil.createDETable(RecordDefinition recordDefinition,
SpatialReference spatialReference) |
static DETable |
EsriXmlRecordDefinitionUtil.createDETable(String schemaPath,
RecordDefinition recordDefinition,
SpatialReference spatialReference) |
static DETable |
EsriXmlRecordDefinitionUtil.getDETable(RecordDefinition recordDefinition,
SpatialReference spatialReference) |
static List<Record> |
EsriXmlRecordDefinitionUtil.getValues(RecordDefinition recordDefinition,
CodedValueDomain domain) |
| Modifier and Type | Method and Description |
|---|---|
Writer<Record> |
GeoJsonIoFactory.createRecordWriter(String baseName,
RecordDefinition recordDefinition,
OutputStream outputStream,
Charset charset) |
| Modifier and Type | Method and Description |
|---|---|
Writer<Record> |
GmlIoFactory.createRecordWriter(String baseName,
RecordDefinition recordDefinition,
OutputStream outputStream,
Charset charset) |
| Constructor and Description |
|---|
GmlRecordWriter(RecordDefinition recordDefinition,
Writer out) |
| Modifier and Type | Method and Description |
|---|---|
RecordDefinition |
GpxIterator.getRecordDefinition() |
| Modifier and Type | Method and Description |
|---|---|
RecordReader |
GpxReaderFactory.createRecordReader(RecordDefinition recordDefinition,
org.springframework.core.io.Resource resource,
RecordFactory factory) |
Writer<Record> |
GpxReaderFactory.createRecordWriter(String baseName,
RecordDefinition recordDefinition,
OutputStream outputStream,
Charset charset) |
| Modifier and Type | Method and Description |
|---|---|
Writer<Record> |
XhtmlRecordWriterFactory.createRecordWriter(String baseName,
RecordDefinition recordDefinition,
OutputStream outputStream,
Charset charset) |
| Constructor and Description |
|---|
XhtmlRecordWriter(RecordDefinition recordDefinition,
Writer out) |
| Modifier and Type | Method and Description |
|---|---|
RecordDefinition |
JsonRecordIterator.getRecordDefinition() |
RecordDefinition |
JsonResourceRecordDefinitionFactory.getRecordDefinition(String typePath) |
| Modifier and Type | Method and Description |
|---|---|
Writer<Record> |
JsonRecordIoFactory.createRecordWriter(String baseName,
RecordDefinition recordDefinition,
OutputStream outputStream,
Charset charset) |
static Record |
JsonRecordIoFactory.toRecord(RecordDefinition recordDefinition,
String string) |
static List<Record> |
JsonRecordIoFactory.toRecordList(RecordDefinition recordDefinition,
String string) |
static String |
JsonRecordIoFactory.toString(RecordDefinition recordDefinition,
List<? extends Map<String,Object>> list) |
static String |
JsonRecordIoFactory.toString(RecordDefinition recordDefinition,
Map<String,? extends Object> parameters) |
void |
JsonSchemaWriter.write(RecordDefinition recordDefinition) |
| Constructor and Description |
|---|
JsonRecordIterator(RecordDefinition recordDefinition,
InputStream in) |
JsonRecordIterator(RecordDefinition recordDefinition,
Reader in) |
JsonRecordIterator(RecordDefinition recordDefinition,
Reader in,
boolean single) |
JsonRecordWriter(RecordDefinition recordDefinition,
Writer out) |
| Modifier and Type | Method and Description |
|---|---|
Writer<Record> |
KmzIoFactory.createRecordWriter(String baseName,
RecordDefinition recordDefinition,
OutputStream outputStream,
Charset charset) |
Writer<Record> |
KmlIoFactory.createRecordWriter(String baseName,
RecordDefinition recordDefinition,
OutputStream outputStream,
Charset charset) |
| Modifier and Type | Field and Description |
|---|---|
static RecordDefinition |
MoepConstants.RECORD_DEFINITION |
| Modifier and Type | Method and Description |
|---|---|
RecordDefinition |
MoepBinaryReader.getRecordDefinition() |
RecordDefinition |
MoepRecordDefinitionFactory.getRecordDefinition(String typePath) |
RecordDefinition |
MoepDirectoryReader.getRecordDefinition(String typePath) |
| Modifier and Type | Method and Description |
|---|---|
RecordReader |
MoepBinaryReaderFactory.createRecordReader(RecordDefinition recordDefinition,
org.springframework.core.io.Resource resource,
RecordFactory recordFactory) |
| Modifier and Type | Field and Description |
|---|---|
static RecordDefinition |
OsmElement.RECORD_DEFINITION |
| Modifier and Type | Method and Description |
|---|---|
RecordDefinition |
OsmElement.getRecordDefinition() |
| Modifier and Type | Method and Description |
|---|---|
RecordDefinition |
OsmPbfRecordIterator.getRecordDefinition() |
| Modifier and Type | Method and Description |
|---|---|
RecordDefinition |
SaifReader.getRecordDefinition() |
RecordDefinition |
SaifReader.getRecordDefinition(String typePath) |
| Modifier and Type | Method and Description |
|---|---|
void |
SaifSchemaReader.addSuperClass(RecordDefinitionImpl currentClass,
RecordDefinition superClass) |
void |
SaifSchemaReader.attributes(RecordDefinition type,
CsnIterator iterator) |
void |
SaifSchemaReader.classAttributes(RecordDefinition type,
CsnIterator iterator) |
void |
SaifSchemaReader.comments(RecordDefinition type,
CsnIterator iterator) |
void |
SaifSchemaReader.defaults(RecordDefinition type,
CsnIterator iterator) |
void |
SaifSchemaReader.restricted(RecordDefinition type,
CsnIterator iterator) |
void |
SaifSchemaReader.subclass(RecordDefinition type,
CsnIterator iterator) |
| Modifier and Type | Method and Description |
|---|---|
RecordDefinition |
ShapefileIterator.getRecordDefinition() |
RecordDefinition |
ShapefileRecordStore.getRecordDefinition(String typePath) |
RecordDefinition |
ShapefileDirectoryWriter.getRecordDefinition(String path) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,RecordDefinition> |
ShapefileDirectoryReader.getTypeNameRecordDefinitionMap() |
| Modifier and Type | Method and Description |
|---|---|
Record |
ShapefileRecordStore.create(RecordDefinition recordDefinition) |
Writer<Record> |
ShapefileIoFactory.createRecordWriter(RecordDefinition recordDefinition,
org.springframework.core.io.Resource resource) |
Writer<Record> |
ShapefileZipIoFactory.createRecordWriter(String baseName,
RecordDefinition recordDefinition,
OutputStream outputStream,
Charset charset) |
Writer<Record> |
ShapefileIoFactory.createRecordWriter(String baseName,
RecordDefinition recordDefinition,
OutputStream outputStream,
Charset charset) |
void |
ShapefileIterator.setRecordDefinition(RecordDefinition recordDefinition) |
| Modifier and Type | Method and Description |
|---|---|
void |
ShapefileDirectoryReader.setTypeNameRecordDefinitionMap(Map<String,RecordDefinition> typeNameRecordDefinitionMap) |
| Constructor and Description |
|---|
ShapefileRecordWriter(RecordDefinition recordDefinition,
org.springframework.core.io.Resource resource) |
| Modifier and Type | Method and Description |
|---|---|
RecordDefinition |
TcxIterator.getRecordDefinition() |
| Modifier and Type | Method and Description |
|---|---|
Writer<Record> |
TsvRecordIoFactory.createRecordWriter(String baseName,
RecordDefinition recordDefinition,
OutputStream outputStream,
Charset charset) |
| Modifier and Type | Method and Description |
|---|---|
static void |
OgrVrtWriter.write(File file,
RecordDefinition recordDefinition,
String dataSource) |
| Modifier and Type | Method and Description |
|---|---|
RecordDefinition |
WktRecordIterator.getRecordDefinition() |
| Modifier and Type | Method and Description |
|---|---|
Writer<Record> |
WktIoFactory.createRecordWriter(String baseName,
RecordDefinition recordDefinition,
OutputStream outputStream,
Charset charset) |
| Constructor and Description |
|---|
WktRecordWriter(RecordDefinition recordDefinition,
Writer out) |
| Modifier and Type | Method and Description |
|---|---|
protected RecordDefinition |
XbaseSchemaReader.getRecordDefinition() |
RecordDefinition |
XbaseRecordWriter.getRecordDefinition() |
| Modifier and Type | Method and Description |
|---|---|
Writer<Record> |
XBaseRecordIoFactory.createRecordWriter(RecordDefinition recordDefinition,
org.springframework.core.io.Resource resource) |
Writer<Record> |
XBaseRecordIoFactory.createRecordWriter(String baseName,
RecordDefinition recordDefinition,
OutputStream outputStream,
Charset charset) |
| Constructor and Description |
|---|
XbaseRecordWriter(RecordDefinition recordDefinition,
org.springframework.core.io.Resource resource) |
| Modifier and Type | Method and Description |
|---|---|
Writer<Record> |
XmlRecordIoFactory.createRecordWriter(String baseName,
RecordDefinition recordDefinition,
OutputStream outputStream,
Charset charset) |
| Constructor and Description |
|---|
XmlRecordWriter(RecordDefinition recordDefinition,
Writer out) |
| Modifier and Type | Method and Description |
|---|---|
RecordDefinition |
ZipRecordReader.getRecordDefinition() |
| Modifier and Type | Method and Description |
|---|---|
static void |
JdbcUtils.addColumnNames(StringBuilder sql,
RecordDefinition recordDefinition,
String tablePrefix) |
static void |
JdbcUtils.addColumnNames(StringBuilder sql,
RecordDefinition recordDefinition,
String tablePrefix,
List<String> fieldNames,
boolean hasColumns) |
static String |
JdbcUtils.createSelectSql(RecordDefinition recordDefinition,
String tablePrefix,
String fromClause,
boolean lockResults,
List<String> fieldNames,
Query query,
Map<String,Boolean> orderBy) |
| Modifier and Type | Method and Description |
|---|---|
void |
JdbcCodeTableProperty.setRecordDefinition(RecordDefinition recordDefinition) |
| Modifier and Type | Method and Description |
|---|---|
RecordDefinition |
JdbcQueryResultPager.getRecordDefinition() |
RecordDefinition |
JdbcQueryIterator.getRecordDefinition() |
RecordDefinition |
JdbcRecordStore.getRecordDefinition(String tableName,
ResultSetMetaData resultSetMetaData) |
RecordDefinition |
AbstractJdbcRecordStore.getRecordDefinition(String typePath,
ResultSetMetaData resultSetMetaData) |
| Modifier and Type | Method and Description |
|---|---|
String |
JdbcRecordStore.getGeneratePrimaryKeySql(RecordDefinition recordDefinition) |
String |
AbstractJdbcRecordStore.getGeneratePrimaryKeySql(RecordDefinition recordDefinition) |
static Record |
JdbcQueryIterator.getNextObject(JdbcRecordStore recordStore,
RecordDefinition recordDefinition,
List<FieldDefinition> attributes,
RecordFactory recordFactory,
ResultSet resultSet) |
Object |
JdbcRecordStore.getNextPrimaryKey(RecordDefinition recordDefinition) |
static ResultSet |
JdbcQueryIterator.getResultSet(RecordDefinition recordDefinition,
PreparedStatement statement,
Query query) |
protected String |
AbstractJdbcRecordStore.getSequenceInsertSql(RecordDefinition recordDefinition) |
String |
JdbcDdlWriter.getSequenceName(RecordDefinition recordDefinition) |
String |
JdbcDdlWriter.getTableAlias(RecordDefinition recordDefinition) |
void |
JdbcDdlWriter.writeAddForeignKeyConstraint(RecordDefinition recordDefinition,
String fieldName,
RecordDefinition referencedRecordDefinition) |
void |
JdbcDdlWriter.writeAddForeignKeyConstraint(RecordDefinition recordDefinition,
String fieldName,
String referenceTablePrefix,
RecordDefinition referencedRecordDefinition) |
void |
JdbcDdlWriter.writeAddPrimaryKeyConstraint(RecordDefinition recordDefinition) |
String |
JdbcDdlWriter.writeCreateSequence(RecordDefinition recordDefinition) |
void |
JdbcDdlWriter.writeCreateTable(RecordDefinition recordDefinition) |
abstract void |
JdbcDdlWriter.writeGeometryRecordDefinition(RecordDefinition recordDefinition) |
void |
JdbcDdlWriter.writeResetSequence(RecordDefinition recordDefinition,
List<Record> values) |
| Modifier and Type | Method and Description |
|---|---|
static <T extends Field> |
SwingUtil.createField(RecordDefinition recordDefinition,
String fieldName,
boolean editable) |
| Constructor and Description |
|---|
RecordStoreQueryTextField(RecordDefinition recordDefinition,
String displayFieldName) |
RecordStoreQueryTextField(RecordDefinition recordDefinition,
String displayFieldName,
List<Query> queries) |
RecordStoreQueryTextField(RecordDefinition recordDefinition,
String displayFieldName,
Query... queries) |
RecordStoreSearchTextField(RecordDefinition recordDefinition,
String displayFieldName) |
| Modifier and Type | Method and Description |
|---|---|
RecordDefinition |
LayerRecordForm.getRecordDefinition() |
| Modifier and Type | Method and Description |
|---|---|
void |
LayerRecordForm.setRecordDefinition(RecordDefinition recordDefinition) |
| Modifier and Type | Field and Description |
|---|---|
static RecordDefinition |
GeoNamesService.NAME_RECORD_DEFINITION |
static RecordDefinition |
GeoNamesService.WIKIPEDIA_RECORD_DEFINITION |
| Modifier and Type | Method and Description |
|---|---|
RecordDefinition |
OsmOverpassLayer.getRecordDefinition() |
RecordDefinition |
OpenStreetMapApiLayer.getRecordDefinition() |
| Modifier and Type | Method and Description |
|---|---|
RecordDefinition |
AbstractRecordLayer.getRecordDefinition() |
RecordDefinition |
AbstractLayerRecord.getRecordDefinition() |
| Modifier and Type | Method and Description |
|---|---|
LayerRecord |
AbstractRecordLayer.createRecord(RecordDefinition recordDefinition) |
protected void |
AbstractRecordLayer.setRecordDefinition(RecordDefinition recordDefinition) |
| Constructor and Description |
|---|
AbstractRecordLayer(RecordDefinition recordDefinition) |
ListRecordLayer(RecordDefinition recordDefinition) |
| Modifier and Type | Method and Description |
|---|---|
RecordDefinition |
ExportLayerRecordsPanel.getRecordDefinition() |
| Modifier and Type | Method and Description |
|---|---|
static BaseJTable |
RecordDefinitionTableModel.createTable(RecordDefinition recordDefinition) |
| Constructor and Description |
|---|
RecordDefinitionTableModel(RecordDefinition recordDefinition) |
| Modifier and Type | Method and Description |
|---|---|
RecordDefinition |
CloseLocation.getRecordDefinition() |
| Modifier and Type | Method and Description |
|---|---|
RecordDefinition |
AbstractRecordTableModel.getRecordDefinition() |
| Modifier and Type | Method and Description |
|---|---|
static JComponent |
RecordMapTableModel.create(RecordDefinition recordDefinition,
Map<String,Object> values,
boolean editable) |
static TablePanel |
RecordListTableModel.createPanel(RecordDefinition recordDefinition,
Collection<? extends Record> records,
Collection<String> fieldNames) |
static TablePanel |
RecordListTableModel.createPanel(RecordDefinition recordDefinition,
List<? extends Record> records,
String... fieldNames) |
void |
AbstractSingleRecordTableModel.setRecordDefinition(RecordDefinition recordDefinition) |
protected void |
AbstractRecordTableModel.setRecordDefinition(RecordDefinition recordDefinition) |
| Constructor and Description |
|---|
AbstractRecordTableModel(RecordDefinition recordDefinition) |
AbstractSingleRecordTableModel(RecordDefinition recordDefinition,
boolean editable) |
RecordListTableModel(RecordDefinition recordDefinition,
Collection<? extends Record> records,
Collection<String> columnNames) |
RecordMapTableModel(RecordDefinition recordDefinition,
Map<String,Object> values,
boolean editable) |
RecordRowTableModel(RecordDefinition recordDefinition) |
RecordRowTableModel(RecordDefinition recordDefinition,
Collection<String> fieldNames) |
| Modifier and Type | Method and Description |
|---|---|
RecordDefinition |
RecordRowTable.getRecordDefinition() |
| Modifier and Type | Method and Description |
|---|---|
protected RecordDefinition |
RecordHtmlUiBuilder.getRecordDefinition() |
Copyright © 2015 Revolution Systems Inc.. All rights reserved.