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)
Implement a GeoPolygon in the graphical display system
Declaration
protected abstract object CreateAction(GeoMapElementActions geoMapElementAction)
Parameters
Returns
View Source
CreateGeoArc(GeoArc)
Implement a GeoArc in the graphical display system
Declaration
protected abstract object CreateGeoArc(GeoArc geoArc)
Parameters
| Type |
Name |
Description |
| GeoArc |
geoArc |
|
Returns
View Source
CreateGeoCircle(GeoCircle)
Implement a GeoCircle in the graphical display system
Declaration
protected abstract object CreateGeoCircle(GeoCircle geoCircle)
Parameters
Returns
View Source
CreateGeoLine(GeoLine)
Implement a GeoLine in the graphical display system
Declaration
protected abstract object CreateGeoLine(GeoLine geoLine)
Parameters
| Type |
Name |
Description |
| GeoLine |
geoLine |
|
Returns
View Source
CreateGeoLineString(GeoLineString)
Implement a GeoLineString in the graphical display system
Declaration
protected abstract object CreateGeoLineString(GeoLineString geoLineString)
Parameters
Returns
View Source
CreateGeoMapElements(GeoMapElementCollection)
Converts the geoMapElement to graphical elements of your graphical display system
Declaration
public virtual List<GeoMapEngineElement> CreateGeoMapElements(GeoMapElementCollection geoMapElements)
Parameters
Returns
View Source
CreateGeoMapIcon(GeoMapIcon)
Implement a GeoMapIcon in the graphical display system
Declaration
protected abstract object CreateGeoMapIcon(GeoMapIcon geoMapIcon)
Parameters
Returns
View Source
CreateGeoMapImage(GeoMapImage)
Implement a GeoMapImage in the graphical display system
Declaration
protected abstract object CreateGeoMapImage(GeoMapImage geoMapImage)
Parameters
Returns
View Source
CreateGeoPoint(GeoPoint)
Implement a GeoGeoPoint in the graphical display system
Declaration
protected abstract object CreateGeoPoint(GeoPoint geoPoint)
Parameters
Returns
View Source
CreateGeoPolygon(GeoPolygon)
Implement a GeoPolygon in the graphical display system
Declaration
protected abstract object CreateGeoPolygon(GeoPolygon geoPolygon)
Parameters
Returns