Click or drag to resize
GeGeometryComplexTTransform Method (Int32, Int32)
Returns object that is result of transformation of this object using specified source and target spatial reference systems (SRS).

Namespace: FDF.Common.Geometries
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
public IGeGeometry Transform(
	int source,
	int target
)

Parameters

source
Type: SystemInt32
EPSG code of source spatial reference system (SRS).
target
Type: SystemInt32
EPSG code of target spatial reference system (SRS).

Return Value

Type: IGeGeometry

Implements

IGeTransformableTTransform(Int32, Int32)
Remarks