SYMBOL INDEX (70 symbols across 4 files) FILE: python/magellan/column.py function _bin_op (line 20) | def _bin_op(name, doc="binary operator"): function _unary_op (line 40) | def _unary_op(name, doc="unary operator"): FILE: python/magellan/context.py class MagellanContext (line 44) | class MagellanContext(SQLContext): method __init__ (line 52) | def __init__(self, sparkContext, magellanContext=None): method _ssql_ctx (line 58) | def _ssql_ctx(self): method _get_magellan_ctx (line 64) | def _get_magellan_ctx(self): FILE: python/magellan/coord.py class System (line 23) | class System(object): method frm (line 25) | def frm(self): method to (line 28) | def to(self): class NAD83 (line 32) | class NAD83(System): method __init__ (line 47) | def __init__(self, params): method frm (line 51) | def frm(self): method qqq (line 54) | def qqq(self, e, s): method extract_point (line 58) | def extract_point(self, p): method to_lambert_conic (line 65) | def to_lambert_conic(self): FILE: python/magellan/types.py class Shape (line 38) | class Shape(DataType): method convert (line 40) | def convert(self): method toShapely (line 43) | def toShapely(self): class PointUDT (line 50) | class PointUDT(UserDefinedType): method sqlType (line 57) | def sqlType(cls): method module (line 61) | def module(cls): method scalaUDT (line 68) | def scalaUDT(cls): method serialize (line 74) | def serialize(self, obj): method deserialize (line 83) | def deserialize(self, datum): method simpleString (line 94) | def simpleString(self): method fromJson (line 98) | def fromJson(cls, json): class Point (line 102) | class Point(Shape): method __init__ (line 117) | def __init__(self, x = 0.0, y = 0.0): method __str__ (line 121) | def __str__(self): method __repr__ (line 124) | def __repr__(self): method __unicode__ (line 127) | def __unicode__(self): method __reduce__ (line 130) | def __reduce__(self): method __eq__ (line 133) | def __eq__(self, other): method fromJson (line 137) | def fromJson(cls, json): method jsonValue (line 140) | def jsonValue(self): method convert (line 146) | def convert(self): class PolygonUDT (line 150) | class PolygonUDT(UserDefinedType): method sqlType (line 158) | def sqlType(cls): method module (line 165) | def module(cls): method scalaUDT (line 172) | def scalaUDT(cls): method serialize (line 178) | def serialize(self, obj): method deserialize (line 187) | def deserialize(self, datum): method simpleString (line 198) | def simpleString(self): method fromJson (line 202) | def fromJson(cls, json): class Polygon (line 208) | class Polygon(Shape): method __init__ (line 224) | def __init__(self, indices = [], points = []): method __str__ (line 228) | def __str__(self): method __repr__ (line 233) | def __repr__(self): method __reduce__ (line 236) | def __reduce__(self): method fromJson (line 240) | def fromJson(cls, json): method jsonValue (line 245) | def jsonValue(self): method convert (line 251) | def convert(self): class PolyLineUDT (line 265) | class PolyLineUDT(UserDefinedType): method sqlType (line 274) | def sqlType(cls): method module (line 281) | def module(cls): method scalaUDT (line 288) | def scalaUDT(cls): method serialize (line 294) | def serialize(self, obj): method deserialize (line 303) | def deserialize(self, datum): method simpleString (line 314) | def simpleString(self): method fromJson (line 318) | def fromJson(cls, json): class PolyLine (line 324) | class PolyLine(Shape): method __init__ (line 336) | def __init__(self, indices = [], points = []): method __str__ (line 340) | def __str__(self): method __repr__ (line 345) | def __repr__(self): method __reduce__ (line 348) | def __reduce__(self): method fromJson (line 352) | def fromJson(cls, json): method jsonValue (line 357) | def jsonValue(self): method convert (line 363) | def convert(self): function _inbound_shape_converter (line 374) | def _inbound_shape_converter(json_string): function _create_row_inbound_converter (line 385) | def _create_row_inbound_converter(dataType):