Click or drag to resize

Telogis.GeoBase.GeoStream.Server.CustomLayer

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
CustomLayer Class

Represents a layer of custom data on a CDOLT server.

Functions
NameDescription
getBoundingRegion ()

Gets the bounding box of the layer.

Returns

BoundingBox - The bounding box which contains everything in the layer.

getColumns ()

Gets the columns on the layer.

Returns

Array - An array of GeoStream.CustomDataColumn.

getDatasetHash ()

Gets the dataset hash.

Returns

String - The dataset hash.

getDefaultIndex ()

Gets the default index of the layer.

Returns

GeoStream.Server.Index - The default index of the layer.

getDisplayName ()

Gets the name of the layer as it should appear to a user.

Returns

String - 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
  • gisObject (Object) - The GIS object to be formatted.

Returns

String - The string representation of the given gisObject

getFormatString ()

Gets the format string of the layer.

Returns

String - The string used to format all of the layers GIS objects.

getIndices ()

Gets all of the indexes on the layer.

Returns

Array - An array in GeoStream.Server.Index

getLastUpdate ()

Gets the time of the last update.

Returns

String - The UTC date of the last update as ticks.

getName ()

Gets the name of the layer.

Returns

String - The layer name.

getReverseGeocodeName ()

Gets the tablename used for reverse geocoding a layer.

Returns

String - The tablename used for reverse geocoding on a layer.

getTables ()

Gets all of the layer tables.

Returns

Array - An array of GeoStream.Server.CustomDataTable.