Свойство | Тип | Описание | |
---|---|---|---|
CalloutActions | List |
||
UpdateSensorData | bool |
Свойство | Тип | Описание | |
---|---|---|---|
AppendPropertyToGeoJson | void | ||
CheckIcon | void | ||
LookupPropertyPoiTypeInPoITypes | void | ||
TriggerDeleted | void | ||
UppercaseFirst | XName | ||
allMedia_CollectionChanged | void |
Метод | Описание | |
---|---|---|
AddFilter ( string title, string label, string stringvalue = "", double numbervalue ) : |
||
AddHighlighter ( string title, string label, string stringvalue = "" ) : |
Create a highlighter. Note that you still need to add it to the Style.Analysis.
|
|
AddLocalMediaItem ( string pId, string img ) : void | ||
AddMetaInfo ( string title, string source, MetaTypes type = MetaTypes.text, bool searchable = false, bool visibleInCallout = true, string section = "Info", List |
Add meta info to the PoIType.
|
|
AddMetaInfo ( string title, MetaTypes type = MetaTypes.text, bool searchable = false, bool callout = true, string section = "Info", List |
Add meta info to the PoIType.
|
|
AddPosition ( |
||
AddSensorData ( string sensor, System.DateTime date, double value, string description = "", bool trigger = true ) : void | ||
CalculateVisible ( double p ) : void | ||
CompareTo ( object obj ) : int | ||
ForceUpdate ( bool triggerLabelChanged = false, bool triggerUpdatePosition = false ) : void |
Update the effective style, optionally triggering a label changed and position changed.
|
|
FromGeoJson ( Newtonsoft.Json.Linq.JObject geoJsonObject, bool newObject = true ) : IConvertibleGeoJson | ||
FromGeoJson ( string geoJson, bool newObject ) : IConvertibleGeoJson | ||
FromXml ( System.Xml.Linq.XElement element ) : void | ||
FromXml ( System.Xml.Linq.XElement element, string directoryName ) : void | ||
FromXmlBase ( System.Xml.Linq.XElement &res, string directoryName ) : void | ||
GetEffectiveAnalysis ( |
||
GetMetaLabels ( ) : ObservableCollection |
||
IconImageReceived ( string anId, byte content, Service s ) : void | ||
IsVisibleInExtent ( BoundingBox t ) : bool | ||
OnDataChanged ( string key, string old = "", string newvalue = "" ) : void | ||
OnLabelChanged ( string key, string old = "", string newvalue = "" ) : void | ||
Select ( ) : void | ||
SetPosition ( double pLongitude, double pLatitude ) : void | ||
StartRotation ( ) : void | ||
ToGeoJson ( ) : string |
Convert the PoI to a GeoJSON string.
|
|
ToXml ( ) : XElement | ||
ToXml ( ServiceSettings settings ) : XElement | ||
ToXmlBase ( ServiceSettings settings ) : XElement | ||
TriggerChanged ( ) : void | ||
TriggerItemsLeft ( ) : void | ||
TriggerLabelChanged ( string key, string oldValue = "", string newValue = "" ) : void | ||
TriggerPositionChanged ( ) : void | ||
TriggerUpdated ( bool visibility = true ) : void | ||
TypeFromGeoJson ( JProperty json ) : void | ||
TypeToGeoJson ( ) : string |
Convert the type information to JSON format.
|
|
UpdateAnalysisStyle ( ) : bool |
Recalculate analysis style based on filters. Also resets the effective style.
|
|
UpdateEffectiveStyle ( ) : void | ||
UpdateStyle ( BaseContent poiType, bool triggerLabelChanged = false, bool triggerUpdatePosition = false ) : void |
Update the PoI's style, optionally triggering a label changed and position changed.
|
Метод | Описание | |
---|---|---|
HasChanged ( ) : void |
triggers changed event, for syncing content
|
|
OnDeleted ( ) : void |
Метод | Описание | |
---|---|---|
AppendPropertyToGeoJson ( StringBuilder builder, |
||
CheckIcon ( ) : void |
Check if Icon exists, if not request it from service
|
|
LookupPropertyPoiTypeInPoITypes ( ) : void |
Look up PoiTypeId in the Service.PoITypes (if found, property PoiType is set)
|
|
TriggerDeleted ( ) : void | ||
UppercaseFirst ( XName x ) : XName | ||
allMedia_CollectionChanged ( object sender, NotifyCollectionChangedEventArgs e ) : void |
public AddFilter ( string title, string label, string stringvalue = "", double numbervalue ) : |
||
title | string | |
label | string | |
stringvalue | string | |
numbervalue | double | |
Результат |
public AddHighlighter ( string title, string label, string stringvalue = "" ) : |
||
title | string | |
label | string | |
stringvalue | string | |
Результат |
public AddLocalMediaItem ( string pId, string img ) : void | ||
pId | string | |
img | string | |
Результат | void |
public AddMetaInfo ( string title, string source, MetaTypes type = MetaTypes.text, bool searchable = false, bool visibleInCallout = true, string section = "Info", List |
||
title | string | Display title |
source | string | Source label |
type | MetaTypes | |
searchable | bool | |
visibleInCallout | bool | |
section | string | |
options | List |
|
minvalue | double | |
maxvalue | double | |
format | string | |
editActive | bool | |
canEdit | bool | |
Результат | MetaInfo |
public AddMetaInfo ( string title, MetaTypes type = MetaTypes.text, bool searchable = false, bool callout = true, string section = "Info", List |
||
title | string | |
type | MetaTypes | |
searchable | bool | |
callout | bool | |
section | string | |
options | List |
|
minvalue | double | |
maxvalue | double | |
format | string | |
editActive | bool | |
canEdit | bool | |
Результат | void |
public AddPosition ( |
||
myPosition | ||
date | System.DateTime | |
track | bool | |
Результат | void |
public AddSensorData ( string sensor, System.DateTime date, double value, string description = "", bool trigger = true ) : void | ||
sensor | string | |
date | System.DateTime | |
value | double | |
description | string | |
trigger | bool | |
Результат | void |
public CalculateVisible ( double p ) : void | ||
p | double | |
Результат | void |
public ForceUpdate ( bool triggerLabelChanged = false, bool triggerUpdatePosition = false ) : void | ||
triggerLabelChanged | bool | |
triggerUpdatePosition | bool | |
Результат | void |
public FromGeoJson ( Newtonsoft.Json.Linq.JObject geoJsonObject, bool newObject = true ) : IConvertibleGeoJson | ||
geoJsonObject | Newtonsoft.Json.Linq.JObject | |
newObject | bool | |
Результат | IConvertibleGeoJson |
public FromGeoJson ( string geoJson, bool newObject ) : IConvertibleGeoJson | ||
geoJson | string | |
newObject | bool | |
Результат | IConvertibleGeoJson |
public FromXml ( System.Xml.Linq.XElement element ) : void | ||
element | System.Xml.Linq.XElement | |
Результат | void |
public FromXml ( System.Xml.Linq.XElement element, string directoryName ) : void | ||
element | System.Xml.Linq.XElement | |
directoryName | string | |
Результат | void |
public FromXmlBase ( System.Xml.Linq.XElement &res, string directoryName ) : void | ||
res | System.Xml.Linq.XElement | |
directoryName | string | |
Результат | void |
public static GetEffectiveAnalysis ( |
||
p | ||
a | ||
Результат | void |
public GetMetaLabels ( ) : ObservableCollection |
||
Результат | ObservableCollection |
public IconImageReceived ( string anId, byte content, Service s ) : void | ||
anId | string | |
content | byte | |
s | Service | |
Результат | void |
public IsVisibleInExtent ( BoundingBox t ) : bool | ||
t | BoundingBox | |
Результат | bool |
public OnDataChanged ( string key, string old = "", string newvalue = "" ) : void | ||
key | string | |
old | string | |
newvalue | string | |
Результат | void |
public OnLabelChanged ( string key, string old = "", string newvalue = "" ) : void | ||
key | string | |
old | string | |
newvalue | string | |
Результат | void |
public SetPosition ( double pLongitude, double pLatitude ) : void | ||
pLongitude | double | |
pLatitude | double | |
Результат | void |
public ToXml ( ServiceSettings settings ) : XElement | ||
settings | ServiceSettings | |
Результат | XElement |
public ToXmlBase ( ServiceSettings settings ) : XElement | ||
settings | ServiceSettings | |
Результат | XElement |
public TriggerLabelChanged ( string key, string oldValue = "", string newValue = "" ) : void | ||
key | string | |
oldValue | string | |
newValue | string | |
Результат | void |
public TriggerUpdated ( bool visibility = true ) : void | ||
visibility | bool | |
Результат | void |
public TypeFromGeoJson ( JProperty json ) : void | ||
json | JProperty | |
Результат | void |
public UpdateStyle ( BaseContent poiType, bool triggerLabelChanged = false, bool triggerUpdatePosition = false ) : void | ||
poiType | BaseContent | |
triggerLabelChanged | bool | |
triggerUpdatePosition | bool | |
Результат | void |