ThinkGeo Cloud
ThinkGeo UI Controls
ThinkGeo Open Source
Help and Support
External Resources
ThinkGeo Cloud
ThinkGeo UI Controls
ThinkGeo Open Source
Help and Support
External Resources
Note: The page was created before Map Suite 10. Map Suite 10.0 organized many classes into new namespaces and assemblies as well as had a few minor breaks in compatibility. The majority of previously built code should work without modification assuming the new namespaces are added. For guidance on upgrading your existing code, please check out MapSuite 10 Upgrade Guide.
<!– Class –> Represents the coordinates of the map center, display in the lower right corner of the map.
*System.Object ThinkGeo.MapSuite.FormsEdition.MapTool *ThinkGeo.MapSuite.FormsEdition.CenterCoordinateMapTool
Name | Parameters | DeclaringType | Summary |
---|---|---|---|
CenterCoordinateMapTool | Initializes a new instance of the class. | ||
CenterCoordinateMapTool | CenterCoordinateMapToolApater | Initializes a new instance of the class. |
Name | Parameters | DeclaringType | Summary |
---|
Name | Parameters | DeclaringType | Summary |
---|---|---|---|
Equals | Object | Object | |
GetHashCode | Object | ||
GetType | Object | ||
ToString | Object |
Name | Parameters | DeclaringType | Summary |
---|---|---|---|
Finalize | Object | ||
MemberwiseClone | Object |
Name | Return | DeclaringType | Summary |
---|---|---|---|
Adapter | MapElementAdapter | MapTool | Gets the adapter. |
DisplayProjection | Proj4Projection | Gets or sets the display projection. | |
DisplayTextFormat | String | Gets or sets the display text format. | |
IsEnabled | Boolean | MapTool | Gets or sets a value indicating whether this instance is enabled. |
Name | Return | DeclaringType | Summary |
---|
Name | Event Arguments | DeclaringType | Summary |
---|
Initializes a new instance of the class.
Name | Type | Description |
---|
Initializes a new instance of the class.
Name | Type | Description |
---|---|---|
adapter | CenterCoordinateMapToolApater<!– ThinkGeo.MapSuite.FormsEdition.Adapters.CenterCoordinateMapToolApater –> | The adapter. |
Return Type | Description |
---|---|
Boolean<!– System.Boolean –> |
Name | Type | Description |
---|---|---|
obj | Object<!– System.Object –> |
<!– System.Object –> Go Back
Return Type | Description |
---|---|
Int32<!– System.Int32 –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
Return Type | Description |
---|---|
Type<!– System.Type –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
Return Type | Description |
---|---|
String<!– System.String –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
Return Type | Description |
---|---|
Object<!– System.Object –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
Gets the adapter.
Return Type |
---|
MapElementAdapter<!– ThinkGeo.MapSuite.FormsEdition.Adapters.MapElementAdapter –> |
<!– ThinkGeo.MapSuite.FormsEdition.MapTool –> Go Back
Gets or sets the display projection.
Return Type |
---|
Proj4Projection<!– ThinkGeo.MapSuite.Core.Proj4Projection –> |
<!– ThinkGeo.MapSuite.FormsEdition.CenterCoordinateMapTool –> Go Back
Gets or sets the display text format.
Return Type |
---|
String<!– System.String –> |
<!– ThinkGeo.MapSuite.FormsEdition.CenterCoordinateMapTool –> Go Back
Gets or sets a value indicating whether this instance is enabled.
Return Type |
---|
Boolean<!– System.Boolean –> |
<!– ThinkGeo.MapSuite.FormsEdition.MapTool –> Go Back