IGeTransformableT Interface |
Namespace: FDF.Common.Geometries
The IGeTransformableT type exposes the following members.
Name | Description | |
---|---|---|
![]() | Mirror(GeCoordinate) |
Returns object that is result of mirroring of this object against
specified coordinate.
|
![]() | Mirror(IGePlane) |
Returns object that is result of mirroring of this object against
specified plane.
|
![]() | Project(GeLength) |
Returns object ortho-projected onto X-Y plane.
|
![]() | Project(IGePlane) |
Returns object ortho-projected onto specified plane.
|
![]() | Project(IGePlane, IGePlane) | |
![]() | Project(T, IGePlane, GeVector) | |
![]() | Rotate | |
![]() | Scale |
Returns object that is result of scaling of this object using specified
scale factor with respect to the center point.
|
![]() | Transform(CrsTransform) |
Returns object that is result of transformation of this object
using specified referential coordinate transformer.
|
![]() | Transform(Int32, Int32) |
Returns object that is result of transformation of this object
using specified source and target spatial reference systems (SRS).
|
![]() | Translate |
Returns object that is result of translation of this object along
specified vector, given its magnitude.
|