Click or drag to resize

CommonFactory Class

Common methods and properties.
Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    System.Runtime.InteropServicesStandardOleMarshalObject
      BaseObject
        Easymap.AddIn.CommonCommonFactory

Namespace: Easymap.AddIn.Common
Assembly: EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.3.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