![]() |
MapLink Pro .NET 11.1
Envitia MapLink Pro: The Ultimate Mapping Application Toolkit
|
Classes | |
class | TSLNTerrainContour |
class | TSLNTerrainContourCallbacks |
class | TSLNTerrainContourVertex |
class | TSLNTerrainContourVertexList |
class | TSLNTerrainDatabase |
class | TSLNTerrainDatabaseLayer |
struct | TSLNTerrainDataItem |
class | TSLNTerrainTileDataItem |
class | TSLNTerrainViewShed |
class | TSLNTerrainViewShedData |
|
strong |
Enumeration that describes the possible results of an operation. Possible values are:
TSLNTerrain_OK: The operation completed successfully.
TSLNTerrain_NotSupported: The attempted operation is not supported.
TSLNTerrain_FileNotFound: The specified file could not be located.
TSLNTerrain_NoDataAtLocation: There was no data in the terrain database at the specified position.
TSLNTerrain_LibraryNotOpen: Cannot perform the requested operation as no terrain database has been opened.
TSLNTerrain_CannotChangeBPP: Cannot set bytes per point in the terrain grid as terrain data already exists in the grid.
TSLNTerrain_FailedWriteGrid: Failed to create or write to a terrain grid file.
TSLNTerrain_NoDataToWrite: Save operation called when there is no data
TSLNTerrain_FailedReadGrid: Failed to read a terrain grid file.
TSLNTerrain_BPPNotSame: An operation on two grids was attempted where the bpp of the grids was not the same.
TSLNTerrain_InterpolationNotSupported: The requested method of interpolation is not supported.
TSLNTerrain_PathNotSet: No path has been specified for output files.
TSLNTerrain_InvalidArgument: An invalid argument was passed to a function.
TSLNTerrain_FileError: A file operation failed.
TSLNTerrain_FailedWriteHeader: Failed to write header information.
TSLNTerrain_FailedReadHeader: Failed to read header information.
TSLNTerrain_FailedCreatePyramid: Terrain pyramid creation failed.
TSLNTerrain_KeyNotFound: A file key was not found in a header file.
TSLNTerrain_InvalidHeader: A corrupt header file was encountered.
TSLNTerrain_FailedCreateLayer: Failed to write layer header file.
TSLNTerrain_FailedCreateProcessor: Failed to create a grid process object.
TSLNTerrain_ErrorProcessingData: Grid processor failed to process data.
TSLNTerrain_NoMoreData: Grid process data is complete.
TSLNTerrain_LayerNotInPyramid: Pyramid does not contain requested layer.
TSLNTerrain_FailedReadPyramid: Terrain pyramid read failed.
TSLNTerrain_FailedReadLayer: Failed to read a terrain layer.
TSLNTerrain_InvalidFileVersion: Version of file not supported.
TSLNTerrain_WrongFileType: Wrong file type was passed to function.
TSLNTerrain_LayerNotFound: A layer operation was attempted but the requested layer was not found in the layer list.
TSLNTerrain_NoData: Requested information could not be returned as there is no data.
TSLNTerrain_FailedCreateControlFile: Failed to write the control (.tdf) file.
TSLNTerrain_FailedReadControlFile: Failed to read the control file (.tdf).
TSLNTerrain_OutOfCacheSpace: No more room left in cache for new grid objects (too many grids in use).
TSLNTerrain_CreateCancelled: Terrain database generation was cancelled by the user.
TSLNTerrain_InvalidGrid: An attempt was made to add an invalid input grid to the repository.
TSLNTerrain_FormatNotSupported: Terrain database format not supported.
TSLNTerrain_UnsupportedDTEDLevel: DTED generation failed because the requested level is invalid.
TSLNTerrain_FailedToWriteDTED: Failed to generate a DTED cell.
TSLNTerrain_CoordinateSystemNotDefined: Lat/long - MU conversions not possible. Coordinate system not configured in terrain database.
TSLNTerrain_TransformationFailed: The coordinate system transformation failed.
TSLNTerrain_InvalidGridParameters: A parameterised grid did not match the information in the other parameters.
TSLNTerrain_ParameterNotFound: Grid doesn't contain the requested parameter.
TSLNTerrain_OutOfMemory: Failed to allocate sufficient memory to complete an operation.
TSLNTerrain_NullDataIgnoredInPath: When performing a findLOSIntersection Null data was found but ignored.