Click or drag to resize
IGeTransformableT Interface
Generic interface providing spatial transformation capabilities.

Namespace: FDF.Common.Geometries
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
public interface IGeTransformable<T>

Type Parameters

T

The IGeTransformableT type exposes the following members.

Methods
  NameDescription
Public methodMirror(GeCoordinate)
Returns object that is result of mirroring of this object against specified coordinate.
Public methodMirror(IGePlane)
Returns object that is result of mirroring of this object against specified plane.
Public methodProject(GeLength)
Returns object ortho-projected onto X-Y plane.
Public methodProject(IGePlane)
Returns object ortho-projected onto specified plane.
Public methodProject(IGePlane, IGePlane)
Returns object laying in source plane projected onto the target plane.
Public methodProject(T, IGePlane, GeVector)
Returns True and projected geometry if this object is successfully projected onto plane using specified direction, otherwise returns False.
Public methodRotate
Returns object that is result of rotation of this object using specified angle around the line with direction vector passing through specified center point.
Public methodScale
Returns object that is result of scaling of this object using specified scale factor with respect to the center point.
Public methodTransform(CrsTransform)
Returns object that is result of transformation of this object using specified referential coordinate transformer.
Public methodTransform(Int32, Int32)
Returns object that is result of transformation of this object using specified source and target spatial reference systems (SRS).
Public methodTranslate
Returns object that is result of translation of this object along specified vector, given its magnitude.
Top
Remarks