C# Class csGeoLayers.Wikipedia.WikiFeature

Inheritance: IGeoFeature
Mostra file Open project: TNOCS/csTouch Class Usage Examples

Public Properties

Property Type Description
Boundary System.Windows.Rect
DbInfo Object>.Dictionary

Public Methods

Method Description
Boundaries ( ) : Rect
ForceUpdate ( ) : void
InTime ( ITimelineManager t, IGeoLayer l ) : bool
InView ( MapViewDef t ) : bool
ToString ( ) : string

Method Details

Boundaries() public method

public Boundaries ( ) : Rect
return System.Windows.Rect

ForceUpdate() public method

public ForceUpdate ( ) : void
return void

InTime() public method

public InTime ( ITimelineManager t, IGeoLayer l ) : bool
t ITimelineManager
l IGeoLayer
return bool

InView() public method

public InView ( MapViewDef t ) : bool
t MapViewDef
return bool

ToString() public method

public ToString ( ) : string
return string

Property Details

Boundary public_oe property

public Rect,System.Windows Boundary
return System.Windows.Rect

DbInfo public_oe property

public Dictionary DbInfo
return Object>.Dictionary