Method | Description | |
---|---|---|
TransformBox ( BoundingBox box, IMathTransform transform ) : BoundingBox |
Transforms a SharpMap.Geometries.BoundingBox.
|
|
TransformGeometry ( Geometry g, IMathTransform transform ) : Geometry |
Transforms a SharpMap.Geometries.Geometry.
|
|
TransformGeometryCollection ( GeometryCollection geoms, IMathTransform transform ) : GeometryCollection |
Transforms a SharpMap.Geometries.GeometryCollection.
|
|
TransformLineString ( |
Transforms a SharpMap.Geometries.LineString.
|
|
TransformLinearRing ( |
Transforms a SharpMap.Geometries.LinearRing.
|
|
TransformMultiLineString ( |
Transforms a SharpMap.Geometries.MultiLineString.
|
|
TransformMultiPoint ( |
Transforms a SharpMap.Geometries.MultiPoint.
|
|
TransformMultiPolygon ( |
Transforms a SharpMap.Geometries.MultiPolygon.
|
|
TransformPoint ( System.Point p, IMathTransform transform ) : System.Point |
Transforms a SharpMap.Geometries.Point.
|
|
TransformPolygon ( |
Transforms a SharpMap.Geometries.Polygon.
|
public static TransformBox ( BoundingBox box, IMathTransform transform ) : BoundingBox | ||
box | BoundingBox | BoundingBox to transform |
transform | IMathTransform | Math Transform |
return | BoundingBox |
public static TransformGeometry ( Geometry g, IMathTransform transform ) : Geometry | ||
g | Geometry | Geometry to transform |
transform | IMathTransform | MathTransform |
return | Geometry |
public static TransformGeometryCollection ( GeometryCollection geoms, IMathTransform transform ) : GeometryCollection | ||
geoms | GeometryCollection | GeometryCollection to transform |
transform | IMathTransform | MathTransform |
return | GeometryCollection |
public static TransformLineString ( |
||
l | LineString to transform | |
transform | IMathTransform | MathTransform |
return |
public static TransformLinearRing ( |
||
r | LinearRing to transform | |
transform | IMathTransform | MathTransform |
return |
public static TransformMultiLineString ( |
||
lines | MultiLineString to transform | |
transform | IMathTransform | MathTransform |
return |
public static TransformMultiPoint ( |
||
points | MultiPoint to transform | |
transform | IMathTransform | MathTransform |
return |
public static TransformMultiPolygon ( |
||
polys | MultiPolygon to transform | |
transform | IMathTransform | MathTransform |
return |
public static TransformPoint ( System.Point p, IMathTransform transform ) : System.Point | ||
p | System.Point | Point to transform |
transform | IMathTransform | MathTransform |
return | System.Point |
public static TransformPolygon ( |
||
p | Polygon to transform | |
transform | IMathTransform | MathTransform |
return |