C# Class MultiPatchExamples.GeometryUtilities

Show file Open project: Esri/arcobjects-sdk-community-samples Class Usage Examples

Public Methods

Method Description
ConstructMultiPatchOutline ( IGeometry multiPatchGeometry ) : IGeometryCollection
ConstructPoint2D ( double x, double y ) : IPoint
ConstructPoint3D ( double x, double y, double z ) : IPoint
ConstructRingOutline ( IGeometry ringGeometry ) : IGeometry
ConstructTriangleFanOutline ( IGeometry triangleFanGeometry ) : IGeometryCollection
ConstructTriangleStripOutline ( IGeometry triangleStripGeometry ) : IGeometryCollection
ConstructTrianglesOutline ( IGeometry trianglesGeometry ) : IGeometryCollection
ConstructVector3D ( double xComponent, double yComponent, double zComponent ) : IVector3D
GetRadians ( double decimalDegrees ) : double
MakeZAware ( IGeometry geometry ) : void

Method Details

ConstructMultiPatchOutline() public static method

public static ConstructMultiPatchOutline ( IGeometry multiPatchGeometry ) : IGeometryCollection
multiPatchGeometry IGeometry
return IGeometryCollection

ConstructPoint2D() public static method

public static ConstructPoint2D ( double x, double y ) : IPoint
x double
y double
return IPoint

ConstructPoint3D() public static method

public static ConstructPoint3D ( double x, double y, double z ) : IPoint
x double
y double
z double
return IPoint

ConstructRingOutline() public static method

public static ConstructRingOutline ( IGeometry ringGeometry ) : IGeometry
ringGeometry IGeometry
return IGeometry

ConstructTriangleFanOutline() public static method

public static ConstructTriangleFanOutline ( IGeometry triangleFanGeometry ) : IGeometryCollection
triangleFanGeometry IGeometry
return IGeometryCollection

ConstructTriangleStripOutline() public static method

public static ConstructTriangleStripOutline ( IGeometry triangleStripGeometry ) : IGeometryCollection
triangleStripGeometry IGeometry
return IGeometryCollection

ConstructTrianglesOutline() public static method

public static ConstructTrianglesOutline ( IGeometry trianglesGeometry ) : IGeometryCollection
trianglesGeometry IGeometry
return IGeometryCollection

ConstructVector3D() public static method

public static ConstructVector3D ( double xComponent, double yComponent, double zComponent ) : IVector3D
xComponent double
yComponent double
zComponent double
return IVector3D

GetRadians() public static method

public static GetRadians ( double decimalDegrees ) : double
decimalDegrees double
return double

MakeZAware() public static method

public static MakeZAware ( IGeometry geometry ) : void
geometry IGeometry
return void