cartopy.mpl.feature_artist.FeatureArtist

class cartopy.mpl.feature_artist.FeatureArtist(feature, **kwargs)[source]

A subclass of Artist capable of drawing a cartopy.feature.Feature.

draw(renderer, *args, **kwargs)[source]

Draw the geometries of the feature that intersect with the extent of the cartopy.mpl.GeoAxes instance to which this object has been added.