Package ca.spatial.table
Class TableSpec.VirtualSpec
java.lang.Object
ca.spatial.table.TableSpec
ca.spatial.table.TableSpec.VirtualSpec
- Enclosing class:
- TableSpec
This specification will describe a virtual table that is provided
by the software and cannot be instantiated. Examples of virtual
tables are the Block table, Target table, Performance table,
Network table, etc.
The syntax for this specification is
Virtual {tablename}
-
Nested Class Summary
Nested classes/interfaces inherited from class ca.spatial.table.TableSpec
TableSpec.AppendSpec, TableSpec.CoverageSpec, TableSpec.CrosstabSpec, TableSpec.CSVSpec, TableSpec.DBaseSpec, TableSpec.ExcelSpec, TableSpec.FlattenSpec, TableSpec.InfoSpec, TableSpec.JDBCSpec, TableSpec.RamAttributeStoreSpec, TableSpec.RelationSpec, TableSpec.ShapefileSpec, TableSpec.SnapshotSpec, TableSpec.SummarySpec, TableSpec.TransposePeriodSpec, TableSpec.TransposeRowSpec, TableSpec.TransposeSpec, TableSpec.VirtualSpec
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the type of table described by thisTableSpec
.Get the name of the table described by thisTableSpec
.boolean
Does this specification describeGeoRelationalStore
data?open()
Open the data table described by thisTableSpec
.Methods inherited from class ca.spatial.table.TableSpec
decode, equals, getCanonicalName, isDefaultEncoding, isPlain, open, open, quoteExprIfRequired, quoteIfRequired, toString
-
Constructor Details
-
VirtualSpec
-
-
Method Details
-
getFlavour
Description copied from class:TableSpec
Get the type of table described by thisTableSpec
.- Specified by:
getFlavour
in classTableSpec
-
getTableName
Description copied from class:TableSpec
Get the name of the table described by thisTableSpec
.- Specified by:
getTableName
in classTableSpec
-
isGeoRelational
public boolean isGeoRelational()Description copied from class:TableSpec
Does this specification describeGeoRelationalStore
data?- Overrides:
isGeoRelational
in classTableSpec
-
open
Description copied from class:TableSpec
Open the data table described by thisTableSpec
.
-