Class GraticuleFeatureSource
public class GraticuleFeatureSource : FeatureSource
- Inheritance
-
GraticuleFeatureSource
- Inherited Members
Constructors
GraticuleFeatureSource()
public GraticuleFeatureSource()
Properties
GraticuleDensity
public int GraticuleDensity { get; set; }
Property Value
WrappingExtent
public RectangleShape WrappingExtent { get; set; }
Property Value
WrappingMode
public WrappingMode WrappingMode { get; set; }
Property Value
Methods
GetAllFeaturesCore(IEnumerable<string>)
protected override Collection<Feature> GetAllFeaturesCore(IEnumerable<string> returningColumnNames)
Parameters
returningColumnNames
IEnumerable<string>
Returns
GetColumnsCore()
protected override Collection<FeatureSourceColumn> GetColumnsCore()
Returns
GetFeaturesForDrawingCore(RectangleShape, double, double, IEnumerable<string>)
protected override Collection<Feature> GetFeaturesForDrawingCore(RectangleShape boundingBox, double screenWidth, double screenHeight, IEnumerable<string> returningColumnNames)
Parameters
boundingBox
RectangleShapescreenWidth
doublescreenHeight
doublereturningColumnNames
IEnumerable<string>