Show / Hide Table of Contents

Class GeoMapElementEngine

An 'Engine' that will allow the types of GeoMapElement to be drawn in the 'Graphical System'.

Inheritance
System.Object
BaseObject
BaseObjectGeneralSdk
GeoMapElementEngine
Namespace: FpAssistantCore.Geographical
Assembly: FpAssistantCoreScl.dll
Syntax
public abstract class GeoMapElementEngine : BaseObjectGeneralSdk
Remarks

'Graphical System' is of your choice and the interface to display of draw the graphical elements will need to be implemented.

Constructors

View Source

GeoMapElementEngine()

Constructor for the class GeoMapElementEngine

Declaration
public GeoMapElementEngine()

Methods

View Source

CreateAction(GeoMapElementActions)

Declaration
protected abstract object CreateAction(GeoMapElementActions geoMapElementAction)
Parameters
Type Name Description
GeoMapElementActions geoMapElementAction
Returns
Type Description
System.Object
View Source

CreateGeoArc(GeoArc)

Declaration
protected abstract object CreateGeoArc(GeoArc geoArc)
Parameters
Type Name Description
GeoArc geoArc
Returns
Type Description
System.Object
View Source

CreateGeoCircle(GeoCircle)

Declaration
protected abstract object CreateGeoCircle(GeoCircle geoCircle)
Parameters
Type Name Description
GeoCircle geoCircle
Returns
Type Description
System.Object
View Source

CreateGeoLine(GeoLine)

Declaration
protected abstract object CreateGeoLine(GeoLine geoLine)
Parameters
Type Name Description
GeoLine geoLine
Returns
Type Description
System.Object
View Source

CreateGeoLineString(GeoLineString)

Declaration
protected abstract object CreateGeoLineString(GeoLineString geoLineString)
Parameters
Type Name Description
GeoLineString geoLineString
Returns
Type Description
System.Object
View Source

CreateGeoMapElements(GeoMapElementCollection)

Declaration
public virtual List<GeoMapEngineElement> CreateGeoMapElements(GeoMapElementCollection geoMapElements)
Parameters
Type Name Description
GeoMapElementCollection geoMapElements
Returns
Type Description
List<GeoMapEngineElement>
View Source

CreateGeoMapIcon(GeoMapIcon)

Declaration
protected abstract object CreateGeoMapIcon(GeoMapIcon geoMapIcon)
Parameters
Type Name Description
GeoMapIcon geoMapIcon
Returns
Type Description
System.Object
View Source

CreateGeoMapImage(GeoMapImage)

Declaration
protected abstract object CreateGeoMapImage(GeoMapImage geoMapImage)
Parameters
Type Name Description
GeoMapImage geoMapImage
Returns
Type Description
System.Object
View Source

CreateGeoPoint(GeoPoint)

Declaration
protected abstract object CreateGeoPoint(GeoPoint geoPoint)
Parameters
Type Name Description
GeoPoint geoPoint
Returns
Type Description
System.Object
View Source

CreateGeoPolygon(GeoPolygon)

Expected overides for displaying different graphical types on the graphics system

Declaration
protected abstract object CreateGeoPolygon(GeoPolygon geoPolygon)
Parameters
Type Name Description
GeoPolygon geoPolygon
Returns
Type Description
System.Object
  • View Source
In This Article
Back to top Copyright 2018-2024 CADology Limited