IGeorefInfo
Description
- Derived from
- Extended by
-
Canvas abstract
GeorefInfo sealed
HeightmapSampleResult sealed
ICanvasFactory
IImageInfo
IMapEntity
IMapShapes
ITerrainExporter
Base interface for raster maps that provide geo-referencing information.
Geo-referencing information of the raster map can be obtained via Georef. The raster specification is given by IMapInfo.Map.
Extensions
CreateTransform
2 overloads
Creates a IMapTransform object for this geo-referenced raster.
The following holds true for the returned IMapTransform object:
-
IMapTransform.DatasetSpace will not return
null
. -
IMapTransform.MapSpace will be the same object as Raster.Coordinates of IGeorefInfo.Georef of this geo-referenced raster.
- GeorefException
-
If the geo-reference parameters are incomplete or invalid.
- See also
Creates a IMapTransform object for this geo-referenced raster, using the given coordinate system as map space.
The following holds true for the returned IMapTransform object:
-
IMapTransform.DatasetSpace will not return
null
. -
IMapTransform.MapSpace will not return
null
.
- GeorefException
-
If the geo-reference parameters are incomplete or invalid.
- See also
CubemapSize
2 overloads
Computes the default cubemap size for this given geo-reference.
Computes the nearest cubemap sizes for this given geo-reference.
GeorefMaxSize
Returns IGeorefInfo.Georef, adjusted to MappingUtil.MaxSize, using Raster.AdjustSize.
GroundSampleDistanceZ
Computes the estimated overall ground sample distance.
This method delegates to GroundSampleDistance.Compute and returns Vec4D.Z.