cartopy.mpl.geoaxes.InterProjectionTransform#
- class cartopy.mpl.geoaxes.InterProjectionTransform(source_projection, target_projection)[源代码]#
基类:
Transform
将坐标从source_projects转换到
target_projection
.从给定投影创建变换对象。
- has_inverse = True#
如果此变换具有相应的逆变换,则为真。
- input_dims = 2#
此转换的输入维度的数量。必须在子类中重写(使用integer)。
- is_separable = False#
如果此变换在x维和y维中可分离,则为真。
- output_dims = 2#
此转换的输出维度的数量。必须在子类中重写(使用integer)。