object GridCoverage2DConverters
Houses methods that aide the translate between GridCoverage2D and related GeoTools types, and GeoTrellis types.
- Alphabetic
- By Inheritance
- GridCoverage2DConverters
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
val
authorityFactory: CRSAuthorityFactory
Create an authority factory which generates CRSs with Longitude guranteed to the be first coordinate.
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- def convertToGridCoverage2D(tile: MultibandTile, extent: Extent, crs: Option[CRS]): GridCoverage2D
- def convertToGridCoverage2D(raster: ProjectedRaster[MultibandTile])(implicit d: DummyImplicit): GridCoverage2D
- def convertToGridCoverage2D(raster: ProjectedRaster[Tile]): GridCoverage2D
- def convertToGridCoverage2D(raster: Raster[MultibandTile], crs: CRS)(implicit d: DummyImplicit): GridCoverage2D
- def convertToGridCoverage2D(raster: Raster[Tile], crs: CRS): GridCoverage2D
- def convertToGridCoverage2D(raster: Raster[MultibandTile])(implicit d: DummyImplicit): GridCoverage2D
- def convertToGridCoverage2D(raster: Raster[Tile]): GridCoverage2D
- def convertToMultibandTile(gridCoverage: GridCoverage2D): MultibandTile
- def convertToTile(gridCoverage: GridCoverage2D, bandIndex: Int): Tile
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
getCellType(gridCoverage: GridCoverage2D): CellType
Given a GridCoverage2D and an index, this function return the Geotrellis CellType that best approximates that of the given layer.
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
getCrs(gridCoverage: GridCoverage2D): Option[CRS]
This function extracts a Geotrellis CRS from the CRS information stored in the given GridCoverage2D.
This function extracts a Geotrellis CRS from the CRS information stored in the given GridCoverage2D.
- gridCoverage
The GeoTools GridCoverage2D object
-
def
getEnvelope2D(extent: Extent, crs: CRS): Envelope2D
A function to produce a GeoTools Envelope2D from a Geotrellis Extent and CRS.
A function to produce a GeoTools Envelope2D from a Geotrellis Extent and CRS. If the CRS cannot be converted, a null GeoTools CRS is used.
- extent
The Geotrellis Extent
- crs
The CRS of the raster
- returns
A GeoTools Envelope2D
-
def
getEnvelope2D(extent: Extent): Envelope2D
A function to produce a GeoTools Envelope2D from a Geotrellis Extent and CRS.
A function to produce a GeoTools Envelope2D from a Geotrellis Extent and CRS.
- extent
The Geotrellis Extent
- returns
A GeoTools Envelope2D
-
def
getExtent(gridCoverage: GridCoverage2D): Extent
This function extracts a Geotrellis Extent from the extent information stored in the given GridCoverage2D.
This function extracts a Geotrellis Extent from the extent information stored in the given GridCoverage2D.
- gridCoverage
The GeoTools GridCoverage2D object
- def getGeotoolsCRS(crs: CRS): CoordinateReferenceSystem
-
def
getNoData(gridCoverage: GridCoverage2D): Option[Double]
Given a GridCoverage2D and an index, this function optionally produces the unique NODATA value.
- def getValueRange(cellType: CellType): (Double, Double)
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()