geotrellis
.
raster
.
io
.
geotiff
reader
package
reader
Visibility
Public
All
Type Members
class
GeoTiffCSParser
extends
AnyRef
This class is indirectly ported from the GDAL github repository.
case class
GeoTiffGDALParameters
(
model:
Int
=
...
,
pcs:
Int
=
...
,
gcs:
Int
=
...
,
length:
Int
=
...
,
lengthInMeters:
Double
=
1.0
,
angle:
Int
=
...
,
angleInDegrees:
Double
=
1.0
,
datum:
Int
=
...
,
ellipsoid:
Int
=
...
,
semiMajor:
Double
=
0.0
,
semiMinor:
Double
=
0.0
,
pm:
Int
=
...
,
pmLongToGreenwich:
Double
=
0.0
,
projCode:
Int
=
...
,
projection:
Int
=
...
,
ctProjection:
Int
=
...
,
mapSystem:
Int
=
...
,
zone:
Int
=
0
,
projectionParameters:
Array
[(
Int
,
Double
)] =
...
)
extends
Product
with
Serializable
class
GeoTiffReaderLimitationException
extends
RuntimeException
class
MalformedGeoTiffException
extends
RuntimeException
Value Members
object
GeoTiffCSParser
object
GeoTiffReader
object
TiffTagsReader
Ungrouped