ArcGIS Pro 3.2 API Reference Guide
Inheritance Hierarchy
In This Topic
    ArcGIS.Core.Data.Analyst3D Namespace
    In This Topic

    This namespace contains types used for TINs, LAS, and Terrains.

    Classes
     ClassDescription
    Class Represents a LAS dataset.
    ClassRepresents the properties of a LasDataset.
    ClassRepresents a LAS file. See LasDataset.GetFiles.
    ClassA LasPoint represents information about a point in the LasDataset.
    ClassRepresents a cursor of points from a LAS dataset. See LasDataset.SearchPoints.
    ClassProvides a set of parameters to filter for LAS points in LasDataset.SearchPoints.
    ClassRepresents a surface constraint in a LAS dataset. See LasDataset.GetSurfaceConstraints.
    Class Represents a terrain dataset.
    ClassRepresents a terrain datasource. See Terrain.GetDataSources.
    ClassRepresents the properties of a Terrain.
    ClassRepresents a pyramid level of a Terrain. See Terrain.GetPyramidLevels.
    ClassRepresents the terrain tile information. See Terrain.GetTileProperties.
    ClassRepresents the window size properties of the terrain. See TerrainDefinition.GetPyramidWindowSizeProperties.
    Class An abstract base class that represents a cursor from a TIN dataset.
    Class Represents a TIN dataset.
    ClassRepresents the properties of a TinDataset.
    ClassA 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.
    ClassRepresents a cursor of edges from a TIN dataset. See TinDataset.SearchEdges.
    ClassEncapsulates a set of parameters for filtering edges in TinDataset.SearchEdges.
    Class An abstract base class for objects that define TIN elements.
    ClassAn abstract base class that provides a set of parameters to filter for TIN elements. See TinNodeFilter, TinEdgeFilter and TinTriangleFilter.
    ClassA TinNode is one of the three basic elements of a TIN. Nodes store X, Y and Z values and optional tag values.
    ClassRepresents a cursor of nodes from a TIN dataset. See TinDataset.SearchNodes.
    ClassEncapsulates a set of parameters for filtering nodes in TinDataset.SearchNodes.
    ClassA 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.
    ClassRepresents a cursor of triangles from a TIN dataset. See TinDataset.SearchTriangles.
    ClassEncapsulates a set of parameters for filtering triangles in TinDataset.SearchTriangles.
    Enumerations
     EnumerationDescription
    EnumerationLAS return types. See LasDataset.GetUniqueReturns or LasPointFilter.Returns.
    EnumerationSpecifies the types of pyramids in the Terrain. See TerrainDefinition.GetPyramidType.
    EnumerationTerrain window size method. See TerrainDefinition.GetPyramidWindowSizeProperties and TerrainWindowSizeProperties.Method.
    EnumerationTerrain window size Z threshold strategy. See TerrainDefinition.GetPyramidWindowSizeProperties and TerrainWindowSizeProperties.ZThresholdStrategy.
    EnumerationTIN edge types. See TinEdge.EdgeType.
    Enumeration TIN element types.
    EnumerationFilter types. Used in TinFilter.FilterType.
    EnumerationTIN node source types. See TinNode.Source.
    EnumerationTIN surface types. See Terrain.GetDataSources and TerrainDataSource.SurfaceType.
    EnumerationSpecifies the TIN version. See TinDataset.GetVersion.
    See Also