C# Класс MapAround.CoordinateSystems.Transformations.FeatureTransformer

Applies transformations to features' coordinates.
Показать файл Открыть проект

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

Метод Описание
TransformFeatureInPlace ( Feature feature, IMathTransform transform ) : void

Applies transformation to features' coordinates.

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

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

Applies transformation to features' coordinates.
public static TransformFeatureInPlace ( Feature feature, IMathTransform transform ) : void
feature Feature Feature which coordinates should be transformed
transform IMathTransform The transformation to apply
Результат void