# coding=utf-8
#author: 4N
#createtime: 2022/3/15
#email: nheweijun@sina.com
from osgeo import ogr
from osgeo.ogr import *
import math
import os
import copy
class RepresentPoint:
def __init__(self,point,polygon):
self.point = point
self.polygon = polygon