ESRI.ArcGIS.ADF.Web
RasterMarkerSymbol Class Members
See Also  Properties  Methods 
ESRI.ArcGIS.ADF.Web.Display.Symbol Namespace : RasterMarkerSymbol Class




The following tables list the members exposed by RasterMarkerSymbol.

Public Constructors

 NameDescription
Public ConstructorRasterMarkerSymbol ConstructorOverloaded.  Constructs a RasterMarkerSymbol.  
Top

Public Properties

 NameDescription
Public PropertyHeight Gets or sets a value that resizes the marker symbol's heigth to new size in pixels.  
Public PropertyImage Object that contains the URL of the image for the RasterMarkerSymbol.  
Public PropertyImageFormat Gets or sets the format of the image.  
Public Propertystatic (Shared in Visual Basic)MarkerSymbolDirPlaceHolder The placeholder used for marker symbol directory so that the same url can be used in both file system web sites and in IIS web sites.  
Public PropertyShadowColor Gets or sets the color of the shadow.  
Public PropertyTransparency Gets or sets the transparency of the symbol. This value must be between 0 and 100. (Inherited from Symbol)
Public PropertyWidth Gets or sets a value that resizes the marker symbol's width to new size in pixels.  
Public PropertyXOffset Gets or sets the x offset of the symbol in pixels. A positive offset moves the symbol to the right. When XOffset is 0, the symbol is anchored on its half-width in the X direction (Inherited from MarkerSymbol)
Public PropertyYOffset Gets or sets the y offset of the symbol in pixels. A positive offset moves the symbol up. When YOffset is 0, the symbol is anchored on its half-height in the Y direction (Inherited from MarkerSymbol)
Top

Public Methods

 NameDescription
Public MethodCloneOverridden.  Creates a deep clone of the current Object.  
Public MethodDecodeImageUrl Decodes the image url of this raster marker symbol replacing the marker symbol directory place holder with an image url that can be used in either a file system or a IIS web sites.  
Public Methodstatic (Shared in Visual Basic)DecodeImageUrls Decodes the image urls of raster marker symbols in the specified renderer replacing the marker symbol directory place holder with an image url that can be used in either a file system or a IIS web sites.  
Public MethodEncodeImageUrl Encodes the image url of this raster marker symbol with the marker symbol directory place holder so that the image can be used in file system and IIS web sites.  
Public MethodFromJson Populates symbol properties using JSON string. Use Symbol.FromString to deserialize from string into an symbol instance of the type specified in the JSON string.  
Public Methodstatic (Shared in Visual Basic)GetDefaultHightlightSymbol Gets the default highlight symbol.  
Public Methodstatic (Shared in Visual Basic)GetDefaultSymbol Gets the default symbol.  
Public MethodGetDimensionsOverridden.  Gets the dimensions of the marker symbol.  
Public MethodGetHashCodeOverridden.  Gets a unique hash code for the raster marker symbol.  
Public Methodstatic (Shared in Visual Basic)GetMarkerSymbolDir Gets the actual marker symbol directory.  
Public Methodstatic (Shared in Visual Basic)GetSymbolByUrlOverloaded.  Looks for a symbol in the database. If it's not found, the image will be created with center alignment.  
Public Methodstatic (Shared in Visual Basic)GetSymbolDatabaseEnumerator Gets the symbol database enumerator.  
Public MethodToJson Creates a JSON string representing the symbol.  
Top

See Also

© 2010 All Rights Reserved.