| |
ENVI_GET_FILE_IDS
| Returns an array of file IDs for all open ENVI Classic files. |
ENVI_OUTPUT_TO_EXTERNAL_FORMAT
| Outputs image data to external formats. |
ENVIBinaryGTThresholdRaster
| Constructs an ENVIRaster from a source raster where pixel values above a specified threshold are set to 1 and all others are set to 0. |
ENVIBinaryGTThresholdRaster::Dehydrate
| Returns a hash describing this object |
ENVIBinaryGTThresholdRaster::Hydrate
| Creates the object from its dehydrated form |
ENVIBinaryLTThresholdRaster
| Constructs an ENVIRaster from a source raster where pixel values below a specified threshold are set to 1 and all others are set to 0. |
ENVIBinaryLTThresholdRaster::Dehydrate
| Returns a hash describing this object |
ENVIBinaryLTThresholdRaster::Hydrate
| Creates the object from its dehydrated form |
ENVICalibrateRaster
| Constructs an ENVIRaster from a source raster that has been calibrated to radiance, top-of-atmosphere (TOA) reflectance, or brightness temperatures |
ENVICalibrateRaster::Dehydrate
| Returns a hash describing this object |
ENVICalibrateRaster::Hydrate
| Creates the object from its dehydrated form |
ENVICoordSys
| Reference to an ENVICoordSys object. |
ENVICoordSys::ConvertLonLatToLonLat
| Converts a set of latitude/longitude values for a vector file in one coordinate system to the same geographic location in another coordinate system. |
ENVICoordSys::ConvertLonLatToMap
| Converts a set of latitude/longitude coordinates for a vector file to map coordinates (x-eastings, y-northings) within the same coordinate system. |
ENVICoordSys::ConvertLonLatToMGRS
| Converts a set of geographic latitude/longitude coordinates for a vector file to Military Grid Reference System (MGRS) coordinates within the same coordinate system. |
ENVICoordSys::ConvertMapToLonLat
| Converts a set of map coordinates (x-eastings, y-northings) to a set of latitude/longitude coordinates within the same coordinate system. |
ENVICoordSys::ConvertMapToMap
| Converts a set of map coordinates (x-eastings, y-northings) for a vector file in one coordinate system to the same geographic location in another coordinate system. |
ENVICoordSys::ConvertMGRSToLonLat
| Converts Military Grid Reference System (MGRS) coordinates for a vector file to a set of geographic latitude/longitude coordinates within the same coordinate system. |
ENVICoordSys::Dehydrate
| Returns a hash describing the object. |
ENVICoordSys::Hydrate
| Creates the object from its dehydrated form |
ENVIDataCollection
| Reference to an ENVIDataCollection object, which is a collection of data objects currently available in the Data Manager. |
ENVIDataCollection::Add
| Lets you add data objects to the Data Manager. |
ENVIDataCollection::Count
| Returns the number of data objects in the collection. |
ENVIDataCollection::Get
| Returns a list of objects that are currently in the Data Manager. |
ENVIDataCollection::Remove
| Lets you remove data objects from the Data Manager. |