Telogis.GeoBase.GeoStream.Server.CustomLayer |
Represents a layer of custom data on a CDOLT server.
Name | Description |
---|---|
getBoundingRegion () | Gets the bounding box of the layer. ReturnsBoundingBox - The bounding box which contains everything in the layer. |
getColumns () | Gets the columns on the layer. ReturnsArray - An array of GeoStream.CustomDataColumn. |
getDatasetHash () | Gets the dataset hash. ReturnsString - The dataset hash. |
getDefaultIndex () | Gets the default index of the layer. ReturnsGeoStream.Server.Index - The default index of the layer. |
getDisplayName () | Gets the name of the layer as it should appear to a user. ReturnsString - The display name of the layer. |
getDisplayName (Object gisObject) | Formats an object reverse geocoded on a CDOLT layer into the string format specified by the format string. Arguments
String - The string representation of the given gisObject |
getFormatString () | Gets the format string of the layer. ReturnsString - The string used to format all of the layers GIS objects. |
getIndices () | Gets all of the indexes on the layer. ReturnsArray - An array in GeoStream.Server.Index |
getLastUpdate () | Gets the time of the last update. ReturnsString - The UTC date of the last update as ticks. |
getName () | Gets the name of the layer. ReturnsString - The layer name. |
getReverseGeocodeName () | Gets the tablename used for reverse geocoding a layer. ReturnsString - The tablename used for reverse geocoding on a layer. |
getTables () | Gets all of the layer tables. ReturnsArray - An array of GeoStream.Server.CustomDataTable. |