org
.
locationtech
.
rasterframes
.
jts
Implicits
Related Docs:
trait Implicits
|
package jts
object
Implicits
extends
Implicits
Linear Supertypes
Implicits
,
SpatialConstructors
,
AnyRef
,
Any
Ordering
Alphabetic
By Inheritance
Inherited
Implicits
Implicits
SpatialConstructors
AnyRef
Any
Hide All
Show All
Visibility
Public
All
Type Members
implicit
class
DateColumnMethods
extends
MethodExtensions
[
TypedColumn
[
Any
,
Date
]]
Definition Classes
Implicits
implicit
class
ExtentColumnMethods
[
T <:
Geometry
]
extends
MethodExtensions
[
TypedColumn
[
Any
,
T
]]
Definition Classes
Implicits
implicit
class
PointColumnMethods
extends
MethodExtensions
[
TypedColumn
[
Any
,
Point
]]
Definition Classes
Implicits
implicit
class
TimestampColumnMethods
extends
MethodExtensions
[
TypedColumn
[
Any
,
Timestamp
]]
Definition Classes
Implicits
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[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
equals
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
def
geomCollLit
(
g:
GeometryCollection
)
:
TypedColumn
[
Any
,
GeometryCollection
]
Definition Classes
SpatialConstructors
def
geomLit
(
g:
Geometry
)
:
TypedColumn
[
Any
,
Geometry
]
Definition Classes
SpatialConstructors
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
def
lineLit
(
g:
LineString
)
:
TypedColumn
[
Any
,
LineString
]
Definition Classes
SpatialConstructors
def
mLineLit
(
g:
MultiLineString
)
:
TypedColumn
[
Any
,
MultiLineString
]
Definition Classes
SpatialConstructors
def
mPointLit
(
g:
MultiPoint
)
:
TypedColumn
[
Any
,
MultiPoint
]
Definition Classes
SpatialConstructors
def
mPolygonLit
(
g:
MultiPolygon
)
:
TypedColumn
[
Any
,
MultiPolygon
]
Definition Classes
SpatialConstructors
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
def
pointLit
(
g:
Point
)
:
TypedColumn
[
Any
,
Point
]
Definition Classes
SpatialConstructors
def
polygonLit
(
g:
Polygon
)
:
TypedColumn
[
Any
,
Polygon
]
Definition Classes
SpatialConstructors
def
st_geomFromGeoHash
(
geohash:
Column
,
precision:
Int
)
:
TypedColumn
[
Any
,
Geometry
]
Definition Classes
SpatialConstructors
def
st_geomFromGeoHash
(
geohash:
Column
,
precision:
Column
)
:
TypedColumn
[
Any
,
Geometry
]
Definition Classes
SpatialConstructors
def
st_geomFromWKB
(
wkb:
Array
[
Byte
]
)
:
TypedColumn
[
Any
,
Geometry
]
Definition Classes
SpatialConstructors
def
st_geomFromWKB
(
wkb:
Column
)
:
TypedColumn
[
Any
,
Geometry
]
Definition Classes
SpatialConstructors
def
st_geomFromWKT
(
wkt:
String
)
:
TypedColumn
[
Any
,
Geometry
]
Definition Classes
SpatialConstructors
def
st_geomFromWKT
(
wkt:
Column
)
:
TypedColumn
[
Any
,
Geometry
]
Definition Classes
SpatialConstructors
def
st_lineFromText
(
wkt:
String
)
:
TypedColumn
[
Any
,
LineString
]
Definition Classes
SpatialConstructors
def
st_lineFromText
(
wkt:
Column
)
:
TypedColumn
[
Any
,
LineString
]
Definition Classes
SpatialConstructors
def
st_mLineFromText
(
wkt:
String
)
:
TypedColumn
[
Any
,
MultiLineString
]
Definition Classes
SpatialConstructors
def
st_mLineFromText
(
wkt:
Column
)
:
TypedColumn
[
Any
,
MultiLineString
]
Definition Classes
SpatialConstructors
def
st_mPointFromText
(
wkt:
String
)
:
TypedColumn
[
Any
,
MultiPoint
]
Definition Classes
SpatialConstructors
def
st_mPointFromText
(
wkt:
Column
)
:
TypedColumn
[
Any
,
MultiPoint
]
Definition Classes
SpatialConstructors
def
st_mPolyFromText
(
wkt:
String
)
:
TypedColumn
[
Any
,
MultiPolygon
]
Definition Classes
SpatialConstructors
def
st_mPolyFromText
(
wkt:
Column
)
:
TypedColumn
[
Any
,
MultiPolygon
]
Definition Classes
SpatialConstructors
def
st_makeBBOX
(
lowerX:
Double
,
lowerY:
Double
,
upperX:
Double
,
upperY:
Double
)
:
TypedColumn
[
Any
,
Geometry
]
Definition Classes
SpatialConstructors
def
st_makeBBOX
(
lowerX:
Column
,
lowerY:
Column
,
upperX:
Column
,
upperY:
Column
)
:
TypedColumn
[
Any
,
Geometry
]
Definition Classes
SpatialConstructors
def
st_makeBox2D
(
lowerLeft:
Point
,
upperRight:
Point
)
:
TypedColumn
[
Any
,
Geometry
]
Definition Classes
SpatialConstructors
def
st_makeBox2D
(
lowerLeft:
Column
,
upperRight:
Column
)
:
TypedColumn
[
Any
,
Geometry
]
Definition Classes
SpatialConstructors
def
st_makeLine
(
pointSeq:
Seq
[
Point
]
)
:
TypedColumn
[
Any
,
LineString
]
Definition Classes
SpatialConstructors
def
st_makeLine
(
pointSeq:
Column
)
:
TypedColumn
[
Any
,
LineString
]
Definition Classes
SpatialConstructors
def
st_makePoint
(
x:
Double
,
y:
Double
)
:
TypedColumn
[
Any
,
Point
]
Definition Classes
SpatialConstructors
def
st_makePoint
(
x:
Column
,
y:
Column
)
:
TypedColumn
[
Any
,
Point
]
Definition Classes
SpatialConstructors
def
st_makePointM
(
x:
Double
,
y:
Double
,
m:
Double
)
:
TypedColumn
[
Any
,
Point
]
Definition Classes
SpatialConstructors
def
st_makePointM
(
x:
Column
,
y:
Column
,
m:
Column
)
:
TypedColumn
[
Any
,
Point
]
Definition Classes
SpatialConstructors
def
st_makePolygon
(
lineString:
LineString
)
:
TypedColumn
[
Any
,
Polygon
]
Definition Classes
SpatialConstructors
def
st_makePolygon
(
lineString:
Column
)
:
TypedColumn
[
Any
,
Polygon
]
Definition Classes
SpatialConstructors
def
st_point
(
x:
Double
,
y:
Double
)
:
TypedColumn
[
Any
,
Point
]
Definition Classes
SpatialConstructors
def
st_point
(
x:
Column
,
y:
Column
)
:
TypedColumn
[
Any
,
Point
]
Definition Classes
SpatialConstructors
def
st_pointFromGeoHash
(
geohash:
Column
,
precision:
Int
)
:
TypedColumn
[
Any
,
Point
]
Definition Classes
SpatialConstructors
def
st_pointFromGeoHash
(
geohash:
Column
,
precision:
Column
)
:
TypedColumn
[
Any
,
Point
]
Definition Classes
SpatialConstructors
def
st_pointFromText
(
wkt:
String
)
:
TypedColumn
[
Any
,
Point
]
Definition Classes
SpatialConstructors
def
st_pointFromText
(
wkt:
Column
)
:
TypedColumn
[
Any
,
Point
]
Definition Classes
SpatialConstructors
def
st_pointFromWKB
(
wkb:
Array
[
Byte
]
)
:
TypedColumn
[
Any
,
Point
]
Definition Classes
SpatialConstructors
def
st_pointFromWKB
(
wkb:
Column
)
:
TypedColumn
[
Any
,
Point
]
Definition Classes
SpatialConstructors
def
st_polygon
(
lineString:
LineString
)
:
TypedColumn
[
Any
,
Polygon
]
Definition Classes
SpatialConstructors
def
st_polygon
(
lineString:
Column
)
:
TypedColumn
[
Any
,
Polygon
]
Definition Classes
SpatialConstructors
def
st_polygonFromText
(
wkt:
String
)
:
TypedColumn
[
Any
,
Polygon
]
Definition Classes
SpatialConstructors
def
st_polygonFromText
(
wkt:
Column
)
:
TypedColumn
[
Any
,
Polygon
]
Definition Classes
SpatialConstructors
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
(
...
)
Inherited from
Implicits
Inherited from
SpatialConstructors
Inherited from
AnyRef
Inherited from
Any
Ungrouped