Class GeoMapElementEngine
An 'Engine' that will allow the types of GeoMapElement to be drawn in the 'Graphical System'.
Inheritance
System.Object
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
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
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
Returns
Type |
Description |
System.Object |
|
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
Type |
Description |
System.Object |
|
View Source
CreateGeoMapImage(GeoMapImage)
Declaration
protected abstract object CreateGeoMapImage(GeoMapImage geoMapImage)
Parameters
Returns
Type |
Description |
System.Object |
|
View Source
CreateGeoPoint(GeoPoint)
Declaration
protected abstract object CreateGeoPoint(GeoPoint geoPoint)
Parameters
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
Returns
Type |
Description |
System.Object |
|