DK11 for Delphi | GisLayerSql.TGIS_LayerSqlAbstract | Constructors | Fields | Methods | Properties
Name | Visibility | Description | |
---|---|---|---|
addCommonCommands | protected | Add common SQL commands to SQL commands list. (Inherited from TGIS_LayerVectorSqlAbstract) |
|
AddField | public | Adds a new field. (Inherited from TGIS_LayerVector) |
|
AddFieldInternal | public | Adds new field; for internal use. (Inherited from TGIS_LayerVector) |
|
AddShape | public | Adds a copy of shape and makes it editable. (Inherited from TGIS_LayerVector) |
|
AddToMasterTable | public | Add layer entry to master table. (Inherited from TGIS_LayerVectorSqlAbstract) |
|
Alive | public | Makes a layer non-dormant. (Inherited from TGIS_Layer) |
|
applyConfigOptions | protected | (Inherited from TGIS_LayerVector) |
|
applyConfigProjection | protected | Read config projection parameters. (Inherited from TGIS_Layer) |
|
ApplyCuttingPolygon | public | Sets a cutting polygon for a layer. (Inherited from TGIS_Layer) |
|
ApplyStyle | public | Apply a style to the layer. (Inherited from TGIS_LayerVectorSqlAbstract) |
|
bindField | protected | Obtain a bind number for a given field name. (Inherited from TGIS_LayerVector) |
|
bindFieldInternal | protected | Obtain a bind number for a given field name. (Inherited from TGIS_LayerVector) |
|
BindSqlQueryInternal | public | Binds layer to SQL query object to provided field access methods. (Inherited from TGIS_LayerVector) |
|
Build(String; TGIS_Extent; TGIS_ShapeType) | public | Builds a new layer - prepares storage. (Inherited from TGIS_LayerVector) |
|
Build(String; TGIS_Extent; TGIS_ShapeType; TGIS_DimensionType) | public | ||
CentroidScope | public | Calculates a centroid for a scope. (Inherited from TGIS_LayerVector) |
|
ChangeHash | public | Changes the hash for the purpose of verifying layer's modifications. (Inherited from TGIS_Layer) |
|
checkParamsCache | protected | Check if shape is visible based on current paramsCache setup. (Inherited from TGIS_LayerVector) |
|
checkShapeType | protected | Decode shape type and dimension from ID. | |
ClearModified | public | Sets IsModified flag to false for a layer and its sublayers. (Inherited from TGIS_Layer) |
|
CloseActiveDatasets | public | Close all active datasets of a layer. (Inherited from TGIS_LayerVectorSqlAbstract) |
|
CloseConnection | public | Close current connection and active queries. (Inherited from TGIS_LayerVectorSqlAbstract) |
|
CreateMasterTable | public | Create master table. (Inherited from TGIS_LayerVectorSqlAbstract) |
|
CreateProjectTable | public | Create a table with projects. (Inherited from TGIS_LayerVectorSqlAbstract) |
|
CreateShape | public | Creates a new shape and makes it editable. (Inherited from TGIS_LayerVector) |
|
CreateStyleTable | public | Create a table with layer styles. (Inherited from TGIS_LayerVectorSqlAbstract) |
|
cursorClose | protected | Free cursor allocated by cursorOpen(). (Overrides TGIS_LayerVector.cursorClose) |
|
cursorEof | protected | Is it the end of the shapes? (Overrides TGIS_LayerVector.cursorEof) |
|
cursorEofInternal | protected | Has the end of shapes been reached? (Inherited from TGIS_LayerVector) |
|
cursorFindFirst | protected | Find first occurrence of an item which meets extent and query. (Inherited from TGIS_LayerVector) |
|
cursorFindNext | protected | Find next occurrence of item defined in cursorFindFirst. (Inherited from TGIS_LayerVector) |
|
cursorFirst | protected | Move to the first shape in the cursor. (Overrides TGIS_LayerVector.cursorFirst) |
|
cursorFirstInternal | protected | Move to the first shape in the Layer. (Inherited from TGIS_LayerVector) |
|
cursorNext | protected | Move to the next shape in the cursor. (Overrides TGIS_LayerVector.cursorNext) |
|
cursorNextInternal | protected | Move to next shape in Layer. (Inherited from TGIS_LayerVector) |
|
cursorOpen | protected | Allocate new cursor. (Overrides TGIS_LayerVector.cursorOpen) |
|
cursorShape | protected | Get current shape. (Overrides TGIS_LayerVector.cursorShape) |
|
cursorShapeEx | protected | Get current shape. (Inherited from TGIS_LayerVector) |
|
cursorShapeInternal | protected | Get current shape. (Inherited from TGIS_LayerVector) |
|
cursorStateRestore | protected | Restore cursor state to previously stored value. (Inherited from TGIS_LayerVector) |
|
cursorStateSave | protected | Store cursor state. (Inherited from TGIS_LayerVector) |
|
Delete | public | Deletes a shape. (Inherited from TGIS_LayerVector) |
|
DeleteField | public | Deletes a field. (Inherited from TGIS_LayerVector) |
|
DeleteFromMasterTable | public | Delete record from master table. (Inherited from TGIS_LayerVectorSqlAbstract) |
|
Deselect | public | Clears selection of shape. (Inherited from TGIS_LayerVector) |
|
DeselectAll | public | Clears selection of all shapes. (Inherited from TGIS_LayerVector) |
|
DisableLogging | public | Disable tracing in existing layer logging mode. | |
Dormant | public | Makes a layer dormant. (Overrides TGIS_Layer.Dormant) |
|
DormantGain | public | Calculates the approximate gain (in Megabytes) which can be achieved by releasing memory by calling Dormant method. (Overrides TGIS_Layer.DormantGain) |
|
Draw | public | Draws a layer. (Inherited from TGIS_Layer) |
|
DrawChart | public | Draws layer charts. (Inherited from TGIS_LayerVector) |
|
DrawEx | public | Draws a layer within a defined extent. (Inherited from TGIS_LayerVector) |
|
drawExtent | protected | Calculates the drawing area /clipping area of device/. (Inherited from TGIS_Layer) |
|
drawExtentEx | protected | Calculates the drawing area /clipping area of device/. (Inherited from TGIS_Layer) |
|
DrawFlash | public | Flashes queued shapes. (Inherited from TGIS_LayerVector) |
|
DrawScope | public | Draws only shapes that meet a scope criterion. (Inherited from TGIS_LayerVector) |
|
DrawSelected | public | Draws only the selected item(s) on layer. (Inherited from TGIS_Layer) |
|
DrawSelectedEx | public | (Inherited from TGIS_LayerVector) |
|
EnableLogging | public | Enable tracing in existing layer logging mode. | |
ExecuteSQL | public | Execute custom SQL statement. (Inherited from TGIS_LayerVectorSqlAbstract) |
|
ExportLayer | public | Exports the layer. (Inherited from TGIS_LayerVector) |
|
ExportLayerEx | public | Exports layer. (Inherited from TGIS_LayerVector) |
|
ExportStructureToFLD | public | Exports fields structure to a fld file. (Inherited from TGIS_LayerVector) |
|
FieldInfo | public | Returns pointer to GIS_FieldInfo structure. (Inherited from TGIS_LayerVector) |
|
finalizeCommandList | protected | Finalize command list process. (Inherited from TGIS_LayerVectorSqlAbstract) |
|
FinalizeDirectWrite | public | (Inherited from TGIS_LayerVectorSqlAbstract) |
|
FindField | public | Finds a field in the fields list. (Inherited from TGIS_LayerVector) |
|
FindFieldInternal | public | Finds a field in the fields list (for internal use). (Inherited from TGIS_LayerVector) |
|
FindFirst | public | Finds the first shape in layer. (Inherited from TGIS_LayerVector) |
|
FindNext | public | Finds the next occurrence of an item defined in FindFirst. (Inherited from TGIS_LayerVector) |
|
FlashShape | public | Flashes shape several times (Inherited from TGIS_LayerVector) |
|
ForEach | public | Fetches all shapes from the layer using callback function. (Inherited from TGIS_LayerVector) |
|
ForEachSubLayer | public | Returns in callback event the layer and all sublayers belonging to it. (Inherited from TGIS_Layer) |
|
GetAvailableLayers | public | Gets a list of layers available in storage. (Overrides TGIS_LayerVector.GetAvailableLayers) |
|
GetAvailableProjects | public | Get available projects from database. (Inherited from TGIS_LayerVectorSqlAbstract) |
|
GetAvailableStyles | public | Get available styles from database. (Inherited from TGIS_LayerVectorSqlAbstract) |
|
getBindedField | protected | Get field value for a shape given by unique identity. (Inherited from TGIS_LayerVector) |
|
getBindedFieldInternal | protected | Get field value for a shape given by unique identity. (Inherited from TGIS_LayerVector) |
|
getCmd | protected | Return a SQL command associated with a given identifier. (Inherited from TGIS_LayerVectorSqlAbstract) |
|
getCmdGEOMETRY | protected | Return a SQL command. | |
getCmdGEOMETRY_CAST | protected | Return a SQL command. | |
getCmdGEOUID | protected | Return a SQL command. | |
getCmdSHAPETYPE | protected | Return a SQL command. | |
getCmdXMIN | protected | Return a SQL command. | |
getCmdYMIN | protected | Return a SQL command. | |
getEdited | protected | Internally used by TGIS_Viewer. (Inherited from TGIS_LayerVector) |
|
GetField | public | Gets a field value for a shape determined by its unique identity. (Inherited from TGIS_LayerVector) |
|
GetFieldEx | public | Gets a field value for a shape determined by its unique identity. (Inherited from TGIS_LayerVector) |
|
getFieldInternal | protected | Get the stored field value for a shape specified by unique identifier. (Overrides TGIS_LayerVector.getFieldInternal) |
|
getGeometryShapeType | protected | Convert shape type to geometry type. (Inherited from TGIS_LayerVectorSqlAbstract) |
|
GetLastUid | public | Gets the Uid of the last shape. (Overrides TGIS_LayerVector.GetLastUid) |
|
GetLogs | public | Get trace logs of a layer if available. | |
GetNewUid | public | Gets the Uid for a new shape. (Overrides TGIS_LayerVector.GetNewUid) |
|
GetProject | public | Read project from database. (Inherited from TGIS_LayerVectorSqlAbstract) |
|
GetSelectedCount | public | Returns the quantity of selected shapes. (Inherited from TGIS_LayerVector) |
|
GetShape(TGIS_Uid) | public | Gets a shape by its unique identifier on default cursor (0). (Inherited from TGIS_LayerVector) |
|
GetShape(TGIS_Uid; Integer) | public | ||
getShapePos | protected | Get shape using bisection. (Inherited from TGIS_LayerVector) |
|
getStatistics | protected | Parse label string (to expand fields etc.). (Inherited from TGIS_LayerVector) |
|
GetUniqueFieldName | public | Suggests a unique field name. (Inherited from TGIS_LayerVector) |
|
HourglassShake | public | Notifies of busy state using an hourglass. (Inherited from TGIS_Layer) |
|
ImportLayer | public | Imports a layer from an existing layer. (Inherited from TGIS_LayerVector) |
|
ImportLayerEx | public | Imports a layer from an existing layer. (Overrides TGIS_LayerVector.ImportLayerEx) |
|
ImportStructure | public | Imports the field structure from another layer (Inherited from TGIS_LayerVector) |
|
initializeCommandList | protected | Initialize command list process. (Inherited from TGIS_LayerVectorSqlAbstract) |
|
initializeConnect | protected | Initialize connect process. (Inherited from TGIS_LayerVectorSqlAbstract) |
|
InitializeDirectWrite | public | (Inherited from TGIS_LayerVectorSqlAbstract) |
|
InvalidateScope | public | Invalidates shapes in the scope. (Inherited from TGIS_LayerVector) |
|
InvalidateSelection | public | Invalidates all selected shapes (but only to redraw the selection, not the shapes themselves). (Inherited from TGIS_LayerVector) |
|
IsGrid | public | Checks if the layer type is grid. (Inherited from TGIS_Layer) |
|
isInScope | protected | Internally used by TGIS_Viewer. (Inherited from TGIS_LayerVector) |
|
IsPixel | public | Checks if the layer type is pixel. (Inherited from TGIS_Layer) |
|
isShapeVisible | protected | Calculate a visibility of a given shape. (Inherited from TGIS_LayerVector) |
|
isSublayer | protected | Checks if the layer is a sublayer. (Inherited from TGIS_Layer) |
|
IsSupported | public | Checks if the operation is supported by the layer. (Inherited from TGIS_Layer) |
|
IsVector | public | (Inherited from TGIS_LayerVector) |
|
IsVector3D | public | (Inherited from TGIS_LayerVector) |
|
IsVisible | public | Checks if the layer is visible in a defined extent and current params. (Inherited from TGIS_Layer) |
|
LegendInfo | public | Returns parameters filled with the renderer styling. (Inherited from TGIS_LayerVector) |
|
Locate | public | Locates a shape. (Inherited from TGIS_LayerVector) |
|
LocateEx | public | Locates a shape (more precise). (Inherited from TGIS_LayerVector) |
|
Lock | public | Locks layer in burst-mode operation. (Inherited from TGIS_Layer) |
|
lockRender | protected | Prepare colors and size for a shape using automatic renderer. (Inherited from TGIS_LayerVector) |
|
lockThread | protected | Locks thread. (Inherited from TGIS_Layer) |
|
Loop | public | Prepares enumerator (also known as iterator or cursor) to iterate the layer. (Inherited from TGIS_LayerVector) |
|
macroAddField(String; String; TGIS_FieldType; Integer; Integer) | protected | Add new field. | |
macroAddField(String; String; TGIS_FieldType; Integer; Integer; Boolean) | protected | Add new field. | |
macroAddField(String; String; TGIS_FieldType; Integer; Integer; Boolean; Integer) | protected | Add new field. | |
macroAppendParams | protected | Return a SQL parametrized append command. | |
macroBeginBatchMode | protected | Macro for beginning batch mode. (Inherited from TGIS_LayerVectorSqlAbstract) |
|
macroBuildRtree | protected | Macro for building RTree index. (Overrides TGIS_LayerVectorSqlAbstract.macroBuildRtree) |
|
macroConnect | protected | Macro for connecting to the database. (Overrides TGIS_LayerVectorSqlAbstract.macroConnect) |
|
macroDisableLogging | protected | Macro for disabling logging. | |
macroDisconnect | protected | Macro for disconnecting to the database. (Overrides TGIS_LayerVectorSqlAbstract.macroDisconnect) |
|
macroEnableLogging | protected | Macro for enabling logging. | |
macroEndBatchMode | protected | Macro for ending batch mode. (Inherited from TGIS_LayerVectorSqlAbstract) |
|
macroFetchRecord | protected | Macro for fetching proper record form the database. | |
macroMasterCreate | protected | Macro for creating the master table. | |
macroMasterLogCreate | protected | Macro for creating the master log table. | |
macroMasterStyleCreate | protected | Macro for creating the master style table. | |
macroMasterStyleUpdate | protected | Macro for creating master style table. | |
macroMasterUpdate | protected | Macro for updating master table (Overrides TGIS_LayerVectorSqlAbstract.macroMasterUpdate) |
|
macroMaxNameLength | protected | Gets maximum column name length. (Overrides TGIS_LayerVectorSqlAbstract.macroMaxNameLength) |
|
macroQueryStructure | protected | Macro for querying table for the structure (available fields) | |
macroSetSharedConnection | protected | Macro for setting shared connection. | |
macroShapeDelete | protected | Macro for deleting a shape from both: geometry and feature table. | |
macroShapeUpdate(TGIS_Shape; Boolean) | protected | Macro for managing shape update process. | |
macroShapeUpdate(TGIS_Shape; Boolean; TGIS_DimensionType) | protected | ||
macroTableAlter | protected | Macro for redefining a database structure. (Overrides TGIS_LayerVectorSqlAbstract.macroTableAlter) |
|
macroTableCreate | protected | Macro for creating table. | |
macroTableDrop | protected | Macro for dropping table. | |
macroTableSetField | protected | Set for setting a field to the table. | |
macroUidLast | protected | Macro for obtaining last assigned UID. | |
macroUidNew | protected | Macro for generating new UID. | |
macroUidReserve | protected | Macro for reserving new UID. | |
macroUpdateEnd | protected | Macro for ending updates. (Overrides TGIS_LayerVectorSqlAbstract.macroUpdateEnd) |
|
macroUpdateParams | protected | Return a SQL parametrized append command. | |
macroUpdateStart | protected | Macro for starting updates. (Overrides TGIS_LayerVectorSqlAbstract.macroUpdateStart) |
|
MergeLayer | public | Merges layer from an existing layer. (Inherited from TGIS_LayerVector) |
|
MergeLayerEx | public | Merges layer with an existing layer. (Overrides TGIS_LayerVector.MergeLayerEx) |
|
MergeStructure | public | Merges the field structure from another layer. (Inherited from TGIS_LayerVector) |
|
Move | public | Moves a layer up or down in the viewer zorder list. (Inherited from TGIS_Layer) |
|
MoveEx | public | Moves a layer up or down in the viewer zorder list (only visible layers). (Inherited from TGIS_Layer) |
|
MustCalculateStatistics | public | (Inherited from TGIS_LayerVector) |
|
MustReproject | public | Checks if the layer must be reprojected. (Inherited from TGIS_Layer) |
|
MustSave | public | (Inherited from TGIS_LayerVector) |
|
nextCandidate | protected | Provides next shape from the candidate list. (Inherited from TGIS_LayerVector) |
|
Open | public | Opens the layer. (Inherited from TGIS_Layer) |
|
OpenConnection | public | Reopen a connection. (Inherited from TGIS_LayerVectorSqlAbstract) |
|
optimizeParamsCache | protected | Move section specified by _idx to the top of the cached list. (Inherited from TGIS_Layer) |
|
Paint | public | Draws the layer or fires PaintLayer event (if defined). (Inherited from TGIS_Layer) |
|
ParamsAsDrawn | public | Gets a shape's styling parameters that are used during drawing in the viewer, and fills the _params parameter. (Inherited from TGIS_LayerVector) |
|
parseConfigLayerName | protected | Parse configuration layer name. | |
passwordCallBack | protected | Process tokens in a SQLParameters property. (Inherited from TGIS_LayerVectorSqlAbstract) |
|
Prepare | public | Opens the layer. (Inherited from TGIS_Layer) |
|
prepareAppendCmd | protected | Return a SQL parametrized append command. | |
prepareAppendCommand | protected | Return a SQL parametrized append command. | |
prepareAppendCommandEx | protected | Return a SQL parametrized append command. | |
prepareAppendParams | protected | Return a SQL parametrized append command. | |
prepareCandidates | protected | Prepare list of scope candidates for SQL Layers. (Inherited from TGIS_LayerVector) |
|
prepareColumnsNames | protected | Return columns names for layer table in comma separated form. | |
prepareCommandList | protected | Prepare command list. (Overrides TGIS_LayerVectorSqlAbstract.prepareCommandList) |
|
PrepareExportFieldNames | public | Prepares field names to export. (Inherited from TGIS_LayerVector) |
|
prepareFilterUid | protected | Return an UID=_uid filter. | |
prepareParametersExList | protected | Prepare additional parameters list. (Inherited from TGIS_LayerVectorSqlAbstract) |
|
prepareParamsCache | protected | Prepare cached section list meeting the _style name. (Inherited from TGIS_Layer) |
|
prepareParamsCommand | protected | Prepare list of fields in a form "field=value". | |
prepareSelectCommand | protected | Return a SQL select command. | |
prepareUpdateCmd | protected | Return a SQL parametrized update command. | |
prepareUpdateCommand | protected | Return a SQL parametrized update command. | |
prepareUpdateCommandEx | protected | Return a SQL parametrized update command. | |
prepareUpdateParams | protected | Return a SQL parametrized update command. | |
PreRecognize | public | Checks if the layer can read the file. (Inherited from TGIS_Layer) |
|
Project | public | Applies a projection on the single point. (Inherited from TGIS_Layer) |
|
Project3D | public | Applies a projection on the single point in 3D. (Inherited from TGIS_Layer) |
|
Project3D_Ref | public | Applies a projection on the single point in 3D. (Inherited from TGIS_Layer) |
|
ProjectExtent | public | Applies a projection on the extent. (Inherited from TGIS_Layer) |
|
Project_Ref | public | Applies a projection on the single point. (Inherited from TGIS_Layer) |
|
queueFlash | protected | Used by TGIS_Shape to add itself to the flash queue. (Inherited from TGIS_LayerVector) |
|
RaiseBusyEvent | public | Fires Busy event of the layer. (Inherited from TGIS_Layer) |
|
RaiseBusyPrepare | public | Fires BusyPrepare method of the assigned viewer. (Inherited from TGIS_Layer) |
|
RaiseBusyRelease | public | Fires BusyRelease method of the assigned viewer. (Inherited from TGIS_Layer) |
|
RaiseBusyShake | public | Fires BusyShake method of the assigned viewer. (Inherited from TGIS_Layer) |
|
ReadConfig | public | Reads the layer configuration files. (Inherited from TGIS_Layer) |
|
ReadConfigParam | public | Reads the layer configuration parameters. (Inherited from TGIS_Layer) |
|
ReadFieldDefinition | public | Parses the field definition file. (Inherited from TGIS_LayerVector) |
|
ReadFieldRules | public | Parses the field rules file. (Inherited from TGIS_LayerVector) |
|
ReadMasterTable | public | Read layer entry from master table. (Inherited from TGIS_LayerVectorSqlAbstract) |
|
readShape | protected | Read a shape from a SQL query and recreate it. | |
ReadStyle | public | Read a style. (Inherited from TGIS_LayerVectorSqlAbstract) |
|
RecalcExtent | public | Recalculates extent. (Inherited from TGIS_LayerVector) |
|
RecalcProjectedExtent | public | Recalculates a projected extent. (Inherited from TGIS_Layer) |
|
releaseFlash | protected | Used by TGIS_Shape to remove itself from the flash queue. (Inherited from TGIS_LayerVector) |
|
removeCandidate | protected | Remove shape from the candidate list. (Inherited from TGIS_LayerVector) |
|
RenameField | public | Renames a field. (Inherited from TGIS_LayerVector) |
|
ReOpen | public | Reopens the layer. (Inherited from TGIS_Layer) |
|
RereadConfig | public | Rereads the layer configuration files. (Inherited from TGIS_Layer) |
|
ResetDataset | public | Reset the layer dataset to ensure the current database context upon next drawing (e.g to notify changes when a record was deleted manually in the table). (Inherited from TGIS_LayerVectorSqlAbstract) |
|
resetMustReproject | protected | Reset MustReporoject state. (Inherited from TGIS_Layer) |
|
ReStructure | public | Reread fields list from the database. | |
Revert | public | Reverts a shape to its original state. (Inherited from TGIS_LayerVector) |
|
RevertAll | public | (Inherited from TGIS_LayerVector) |
|
RevertShapes | public | Reverts all shapes to their original state. (Inherited from TGIS_LayerVector) |
|
RootLayer | public | Returns the absolute parent layer. (Inherited from TGIS_Layer) |
|
safeName | protected | Make safe column name. (Inherited from TGIS_LayerVectorSqlAbstract) |
|
safeParam | protected | Make safe parameter. (Inherited from TGIS_LayerVectorSqlAbstract) |
|
SaveAll | public | Saves layer and destroys mirrored items. (Inherited from TGIS_Layer) |
|
SaveData | public | Saves layer and destroys mirrored items. (Overrides TGIS_LayerVector.SaveData) |
|
SaveFieldRules | public | Save field rules file. (Inherited from TGIS_LayerVector) |
|
SetCSByEPSG | public | Sets up Coordinate System to a coordinate system provided by a EPSG code. (Inherited from TGIS_Layer) |
|
SetCSByWKT | public | Sets up Coordinate System to a coordinate system provided by a WKT string (GEOGCS or PROJCS). (Inherited from TGIS_Layer) |
|
SetCSByWKTFile | public | Sets up Coordinate System to a coordinate system provided by a file which contains a WKT string (GEOGCS or PROJCS). (Inherited from TGIS_Layer) |
|
setShapeType | protected | Return shape type ID. | |
setUp | protected | Makes a general layer setup first step. (Overrides TGIS_LayerVector.setUp) |
|
setUp2 | protected | (Inherited from TGIS_LayerVector) |
|
setUp3 | protected | Makes additional layer setup. (Inherited from TGIS_LayerVectorSqlAbstract) |
|
sqlQueryGetGeometry | protected | Get a geometry from the query. | |
sqlQueryGetGEOUID | protected | Get a GEO.UID from the query. | |
sqlQueryNameGEOUID | protected | Get a GEO.UID field from the query. | |
sqlTableAppend | protected | Append a new record into the table. | |
sqlTableOpenWrite | protected | Open the table based on provided filter. | |
sqlTablePost | protected | Update the table (after any change). | |
sqlTableSetGeometry | protected | Set a geometry to the table. | |
storeConfigOptions | protected | (Inherited from TGIS_LayerVector) |
|
transformExtent | protected | Custom transformation of the extent. (Inherited from TGIS_Layer) |
|
Unlock | public | Unlocks layer from burst-mode operation. (Inherited from TGIS_Layer) |
|
unlockRender | protected | Do after lockRender. (Inherited from TGIS_LayerVector) |
|
unlockThread | protected | Unlocks thread. (Inherited from TGIS_Layer) |
|
Unproject | public | Applies reverse projection (recovers from the projection) on the single point. (Inherited from TGIS_Layer) |
|
Unproject3D | public | Applies reverse projection (recovers from the projection) on the singlepoint in 3D. (Inherited from TGIS_Layer) |
|
Unproject3D_Ref | public | Applies reverse projection (recovers from the projection) on the single point in 3D. (Inherited from TGIS_Layer) |
|
UnprojectExtent | public | Applies reverse projection (recovers from the projection) on the extent. (Inherited from TGIS_Layer) |
|
Unproject_Ref | public | Applies reverse projection (recover from projection) on the single point. (Inherited from TGIS_Layer) |
|
updateDialectList | protected | Update single parameter on SQLDialectList. | |
UpdateMasterTable | public | Update a layer entry in master table. (Inherited from TGIS_LayerVectorSqlAbstract) |
|
WriteConfig | public | Writes layer configuration files. (Inherited from TGIS_Layer) |
|
WriteProject | public | Write or update a project to database. (Inherited from TGIS_LayerVectorSqlAbstract) |
|
WriteShapeDirect | public | (Inherited from TGIS_LayerVectorSqlAbstract) |
|
WriteStyle | public | Write or update a style to database. (Inherited from TGIS_LayerVectorSqlAbstract) |
|
WriteStyleEx | public | Write or update a style to database. (Inherited from TGIS_LayerVectorSqlAbstract) |
|