AxMap_Deprecated Class Reference

Holds members that once were a part of AxMap class. New API members to substitute deprecated ones are listed in description. More...

Collaboration diagram for AxMap_Deprecated:
Collaboration graph

Public Member Functions

void AddDrawingLabel (int DrawHandle, string Text, uint Color, double x, double y, tkHJustification hJustification)
 Adds label to the specified drawing layer. More...
 
void AddDrawingLabelEx (int DrawHandle, string Text, uint Color, double x, double y, tkHJustification hJustification, double Rotation)
 Adds label to the specified drawing layer. Angle of rotation is accepted. More...
 
void AddLabel (int LayerHandle, string Text, uint Color, double x, double y, tkHJustification hJustification)
 Adds a label to the map. More...
 
void AddLabelEx (int LayerHandle, string Text, uint Color, double x, double y, tkHJustification hJustification, double Rotation)
 Adds an extended label to the map, allowing for rotated labels. More...
 
bool AdjustLayerExtents (int LayerHandle)
 Deprecated. Updates the extents of the layer before the drawing. More...
 
bool ApplyLegendColors (object Legend)
 Applies the coloring scheme to a layer (the layer handle is specified in the coloring scheme object). More...
 
void ClearLabels (int LayerHandle)
 Clears all labels that have been added to the specified layer. More...
 
void ClearUDPointImageList (int LayerHandle)
 Clears the images from the user defined list of point symbols. More...
 
void DrawingFont (int DrawHandle, string FontName, int FontSize)
 Sets the font for the labels of the drawing layer. More...
 
int get_DrawingLabelsOffset (int DrawHandle)
 Gets the vertical offset of the labels for the specified drawing layer in pixels. More...
 
bool get_DrawingLabelsScale (int DrawHandle)
 Gets a boolean value which indicates whether the labels of the drawing layer will be scaled. More...
 
bool get_DrawingLabelsShadow (int DrawHandle)
 Gets a boolean value which indicates whether a shadow will be displayed for the labels of the drawing layer. More...
 
uint get_DrawingLabelsShadowColor (int DrawHandle)
 Gets the color of the shadow for the labels of the specified drawing layer. More...
 
string get_GridFileName (int LayerHandle)
 Gets or sets the filename of the Grid object associated with an Image object loaded into the map. More...
 
float get_ImageLayerPercentTransparent (int LayerHandle)
 Gets or sets the percentage of transparency of an Image layer. More...
 
int get_LayerLabelsOffset (int LayerHandle)
 Gets the offset for the labels on the layer. More...
 
bool get_LayerLabelsScale (int LayerHandle)
 Gets whether to scale the labels on the layer. More...
 
bool get_LayerLabelsShadow (int LayerHandle)
 Gets whether to use shadows for the labels on the layer. More...
 
uint get_LayerLabelsShadowColor (int LayerHandle)
 Gets the shadow color for the labels on the layer More...
 
bool get_LayerLabelsVisible (int LayerHandle)
 Gets label visibility for the specified layer. More...
 
bool get_ShapeDrawFill (int LayerHandle, int Shape)
 Deprecated. Gets whether the specified shape is drawn with a fill. Only works on polygon shapefiles. More...
 
bool get_ShapeDrawLine (int LayerHandle, int Shape)
 Deprecated. Gets whether the lines for the specified shape are drawn. More...
 
bool get_ShapeDrawPoint (int LayerHandle, int Shape)
 Deprecated. Gets whether the points/vertices in specified shape are drawn. More...
 
uint get_ShapeFillColor (int LayerHandle, int Shape)
 Deprecated. Gets the fill color for the specified shape. Only works on polygon shapefiles. More...
 
MapWinGIS.tkFillStipple get_ShapeFillStipple (int LayerHandle, int Shape)
 Deprecated. Gets the fill stipple for the specified shape. Only works on polygon shapefiles More...
 
float get_ShapeFillTransparency (int LayerHandle, int Shape)
 Deprecated. Gets the percentage of fill transparency for the specified layer. Only works on polygon shapefiles. More...
 
uint get_ShapeLineColor (int LayerHandle, int Shape)
 Deprecated. Gets the line color for the specified shape. Only works on shapefiles. More...
 
MapWinGIS.tkLineStipple get_ShapeLineStipple (int LayerHandle, int Shape)
 Deprecated. Gets the line stipple for the specified shape. Only works on shapefiles. More...
 
float get_ShapeLineWidth (int LayerHandle, int Shape)
 Deprecated. Gets the line width for the specified shape. Only works on shapefiles. Suggested values for line width: 1 - 5 More...
 
uint get_ShapePointColor (int LayerHandle, int Shape)
 Deprecated. Gets the point color for the specified shape. Only works on shapefiles. More...
 
int get_ShapePointFontCharListID (int LayerHandle, int Shape)
 Deprecated. Gets the index of the point marker represented by font character. More...
 
int get_ShapePointImageListID (int LayerHandle, int Shape)
 Allows you specify an image from the image list so that one point shapefile can have multiple icons. More...
 
float get_ShapePointSize (int LayerHandle, int Shape)
 Gets the line point/vertex size for the specified shape. Only works on shapefiles. More...
 
MapWinGIS.tkPointType get_ShapePointType (int LayerHandle, int Shape)
 Deprecated. Gets the line point type for the specified shape. Only works on shapefiles. More...
 
uint get_ShapeStippleColor (int LayerHandle, int Shape)
 Deprecated. Gets the color of the polygon fill stipple for the given shape of the layer. More...
 
bool get_ShapeStippleTransparent (int LayerHandle, int Shape)
 Deprecated. Gets a boolean value which indicates whether the background of fill stipple for given shape of will be transparent. More...
 
bool get_ShapeVisible (int LayerHandle, int Shape)
 Deprecated. Gets the visibility of the specified shape. More...
 
int get_UDFillStipple (int LayerHandle, int StippleRow)
 Gets one user defined stipple row. More...
 
int get_UDLineStipple (int LayerHandle)
 Gets the user defined line stipple for the specified layer. More...
 
int get_UDPointImageListCount (int LayerHandle)
 Gets the number of images currently stored in the image list for custom points images. More...
 
object get_UDPointImageListItem (int LayerHandle, int ImageIndex)
 Allows you to build an image list so that one point shapefile can have multiple icons. More...
 
object get_UDPointType (int LayerHandle)
 Gets the image used when drawing points on the specified layer. More...
 
bool get_UseDrawingLabelCollision (int DrawHandle)
 Gets a boolean value which indicates whether overlapping labels will be allowed for drawing layer. More...
 
bool get_UseLabelCollision (int LayerHandle)
 Gets a boolean value which indicates whether overlapping labels will be allowed for the layer. More...
 
MapWinGIS.Point GetBaseProjectionPoint (double rotX, double rotY)
 Gets or set the point which is used as a center of the map rotation/ More...
 
void GetDrawingStandardViewWidth (int DrawHandle, ref double Width)
 Gets the value which affects the scaling of labels. More...
 
void GetLayerStandardViewWidth (int LayerHandle, ref double Width)
 Gets the standard view width used to scale the labels on the layer More...
 
MapWinGIS.Extents GetRotatedExtent ()
 Gets the bounding box which holds the extents of the map when rotation is applied. More...
 
bool IsSameProjection (string proj4_a, string proj4_b)
 Tests the identity of 2 projections. More...
 
bool IsTIFFGrid (string Filename)
 Returns a boolean value which indicates whether the specified file holds tiff grid. More...
 
void LabelColor (int LayerHandle, uint LabelFontColor)
 Sets the color of the font for labels of the layer. More...
 
void LayerFont (int LayerHandle, string FontName, int FontSize)
 Sets the font to use when drawing labels for a layer. More...
 
void LayerFontEx (int LayerHandle, string FontName, int FontSize, bool isBold, bool isItalic, bool isUnderline)
 Sets the font for labels of the layer. More...
 
void set_DrawingLabelsOffset (int DrawHandle, int newValue)
 Sets the vertical offset of the labels for the specified drawing layer in pixels. More...
 
void set_DrawingLabelsScale (int DrawHandle, bool newValue)
 Sets a boolean value which indicates whether the labels of the drawing layer will be scaled. More...
 
void set_DrawingLabelsShadow (int DrawHandle, bool newValue)
 Sets a boolean value which indicates whether a shadow will be displayed for the labels of the drawing layer. More...
 
void set_DrawingLabelsShadowColor (int DrawHandle, uint newValue)
 Sets the color of the shadow for the labels of the specified drawing layer. More...
 
void set_GridFileName (int LayerHandle, string newValue)
 Sets the filename of the grid associated with the specified layer. More...
 
void set_ImageLayerPercentTransparent (int LayerHandle, float newValue)
 Sets the numeric value which determines the transparency of the given image layer. More...
 
void set_LayerLabelsOffset (int LayerHandle, int newValue)
 Sets the offset for the labels on the layer. More...
 
void set_LayerLabelsScale (int LayerHandle, bool newValue)
 Sets whether to scale the labels on the layer More...
 
void set_LayerLabelsShadow (int LayerHandle, bool newValue)
 Sets whether to use shadows for the labels on the layer. More...
 
void set_LayerLabelsShadowColor (int LayerHandle, uint newValue)
 Sets the shadow color for the labels on the layer. More...
 
void set_LayerLabelsVisible (int LayerHandle, bool newValue)
 Sets label visibility for the specified layer. More...
 
