Method | Description | |
---|---|---|
IsProjectionSupported ( string fromCRS, string toCRS ) : bool? | ||
MinimalTransformation ( ) : System | ||
Transform ( string fromCRS, string toCRS, BoundingBox boundingBox ) : BoundingBox | ||
Transform ( string fromCRS, string toCRS, IGeometry geometry ) : IGeometry |
Method | Description | |
---|---|---|
Transform ( IEnumerable |
public IsProjectionSupported ( string fromCRS, string toCRS ) : bool? | ||
fromCRS | string | |
toCRS | string | |
return | bool? |
public Transform ( string fromCRS, string toCRS, BoundingBox boundingBox ) : BoundingBox | ||
fromCRS | string | |
toCRS | string | |
boundingBox | BoundingBox | |
return | BoundingBox |
public Transform ( string fromCRS, string toCRS, IGeometry geometry ) : IGeometry | ||
fromCRS | string | |
toCRS | string | |
geometry | IGeometry | |
return | IGeometry |