geoviews.data.geom_dict module#

class geoviews.data.geom_dict.GeomDictInterface(*, name)[source]#

Bases: DictInterface

Methods

applies(obj)

Indicates whether the interface is designed specifically to handle the supplied object's type.

aggregate

concat

dimension_type

dtype

geo_column

geom_dims

geom_type

has_holes

holes

iloc

init

length

range

sample

select

shape

shape_mask

validate

values

Parameter Definitions


classmethod applies(obj)[source]#

Indicates whether the interface is designed specifically to handle the supplied object’s type. By default simply checks if the object is one of the types declared on the class, however if the type is expensive to import at load time the method may be overridden.