void set_ShapeDrawFill (int LayerHandle, int Shape, bool newValue)
 Deprecated. Sets whether the specified shape is drawn with a fill. Only works on polygon shapefiles. More...
 
void set_ShapeDrawLine (int LayerHandle, int Shape, bool newValue)
 Deprecated. Sets whether the lines for the specified shape are drawn. More...
 
void set_ShapeDrawPoint (int LayerHandle, int Shape, bool newValue)
 Deprecated. Sets whether the points/vertices in specified shape are drawn. More...
 
void set_ShapeFillColor (int LayerHandle, int Shape, uint newValue)
 Deprecated. Sets the fill color for the specified shape. Only works on polygon shapefiles More...
 
void set_ShapeFillStipple (int LayerHandle, int Shape, MapWinGIS.tkFillStipple newValue)
 Deprecated. Sets the fill stipple for the specified shape. Only works on polygon shapefiles. More...
 
void set_ShapeFillTransparency (int LayerHandle, int Shape, float newValue)
 Deprecated. Sets the percentage of fill transparency for the specified layer. Only works on polygon shapefiles. More...
 
void set_ShapeLineColor (int LayerHandle, int Shape, uint newValue)
 Deprecated. Sets the line color for the specified shape. Only works on shapefiles. More...
 
void set_ShapeLineStipple (int LayerHandle, int Shape, MapWinGIS.tkLineStipple newValue)
 Deprecated. Sets the line stipple for the specified shape. Only works on shapefiles. More...
 
void set_ShapeLineWidth (int LayerHandle, int Shape, float newValue)
 Deprecated. Sets the line width for the specified shape. Only works on shapefiles. Suggested values for line width: 1 - 5 More...
 
void set_ShapePointColor (int LayerHandle, int Shape, uint newValue)
 Deprecated. Sets the point color for the specified shape. Only works on shapefiles. More...
 
void set_ShapePointFontCharListID (int LayerHandle, int Shape, int newValue)
 Deprecated. Sets the index of the point marker represented by font character. More...
 
void set_ShapePointImageListID (int LayerHandle, int Shape, int newValue)
 Allows you specify an image from the image list so that one point shapefile can have multiple icons More...
 
void set_ShapePointSize (int LayerHandle, int Shape, float newValue)
 Sets the line point/vertex size for the specified shape. Only works on shapefiles. More...
 
void set_ShapePointType (int LayerHandle, int Shape, MapWinGIS.tkPointType newValue)
 Deprecated. Sets the line point type for the specified shape. Only works on shapefiles. More...
 
void set_ShapeStippleColor (int LayerHandle, int Shape, uint newValue)
 Deprecated. Sets the color of the polygon fill stipple for the given shape of the layer. More...
 
void set_ShapeStippleTransparent (int LayerHandle, int Shape, bool newValue)
 Deprecated. Sets a boolean value which indicates whether the background of fill stipple for given shape of will be transparent. More...
 
void set_ShapeVisible (int LayerHandle, int Shape, bool newValue)
 Deprecated. Sets the visibility of the specified shape. More...
 
void set_UDFillStipple (int LayerHandle, int StippleRow, int newValue)
 Sets one user defined stipple row. More...
 
void set_UDLineStipple (int LayerHandle, int newValue)
 Sets the user defined line stipple for the specified layer. More...
 
void set_UDPointFontCharFont (int LayerHandle, string FontName, float FontSize, bool isBold, bool isItalic, bool isUnderline)
 Sets the font for point markers defined by font characters. More...
 
void set_UDPointFontCharFontSize (int LayerHandle, float FontSize)
 Sets the font size for point markers defined by font characters. More...
 
int set_UDPointFontCharListAdd (int LayerHandle, int newValue, uint Color)
 Adds a new item in the list of point markers defined by font characters More...
 
int set_UDPointImageListAdd (int LayerHandle, object newValue)
 Allows you to build an image list so that one point shapefile can have multiple icons. More...
 
void set_UDPointType (int LayerHandle, object newValue)
 Sets the image used when drawing points on the specified layer. More...
 
void set_UseDrawingLabelCollision (int DrawHandle, bool newValue)
 Sets a boolean value which indicates whether overlapping labels will be allowed for drawing layer. More...
 
void set_UseLabelCollision (int LayerHandle, bool newValue)
 Sets a boolean value which indicates whether overlapping labels will be allowed for the layer. More...
 
void SetDrawingStandardViewWidth (int DrawHandle, double Width)
 Deprecated. Affects the scaling of the labels of the specified drawing layer. More...
 
bool SetImageLayerColorScheme (int LayerHandle, object ColorScheme)
 Sets a coloring scheme to be associated with an image layer. More...
 
void SetLayerStandardViewWidth (int LayerHandle, double Width)
 Sets the standard view width used to scale the labels on the layer. More...
 
void UpdateImage (int LayerHandle)
 Updates the display of the specified image object. More...
 

Properties

bool CanUseImageGrouping [get, set]
 Gets or sets a boolean value which indicates how images with identical size and position on the map will be drawn. More...
 
bool DoubleBuffer [get, set]
 Gets or sets whether or not the map uses double buffering. More...
 
int LineSeparationFactor [get, set]
 Gets or sets line separation factor. More...
 
double MapRotationAngle [get, set]
 Gets or sets the angle of map rotation in degrees. More...
 
string MapState [get, set]
 Gets or sets the MapState string which stores all information needed to restore a view. More...
 
bool MultilineLabels [get, set]
 Gets or sets a boolean value which indicates whether multiline labels will be drawn correctly on the map. More...
 
string SerialNumber [get, set]
 Serial number functionality is deprecated as MapWindow is now Open Source. This property may be left unset. More...
 
tkShapeDrawingMethod ShapeDrawingMethod [get, set]
 Gets or sets the drawing method for vector layers. More...
 

Detailed Description

Holds members that once were a part of AxMap class. New API members to substitute deprecated ones are listed in description.

Member Function Documentation

◆ AddDrawingLabel()

void AxMap_Deprecated.AddDrawingLabel ( int  DrawHandle,
string  Text,
uint  Color,
double  x,
double  y,
tkHJustification  hJustification 
)

Adds label to the specified drawing layer.

This method corresponds to the Labels.AddLabel method.

Parameters
DrawHandleThe handle of the drawing layer returned by AxMap.NewDrawing method.
TextThe text of the label.
ColorThe color of the label.
xThe x coordinate of the label.
yThe y coordinate of the label.
hJustificationThe justification of the label.
Deprecated:
v4.9.3 Use AxMap.DrawLabel, AxMap.DrawLabelEx instead.
Removed in 4.9.3:
Removed in v4.9.3

◆ AddDrawingLabelEx()

void AxMap_Deprecated.AddDrawingLabelEx ( int  DrawHandle,
string  Text,
uint  Color,
double  x,
double  y,
tkHJustification  hJustification,
double  Rotation 
)

Adds label to the specified drawing layer. Angle of rotation is accepted.

This method corresponds to the Labels.AddLabel method.

Parameters
DrawHandleThe handle of the drawing layer returned by AxMap.NewDrawing method.
TextThe text of the label.
ColorThe color of the label.
xThe x coordinate of the label.
yThe y coordinate of the label.
hJustificationThe justification of the label.
RotationThe angle of rotation in degrees.
Deprecated:
v4.9.3 Use AxMap.DrawLabel, AxMap.DrawLabelEx instead.
Removed in 4.9.3:
Removed in v4.9.3

◆ AddLabel()

void AxMap_Deprecated.AddLabel ( int  LayerHandle,
string  Text,
uint  Color,
double  x,
double  y,
tkHJustification  hJustification 
)

Adds a label to the map.

Parameters
LayerHandleThe handle of the layer where the label will be added to.
TextThe text to be used for the label.
ColorThe color of the added label. This is a UInt32 representation of an RGB color.
xThe x coordinate in projected map units which determines where the label will be added on the map.
yThe y coordinate in projected map units which determines where the label will be added on the map.
hJustificationSpecifies whether to justify the label's text right, left, or center.
Deprecated:
v.4.8 The method will ignore Color and hJustification parameters. Use Labels interface ( AxMap.get_LayerLabels ) to change these settings.
Removed in 4.9.3:
Removed in v4.9.3

◆ AddLabelEx()

void AxMap_Deprecated.AddLabelEx ( int  LayerHandle,
string  Text,
uint  Color,
double  x,
double  y,
tkHJustification  hJustification,
double  Rotation 
)

Adds an extended label to the map, allowing for rotated labels.

Parameters
LayerHandleThe handle of the layer where the label will be added to.
TextThe text to be used for the label.
ColorThe color of the added label. This is a UInt32 representation of an RGB color.
xThe x coordinate in projected map units which determines where the label will be added on the map.
yThe y coordinate in projected map units which determines where the label will be added on the map.
hJustificationSpecifies whether to justify the label's text right, left, or center.
RotationThe number of degrees to rotate the label. Positive angles rotate the text counter-clockwise, and negative angles rotate the text clockwise
Deprecated:
v.4.8 The method will ignore Color and hJustification parameters. Use Labels interface ( AxMap.get_LayerLabels ) to change these settings.
Removed in 4.9.3:
Removed in v4.9.3

◆ AdjustLayerExtents()

bool AxMap_Deprecated.AdjustLayerExtents ( int  LayerHandle)

Deprecated. Updates the extents of the layer before the drawing.

