Id: |
${fieldValue(bean: rasterEntry, field: 'id')} |
Entry Id: |
${fieldValue(bean: rasterEntry, field: 'entryId')} |
Width: |
${fieldValue(bean: rasterEntry, field: 'width')} |
Height: |
${fieldValue(bean: rasterEntry, field: 'height')} |
Number Of Bands: |
${fieldValue(bean: rasterEntry, field: 'numberOfBands')} |
Number Of Resolution Levels: |
${fieldValue(bean: rasterEntry, field: 'numberOfResLevels')} |
Meters Per Pixel: |
${rasterEntry.getMetersPerPixel()} |
Bit Depth: |
${fieldValue(bean: rasterEntry, field: 'bitDepth')} |
Data Type: |
${fieldValue(bean: rasterEntry, field: 'dataType')} |
Image ID: |
${fieldValue(bean: rasterEntry, field: 'imageId')} |
Target ID: |
${fieldValue(bean: rasterEntry, field: 'targetId')} |
Sensor ID: |
${fieldValue(bean: rasterEntry, field: 'sensorId')} |
Mission ID: |
${fieldValue(bean: rasterEntry, field: 'missionId')} |
Image Category: |
${fieldValue(bean: rasterEntry, field: 'imageCategory')} |
Azimuth Angle: |
${fieldValue(bean: rasterEntry, field: 'azimuthAngle')} |
Grazing Angle: |
${fieldValue(bean: rasterEntry, field: 'grazingAngle')} |
Security Classification: |
${fieldValue(bean: rasterEntry, field: 'securityClassification')} |
Title: |
${fieldValue(bean: rasterEntry, field: 'title')} |
Organization: |
${fieldValue(bean: rasterEntry, field: 'organization')} |
Description: |
${fieldValue(bean: rasterEntry, field: 'description')} |
NIIRS: |
${fieldValue(bean: rasterEntry, field: 'niirs')} |
Ground Geometry: |
${fieldValue(bean: rasterEntry, field: 'groundGeom')} |
Acquisition Date: |
${fieldValue(bean: rasterEntry, field: 'acquisitionDate')} |
<%--
Ground Geom: |
${fieldValue(bean: rasterEntry, field: 'groundGeom')} |
Acquisition Date: |
${fieldValue(bean: rasterEntry, field: 'acquisitionDate')} |
Metadata Tags: |
Show MetadataTags
|
--%>
File Objects: |
Show Raster Files
|
Raster Data Set: |
${rasterEntry?.rasterDataSet?.encodeAsHTML()} |