Class GeoMapElementEngine
An 'Engine' that will allow the types of GeoMapElement to be drawn in the 'Graphical System'.
Inheritance
GeoMapElementEngine
Assembly: FpAssistantCoreScl.dll
Syntax
public abstract class GeoMapElementEngine : BaseObjectGeneralSdk
Constructors
View Source
GeoMapElementEngine()
Declaration
public GeoMapElementEngine()
Methods
View Source
CreateAction(GeoMapElementActions)
Declaration
protected abstract object CreateAction(GeoMapElementActions geoMapElementAction)
Parameters
Returns
View Source
CreateGeoArc(GeoArc)
Declaration
protected abstract object CreateGeoArc(GeoArc geoArc)
Parameters
Type |
Name |
Description |
GeoArc |
geoArc |
|
Returns
View Source
CreateGeoCircle(GeoCircle)
Declaration
protected abstract object CreateGeoCircle(GeoCircle geoCircle)
Parameters
Returns
View Source
CreateGeoLine(GeoLine)
Declaration
protected abstract object CreateGeoLine(GeoLine geoLine)
Parameters
Type |
Name |
Description |
GeoLine |
geoLine |
|
Returns
View Source
CreateGeoLineString(GeoLineString)
Declaration
protected abstract object CreateGeoLineString(GeoLineString geoLineString)
Parameters
Returns
View Source
CreateGeoMapElements(GeoMapElementCollection)
Declaration
public virtual List<GeoMapEngineElement> CreateGeoMapElements(GeoMapElementCollection geoMapElements)
Parameters
Returns
View Source
CreateGeoMapIcon(GeoMapIcon)
Declaration
protected abstract object CreateGeoMapIcon(GeoMapIcon geoMapIcon)
Parameters
Returns
View Source
CreateGeoMapImage(GeoMapImage)
Declaration
protected abstract object CreateGeoMapImage(GeoMapImage geoMapImage)
Parameters
Returns
View Source
CreateGeoPoint(GeoPoint)
Declaration
protected abstract object CreateGeoPoint(GeoPoint geoPoint)
Parameters
Returns
View Source
CreateGeoPolygon(GeoPolygon)
Expected overides for displaying different graphical types on the graphics system
Declaration
protected abstract object CreateGeoPolygon(GeoPolygon geoPolygon)
Parameters
Returns