Parameters
LayerHandleThe handle of the layer.
Returns
True on success and false in case of invalid layer handle.
Deprecated:
v.4.8. The call is incorporated into drawing routine.
Removed in 4.9.3:
Removed in v4.9.3

◆ ApplyLegendColors()

bool AxMap_Deprecated.ApplyLegendColors ( object  Legend)

Applies the coloring scheme to a layer (the layer handle is specified in the coloring scheme object).

Deprecated for shapefile layers.

Parameters
LegendThe coloring scheme to apply.
Returns
Boolean value indicating the successful application when true, unsuccessful application when false.
Deprecated:
v4.9.3 No longer used.
Removed in 4.9.3:
Removed in v4.9.3.

◆ ClearLabels()

void AxMap_Deprecated.ClearLabels ( int  LayerHandle)

Clears all labels that have been added to the specified layer.

Parameters
LayerHandleHandle of the layer.
Deprecated:
v4.9.3 Use AxMap.get_LayerLabels, Labels.Clear instead.
Removed in 4.9.3:
Removed in v4.9.3

◆ ClearUDPointImageList()

void AxMap_Deprecated.ClearUDPointImageList ( int  LayerHandle)

Clears the images from the user defined list of point symbols.

Parameters
LayerHandleThe handle of the layer.
Deprecated:
v4.9.3 Use ShapeDrawingOptions.Picture instead.
Removed in 4.9.3:
Removed in v4.9.3

◆ DrawingFont()

void AxMap_Deprecated.DrawingFont ( int  DrawHandle,
string  FontName,
int  FontSize 
)

Sets the font for the labels of the drawing layer.

Parameters
DrawHandleThe handle of the drawing layer returned by AxMap.NewDrawing method.
FontNameThe name of the font.
FontSizeThe size of the font.
Deprecated:
v 4.9.3 Use AxMap.get_DrawingLabels, Labels.FontName, Labels.FontSize instead.
Removed in 4.9.3:
Removed in v4.9.3

◆ get_DrawingLabelsOffset()

int AxMap_Deprecated.get_DrawingLabelsOffset ( int  DrawHandle)

Gets the vertical offset of the labels for the specified drawing layer in pixels.

Parameters
DrawHandleThe index of the drawing layer returned by AxMap.NewDrawing method.
Returns
The offset in pixels.
Deprecated:
v. 4.8. Use AxMap.get_DrawingLabels and Labels.OffsetX, Labels.OffsetY instead.
Removed in 4.9.3:
Removed in v4.9.3

◆ get_DrawingLabelsScale()

bool AxMap_Deprecated.get_DrawingLabelsScale ( int  DrawHandle)

Gets a boolean value which indicates whether the labels of the drawing layer will be scaled.

This property corresponds to the Labels.ScaleLabels property.

Parameters
DrawHandlehe index of the drawing layer returned by AxMap.NewDrawing method.
Returns
True if the labels are scaled and false otherwise.
Deprecated:
v 4.9.3 Use AxMap.get_DrawingLabels, Labels.ScaleLabels instead.
Removed in 4.9.3:
Removed in v4.9.3

◆ get_DrawingLabelsShadow()

bool AxMap_Deprecated.get_DrawingLabelsShadow ( int  DrawHandle)

Gets a boolean value which indicates whether a shadow will be displayed for the labels of the drawing layer.

This property corresponds to the Labels.HaloVisible property.

Parameters
DrawHandleThe handle of the drawing layer returned by AxMap.NewDrawing method.
Returns
True if the shadow is displayed and false otherwise.
Deprecated:
v 4.9.3 Use AxMap.get_DrawingLabels, Labels.HaloVisible instead.
Removed in 4.9.3:
Removed in v4.9.3

◆ get_DrawingLabelsShadowColor()

uint AxMap_Deprecated.get_DrawingLabelsShadowColor ( int  DrawHandle)

Gets the color of the shadow for the labels of the specified drawing layer.

This property corresponds to the Labels.HaloColor property.

Parameters
DrawHandleThe handle of the drawing layer returned by AxMap.NewDrawing method.
Returns
The color of shadow.
Deprecated:
v 4.9.3 Use AxMap.get_DrawingLabels, Labels.HaloColor instead.
Removed in 4.9.3:
Removed in v4.9.3

◆ get_GridFileName()

string AxMap_Deprecated.get_GridFileName ( int  LayerHandle)

Gets or sets the filename of the Grid object associated with an Image object loaded into the map.

Parameters
LayerHandleThe handle of the layer for which the grid filename is to be set.
Returns
The grid filename to be associated with the specified layer.
Deprecated:
v 4.9.1 Use AxMap.get_Image, Image.SourceGridName instead.
Removed in 4.9.3:
Removed in v4.9.3

◆ get_ImageLayerPercentTransparent()

float AxMap_Deprecated.get_ImageLayerPercentTransparent ( int  LayerHandle)

Gets or sets the percentage of transparency of an Image layer.

Parameters
LayerHandleThe layer handle of the Image layer for which the transparency is to be set.
Returns
The percentage of transparency for the specified image layer.
Deprecated:
v4.9.3 Use AxMap.get_Image, Image.TransparencyPercent instead.
Removed in 4.9.3:
Removed in v4.9.3

◆ get_LayerLabelsOffset()

int AxMap_Deprecated.get_LayerLabelsOffset ( int  LayerHandle)

Gets the offset for the labels on the layer.

The offset is the distance in pixels from the label point to the text.

Parameters
LayerHandleThe handle of the layer for which the offset is to be set.
Returns
The offset for the labels on the specified layer.
Deprecated:
v4.9.3 Use AxMap.get_LayerLabels, Labels.OffsetX, Labels.OffsetY instead.
Removed in 4.9.3:
Removed in v4.9.3

◆ get_LayerLabelsScale()

bool AxMap_Deprecated.get_LayerLabelsScale ( int  LayerHandle)

Gets whether to scale the labels on the layer.

Parameters
LayerHandleThe handle of the layer for which the scaling of labels is to be set.
Returns
A boolean value representing whether or not to scale the labels on the specified layer.
Deprecated:
v4.9.3 Use AxMap.get_LayerLabels, Labels.ScaleLabels instead.
Removed in 4.9.3:
Removed in v4.9.3

◆ get_LayerLabelsShadow()

bool AxMap_Deprecated.get_LayerLabelsShadow ( int  LayerHandle)

Gets whether to use shadows for the labels on the layer.

Parameters
LayerHandleThe handle of the layer for which the use of label shadows is to be set.
Returns
A boolean value representing whether or not label shadows will be used for the specified layer.
Deprecated:
v4.9.3 Use AxMap.get_LayerLabels, Labels.HaloVisible instead.
Removed in 4.9.3:
Removed in v4.9.3

◆ get_LayerLabelsShadowColor()

uint AxMap_Deprecated.get_LayerLabelsShadowColor ( int  LayerHandle)

Gets the shadow color for the labels on the layer

Parameters
LayerHandleThe handle of the layer for which the shadow color is to be set.
Returns
The color to use the shadow color of the specified layer. This is a System.UInt32 representation of an RGB color.
Deprecated:
v4.9.3 Use AxMap.get_LayerLabels, Labels.HaloColor instead.
Removed in 4.9.3:
Removed in v4.9.3

◆ get_LayerLabelsVisible()

bool AxMap_Deprecated.get_LayerLabelsVisible ( int  LayerHandle)

Gets label visibility for the specified layer.

Parameters
LayerHandleThe handle for the layer for which its label's visibility are to be set.
Returns
A boolean value which determines whether the specified layer's labels are visible or not.
Deprecated:
v4.9.3 Use AxMap.get_LayerLabels, Labels.Visible instead.
Removed in 4.9.3:
Removed in v4.9.3

◆ get_ShapeDrawFill()

bool AxMap_Deprecated.get_ShapeDrawFill ( int  LayerHandle,
int  Shape 
)

Deprecated. Gets whether the specified shape is drawn with a fill. Only works on polygon shapefiles.

Parameters
LayerHandleHandle of the layer containing the shape for which the fill is to be set.
ShapeHandle of the shape for which the fill is to be set.
Returns
Sets whether the shape is drawn with a fill or not.
Deprecated:
v. 4.8. Use ShapeDrawingOptions.FillVisible property. See ShapefileCategories, Shapefile.set_ShapeCategory to setup visualization of individual shapes.
Removed in 4.9.3:
Removed in v4.9.3

◆ get_ShapeDrawLine()

bool AxMap_Deprecated.get_ShapeDrawLine ( int  LayerHandle,
int  Shape 
)

Deprecated. Gets whether the lines for the specified shape are drawn.

Parameters
LayerHandleHandle of the layer containing the shape for which the lines are to be set.
ShapeHandle of the shape for which the lines are to be set.
Returns
Sets whether the shape is drawn with lines or not.
Deprecated:
v. 4.8. Use ShapeDrawingOptions.LineVisible instead. See ShapefileCategories, Shapefile.set_ShapeCategory to setup visualization of individual shapes.
Removed in 4.9.3:
Removed in v4.9.3

◆ get_ShapeDrawPoint()

bool AxMap_Deprecated.get_ShapeDrawPoint ( int  LayerHandle,
int  Shape 
)

Deprecated. Gets whether the points/vertices in specified shape are drawn.

