메소드 | 설명 | |
---|---|---|
IsProjectionSupported ( string fromCRS, string toCRS ) : bool? | ||
MinimalTransformation ( ) : System | ||
Transform ( string fromCRS, string toCRS, BoundingBox boundingBox ) : BoundingBox | ||
Transform ( string fromCRS, string toCRS, IGeometry geometry ) : IGeometry |
메소드 | 설명 | |
---|---|---|
Transform ( IEnumerable |
public IsProjectionSupported ( string fromCRS, string toCRS ) : bool? | ||
fromCRS | string | |
toCRS | string | |
리턴 | bool? |
public Transform ( string fromCRS, string toCRS, BoundingBox boundingBox ) : BoundingBox | ||
fromCRS | string | |
toCRS | string | |
boundingBox | BoundingBox | |
리턴 | BoundingBox |
public Transform ( string fromCRS, string toCRS, IGeometry geometry ) : IGeometry | ||
fromCRS | string | |
toCRS | string | |
geometry | IGeometry | |
리턴 | IGeometry |