Click or drag to resize

CommonFactory Class

Common methods and properties.
Inheritance Hierarchy

Namespace:  Easymap.AddIn.Common
Assembly:  Easymap.AddIn (in Easymap.AddIn.dll) Version: 11.2.0.0
Syntax
public sealed class CommonFactory : BaseObject

The CommonFactory type exposes the following members.

Properties
  NameDescription
Public propertyCoordinateSystemGK3
Returns GK3 projection settings (Common usage in EasyMap workbooks)
Public propertyCoordinateSystemLT
Returns projection settings used by Lutum+Tappert (modified GK3 projection)
Public propertyCoordinateSystemPseudoMercator
Returns pseudo mercator projection settings (Common usage in web)
Public propertyCoordinateSystemWGS84
Returns WGS84 projection settings
Public propertyDocument
Gets the associated Document of CommonFactory.
Top
Methods
  NameDescription
Public methodCreatePointArray
Creates an empty PointArray
Public methodCreatePointF
Creates an empty PointF
Public methodCreateRectangleF
Creates an empty RectangleF
Top
See Also