C# 클래스 MapAround.Web.Wms.WmsFeatureRender

Special rendering for FeatureLayer using wms with caching.
상속: MapAround.Mapping.DefaultFeatureRenderer
파일 보기 프로젝트 열기: gkrsu/maparound.core 1 사용 예제들

공개 메소드들

메소드 설명
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.

보호된 메소드들

메소드 설명
FlushTitles ( Graphics g, BoundingRectangle viewBox, double scaleFactor ) : void

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

비공개 메소드들

메소드 설명
Deserialize ( byte bytes ) : IList

Deserialization text.

Seralize ( IList sElements ) : byte[]

Serialization of text.

메소드 상세

AddTitleInfo() 공개 메소드

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

BeginLayerRender() 공개 메소드

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

FlushTitles() 보호된 메소드

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
리턴 void

RenderTitle() 공개 메소드

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

WmsFeatureRender() 공개 메소드

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