User Tools

Site Tools


thinkgeo.mapsuite.silverlightcore.feature

This is an old revision of the document!


ThinkGeo.MapSuite.SilverlightCore.Feature

<!– Structure –>

Inheritance Hierarchy

Members Summary

Public Constructors

Name Parameters DeclaringType Summary
Public MethodFeature BaseShape
Public MethodFeature Byte[]
Public MethodFeature Byte[], String
Public MethodFeature String
Public MethodFeature String, String
Public MethodFeature BaseShape, IDictionary<String, String>
Public MethodFeature String, String, IDictionary<String, String>
Public MethodFeature String, String, IEnumerable<String>
Public MethodFeature Byte[], String, IEnumerable<String>
Public MethodFeature Byte[], String, IDictionary<String, String>
Public MethodFeature Vertex
Public MethodFeature Vertex, String
Public MethodFeature Vertex, String, IEnumerable<String>
Public MethodFeature Double, Double
Public MethodFeature Double, Double, String
Public MethodFeature Double, Double, String, IEnumerable<String>

Protected Constructors

Name Parameters DeclaringType Summary

Public Methods

Name Parameters DeclaringType Summary
Public MethodCloneDeep IEnumerable<String>
Public MethodCloneDeep ReturningColumnsType
Public MethodEquals Object Object(overriden)
Public MethodGetBoundingBox
Public MethodGetHashCode Object(overriden)
Public MethodGetShape
Public MethodGetType Object
Public MethodGetWellKnownBinary
Public MethodGetWellKnownText
Public MethodGetWellKnownType
Public MethodIsValid
Public MethodToString Object(overriden)

Protected Methods

Name Parameters DeclaringType Summary
Protected MethodFinalize Object
Protected MethodMemberwiseClone Object

Public Properties

Name Return DeclaringType Summary
Public PropertyColumnValues Dictionary<String,String>
Public PropertyId String
Public PropertyTag Object

Protected Properties

Name Return DeclaringType Summary

Public Events

Name Event Arguments DeclaringType Summary

Public Constructors

Feature(BaseShape)

Parameters

Name Type Description
baseShape BaseShape<!– ThinkGeo.MapSuite.SilverlightCore.BaseShape –>

Go Back

Feature(Byte[])

Parameters

Name Type Description
wellKnownBinary Byte[]<!– System.Bytethinkgeo.mapsuite.silverlightcore.feature –>

Go Back

Feature(Byte[], String)

Parameters

Name Type Description
wellKnownBinary Byte[]<!– System.Bytethinkgeo.mapsuite.silverlightcore.feature –>
id String<!– System.String –>

Go Back

Feature(String)

Parameters

Name Type Description
wellKnownText String<!– System.String –>

Go Back

Feature(String, String)

Parameters

Name Type Description
wellKnownText String<!– System.String –>
id String<!– System.String –>

Go Back

Feature(BaseShape, IDictionary<String, String>)

Parameters

Name Type Description
baseShape BaseShape<!– ThinkGeo.MapSuite.SilverlightCore.BaseShape –>
columnValues IDictionary<String,String><!– System.Collections.Generic.IDictionary{System.String,System.String} –>

Go Back

Feature(String, String, IDictionary<String, String>)

Parameters

Name Type Description
wellKnownText String<!– System.String –>
id String<!– System.String –>
columnValues IDictionary<String,String><!– System.Collections.Generic.IDictionary{System.String,System.String} –>

Go Back

Feature(String, String, IEnumerable<String>)

Parameters

Name Type Description
wellKnownText String<!– System.String –>
id String<!– System.String –>
columnValues IEnumerable<String><!– System.Collections.Generic.IEnumerable{System.String} –>

Go Back

Feature(Byte[], String, IEnumerable<String>)

Parameters

Name Type Description
wellKnownBinary Byte[]<!– System.Bytethinkgeo.mapsuite.silverlightcore.feature –>
id String<!– System.String –>
columnValues IEnumerable<String><!– System.Collections.Generic.IEnumerable{System.String} –>

Go Back

Feature(Byte[], String, IDictionary<String, String>)

Parameters

Name Type Description
wellKnownBinary Byte[]<!– System.Bytethinkgeo.mapsuite.silverlightcore.feature –>
id String<!– System.String –>
columnValues IDictionary<String,String><!– System.Collections.Generic.IDictionary{System.String,System.String} –>

Go Back

Feature(Vertex)

Parameters

Name Type Description
vertex Vertex<!– ThinkGeo.MapSuite.SilverlightCore.Vertex –>

Go Back

Feature(Vertex, String)

Parameters

Name Type Description
vertex Vertex<!– ThinkGeo.MapSuite.SilverlightCore.Vertex –>
id String<!– System.String –>

Go Back

Feature(Vertex, String, IEnumerable<String>)

