C# Класс MultiPatchExamples.GeometryUtilities

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Описание методов

ConstructMultiPatchOutline() публичный статический Метод

public static ConstructMultiPatchOutline ( IGeometry multiPatchGeometry ) : IGeometryCollection
multiPatchGeometry IGeometry
Результат IGeometryCollection

ConstructPoint2D() публичный статический Метод

public static ConstructPoint2D ( double x, double y ) : IPoint
x double
y double
Результат IPoint

ConstructPoint3D() публичный статический Метод

public static ConstructPoint3D ( double x, double y, double z ) : IPoint
x double
y double
z double
Результат IPoint

ConstructRingOutline() публичный статический Метод

public static ConstructRingOutline ( IGeometry ringGeometry ) : IGeometry
ringGeometry IGeometry
Результат IGeometry

ConstructTriangleFanOutline() публичный статический Метод

public static ConstructTriangleFanOutline ( IGeometry triangleFanGeometry ) : IGeometryCollection
triangleFanGeometry IGeometry
Результат IGeometryCollection

ConstructTriangleStripOutline() публичный статический Метод

public static ConstructTriangleStripOutline ( IGeometry triangleStripGeometry ) : IGeometryCollection
triangleStripGeometry IGeometry
Результат IGeometryCollection

ConstructTrianglesOutline() публичный статический Метод

public static ConstructTrianglesOutline ( IGeometry trianglesGeometry ) : IGeometryCollection
trianglesGeometry IGeometry
Результат IGeometryCollection

ConstructVector3D() публичный статический Метод

public static ConstructVector3D ( double xComponent, double yComponent, double zComponent ) : IVector3D
xComponent double
yComponent double
zComponent double
Результат IVector3D

GetRadians() публичный статический Метод

public static GetRadians ( double decimalDegrees ) : double
decimalDegrees double
Результат double

MakeZAware() публичный статический Метод

public static MakeZAware ( IGeometry geometry ) : void
geometry IGeometry
Результат void