C# Class MapAround.CoordinateSystems.Transformations.FeatureTransformer

Applies transformations to features' coordinates.
显示文件 Open project: gkrsu/maparound.core

Public Methods

Method Description
TransformFeatureInPlace ( Feature feature, IMathTransform transform ) : void

Applies transformation to features' coordinates.

Method Details

TransformFeatureInPlace() public static method

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
return void