Parameters

Name Type Description
vertex Vertex<!– ThinkGeo.MapSuite.SilverlightCore.Vertex –>
id String<!– System.String –>
columnValues IEnumerable<String><!– System.Collections.Generic.IEnumerable{System.String} –>

Go Back

Feature(Double, Double)

Parameters

Name Type Description
x Double<!– System.Double –>
y Double<!– System.Double –>

Go Back

Feature(Double, Double, String)

Parameters

Name Type Description
x Double<!– System.Double –>
y Double<!– System.Double –>
id String<!– System.String –>

Go Back

Feature(Double, Double, String, IEnumerable<String>)

Parameters

Name Type Description
x Double<!– System.Double –>
y Double<!– System.Double –>
id String<!– System.String –>
columnValues IEnumerable<String><!– System.Collections.Generic.IEnumerable{System.String} –>

Go Back

Protected Constructors

Public Methods

CloneDeep(IEnumerable<String>)

Return Value

Return Type Description
Feature<!– ThinkGeo.MapSuite.SilverlightCore.Feature –>

Parameters

Name Type Description
returningColumnNames IEnumerable<String><!– System.Collections.Generic.IEnumerable{System.String} –>

<!– ThinkGeo.MapSuite.SilverlightCore.Feature –> Go Back

CloneDeep(ReturningColumnsType)

Return Value

Return Type Description
Feature<!– ThinkGeo.MapSuite.SilverlightCore.Feature –>

Parameters

Name Type Description
returningColumnNamesType ReturningColumnsType<!– ThinkGeo.MapSuite.SilverlightCore.ReturningColumnsType –>

<!– ThinkGeo.MapSuite.SilverlightCore.Feature –> Go Back

Equals(Object)

Return Value

Return Type Description
Boolean<!– System.Boolean –>

Parameters

Name Type Description
obj Object<!– System.Object –>

<!– System.Object(overriden) –> Go Back

GetBoundingBox()

Return Value

Return Type Description
RectangleShape<!– ThinkGeo.MapSuite.SilverlightCore.RectangleShape –>

Parameters

Name Type Description

<!– ThinkGeo.MapSuite.SilverlightCore.Feature –> Go Back

GetHashCode()

Return Value

Return Type Description
Int32<!– System.Int32 –>

Parameters

Name Type Description

<!– System.Object(overriden) –> Go Back

GetShape()

Return Value

Return Type Description
BaseShape<!– ThinkGeo.MapSuite.SilverlightCore.BaseShape –>

Parameters

Name Type Description

<!– ThinkGeo.MapSuite.SilverlightCore.Feature –> Go Back

GetType()

Return Value

Return Type Description
Type<!– System.Type –>

Parameters

Name Type Description

<!– System.Object –> Go Back

GetWellKnownBinary()

Return Value

Return Type Description
Byte[]<!– System.Bytethinkgeo.mapsuite.silverlightcore.feature –>

Parameters

Name Type Description

<!– ThinkGeo.MapSuite.SilverlightCore.Feature –> Go Back

GetWellKnownText()

Return Value

Return Type Description
String<!– System.String –>

Parameters

Name Type Description

<!– ThinkGeo.MapSuite.SilverlightCore.Feature –> Go Back

GetWellKnownType()

Return Value

Return Type Description
WellKnownType<!– ThinkGeo.MapSuite.SilverlightCore.WellKnownType –>

Parameters

Name Type Description

<!– ThinkGeo.MapSuite.SilverlightCore.Feature –> Go Back

IsValid()

Return Value

Return Type Description
Boolean<!– System.Boolean –>

Parameters

Name Type Description

<!– ThinkGeo.MapSuite.SilverlightCore.Feature –> Go Back

ToString()

Return Value

Return Type Description
String<!– System.String –>

Parameters

Name Type Description

<!– System.Object(overriden) –> Go Back

Protected Methods

Finalize()

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description

<!– System.Object –> Go Back

MemberwiseClone()

Return Value

Return Type Description
Object<!– System.Object –>

Parameters

Name Type Description

<!– System.Object –> Go Back

Public Properties

ColumnValues

Return Value

Return Type
Dictionary<String,String><!– System.Collections.Generic.Dictionary{System.String,System.String} –>

<!– ThinkGeo.MapSuite.SilverlightCore.Feature –> Go Back

Id

Return Value

Return Type
String<!– System.String –>

<!– ThinkGeo.MapSuite.SilverlightCore.Feature –> Go Back

Tag

Return Value

Return Type
Object<!– System.Object –>

<!– ThinkGeo.MapSuite.SilverlightCore.Feature –> Go Back

Protected Properties

Public Events

thinkgeo.mapsuite.silverlightcore.feature.1440040134.txt.gz · Last modified: 2015/09/21 03:20 (external edit)