Parameters
LayerHandleHandle of the layer containing the shape for which the points are to be set.
ShapeHandle of the shape for which the points are to be set.
Returns
Sets whether the shape is drawn with points or not.
Deprecated:
v. 4.8. Use ShapeDrawingOptions.Visible instead. See ShapefileCategories, Shapefile.set_ShapeCategory to setup visualization of individual shapes.
Removed in 4.9.3:
Removed in v4.9.3

◆ get_ShapeFillColor()

uint AxMap_Deprecated.get_ShapeFillColor ( int  LayerHandle,
int  Shape 
)

Deprecated. Gets the fill color for the specified shape. Only works on polygon shapefiles.

Parameters
LayerHandleHandle of the layer containing the shape for which the fill color is to be set.
ShapeHandle for the shape for which the fill color is to be set.
Returns
Fill color for the shape in the polygon shapefile. This is a System.UInt32 representation of an RGB color.
Deprecated:
v. 4.8. Use ShapeDrawingOptions.FillColor instead. See ShapefileCategories, Shapefile.set_ShapeCategory to setup visualization of individual shapes.
Removed in 4.9.3:
Removed in v4.9.3

◆ get_ShapeFillStipple()

MapWinGIS.tkFillStipple AxMap_Deprecated.get_ShapeFillStipple ( int  LayerHandle,
int  Shape 
)

Deprecated. Gets the fill stipple for the specified shape. Only works on polygon shapefiles

Parameters
LayerHandleHandle of the layer containing the shape for which the fill stipple is to be set.
ShapeHandle of the shape for which the fill stipple is required.
Returns
Gets the fill stipple for the specified shape.
Deprecated:
v. 4.8. Use ShapeDrawingOptions.FillHatchStyle instead. See ShapefileCategories, Shapefile.set_ShapeCategory to setup visualization of individual shapes.
Removed in 4.9.3:
Removed in v4.9.3

◆ get_ShapeFillTransparency()

float AxMap_Deprecated.get_ShapeFillTransparency ( int  LayerHandle,
int  Shape 
)

Deprecated. Gets the percentage of fill transparency for the specified layer. Only works on polygon shapefiles.

Parameters
LayerHandleHandle of the layer containing the shape for which the fill transparency is to be set.
ShapeHandle of the shape for which the fill transparency is to be set.
Returns
Gets the percentage of fill transparency for the specified shape.
Deprecated:
v. 4.8. Use ShapeDrawingOptions.FillTransparency instead. See ShapefileCategories, Shapefile.set_ShapeCategory to setup visualization of individual shapes.
Removed in 4.9.3:
Removed in v4.9.3

◆ get_ShapeLineColor()

uint AxMap_Deprecated.get_ShapeLineColor ( int  LayerHandle,
int  Shape 
)

Deprecated. Gets the line color for the specified shape. Only works on shapefiles.

Parameters
LayerHandleHandle of the layer containing the shape for which the line color is required.
ShapeHandle of the shape for which the line color is required.
Returns
Line color for the shape in the polygon shapefile.
Deprecated:
v. 4.8. Use ShapeDrawingOptions.LineColor instead. See ShapefileCategories, Shapefile.set_ShapeCategory to setup visualization of individual shapes.
Removed in 4.9.3:
Removed in v4.9.3

◆ get_ShapeLineStipple()

MapWinGIS.tkLineStipple AxMap_Deprecated.get_ShapeLineStipple ( int  LayerHandle,
int  Shape 
)

Deprecated. Gets the line stipple for the specified shape. Only works on shapefiles.

Parameters
LayerHandleHandle of the layer containing the shape for which the line stipple is required.
ShapeHandle of the shape for which the line stipple is required.
Returns
Line stipple for the shape in the shapefile.
Deprecated:
v. 4.8. Use ShapeDrawingOptions.LineStipple instead. See ShapefileCategories, Shapefile.set_ShapeCategory to setup visualization of individual shapes.
Removed in 4.9.3:
Removed in v4.9.3

◆ get_ShapeLineWidth()

float AxMap_Deprecated.get_ShapeLineWidth ( int  LayerHandle,
int  Shape 
)

Deprecated. Gets the line width for the specified shape. Only works on shapefiles. Suggested values for line width: 1 - 5

Parameters
LayerHandleHandle of the layer for which the line width is required.
ShapeHandle of the shape for which the line width is required.
Returns
Line width for the shape in the shapefile.
Deprecated:
v. 4.8. Use ShapeDrawingOptions.LineWidth instead. See ShapefileCategories, Shapefile.set_ShapeCategory to setup visualization of individual shapes.
Removed in 4.9.3:
Removed in v4.9.3

◆ get_ShapePointColor()

uint AxMap_Deprecated.get_ShapePointColor ( int  LayerHandle,
int  Shape 
)

Deprecated. Gets the point color for the specified shape. Only works on shapefiles.

Parameters
LayerHandleHandle of the layer containing the shape for which the point color is required.
ShapeHandle of the shape for which the point color is required.
Returns
Point color for the shape in the polygon shapefile.
Deprecated:
v. 4.8. Use ShapeDrawingOptions.FillColor for point shapefiles and ShapeDrawingOptions.VerticesColor
for polylines and polygons instead. See ShapefileCategories, Shapefile.set_ShapeCategory to setup visualization of individual shapes.
Removed in 4.9.3:
Removed in v4.9.3

◆ get_ShapePointFontCharListID()

int AxMap_Deprecated.get_ShapePointFontCharListID ( int  LayerHandle,
int  Shape 
)

Deprecated. Gets the index of the point marker represented by font character.

Parameters
LayerHandleThe handle of the layer.
ShapeThe index of the shape.
Returns
The index of the marker associated with shape.
Deprecated:
v. 4.8. Use ShapeDrawingOptions.PointCharacter instead. See ShapefileCategories, Shapefile.set_ShapeCategory to setup visualization of individual shapes.
Removed in 4.9.3:
Removed in v4.9.3

◆ get_ShapePointImageListID()

int AxMap_Deprecated.get_ShapePointImageListID ( int  LayerHandle,
int  Shape 
)

Allows you specify an image from the image list so that one point shapefile can have multiple icons.

Parameters
LayerHandleThe layer handle of the layer for which the image list is defined.
ShapeThe specific shape in the layer that you wish to determine the image index for
Returns
The index in the image list of user defined images.
Deprecated:
v. 4.8. Use ShapeDrawingOptions.Picture instead. See ShapefileCategories, Shapefile.set_ShapeCategory to setup visualization of individual shapes.
Removed in 4.9.3:
Removed in v4.9.3

◆ get_ShapePointSize()

float AxMap_Deprecated.get_ShapePointSize ( int  LayerHandle,
int  Shape 
)

Gets the line point/vertex size for the specified shape. Only works on shapefiles.

Parameters
LayerHandleHandle of the layer containing the shape for which the point/vertex size is required.
ShapeHandle of the shape for which the point/vertex size is required
Returns
Point/vertex size for the shape in the shapefile.
Deprecated:
v. 4.8. Use ShapeDrawingOptions.PointSize instead. See ShapefileCategories, Shapefile.set_ShapeCategory to setup visualization of individual shapes.
Removed in 4.9.3:
Removed in v4.9.3

◆ get_ShapePointType()

MapWinGIS.tkPointType AxMap_Deprecated.get_ShapePointType ( int  LayerHandle,
int  Shape 
)

Deprecated. Gets the line point type for the specified shape. Only works on shapefiles.

Parameters
LayerHandleHandle of the layer containing the shape for which the point type is required.
ShapeHandle of the shape for which the point type is required.
Returns
Point type for the shape in the shapefile.
Deprecated:
v. 4.8. Use ShapeDrawingOptions.PointType instead. See ShapefileCategories, Shapefile.set_ShapeCategory to setup visualization of individual shapes.
Removed in 4.9.3:
Removed in v4.9.3

◆ get_ShapeStippleColor()

uint AxMap_Deprecated.get_ShapeStippleColor ( int  LayerHandle,
int  Shape 
)

Deprecated. Gets the color of the polygon fill stipple for the given shape of the layer.

Parameters
LayerHandleThe handle of the layer.
ShapeThe index of the shape.
Returns
The color of stipple.
Deprecated:
v. 4.8. Use ShapeDrawingOptions.FillHatchStyle instead. See ShapefileCategories, Shapefile.set_ShapeCategory to setup visualization of individual shapes.
Removed in 4.9.3:
Removed in v4.9.3

◆ get_ShapeStippleTransparent()

bool AxMap_Deprecated.get_ShapeStippleTransparent ( int  LayerHandle,
int  Shape 
)

Deprecated. Gets a boolean value which indicates whether the background of fill stipple for given shape of will be transparent.

Parameters
LayerHandleThe handle of the layer.
ShapeThe index of the shape.
Returns
True in case the background is transparent and false otherwise.
Deprecated:
v. 4.8. Use ShapeDrawingOptions.FillBgTransparent instead. See ShapefileCategories, Shapefile.set_ShapeCategory to setup visualization of individual shapes.
Removed in 4.9.3:
Removed in v4.9.3

◆ get_ShapeVisible()

bool AxMap_Deprecated.get_ShapeVisible ( int  LayerHandle,
int  Shape 
)

Deprecated. Gets the visibility of the specified shape.

