object GeotiffSchema
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- GeotiffSchema
- AnyRef
- Any
- Hide All
- Show All
Visibility
- 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
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
val
columnSchema: StructType
Schema for the image column: Row(String,Geometry, Int, Int, Int, Array[Double])
-
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] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
getData(row: Row): Array[Double]
Gets the image data
Gets the image data
- returns
The image data
-
def
getGeometry(row: Row): GeometryUDT
Gets the origin of the image
Gets the origin of the image
- returns
The origin of the image
-
def
getHeight(row: Row): Int
Gets the height of the image
Gets the height of the image
- returns
The height of the image
-
def
getNBands(row: Row): Int
Gets the number of channels in the image
Gets the number of channels in the image
- returns
The number of bands in the image
-
def
getOrigin(row: Row): String
Gets the origin of the image
Gets the origin of the image
- returns
The origin of the image
-
def
getWidth(row: Row): Int
Gets the width of the image
Gets the width of the image
- returns
The width of the image
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val imageFields: Array[String]
-
val
imageSchema: StructType
DataFrame with a single column of images named "image" (nullable)
-
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
- val undefinedImageType: String
-
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()