Geo::GDAL
2.3
|
A rectangular area in projection coordinates: xmin, ymin, xmax, ymax.
More...
Public Member Functions | |
public method | ExpandToInclude (scalar extent) |
public method | IsEmpty () |
public scalar | Overlap (scalar extent) |
public scalar | Overlaps (scalar extent) |
public list | Size () |
public Geo::GDAL::Extent | new (array params) |
A rectangular area in projection coordinates: xmin, ymin, xmax, ymax.
public method Geo::GDAL::Extent::ExpandToInclude | ( | scalar | extent | ) |
Package subroutine.
Extends this extent to include the other extent.
extent | Another Geo::GDAL::Extent object. |
public method Geo::GDAL::Extent::IsEmpty | ( | ) |
public Geo::GDAL::Extent Geo::GDAL::Extent::new | ( | array | params | ) |
public scalar Geo::GDAL::Extent::Overlap | ( | scalar | extent | ) |
Package subroutine.
extent | Another Geo::GDAL::Extent object. |
public scalar Geo::GDAL::Extent::Overlaps | ( | scalar | extent | ) |
Package subroutine.
extent | Another Geo::GDAL::Extent object. |
public list Geo::GDAL::Extent::Size | ( | ) |
Package subroutine.