Parameters
LayerHandleHandle of the layer containing the shape for which the visibility is required.
ShapeHandle of the shape for which the visibility is required.
Returns
Boolean value representing whether the the shape is visible or not.
Deprecated:
v. 4.8. Use ShapeDrawingOptions.Visible and Shapefile.VisibilityExpression instead. See ShapefileCategories, Shapefile.set_ShapeCategory to setup visualization of individual shapes.
Removed in 4.9.3:
Removed in v4.9.3

◆ get_UDFillStipple()

int AxMap_Deprecated.get_UDFillStipple ( int  LayerHandle,
int  StippleRow 
)

Gets one user defined stipple row.

The user defined fill stipple contains 32 rows of 32 bits. The stipple is created by setting patterns in the bits contained in each row.

Parameters
LayerHandleThe handle of the layer for which the fill stipple is to be set.
StippleRowThe row in the custom stipple for which the pattern is to be set.
Returns
The custom fill stipple as an integer value where the stipple is defined by arranging the 32 bits in desired pattern.
Deprecated:
v.4.8. Use ShapeDrawingOptions.FillHatchStyle instead.
Removed in 4.9.3:
Removed in v4.9.3

◆ get_UDLineStipple()

int AxMap_Deprecated.get_UDLineStipple ( int  LayerHandle)

Gets the user defined line stipple for the specified layer.

The user defined line stipple is represented by an Integer (VB.NET) or a Long (VB 6). The first digit represents the stipple multiplier. Each of the following digits alternate between representing pixels drawn and pixels skipped in the pattern. The number of pixels to be drawn or skipped are determined by multiplying the digit representing that segment of the stipple by the stipple multiplier.
This custom line stipple would draw six pixels(2*3), skip eight pixels(2*4), draw ten pixels(2*5), skip twelve pixels(2*6), with the pattern repeating from the beginning after that. The largest valid line stipple is 2147483647. Any value greater than this will result in overflow. A line stipple value less than 111 will result in a solid line.

Parameters
LayerHandleThe handle of the layer for which the user defined shape line stipple is to be set.
Returns
The user defined line stipple.
Deprecated:
v.4.8. Use LinePattern class instead.
Removed in 4.9.3:
Removed in v4.9.3

◆ get_UDPointImageListCount()

int AxMap_Deprecated.get_UDPointImageListCount ( int  LayerHandle)

Gets the number of images currently stored in the image list for custom points images.

Parameters
LayerHandleThe layer handle of the layer for which the image list is defined.
Returns
The Count of images currently stored in the image index of custom point types for that layer. Remember to subtract 1 from this count when indexing the 0 based image list.
Deprecated:
v.4.8. Use ShapeDrawingOptions.Picture and ShapefileCategories instead.
Removed in 4.9.3:
Removed in v4.9.3

◆ get_UDPointImageListItem()

object AxMap_Deprecated.get_UDPointImageListItem ( int  LayerHandle,
int  ImageIndex 
)

Allows you to build an image list so that one point shapefile can have multiple icons.

Parameters
LayerHandleThe layer handle of the layer for which the image list is defined.
ImageIndexThe Integer index for the image to retrieve
Returns
The image object which is used as the point image for the specified layer.
Deprecated:
v.4.8. Use ShapeDrawingOptions.Picture and ShapefileCategories instead.
Removed in 4.9.3:
Removed in v4.9.3

◆ get_UDPointType()

object AxMap_Deprecated.get_UDPointType ( int  LayerHandle)

Gets the image used when drawing points on the specified layer.

Parameters
LayerHandleThe layer handle of the layer for which the point type is required.
Returns
The image object which is used as the point image for the specified layer.
Deprecated:
v.4.8. Use ShapeDrawingOptions.PointType instead.
Removed in 4.9.3:
Removed in v4.9.3

◆ get_UseDrawingLabelCollision()

bool AxMap_Deprecated.get_UseDrawingLabelCollision ( int  DrawHandle)

Gets a boolean value which indicates whether overlapping labels will be allowed for drawing layer.

This property corresponds to the Labels.AvoidCollisions property.

Parameters
DrawHandleThe handle of the drawing layer returned by AxMap.NewDrawing method.
Returns
True in case overlapping labels are removed and false otherwise.
Deprecated:
v 4.9.3 Use AxMap.get_DrawingLabels, Labels.AvoidCollisions instead.
Removed in 4.9.3:
Removed in v4.9.3

◆ get_UseLabelCollision()

bool AxMap_Deprecated.get_UseLabelCollision ( int  LayerHandle)

Gets a boolean value which indicates whether overlapping labels will be allowed for the layer.

Parameters
LayerHandleThe handle of the layer.
Returns
True in case overlapping labels will be prevented and false otherwise.
Deprecated:
v4.9.3 Use AxMap.get_LayerLabels, Labels.AvoidCollisions instead.
Removed in 4.9.3:
Removed in v4.9.3

◆ GetBaseProjectionPoint()

MapWinGIS.Point AxMap_Deprecated.GetBaseProjectionPoint ( double  rotX,
double  rotY 
)

Gets or set the point which is used as a center of the map rotation/

Parameters
rotXThe x coordinate of the rotation point in map units.
rotYThe y coordinate of the rotation point in map units.
Returns
The base point for rotation.
New API 4.8:
Added in version 4.8
Deprecated:
v.4.9.3 The functionality is no longer supported.
Removed in 4.9.3:
Removed in v4.9.3

◆ GetDrawingStandardViewWidth()

void AxMap_Deprecated.GetDrawingStandardViewWidth ( int  DrawHandle,
ref double  Width 
)

Gets the value which affects the scaling of labels.

Parameters
DrawHandleThe handle of the drawing layer returned by AxMap.NewDrawing method.
WidthThe standard width of the view in pixels to use normal size of labels.
Deprecated:
v 4.8. Use AxMap.get_DrawingLabels, Labels.BasicScale instead.
Removed in 4.9.3:
Removed in v4.9.3

◆ GetLayerStandardViewWidth()

void AxMap_Deprecated.GetLayerStandardViewWidth ( int  LayerHandle,
ref double  Width 
)

Gets the standard view width used to scale the labels on the layer

Parameters
LayerHandleThe handle of the layer for which the standard view width is required.
WidthReference parameter. The standard view width for the specified layer is returned through this parameter.
Deprecated:
v4.9.3 Use AxMap.get_LayerLabels, Labels.BasicScale instead.
Removed in 4.9.3:
Removed in v4.9.3

◆ GetRotatedExtent()

MapWinGIS.Extents AxMap_Deprecated.GetRotatedExtent ( )

Gets the bounding box which holds the extents of the map when rotation is applied.

The bounding box is equal to the map extents when rotation angle is 0 and larger than map extents if the angle differs from it.

Returns
The bounding box of the rotated extents.
New API 4.8:
Added in version 4.8
Deprecated:
v.4.9.3 The functionality is no longer supported.
Removed in 4.9.3:
Removed in v4.9.3

◆ IsSameProjection()

bool AxMap_Deprecated.IsSameProjection ( string  proj4_a,
string  proj4_b 
)

Tests the identity of 2 projections.

Parameters
proj4_aThe first projection string.
proj4_bThe second projection string.
Returns
Deprecated:
v4.9.3 Use GeoProjection.get_IsSame, GeoProjection.get_IsSameExt instead.
Removed in 4.9.3:
Removed in v4.9.3

◆ IsTIFFGrid()

bool AxMap_Deprecated.IsTIFFGrid ( string  Filename)

Returns a boolean value which indicates whether the specified file holds tiff grid.

Parameters
FilenameThe name of the file.
Returns
True on success and false otherwise.
Deprecated:
v4.9.3 Use Utils.IsTiffGrid instead.
Removed in 4.9.3:
Removed in v4.9.3.

◆ LabelColor()

void AxMap_Deprecated.LabelColor ( int  LayerHandle,
uint  LabelFontColor 
)

Sets the color of the font for labels of the layer.

Parameters
LayerHandleThe handle of the layer.
LabelFontColorThe color of the labels font.
Deprecated:
v4.9.3 Use AxMap.get_LayerLabels, Labels.FontColor instead.
Removed in 4.9.3:
Removed in v4.9.3

◆ LayerFont()

void AxMap_Deprecated.LayerFont ( int  LayerHandle,
string  FontName,
int  FontSize 
)

Sets the font to use when drawing labels for a layer.

Parameters
LayerHandleLayer handle of the layer for which the label fonts are to be set.
FontNameName of the font to use for the labels. (Ex: "Arial")
FontSizeSize of the font to use for the labels.
Deprecated:
v4.9.3 Use AxMap.get_LayerLabels, Labels.FontName, Labels.FontSize instead.
Removed in 4.9.3:
Removed in v4.9.3

◆ LayerFontEx()

void AxMap_Deprecated.LayerFontEx ( int  LayerHandle,
string  FontName,
int  FontSize,
bool  isBold,
bool  isItalic,
bool  isUnderline 
)

Sets the font for labels of the layer.

Parameters
LayerHandleThe handle of the layer.
FontNameThe name of the font.
FontSizeThe size of the font.
isBoldA boolean value which indicates whether the font is bold.
isItalicA boolean value which indicates whether the font is italic.
isUnderlineA boolean value which indicates whether the font is underlined.
Deprecated:
v4.9.3 Use AxMap.get_LayerLabels, Labels.FontName, Labels.FontSize, Labels.FontBold, Labels.FontItalic, Labels.FontUnderline instead.
Removed in 4.9.3:
Removed in v4.9.3

◆ set_DrawingLabelsOffset()

