Property | Type | Description | |
---|---|---|---|
_useExtesion | bool |
Method | Description | |
---|---|---|
DeleteExtension ( ) : void |
Delete Extesion
|
|
RegistryExtension ( FeatureLayer layer ) : void |
Registry extension in FeatureLayer
|
|
UnRegistryExtension ( FeatureLayer layer ) : void |
UnRegistry extension in FeatureLayer
|
|
addToXml ( |
Restore internal state in XmlEllement
|
|
processFromXml ( |
Save internal state in XmlNode
|
Method | Description | |
---|---|---|
FeatureLayerExtension ( FeatureLayer layer ) : System |
Default constructor
|
|
addAttribute ( |
||
addPointStyleElement ( |
||
addPolygonStyleElement ( |
||
addPolylineStyleElement ( |
||
addTitleStyleElement ( |
||
floatArrayToString ( float arr ) : string | ||
processPointStyle ( |
||
processPolygonStyle ( |
||
processPolylineStyle ( |
||
processTitleStyle ( |
||
stringToFloatArray ( string str ) : float[] | ||
tryGetNodeByName ( |
protected FeatureLayerExtension ( FeatureLayer layer ) : System | ||
layer | FeatureLayer | FeatureLayer which will be used for extension |
return | System |
public abstract RegistryExtension ( FeatureLayer layer ) : void | ||
layer | FeatureLayer | |
return | void |
public abstract UnRegistryExtension ( FeatureLayer layer ) : void | ||
layer | FeatureLayer | |
return | void |
protected static addAttribute ( |
||
element | ||
attributeName | string | |
attributeValue | string | |
return | void |
protected addPointStyleElement ( |
||
PointStyle | ||
doc | ||
layerElement | ||
return | void |
protected addPolygonStyleElement ( |
||
PolygonStyle | ||
doc | ||
layerElement | ||
return | void |
protected addPolylineStyleElement ( |
||
PolylineStyle | ||
doc | ||
layerElement | ||
return | void |
protected addTitleStyleElement ( |
||
TitleStyle | ||
doc | ||
layerElement | ||
return | void |
public abstract addToXml ( |
||
element | ||
return | void |
protected static floatArrayToString ( float arr ) : string | ||
arr | float | |
return | string |
public abstract processFromXml ( |
||
node | ||
return | void |
protected processPointStyle ( |
||
layerNode | ||
PointStyle | ||
return | void |
protected processPolygonStyle ( |
||
layerNode | ||
PolygonStyle | ||
return | void |
protected processPolylineStyle ( |
||
layerNode | ||
PolylineStyle | ||
return | void |
protected processTitleStyle ( |
||
layerNode | ||
TitleStyle | ||
return | void |
protected stringToFloatArray ( string str ) : float[] | ||
str | string | |
return | float[] |
protected tryGetNodeByName ( |
||
nodes | ||
name | string | |
return |