Class | Description | |
---|---|---|
![]() | LasDataset | Represents a LAS dataset. |
![]() | LasDatasetDefinition | Represents the properties of a LasDataset. |
![]() | LasFile | Represents a LAS file. See LasDataset.GetFiles. |
![]() | LasPoint | A LasPoint represents information about a point in the LasDataset. |
![]() | LasPointCursor | Represents a cursor of points from a LAS dataset. See LasDataset.SearchPoints. |
![]() | LasPointFilter | Provides a set of parameters to filter for LAS points in LasDataset.SearchPoints. |
![]() | SurfaceConstraint | Represents a surface constraint in a LAS dataset. See LasDataset.GetSurfaceConstraints. |
![]() | Terrain | Represents a terrain dataset. |
![]() | TerrainDataSource | Represents a terrain datasource. See Terrain.GetDataSources. |
![]() | TerrainDefinition | Represents the properties of a Terrain. |
![]() | TerrainPyramidLevel | Represents a pyramid level of a Terrain. See Terrain.GetPyramidLevels. |
![]() | TerrainTileProperties | Represents the terrain tile information. See Terrain.GetTileProperties. |
![]() | TerrainWindowSizeProperties | Represents the window size properties of the terrain. See TerrainDefinition.GetPyramidWindowSizeProperties. |
![]() | TinCursor | An abstract base class that represents a cursor from a TIN dataset. |
![]() | TinDataset | Represents a TIN dataset. |
![]() | TinDatasetDefinition | Represents the properties of a TinDataset. |
![]() | TinEdge | A TinEdge is one of the three basic elements of a TIN. Edges are comprised of two TinNodes. Edges are oriented in clockwise order and are used to form triangles. |
![]() | TinEdgeCursor | Represents a cursor of edges from a TIN dataset. See TinDataset.SearchEdges. |
![]() | TinEdgeFilter | Encapsulates a set of parameters for filtering edges in TinDataset.SearchEdges. |
![]() | TinElement | An abstract base class for objects that define TIN elements. |
![]() | TinFilter | An abstract base class that provides a set of parameters to filter for TIN elements. See TinNodeFilter, TinEdgeFilter and TinTriangleFilter. |
![]() | TinNode | A TinNode is one of the three basic elements of a TIN. Nodes store X, Y and Z values and optional tag values. |
![]() | TinNodeCursor | Represents a cursor of nodes from a TIN dataset. See TinDataset.SearchNodes. |
![]() | TinNodeFilter | Encapsulates a set of parameters for filtering nodes in TinDataset.SearchNodes. |
![]() | TinTriangle | A TinTriangle is one of the three basic elements of a TIN. Triangles are comprised of three TinNodes and TinEdges. Nodes and edges are oriented in clockwise direction. |
![]() | TinTriangleCursor | Represents a cursor of triangles from a TIN dataset. See TinDataset.SearchTriangles. |
![]() | TinTriangleFilter | Encapsulates a set of parameters for filtering triangles in TinDataset.SearchTriangles. |