C# 클래스 MapAround.CoordinateSystems.Transformations.FeatureTransformer

Applies transformations to features' coordinates.
파일 보기 프로젝트 열기: gkrsu/maparound.core

공개 메소드들

메소드 설명
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