| Modifier and Type | Class and Description |
|---|---|
class |
AbstractIterator<T> |
class |
AbstractMultipleIterator<T> |
class |
CancelIterable<T> |
class |
EmptyIterator<T> |
class |
FilterIterator<T> |
class |
MultiIterator<V> |
class |
ReferenceEntryIterator<K,V> |
class |
ReferenceIterator<V> |
| Modifier and Type | Class and Description |
|---|---|
class |
CrossProductRangeIterator |
| Modifier and Type | Interface and Description |
|---|---|
interface |
RecordReader |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractDirectoryReader<T> |
class |
DelegatingReader<T> |
class |
DelegatingRecordStore |
class |
GeometryReader |
class |
IteratorReader<T> |
class |
ListRecordReader |
class |
MapReaderRecordReader |
class |
RecordDefinitionConvertRecordReader |
class |
RecordDirectoryReader |
class |
RecordGeometryIterator |
class |
RecordIteratorReader |
class |
RecordStoreMultipleQueryIterator |
class |
RecordStoreQueryReader |
class |
RecordWriterGeometryWriter |
| Modifier and Type | Class and Description |
|---|---|
class |
Query |
| Modifier and Type | Interface and Description |
|---|---|
interface |
RecordDefinition |
interface |
RecordDefinitionFactory |
interface |
RecordStore |
interface |
RecordStoreSchemaElement |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractRecordStore |
class |
AbstractRecordStoreSchemaElement |
class |
FieldDefinition
The FieldDefinition class defines the name, type and other properties about each
attribute on a
Record in the RecordDefinition. |
class |
RecordDefinitionFactoryImpl |
class |
RecordDefinitionImpl |
class |
RecordStoreSchema |
| Modifier and Type | Class and Description |
|---|---|
class |
OgrQueryIterator |
class |
OgrRecordStore |
class |
OgrRecordWriter |
| Modifier and Type | Interface and Description |
|---|---|
interface |
FileGdbRecordStore |
| Modifier and Type | Class and Description |
|---|---|
class |
CapiFileGdbRecordStore |
class |
FileGdbQueryIterator |
class |
FileGdbReader |
class |
FileGdbWriter |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractFileGdbFieldDefinition |
class |
BinaryFieldDefinition |
class |
DateFieldDefinition |
class |
DoubleFieldDefinition |
class |
FloatFieldDefinition |
class |
GeometryFieldDefinition |
class |
GlobalIdFieldDefinition |
class |
GuidFieldDefinition |
class |
IntegerFieldDefinition |
class |
OidFieldDefinition |
class |
ShortFieldDefinition |
class |
StringFieldDefinition |
class |
XmlFieldDefinition |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractMultipleWriter |
class |
StatisticsWriter |
| Modifier and Type | Class and Description |
|---|---|
class |
ArcSdeBinaryGeometryFieldDefinition |
class |
ArcSdeBinaryGeometryQueryIterator |
class |
ArcSdeObjectIdJdbcFieldDefinition |
class |
ArcSdeStGeometryFieldDefinition |
| Modifier and Type | Class and Description |
|---|---|
class |
OracleJdbcBlobFieldDefinition |
class |
OracleJdbcClobFieldDefinition |
class |
OracleJdbcQueryIterator |
class |
OracleRecordStore |
class |
OracleSdoGeometryJdbcFieldDefinition |
| Modifier and Type | Class and Description |
|---|---|
class |
PostgreSQLGeometryJdbcFieldDefinition |
class |
PostgreSQLJdbcQueryIterator |
class |
PostgreSQLRecordStore |
| Modifier and Type | Interface and Description |
|---|---|
interface |
MapWriter |
interface |
Reader<T>
The Reader interface defines methods for reading objects of type T.
|
interface |
Writer<T> |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractMapWriter |
class |
AbstractMultipleIteratorReader<T> |
class |
AbstractObjectWithProperties |
class |
AbstractReader<T>
The AbstracteReader is an implementation of the
Reader interface,
which provides implementations of AbstractReader.read() and AbstractReader.visit(Visitor)
which use the Reader.iterator() method which must be implemented by
subclasses. |
class |
AbstractRecordWriter |
class |
AbstractWriter<T> |
class |
DelegatingObjectWithProperties |
class |
DelegatingWriter<T> |
class |
FilterReader<T> |
class |
ListReader<T> |
class |
ZipWriter<T>
The ZipWriter is a wrapper for another writer which has been configured to
write files to the tempDirectory.
|
| Modifier and Type | Method and Description |
|---|---|
<V extends ObjectWithProperties> |
DelegatingObjectWithProperties.getObject() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DelegatingObjectWithProperties.setObject(ObjectWithProperties object) |
| Modifier and Type | Class and Description |
|---|---|
class |
CsvDirectoryWriter |
class |
CsvMapWriter |
class |
CsvRecordIterator |
class |
CsvRecordStore |
class |
CsvRecordWriter |
| Modifier and Type | Class and Description |
|---|---|
class |
DirectoryRecordStore |
class |
DirectoryRecordStoreWriter |
class |
DirectoryRecordWriter |
class |
RecordReaderQueryIterator |
| Modifier and Type | Class and Description |
|---|---|
class |
EsriGeodatabaseXmlRecordWriter |
| Modifier and Type | Class and Description |
|---|---|
class |
GeoJsonGeometryIterator |
class |
GeoJsonRecordWriter |
| Modifier and Type | Class and Description |
|---|---|
class |
GmlGeometryIterator |
class |
GmlRecordWriter |
| Modifier and Type | Class and Description |
|---|---|
class |
GpxWriter |
| Modifier and Type | Class and Description |
|---|---|
class |
XhtmlMapWriter |
class |
XhtmlRecordWriter |
| Modifier and Type | Class and Description |
|---|---|
class |
JsonListMapWriter |
class |
JsonMapReader |
class |
JsonMapWriter |
class |
JsonRecordIterator |
class |
JsonRecordWriter |
class |
JsonResourceRecordDefinitionFactory |
| Modifier and Type | Class and Description |
|---|---|
class |
KmlGeometryIterator |
class |
KmlMapWriter |
class |
KmlRecordWriter |
class |
KmzGeometryIterator |
class |
KmzMapWriter |
class |
KmzRecordWriter |
| Modifier and Type | Class and Description |
|---|---|
class |
MoepBinaryIterator |
class |
MoepBinaryReader |
class |
MoepDirectoryReader |
class |
MoepRecordDefinitionFactory |
| Modifier and Type | Class and Description |
|---|---|
class |
OsmPbfRecordIterator |
| Modifier and Type | Class and Description |
|---|---|
class |
SaifReader
The SaifReader.
|
class |
SaifWriter
The SaifWriter.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ShapefileDirectoryReader
The ShapefileDirectoryReader is a that can read .shp
data files contained in a single directory.
|
class |
ShapefileDirectoryWriter |
class |
ShapefileIterator |
class |
ShapefileRecordStore |
class |
ShapefileRecordWriter |
| Modifier and Type | Class and Description |
|---|---|
class |
WktRecordIterator |
class |
WktRecordWriter |
| Modifier and Type | Class and Description |
|---|---|
class |
XbaseDatasetReader
The XbaseDatasetReader is a
RecordIterator that can read .dbf data
files contained in a single directory. |
class |
XbaseIterator |
class |
XbaseRecordWriter
Xbase attributes suffer a number of limitations:
|
| Modifier and Type | Class and Description |
|---|---|
class |
XmlMapIterator |
class |
XmlMapWriter |
class |
XmlRecordWriter |
| Modifier and Type | Class and Description |
|---|---|
class |
ZipRecordReader |
class |
ZipRecordWriter |
| Modifier and Type | Class and Description |
|---|---|
class |
JdbcBigDecimalFieldDefinition |
class |
JdbcBigIntegerFieldDefinition |
class |
JdbcBlobFieldDefinition |
class |
JdbcBooleanFieldDefinition |
class |
JdbcByteFieldDefinition |
class |
JdbcDateFieldDefinition |
class |
JdbcDecimalFieldDefinition |
class |
JdbcDoubleFieldDefinition |
class |
JdbcFieldDefinition |
class |
JdbcFloatFieldDefinition |
class |
JdbcIntegerFieldDefinition |
class |
JdbcLongFieldDefinition |
class |
JdbcShortFieldDefinition |
class |
JdbcStringFieldDefinition |
class |
JdbcTimestampFieldDefinition |
| Modifier and Type | Interface and Description |
|---|---|
interface |
JdbcRecordStore |
interface |
JdbcWriter |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractJdbcRecordStore |
class |
JdbcQueryIterator |
class |
JdbcWriterImpl |
class |
JdbcWriterWrapper |
| Modifier and Type | Class and Description |
|---|---|
class |
ChannelInputIterator<T> |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ProjectFramePanel |
| Modifier and Type | Interface and Description |
|---|---|
interface |
BaseMapLayer |
interface |
Layer |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractLayer |
class |
AbstractTiledImageLayer |
class |
BaseMapLayerGroup |
class |
LayerGroup |
class |
NullLayer |
class |
Project |
| Modifier and Type | Class and Description |
|---|---|
class |
ArcGisServerRestLayer |
| Modifier and Type | Class and Description |
|---|---|
class |
BingLayer |
| Modifier and Type | Class and Description |
|---|---|
class |
GridLayer |
| Modifier and Type | Class and Description |
|---|---|
class |
OpenStreetMapApiLayer |
class |
OpenStreetMapLayer |
class |
OsmOverpassLayer |
| Modifier and Type | Class and Description |
|---|---|
class |
GeoReferencedImageLayer |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractRecordLayer |
class |
BoundingBoxRecordLayer |
class |
FileRecordLayer |
class |
ListRecordLayer |
class |
RecordStoreLayer |
| Modifier and Type | Class and Description |
|---|---|
class |
MenuFactory |
| Modifier and Type | Class and Description |
|---|---|
class |
BuilderMethodSerializer
Serialize a value using a method on the
HtmlUiBuilder. |
class |
BuilderSerializer |
class |
ElementKeySerializer |
| Modifier and Type | Interface and Description |
|---|---|
interface |
KeySerializer
The ObjectSerializer interface defines a method to serailize an object to an
XmlWriter. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractKeySerializer |
class |
ActionFormKeySerializer |
class |
BooleanImageKeySerializer |
class |
BooleanYesNoKeySerializer
Serialize a boolean as the Yes or No strings.
|
class |
BulletListKeySerializer |
class |
DateFormatKeySerializer
Serialize a date with the specified date format
|
class |
DateKeySerializer
Serialize a date with just the date fields.
|
class |
DateTimeKeySerializer
Serialize a date with the date and time fields.
|
class |
EmailKeySerializer
Serialize an email address as a mailto:link.
|
class |
MapTableKeySerializer |
class |
MoneyKeySerializer
Serialize a money ammount with the $ sign.
|
class |
MultipleKeySerializer |
class |
PageLinkKeySerializer |
class |
PercentKeySerializer
Serialize a percent with the % sign.
|
class |
PhoneNumberKeySerializer
Serialize a url as a hyperlink
|
class |
StringKeySerializer |
class |
TimestampKeySerializer
Serialize a date with the date and timestamp fields.
|
class |
UnorderedListKeySerializer |
class |
UrlKeySerializer
Serialize a url as a hyperlink
|
| Modifier and Type | Method and Description |
|---|---|
static Double |
Property.getDouble(ObjectWithProperties object,
String key) |
static double |
Property.getDouble(ObjectWithProperties object,
String key,
double defaultValue) |
static Integer |
Property.getInteger(ObjectWithProperties object,
String key) |
static int |
Property.getInteger(ObjectWithProperties object,
String key,
int defaultValue) |
static String |
Property.getString(ObjectWithProperties object,
String key) |
static String |
Property.getString(ObjectWithProperties object,
String key,
String defaultValue) |
Copyright © 2015 Revolution Systems Inc.. All rights reserved.