FrameGeometrySource
Constructor
Methods
build
Builds the object.
def build() -> common.FrameGeometrySource
gazetteer
Path to Gazetteer
def gazetteer(gazetteer: str) -> typing.Self
geohash
Field mappings
def geohash(geohash: str) -> typing.Self
latitude
def latitude(latitude: str) -> typing.Self
longitude
def longitude(longitude: str) -> typing.Self
lookup
def lookup(lookup: str) -> typing.Self
mode
def mode(mode: common.FrameGeometrySourceMode) -> typing.Self
wkt
def wkt(wkt: str) -> typing.Self
See also