public interface CidsLayerInfo
| Modifier and Type | Method and Description |
|---|---|
Integer |
getCatalogueClass(String column)
The class, the given column references to.
|
String[] |
getColumnNames()
The names of the columns.
|
String[] |
getColumnPropertyNames()
The field names of the columns in the database.
|
String |
getGeoField()
The name of the geometry.
|
String |
getIdField()
The field name of the id.
|
String[] |
getPrimitiveColumnTypes()
The primitive datatype of the columns.
|
int |
getReferencedCidsClass(String column)
DOCUMENT ME!
|
String |
getRestriction()
DOCUMENT ME!
|
String |
getSelectString()
The selection string.
|
String[] |
getSqlColumnNames()
The primitive datatype of the columns.
|
String |
getSqlGeoField()
The field name of the geometry.
|
StationInfo |
getStationInfo(String column)
Get information about the station, the given column references to.
|
boolean |
isCatalogue(String column)
True, if the given column references to a catalogue.
|
boolean |
isPrimitive(String column)
True, iff the given column has a primitve type.
|
boolean |
isReferenceToCidsClass(String column)
DOCUMENT ME!
|
boolean |
isStation(String column)
True, if the given column references to a station object.
|
String getIdField()
String getSqlGeoField()
String getGeoField()
String getSelectString()
String[] getColumnNames()
String[] getColumnPropertyNames()
String[] getPrimitiveColumnTypes()
String[] getSqlColumnNames()
boolean isPrimitive(String column)
column - DOCUMENT ME!boolean isCatalogue(String column)
column - DOCUMENT ME!Integer getCatalogueClass(String column)
column - DOCUMENT ME!boolean isStation(String column)
column - DOCUMENT ME!StationInfo getStationInfo(String column)
column - DOCUMENT ME!int getReferencedCidsClass(String column)
column - DOCUMENT ME!boolean isReferenceToCidsClass(String column)
column - DOCUMENT ME!String getRestriction()
Copyright © 2012–2026 cismet GmbH. All rights reserved.