Click or drag to resize

IEcospaceImportExport Interface

Interface for directly importing and exporting spatial data into Ecospace without the intervention of fancy spatial engines.

Namespace:  EwEUtils.Core
Assembly:  EwEUtils (in EwEUtils.dll) Version: 6.6.15981.0 (6.6.15981.0)
Syntax
public interface IEcospaceImportExport

The IEcospaceImportExport type exposes the following members.

Properties
  NameDescription
Public propertyCellSize
Public propertyInCol
Public propertyInRow
Public propertyNoDataValue
Public propertyPosTopLeft
Public propertyProjectionString
Public propertyValue
Get/set a grid value.
Top
Methods
  NameDescription
Public methodToRaster
Returns data in the form of a ISpatialRaster.
Top
See Also