void AxMap_Deprecated.set_DrawingLabelsOffset ( int  DrawHandle,
int  newValue 
)

Sets the vertical offset of the labels for the specified drawing layer in pixels.

Parameters
DrawHandleThe index of the drawing layer returned by AxMap.NewDrawing method.
newValueThe offset in pixels.
Deprecated:
v. 4.8. Use AxMap.get_DrawingLabels and Labels.OffsetX, Labels.OffsetY instead.
Removed in 4.9.3:
Removed in v4.9.3

◆ set_DrawingLabelsScale()

void AxMap_Deprecated.set_DrawingLabelsScale ( int  DrawHandle,
bool  newValue 
)

Sets a boolean value which indicates whether the labels of the drawing layer will be scaled.

This property corresponds to the Labels.ScaleLabels property.

Parameters
DrawHandleThe handle of the drawing layer returned by AxMap.NewDrawing method.
newValueTrue if the labels are scaled and false otherwise.
Deprecated:
v 4.9.3 Use AxMap.get_DrawingLabels, Labels.ScaleLabels instead.
Removed in 4.9.3:
Removed in v4.9.3

◆ set_DrawingLabelsShadow()

void AxMap_Deprecated.set_DrawingLabelsShadow ( int  DrawHandle,
bool  newValue 
)

Sets a boolean value which indicates whether a shadow will be displayed for the labels of the drawing layer.

This property corresponds to the Labels.HaloVisible property.

Parameters
DrawHandleThe handle of the drawing layer returned by AxMap.NewDrawing method.
newValueTrue if the shadow is displayed and false otherwise.
Deprecated:
v 4.9.3 Use AxMap.get_DrawingLabels, Labels.HaloVisible instead.
Removed in 4.9.3:
Removed in v4.9.3

◆ set_DrawingLabelsShadowColor()

void AxMap_Deprecated.set_DrawingLabelsShadowColor ( int  DrawHandle,
uint  newValue 
)

Sets the color of the shadow for the labels of the specified drawing layer.

This property corresponds to the Labels.HaloColor property.

Parameters
DrawHandleThe handle of the drawing layer returned by AxMap.NewDrawing method.
newValueThe color of shadow.
Deprecated:
v 4.9.3 Use AxMap.get_DrawingLabels, Labels.HaloColor instead.
Removed in 4.9.3:
Removed in v4.9.3

◆ set_GridFileName()

void AxMap_Deprecated.set_GridFileName ( int  LayerHandle,
string  newValue 
)

Sets the filename of the grid associated with the specified layer.

MapWinGIS will create a bitmap representation for the grid and use instance of Image class for display.

Parameters
LayerHandleThe layer handle.
newValueThe name of the file with grid.
Deprecated:
v 4.9.1 Use Image.SourceGridName instead.
Removed in 4.9.3:
Removed in v4.9.3

◆ set_ImageLayerPercentTransparent()

void AxMap_Deprecated.set_ImageLayerPercentTransparent ( int  LayerHandle,
float  newValue 
)

Sets the numeric value which determines the transparency of the given image layer.

It is recommended to the properties of the Image class directly.

Parameters
LayerHandleThe handle of the layer with the image.
newValueThe value ranging from 0.0(transparent) to 1.0(opaque).
Deprecated:
v4.9.3 Use AxMap.get_Image(), Image.TransparencyPercent instead.
Removed in 4.9.3:
Removed in v4.9.3

◆ set_LayerLabelsOffset()

void AxMap_Deprecated.set_LayerLabelsOffset ( int  LayerHandle,
int  newValue 
)

Sets the offset for the labels on the layer.

The offset is the distance in pixels from the label point to the text.

Parameters
LayerHandleThe handle of the layer for which the offset is to be set.
newValueThe offset for the labels on the specified layer.
Deprecated:
v4.9.3 Use AxMap.get_LayerLabels, Labels.OffsetX, Labels.OffsetY instead.
Removed in 4.9.3:
Removed in v4.9.3

◆ set_LayerLabelsScale()

void AxMap_Deprecated.set_LayerLabelsScale ( int  LayerHandle,
bool  newValue 
)

Sets whether to scale the labels on the layer

Parameters
LayerHandleThe handle of the layer for which the scaling of labels is to be set.
newValueA boolean value representing whether or not to scale the labels on the specified layer.
Deprecated:
v4.9.3 Use AxMap.get_LayerLabels, Labels.ScaleLabels instead.
Removed in 4.9.3:
Removed in v4.9.3

◆ set_LayerLabelsShadow()

void AxMap_Deprecated.set_LayerLabelsShadow ( int  LayerHandle,
bool  newValue 
)

Sets whether to use shadows for the labels on the layer.

Parameters
LayerHandleThe handle of the layer for which the use of label shadows is to be set.
newValueA boolean value representing whether or not label shadows will be used for the specified layer.
Deprecated:
v4.9.3 Use AxMap.get_LayerLabels, Labels.HaloVisible instead.
Removed in 4.9.3:
Removed in v4.9.3

◆ set_LayerLabelsShadowColor()

void AxMap_Deprecated.set_LayerLabelsShadowColor ( int  LayerHandle,
uint  newValue 
)

Sets the shadow color for the labels on the layer.

Parameters
LayerHandleThe layer handle of the layer for which the shadow color is to be set.
newValueThe color of use as the shadow color of the specified layer. This is a System.UInt32 representation of an RGB color.
Deprecated:
v4.9.3 Use AxMap.get_LayerLabels, Labels.HaloColor instead.
Removed in 4.9.3:
Removed in v4.9.3

◆ set_LayerLabelsVisible()

void AxMap_Deprecated.set_LayerLabelsVisible ( int  LayerHandle,
bool  newValue 
)

Sets label visibility for the specified layer.

Parameters
LayerHandleThe layer handle for the layer for which its label's visibility are to be set.
newValueA boolean value which determines whether the specified layer's labels are visible or not.
Deprecated:
v4.9.3 Use AxMap.get_LayerLabels, Labels.Visible instead.
Removed in 4.9.3:
Removed in v4.9.3

◆ set_ShapeDrawFill()

void AxMap_Deprecated.set_ShapeDrawFill ( int  LayerHandle,
int  Shape,
bool  newValue 
)

Deprecated. Sets whether the specified shape is drawn with a fill. Only works on polygon shapefiles.

Parameters
LayerHandleHandle of the layer containing the shape for which the fill is to be set.
ShapeHandle of the shape for which the fill is to be set.
newValueSets whether the shape is drawn with a fill or not.
Deprecated:
v. 4.8. Use ShapeDrawingOptions.FillVisible property. See ShapefileCategories, Shapefile.set_ShapeCategory to setup visualization of individual shapes.
Removed in 4.9.3:
Removed in v4.9.3

◆ set_ShapeDrawLine()

void AxMap_Deprecated.set_ShapeDrawLine ( int  LayerHandle,
int  Shape,
bool  newValue 
)

Deprecated. Sets whether the lines for the specified shape are drawn.

Parameters
LayerHandleHandle of the layer containing the shape for which the lines are to be set.
ShapeHandle of the shape for which the lines are to be set.
newValueSets whether the shape is drawn with lines or not.
Deprecated:
v. 4.8. Use ShapeDrawingOptions.LineVisible instead. See ShapefileCategories, Shapefile.set_ShapeCategory to setup visualization of individual shapes.
Removed in 4.9.3:
Removed in v4.9.3

◆ set_ShapeDrawPoint()

void AxMap_Deprecated.set_ShapeDrawPoint ( int  LayerHandle,
int  Shape,
bool  newValue 
)

Deprecated. Sets whether the points/vertices in specified shape are drawn.

Parameters
LayerHandleHandle of the layer containing the shape for which the points are to be set.
ShapeHandle of the shape for which the points are to be set.
newValueSets whether the shape is drawn with points or not.
Deprecated:
v. 4.8. Use ShapeDrawingOptions.Visible instead. See ShapefileCategories, Shapefile.set_ShapeCategory to setup visualization of individual shapes.
Removed in 4.9.3:
Removed in v4.9.3

◆ set_ShapeFillColor()

void AxMap_Deprecated.set_ShapeFillColor ( int  LayerHandle,
int  Shape,
uint  newValue 
)

Deprecated. Sets the fill color for the specified shape. Only works on polygon shapefiles

Parameters
LayerHandleHandle of the layer containing the shape for which the fill color is to be set.
ShapeHandle for the shape for which the fill color is to be set.
newValueFill color for the shape in the polygon shapefile. This is a System.UInt32 representation of an RGB color
Deprecated:
v. 4.8. Use ShapeDrawingOptions.FillColor instead. See ShapefileCategories, Shapefile.set_ShapeCategory to setup visualization of individual shapes.
Removed in 4.9.3:
Removed in v4.9.3

◆ set_ShapeFillStipple()

void AxMap_Deprecated.set_ShapeFillStipple ( int  LayerHandle,
int  Shape,
MapWinGIS.tkFillStipple  newValue 
)

Deprecated. Sets the fill stipple for the specified shape. Only works on polygon shapefiles.

Parameters
LayerHandleHandle of the layer containing the shape for which the fill stipple is to be set.
ShapeHandle of the shape for which the fill stipple is to be set.
newValueSets fill stipple for the specified shape.
Deprecated:
v. 4.8. Use ShapeDrawingOptions.FillHatchStyle instead. See ShapefileCategories, Shapefile.set_ShapeCategory to setup visualization of individual shapes.
Removed in 4.9.3:
Removed in v4.9.3

