IMapRegion
Description
- Derived from
- Extended by
-
MapRegionBase abstract
Base interface for classes that represent arbitrary regions of a map.
A IMapRegion implementation stores a set of rectangles on the cubemap faces (see CubemapFaceRect); each such rectangle defines a subregion.
Extensions
ContainsBox
2 overloads
Does this map region contain the given map sample regions?
Does this map region contain the given map sample regions?
Project
Projects the map regions stored in this object and stores the resulting regions in the given object.
- GeorefException
-
If the raster specifications of
this
and result in are not supported by the given projection in factory.
Size
Returns the cubemap size of this map region.
The cubemap size is the maximum of IMapRegion.Width and IMapRegion.Height.