Table of Contents

Class UsgsDemFeatureLayer

Namespace
ThinkGeo.Core
Assembly
ThinkGeo.Core.dll
public class UsgsDemFeatureLayer : FeatureLayer
Inheritance
UsgsDemFeatureLayer
Inherited Members

Constructors

UsgsDemFeatureLayer()

public UsgsDemFeatureLayer()

UsgsDemFeatureLayer(string)

public UsgsDemFeatureLayer(string pathFilename)

Parameters

pathFilename string

Properties

ColumnCount

public int ColumnCount { get; }

Property Value

int

DataValueColumnName

public string DataValueColumnName { get; }

Property Value

string

ElevationUnit

public DistanceUnit ElevationUnit { get; }

Property Value

DistanceUnit

HasBoundingBox

public override bool HasBoundingBox { get; }

Property Value

bool

MaxElevation

public double MaxElevation { get; }

Property Value

double

MinElevation

public double MinElevation { get; }

Property Value

double

OriginCode

public string OriginCode { get; }

Property Value

string

PathFilename

public string PathFilename { get; set; }

Property Value

string

QualityLevel

public UsgsDemQualityLevel QualityLevel { get; }

Property Value

UsgsDemQualityLevel

ResolutionX

public float ResolutionX { get; }

Property Value

float

ResolutionY

public float ResolutionY { get; }

Property Value

float

ResolutionZ

public float ResolutionZ { get; }

Property Value

float

RowCount

public int RowCount { get; }

Property Value

int