Method | Description | |
---|---|---|
DiMapParser ( ) : System | ||
DiMapParser ( string xmlPath ) : System | ||
GetBandDesc ( int bandIndex ) : string |
Get the name of the band.
|
|
GetBandIndex ( int indexCounter ) : string |
Index of the band based on the counter.
|
|
GetBandStatMax ( int bandIndex ) : string |
Get maximum value for the band.
|
|
GetBandStatMean ( int bandIndex ) : string |
Get mean value for the band.
|
|
GetBandStatMin ( int bandIndex ) : string |
Get minimum value for the band.
|
|
GetBandStatStdDev ( int bandIndex ) : string |
Get standard deviation value for the band.
|
|
GetNextVertex ( string &x, string &y, string &col, string &row ) : bool | ||
GetNextVertex2 ( string &x, string &y, string unit ) : bool |
Get next vertex from the footprint defined in the xml based on the vertex count and unit.
|
|
ResetVertexCount ( ) : void |
Reset the vertex count to get vertices of the footprint.
|
public DiMapParser ( string xmlPath ) : System | ||
xmlPath | string | |
return | System |
public GetBandDesc ( int bandIndex ) : string | ||
bandIndex | int | Index of the band for which to get the name. |
return | string |
public GetBandIndex ( int indexCounter ) : string | ||
indexCounter | int | Counter (similar to vertexCount) to get the index for. |
return | string |
public GetBandStatMax ( int bandIndex ) : string | ||
bandIndex | int | Index of the band for which to get the value. |
return | string |
public GetBandStatMean ( int bandIndex ) : string | ||
bandIndex | int | Index of the band for which to get the value. |
return | string |
public GetBandStatMin ( int bandIndex ) : string | ||
bandIndex | int | Index of the band for which to get the value. |
return | string |
public GetBandStatStdDev ( int bandIndex ) : string | ||
bandIndex | int | Index of the band for which to get the value. |
return | string |
public GetNextVertex ( string &x, string &y, string &col, string &row ) : bool | ||
x | string | |
y | string | |
col | string | |
row | string | |
return | bool |
public GetNextVertex2 ( string &x, string &y, string unit ) : bool | ||
x | string | The X value. |
y | string | The Y value. |
unit | string | Unit to check which parameter to get vertex from. |
return | bool |