IMapProjectionOperation Description interface Tinman.Terrain.Mapping.IMapProjectionOperation Derived from IOperation Extended by IProjectSamplesOperation A background operation that performs map projections. Public / Methods Datum [OwnerReturn] [OwnerThis] public method Datum → (1) transform in : IDatumTransform The datum transformation to use. If null, a datum transformation will be derived from the geo-referencing information. returns → IMapProjectionOperation this Specifies the datum transformation. The default value is null. See also IMapProjectionFactory.Transform Projection [OwnerReturn] [OwnerThis] public method Projection → (1) projection in : IMapProjectionFactory The map projection to use. If null, a map projection will be derived from the geo-referencing information. returns → IMapProjectionOperation this Specifies the map projection. The default value is null. See also Raster.Projection IMapProjectionFactory IMapRegion