C# Class MapAround.Web.Wms.WmsFeatureRender

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

Méthodes publiques

Méthode 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.

Méthodes protégées

Méthode Description
FlushTitles ( Graphics g, BoundingRectangle viewBox, double scaleFactor ) : void

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

Private Methods

Méthode Description
Deserialize ( byte bytes ) : IList

Deserialization text.

Seralize ( IList sElements ) : byte[]

Serialization of text.

Method Details

AddTitleInfo() public méthode

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

BeginLayerRender() public méthode

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

FlushTitles() protected méthode

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
Résultat void

RenderTitle() public méthode

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

WmsFeatureRender() public méthode

Conctructor.
public WmsFeatureRender ( MapRenderingSettings renderingSettings ) : System.Collections.Generic
renderingSettings MapRenderingSettings Setting the drawing.
Résultat System.Collections.Generic