C# Class MapAround.Web.Wms.WmsFeatureRender

Special rendering for FeatureLayer using wms with caching.
Inheritance: MapAround.Mapping.DefaultFeatureRenderer
Exibir arquivo Open project: gkrsu/maparound.core Class Usage Examples

Public Methods

Method Description
AddTitleInfo ( byte titleinfo ) : void

Add new data on the text in the general collection.

BeginLayerRender ( ) : void

Rendorim new layer. Clears the buffer of the old paint layer.

RenderTitle ( Image image, BoundingRectangle viewBox ) : void

Drawing names. Algorithm uses the base class.

WmsFeatureRender ( MapRenderingSettings renderingSettings ) : System.Collections.Generic

Conctructor.

Protected Methods

Method Description
FlushTitles ( Graphics g, BoundingRectangle viewBox, double scaleFactor ) : void

Overriding the DefaultFeatureRenderer.FlushTitles(System.Drawing.Graphics,MapAround.Geometry.BoundingRectangle,double).

Private Methods

Method Description
Deserialize ( byte bytes ) : IList

Deserialization text.

Seralize ( IList sElements ) : byte[]

Serialization of text.

Method Details

AddTitleInfo() public method

Add new data on the text in the general collection.
public AddTitleInfo ( byte titleinfo ) : void
titleinfo byte Serialized data.
return void

BeginLayerRender() public method

Rendorim new layer. Clears the buffer of the old paint layer.
public BeginLayerRender ( ) : void
return void

FlushTitles() protected method

Overriding the DefaultFeatureRenderer.FlushTitles(System.Drawing.Graphics,MapAround.Geometry.BoundingRectangle,double).
protected FlushTitles ( Graphics g, BoundingRectangle viewBox, double scaleFactor ) : void
g System.Drawing.Graphics
viewBox BoundingRectangle
scaleFactor double
return void

RenderTitle() public method

Drawing names. Algorithm uses the base class.
public RenderTitle ( Image image, BoundingRectangle viewBox ) : void
image Image
viewBox BoundingRectangle
return void

WmsFeatureRender() public method

Conctructor.
public WmsFeatureRender ( MapRenderingSettings renderingSettings ) : System.Collections.Generic
renderingSettings MapRenderingSettings Setting the drawing.
return System.Collections.Generic