Table of Contents

Class GraticuleFeatureSource

Namespace
ThinkGeo.Core
Assembly
ThinkGeo.Core.dll
public class GraticuleFeatureSource : FeatureSource
Inheritance
GraticuleFeatureSource
Inherited Members

Constructors

GraticuleFeatureSource()

public GraticuleFeatureSource()

Properties

GraticuleDensity

public int GraticuleDensity { get; set; }

Property Value

int

WrappingExtent

public RectangleShape WrappingExtent { get; set; }

Property Value

RectangleShape

WrappingMode

public WrappingMode WrappingMode { get; set; }

Property Value

WrappingMode

Methods

GetAllFeaturesCore(IEnumerable<string>)

protected override Collection<Feature> GetAllFeaturesCore(IEnumerable<string> returningColumnNames)

Parameters

returningColumnNames IEnumerable<string>

Returns

Collection<Feature>

GetColumnsCore()

protected override Collection<FeatureSourceColumn> GetColumnsCore()

Returns

Collection<FeatureSourceColumn>

GetFeaturesForDrawingCore(RectangleShape, double, double, IEnumerable<string>)

protected override Collection<Feature> GetFeaturesForDrawingCore(RectangleShape boundingBox, double screenWidth, double screenHeight, IEnumerable<string> returningColumnNames)

Parameters

boundingBox RectangleShape
screenWidth double
screenHeight double
returningColumnNames IEnumerable<string>

Returns

Collection<Feature>