User Tools

Site Tools


api:dk11:java:tatukgis.jdk.tgis_layer_methods

TGIS_Layer methods

Methods

Inherited Overrides Protected
Name Visibility Description
Alive public Makes a layer non-dormant.
ApplyAutoStyle public Applies auto-styling to the layer.
ApplyAutoStyle(bool) public Applies auto-styling to the layer.
applyConfigOptions protected Applies layer option settings from a configuration file.
applyConfigProjection(TGIS_ConfigAbstract) protected Applies projection settings from a configuration file.
applyConfigProjection(TGIS_ConfigAbstract, TGIS_Layer) protected Applies projection settings from a configuration file.
ApplyCuttingPolygon public Sets a clipping polygon for the layer.
ChangeHash public Changes the hash used to verify layer modifications.
ClearModified public Sets IsModified flag to false for a layer and its sublayers.
doApplyAutoStyle protected Applies layer-specific auto-styling implementation.
Dormant public Makes a layer dormant.
DormantGain public Calculates the approximate memory gain in megabytes that can be achieved by calling Dormant.
Draw public Draws a layer.
DrawEx public Draws a layer within a defined extent.
drawExtent protected Calculates the device drawing and clipping area.
drawExtentEx protected Calculates the device drawing and clipping area.
DrawFlash public Draws a flash.
DrawSelected public Draws only the selected item(s) on layer.
DrawSelectedEx public Draws only the selected item(s) on layer that are within a defined extent.
DrawSpecial public Draws a layer using the passed renderer.
ForEachSubLayer public Calls the callback for the layer and all of its sublayers.
GetAvailableLayers public Gets a list of layers available in storage.
GetSubLayer public Retrieves the layer identified by name.
HourglassShake public Notifies about a busy state using an hourglass.
IsGrid public Checks if the layer type is grid.
IsPixel public Checks if the layer type is pixel.
isSectionInVisibilityRange protected Checks whether the section is visible by testing layer properties: Level with MinLevel/MaxLevel, ScaleAsFloat with MinScale/MaxScale, and Zoom with MinZoom/MaxZoom.
isSublayer protected Checks if the layer is a sublayer.
IsSupported public Checks if the operation is supported by the layer.
IsTopology public Checks if the layer type is topology.
IsVector public Checks if the layer type is vector.
IsVector3D public Checks if the layer type is vector 3D.
IsVisible public Checks if the layer is visible in a defined extent and current params.
Lock public Locks the layer for burst-mode operation.
lockThread protected Locks the layer thread.
MarkModified public Sets IsModified flag to true for a layer and its sublayers.
Move public Moves a layer up or down in the viewer zorder list.
MoveEx public Moves a layer up or down in the viewer zorder list (only visible layers).
MustCalculateStatistics public Verifies whether all statistics required to render the layer are available.
MustReproject public Checks whether the layer must be reprojected.
MustSave public Checks whether the layer was modified by editing.
Open public Opens the layer.
optimizeParamsCache(int) protected Moves the specified section to the top of the cached list.
optimizeParamsCache(int, bool) protected Moves the specified section to the top of the cached list.
Paint public Draws the layer or fires PaintLayer event (if defined).
Prepare public Opens the layer for non-drawing operations.
PrepareForExport public Prepares layer for export.
PrepareParams public Prepares cached rendering parameters for internal use.
prepareParamsCache protected Prepares the cached section list for rendering.
prepareParamsCache(java.lang.String) protected Prepares the cached section list for the specified style.
PreRecognize public Checks if the layer can read the file.
Project public Applies a projection on the single point.
Project3D public Applies a projection on the single point in 3D.
Project3D_Ref public Applies projection to a single 3D point.
ProjectExtent public Applies a projection on the extent.
Project_Ref public Applies projection to a single point.
RaiseBusyEvent public Fires Busy event of the layer.
RaiseBusyPrepare public Fires BusyPrepare method of the assigned viewer.
RaiseBusyRelease public Fires BusyRelease method of the assigned viewer.
RaiseBusyShake public Fires BusyShake method of the assigned viewer.
ReadConfig public Reads the layer configuration files.
ReadConfigParam public Reads a layer configuration parameter.
RecalcExtent public Recalculates the layer extent.
RecalcProjectedExtent public Recalculates the projected extent.
ReOpen public Reopens the layer.
RereadConfig public Rereads the layer configuration files.
resetMustReproject protected Resets the MustReproject state.
RevertAll public Reverts layer to its original content.
RootLayer public Returns the absolute parent layer.
SaveAll public Saves the layer and destroys mirrored items.
SaveData public Saves layer and destroys mirrored items.
SetCSByEPSG public Sets the coordinate system using an EPSG code.
SetCSByWKT public Sets the coordinate system from a WKT (Well-Known Text) string containing a GEOGCS or PROJCS definition.
SetCSByWKTFile public Sets the coordinate system from a file containing a WKT (Well-Known Text) string, such as a Shapefile .PRJ file.
setUp protected Performs the first general layer setup step.
setUp2 protected Performs the second general layer setup step.
setUp3 protected Performs the third general layer setup step.
storeConfigOptions protected Stores layer option settings in a configuration file.
transformExtent protected Transforms an extent using the custom transformation.
Unlock public Unlocks the layer from burst-mode operation.
unlockThread protected Unlocks the layer thread.
UnprepareForExport public Finalizes export initialized with PrepareForExport.
Unproject public Applies reverse projection (recovers from the projection) on the single point.
Unproject3D public Applies reverse projection to a single 3D point.
Unproject3D_Ref public Applies reverse projection to a single 3D point.
UnprojectExtent public Applies reverse projection (recovers from the projection) on the extent.
Unproject_Ref public Applies reverse projection to a single point.
ViewerReParent public Sets the viewer for the layer and its sublayers.
WriteConfig public Writes the layer configuration files.

2026/07/11 01:27

Page Tools