◆ set_ShapeFillTransparency()

void AxMap_Deprecated.set_ShapeFillTransparency ( int  LayerHandle,
int  Shape,
float  newValue 
)

Deprecated. Sets the percentage of fill transparency for the specified layer. Only works on polygon shapefiles.

Parameters
LayerHandleHandle of the layer containing the shape for which the fill transparency is to be set.
ShapeHandle of the shape for which the fill transparency is to be set.
newValueSets the percentage of fill transparency for the specified shape.
Deprecated:
v. 4.8. Use ShapeDrawingOptions.FillTransparency instead. See ShapefileCategories, Shapefile.set_ShapeCategory to setup visualization of individual shapes.
Removed in 4.9.3:
Removed in v4.9.3

◆ set_ShapeLineColor()

void AxMap_Deprecated.set_ShapeLineColor ( int  LayerHandle,
int  Shape,
uint  newValue 
)

Deprecated. Sets the line color for the specified shape. Only works on shapefiles.

Parameters
LayerHandleHandle of the layer containing the shape for which the line color is to be set.
ShapeHandle of the shape for which the line color is to be set.
newValueLine color for the shape in the polygon shapefile. This is a System.UInt32 representation of an RGB color
Deprecated:
v. 4.8. Use ShapeDrawingOptions.LineColor instead. See ShapefileCategories, Shapefile.set_ShapeCategory to setup visualization of individual shapes.
Removed in 4.9.3:
Removed in v4.9.3

◆ set_ShapeLineStipple()

void AxMap_Deprecated.set_ShapeLineStipple ( int  LayerHandle,
int  Shape,
MapWinGIS.tkLineStipple  newValue 
)

Deprecated. Sets the line stipple for the specified shape. Only works on shapefiles.

Parameters
LayerHandleHandle of the layer containing the shape for which the line stipple is to be set.
ShapeHandle of the shape for which the line stipple is to be set.
newValueLine stipple for the shape in the shapefile.
Deprecated:
v. 4.8. Use ShapeDrawingOptions.LineStipple instead. See ShapefileCategories, Shapefile.set_ShapeCategory to setup visualization of individual shapes.
Removed in 4.9.3:
Removed in v4.9.3

◆ set_ShapeLineWidth()

void AxMap_Deprecated.set_ShapeLineWidth ( int  LayerHandle,
int  Shape,
float  newValue 
)

Deprecated. Sets the line width for the specified shape. Only works on shapefiles. Suggested values for line width: 1 - 5

Parameters
LayerHandleHandle of the layer containing the shape for which the line width is to be set.
ShapeHandle of the shape for which the line width is to be set
newValueLine width for the shape in the shapefile.
Deprecated:
v. 4.8. Use ShapeDrawingOptions.LineWidth instead. See ShapefileCategories, Shapefile.set_ShapeCategory to setup visualization of individual shapes.
Removed in 4.9.3:
Removed in v4.9.3

◆ set_ShapePointColor()

void AxMap_Deprecated.set_ShapePointColor ( int  LayerHandle,
int  Shape,
uint  newValue 
)

Deprecated. Sets the point color for the specified shape. Only works on shapefiles.

Parameters
LayerHandleHandle of the layer containing the shape for which the point color is to be set.
ShapeHandle of the shape for which the point color is to be set.
newValuePoint color for the shape in the polygon shapefile. This is a System.UInt32 representation of an RGB color
Deprecated:
v. 4.8. Use ShapeDrawingOptions.FillColor for point shapefiles and ShapeDrawingOptions.VerticesColor
for polylines and polygons instead. See ShapefileCategories, Shapefile.set_ShapeCategory to setup visualization of individual shapes.
Removed in 4.9.3:
Removed in v4.9.3

◆ set_ShapePointFontCharListID()

void AxMap_Deprecated.set_ShapePointFontCharListID ( int  LayerHandle,
int  Shape,
int  newValue 
)

Deprecated. Sets the index of the point marker represented by font character.

Parameters
LayerHandleThe handle of the layer.
ShapeThe index of the shape.
newValueThe index of the marker associated with shape.
Deprecated:
v. 4.8. Use ShapeDrawingOptions.PointCharacter instead. See ShapefileCategories, Shapefile.set_ShapeCategory to setup visualization of individual shapes.
Removed in 4.9.3:
Removed in v4.9.3

◆ set_ShapePointImageListID()

void AxMap_Deprecated.set_ShapePointImageListID ( int  LayerHandle,
int  Shape,
int  newValue 
)

Allows you specify an image from the image list so that one point shapefile can have multiple icons

Parameters
LayerHandleThe layer handle of the layer containing the list to specify an image from.
ShapeThe specific shape to be assigned a value in the layer.
newValueThe index of the image in the imagelist that you want to assign to the specified shape
Deprecated:
v. 4.8. Use ShapeDrawingOptions.Picture instead. See ShapefileCategories, Shapefile.set_ShapeCategory to setup visualization of individual shapes.
Removed in 4.9.3:
Removed in v4.9.3

◆ set_ShapePointSize()

void AxMap_Deprecated.set_ShapePointSize ( int  LayerHandle,
int  Shape,
float  newValue 
)

Sets the line point/vertex size for the specified shape. Only works on shapefiles.

Parameters
LayerHandleHandle of the layer containing the shape for which the point/vertex size is to be set.
ShapeHandle of the shape for which the point/vertex size is to be set.
newValuePoint/vertex size for the shape in the shapefile.
Deprecated:
v. 4.8. Use ShapeDrawingOptions.PointSize instead. See ShapefileCategories, Shapefile.set_ShapeCategory to setup visualization of individual shapes.
Removed in 4.9.3:
Removed in v4.9.3

◆ set_ShapePointType()

void AxMap_Deprecated.set_ShapePointType ( int  LayerHandle,
int  Shape,
MapWinGIS.tkPointType  newValue 
)

Deprecated. Sets the line point type for the specified shape. Only works on shapefiles.

Parameters
LayerHandleHandle of the layer containing the shape for which the point type is to be set.
ShapeHandle of the shape for which the point type is to be set.
newValuePoint type for the shape in the shapefile.
Deprecated:
v. 4.8. Use ShapeDrawingOptions.PointType instead. See ShapefileCategories, Shapefile.set_ShapeCategory to setup visualization of individual shapes.
Removed in 4.9.3:
Removed in v4.9.3

◆ set_ShapeStippleColor()

void AxMap_Deprecated.set_ShapeStippleColor ( int  LayerHandle,
int  Shape,
uint  newValue 
)

Deprecated. Sets the color of the polygon fill stipple for the given shape of the layer.

Parameters
LayerHandleThe handle of the layer.
ShapeThe index of the shape.
newValueThe color of stipple.
Deprecated:
v. 4.8. Use ShapeDrawingOptions.FillHatchStyle instead. See ShapefileCategories, Shapefile.set_ShapeCategory to setup visualization of individual shapes.
Removed in 4.9.3:
Removed in v4.9.3

◆ set_ShapeStippleTransparent()

void AxMap_Deprecated.set_ShapeStippleTransparent ( int  LayerHandle,
int  Shape,
bool  newValue 
)

Deprecated. Sets a boolean value which indicates whether the background of fill stipple for given shape of will be transparent.

Parameters
LayerHandleThe handle of the layer.
ShapeThe index of the shape.
newValueTrue in case the background is transparent and false otherwise.
Deprecated:
v. 4.8. Use ShapeDrawingOptions.FillBgTransparent instead. See ShapefileCategories, Shapefile.set_ShapeCategory to setup visualization of individual shapes.
Removed in 4.9.3:
Removed in v4.9.3

◆ set_ShapeVisible()

void AxMap_Deprecated.set_ShapeVisible ( int  LayerHandle,
int  Shape,
bool  newValue 
)

Deprecated. Sets the visibility of the specified shape.

Parameters
LayerHandleHandle of the layer containing the shape for which the visibility is to be set
ShapeHandle of the shape for which the visibility is to be set.
newValueBoolean value representing whether the shape is to be visible or not.
Deprecated:
v. 4.8. Use ShapeDrawingOptions.Visible and Shapefile.VisibilityExpression instead. See ShapefileCategories, Shapefile.set_ShapeCategory to setup visualization of individual shapes.
Removed in 4.9.3:
Removed in v4.9.3

◆ set_UDFillStipple()

void AxMap_Deprecated.set_UDFillStipple ( int  LayerHandle,
int  StippleRow,
int  newValue 
)

Sets one user defined stipple row.

The user defined fill stipple contains 32 rows of 32 bits. The stipple is created by setting patterns in the bits contained in each row.

Parameters
LayerHandleThe handle of the layer for which the fill stipple is to be set.
StippleRowThe row in the custom stipple for which the pattern is to be set.
newValueThe custom fill stipple as an integer value where the stipple is defined by arranging the 32 bits in desired pattern
Deprecated:
v.4.8. Use ShapeDrawingOptions.FillHatchStyle instead.
Removed in 4.9.3:
Removed in v4.9.3

◆ set_UDLineStipple()

void AxMap_Deprecated.set_UDLineStipple ( int  LayerHandle,
int  newValue 
)

Sets the user defined line stipple for the specified layer.

