Class UsgsDemFeatureSource
public class UsgsDemFeatureSource : FeatureSource
- Inheritance
-
UsgsDemFeatureSource
- Inherited Members
Constructors
UsgsDemFeatureSource()
public UsgsDemFeatureSource()
UsgsDemFeatureSource(string)
public UsgsDemFeatureSource(string pathFilename)
Parameters
pathFilename
string
Properties
ColumnCount
public int ColumnCount { get; }
Property Value
DataValueColumnName
public string DataValueColumnName { get; }
Property Value
ElevationUnit
public DistanceUnit ElevationUnit { get; }
Property Value
MaxElevation
public double MaxElevation { get; }
Property Value
MinElevation
public double MinElevation { get; }
Property Value
OriginCode
public string OriginCode { get; }
Property Value
PathFilename
public string PathFilename { get; set; }
Property Value
QualityLevel
public UsgsDemQualityLevel QualityLevel { get; }
Property Value
ResolutionX
public float ResolutionX { get; }
Property Value
ResolutionY
public float ResolutionY { get; }
Property Value
ResolutionZ
public float ResolutionZ { get; }
Property Value
RowCount
public int RowCount { get; }
Property Value
Methods
GetAllFeaturesCore(IEnumerable<string>)
protected override Collection<Feature> GetAllFeaturesCore(IEnumerable<string> returningColumnNames)
Parameters
returningColumnNames
IEnumerable<string>
Returns
GetBoundingBoxCore()
protected override RectangleShape GetBoundingBoxCore()
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>
Returns
GetFeaturesInsideBoundingBoxCore(RectangleShape, IEnumerable<string>)
protected override Collection<Feature> GetFeaturesInsideBoundingBoxCore(RectangleShape boundingBox, IEnumerable<string> returningColumnNames)
Parameters
boundingBox
RectangleShapereturningColumnNames
IEnumerable<string>
Returns
OpenCore()
protected override void OpenCore()