C# Class MapAround.CoordinateSystems.Transformations.FeatureTransformer

Applies transformations to features' coordinates.
Afficher le fichier Open project: gkrsu/maparound.core

Méthodes publiques

Méthode Description
TransformFeatureInPlace ( Feature feature, IMathTransform transform ) : void

Applies transformation to features' coordinates.

Method Details

TransformFeatureInPlace() public static méthode

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
Résultat void