The user defined line stipple is represented by an Integer (VB.NET) or a Long (VB 6). The first digit represents the stipple multiplier. Each of the following digits alternate between representing pixels drawn and pixels skipped in the pattern. The number of pixels to be drawn or skipped are determined by multiplying the digit representing that segment of the stipple by the stipple multiplier.
This custom line stipple would draw six pixels(2*3), skip eight pixels(2*4), draw ten pixels(2*5), skip twelve pixels(2*6), with the pattern repeating from the beginning after that. The largest valid line stipple is 2147483647. Any value greater than this will result in overflow. A line stipple value less than 111 will result in a solid line.

Parameters
LayerHandleThe handle of the layer for which the user defined shape line stipple is to be set.
newValueThe user defined line stipple.
Deprecated:
v.4.8. Use LinePattern class instead.
Removed in 4.9.3:
Removed in v4.9.3

◆ set_UDPointFontCharFont()

void AxMap_Deprecated.set_UDPointFontCharFont ( int  LayerHandle,
string  FontName,
float  FontSize,
bool  isBold,
bool  isItalic,
bool  isUnderline 
)

Sets the font for point markers defined by font characters.

Parameters
LayerHandleThe handle of the layer.
FontNameThe name of the font.
FontSizeThe size of the font.
isBoldA boolean value which indicates whether the font is bold.
isItalicA boolean value which indicates whether the font is italic.
isUnderlineA boolean value which indicates whether the font is underlined.
Deprecated:
v.4.8. Use ShapeDrawingOptions.PointCharacter and ShapefileCategories instead.
Removed in 4.9.3:
Removed in v4.9.3

◆ set_UDPointFontCharFontSize()

void AxMap_Deprecated.set_UDPointFontCharFontSize ( int  LayerHandle,
float  FontSize 
)

Sets the font size for point markers defined by font characters.

Parameters
LayerHandleThe handle of the layer.
FontSizeThe size of the font.
Deprecated:
v.4.8. Use ShapeDrawingOptions.PointCharacter and ShapefileCategories instead.
Removed in 4.9.3:
Removed in v4.9.3

◆ set_UDPointFontCharListAdd()

int AxMap_Deprecated.set_UDPointFontCharListAdd ( int  LayerHandle,
int  newValue,
uint  Color 
)

Adds a new item in the list of point markers defined by font characters

Parameters
LayerHandleThe handle of the layer.
newValueThe ANSI code of the new character.
ColorThe color of the marker.
Returns
The index of the new font character in the list of markers.
Deprecated:
v.4.8. Use ShapeDrawingOptions.PointCharacter and ShapefileCategories instead.
Removed in 4.9.3:
Removed in v4.9.3

◆ set_UDPointImageListAdd()

int AxMap_Deprecated.set_UDPointImageListAdd ( int  LayerHandle,
object  newValue 
)

Allows you to build an image list so that one point shapefile can have multiple icons.

Parameters
LayerHandleThe layer handle of the layer for which the image list is defined.
newValueThe Integer index for the image to retrieve
Returns
The image object which is used as the point image for the specified layer.
Deprecated:
v.4.8. Use ShapeDrawingOptions.Picture and ShapefileCategories instead.
Removed in 4.9.3:
Removed in v4.9.3

◆ set_UDPointType()

void AxMap_Deprecated.set_UDPointType ( int  LayerHandle,
object  newValue 
)

Sets the image used when drawing points on the specified layer.

Parameters
LayerHandleThe layer handle of the layer for which the point type is required.
newValueThe image object which is used as the point image for the specified layer.
Deprecated:
v.4.8. Use ShapeDrawingOptions.PointType instead.
Removed in 4.9.3:
Removed in v4.9.3

◆ set_UseDrawingLabelCollision()

void AxMap_Deprecated.set_UseDrawingLabelCollision ( int  DrawHandle,
bool  newValue 
)

Sets a boolean value which indicates whether overlapping labels will be allowed for drawing layer.

This property corresponds to the Labels.AllowCollisions property.

Parameters
DrawHandleThe handle of the drawing layer returned by AxMap.NewDrawing method.
newValueTrue in case overlapping labels are removed and false otherwise.
Deprecated:
v 4.9.3 Use AxMap.get_DrawingLabels, Labels.AvoidCollisions instead.
Removed in 4.9.3:
Removed in v4.9.3

◆ set_UseLabelCollision()

void AxMap_Deprecated.set_UseLabelCollision ( int  LayerHandle,
bool  newValue 
)

Sets a boolean value which indicates whether overlapping labels will be allowed for the layer.

Parameters
LayerHandleThe handle of the layer.
newValueTrue in case overlapping labels will be forbidden and false otherwise.
Deprecated:
v4.9.3 Use AxMap.get_LayerLabels, Labels.AvoidCollisions instead.
Removed in 4.9.3:
Removed in v4.9.3

◆ SetDrawingStandardViewWidth()

void AxMap_Deprecated.SetDrawingStandardViewWidth ( int  DrawHandle,
double  Width 
)

Deprecated. Affects the scaling of the labels of the specified drawing layer.

Parameters
DrawHandleThe handle of the drawing layer.
WidthThe width in pixels.
Deprecated:
v.4.8. Use AxMap.get_DrawingLabels, Labels.BasicScale and Labels.ScaleLabels instead.
Removed in 4.9.3:
Removed in v4.9.3

◆ SetImageLayerColorScheme()

bool AxMap_Deprecated.SetImageLayerColorScheme ( int  LayerHandle,
object  ColorScheme 
)

Sets a coloring scheme to be associated with an image layer.

The coloring scheme is for reference purposes only and has no effect the coloring or display of the image.

Parameters
LayerHandleThe handle of the image layer to attach the coloring scheme to.
ColorSchemeThe coloring scheme to attach to the specified image layer.
Returns
Boolean value representing success when true, failure when false.
Deprecated:
v4.8 Use Image.CustomColorScheme instead.
Removed in 4.9.3:
Removed in v4.9.3

◆ SetLayerStandardViewWidth()

void AxMap_Deprecated.SetLayerStandardViewWidth ( int  LayerHandle,
double  Width 
)

Sets the standard view width used to scale the labels on the layer.

Parameters
LayerHandleThe handle of the layer for which the standard view width is to be set.
WidthThe new standard view width for the specified layer.
Deprecated:
v4.9.3 Use AxMap.get_LayerLabels, Labels.BasicScale instead.
Removed in 4.9.3:
Removed in v4.9.3

◆ UpdateImage()

void AxMap_Deprecated.UpdateImage ( int  LayerHandle)

Updates the display of the specified image object.

Parameters
LayerHandleThe handle of the layer.
Deprecated:
v4.9.3 No longer used.
Removed in 4.9.3:
Removed in v4.9.3

Property Documentation

◆ CanUseImageGrouping

bool AxMap_Deprecated.CanUseImageGrouping
getset

Gets or sets a boolean value which indicates how images with identical size and position on the map will be drawn.

When set to true such images will be merged into a single bitmap. This may improve performance in case of low number of data pixels (those which differ from the transparent color). The default value is false.

New API 4.8:
Added in version 4.8
Deprecated:
v.4.9.3 The functionality is no longer supported.
Removed in 4.9.3:
Removed in v4.9.3

◆ DoubleBuffer

bool AxMap_Deprecated.DoubleBuffer
getset

Gets or sets whether or not the map uses double buffering.

Double buffering uses a little more memory, but allows the view to be smoother with less flickering. The default value is true. It's not recommended to change it.

Deprecated:
v.4.9.3 Double buffer is used in all cases.
Removed in 4.9.3:
Removed in v4.9.3

◆ LineSeparationFactor

int AxMap_Deprecated.LineSeparationFactor
getset

Gets or sets line separation factor.

Deprecated:
v4.8. Use LinePattern class, and ShapeDrawingOptions.LinePattern property instead.
Removed in 4.9.3:
Removed in v4.9.3

◆ MapRotationAngle

double AxMap_Deprecated.MapRotationAngle
getset

Gets or sets the angle of map rotation in degrees.

Deprecated:
v.4.9.3 The functionality is no longer supported.
Removed in 4.9.3:
Removed in v4.9.3

◆ MapState

string AxMap_Deprecated.MapState
getset

Gets or sets the MapState string which stores all information needed to restore a view.

This includes layer information and coloring schemes.

Deprecated:
v.4.8 Use AxMap.SerializeMapState instead.
Removed in 4.9.3:
Removed in v4.9.3

◆ MultilineLabels

bool AxMap_Deprecated.MultilineLabels
getset

Gets or sets a boolean value which indicates whether multiline labels will be drawn correctly on the map.

Deprecated:
v 4.8. Multiline labels will be drawn after specification of appropriate label expression.
See also
Labels.Expression.
Removed in 4.9.3:
Removed in v4.9.3

◆ SerialNumber

string AxMap_Deprecated.SerialNumber
getset

Serial number functionality is deprecated as MapWindow is now Open Source. This property may be left unset.

Deprecated:
v4.8 This property is no longer used.
Removed in 4.9.3:
Removed in v4.9.3

◆ ShapeDrawingMethod

tkShapeDrawingMethod AxMap_Deprecated.ShapeDrawingMethod
getset

Gets or sets the drawing method for vector layers.

The default value is vdmNewSymbology. From the version 4.8 this is the only value supported.

New API 4.8:
Added in version 4.8
Deprecated:
v4.8 No longer used.
Removed in 4.9.3:
Removed in v4.9.3