User Tools

Site Tools


thinkgeo.mapsuite.core.baseshape

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
thinkgeo.mapsuite.core.baseshape [2015/09/17 08:56]
admin
thinkgeo.mapsuite.core.baseshape [2017/03/16 21:59] (current)
Line 1: Line 1:
-====== ThinkGeo.MapSuite.Core ====== +====== ThinkGeo.MapSuite.Core.BaseShape ​====== 
-===== MapSuiteCore ​===== + 
-=== Classes === +{{section>​upgrade_map_suite_to_10.0}} 
-<div characters_index>​ + 
-[[#​classes_a|A]] +The abstract class from which area shapes, line shapes, and point shapes inherit from. 
-[[#​classes_b|B]] +===== Inheritance Hierarchy ​===== 
-[[#​classes_c|C]] +  ​*System.Object 
-[[#​classes_d|D]] +    ​***ThinkGeo.MapSuite.Core.BaseShape** 
-[[#​classes_e|E]] +      *[[ThinkGeo.MapSuite.Core.GeometryCollectionShape]] 
-[[#​classes_f|F]] +      *[[ThinkGeo.MapSuite.Core.AreaBaseShape]] 
-[[#​classes_g|G]] +      *[[ThinkGeo.MapSuite.Core.LineBaseShape]] 
-[[#​classes_h|H]] +      *[[ThinkGeo.MapSuite.Core.PointBaseShape]] 
-[[#​classes_i|I]] +===== Members Summary ===== 
-[[#​classes_j|J]] +==== Public Constructors ==== 
-[[#​classes_k|K]] +==== Protected Constructors ==== 
-[[#​classes_l|L]] +** {{wiki:​ProtectedMethod.gif|}} BaseShape() ** 
-[[#​classes_m|M]] + 
-[[#​classes_n|N]] +  * //This is the default constructor for BaseShape.//​ 
-[[#​classes_o|O]] +== Remarks == 
-[[#​classes_p|P]] +  * //N/A// 
-[[#​classes_q|Q]] +== Parameters ==
-[[#​classes_r|R]] +
-[[#​classes_s|S]] +
-[[#​classes_t|T]] +
-[[#​classes_u|U]] +
-[[#​classes_v|V]] +
-[[#​classes_w|W]] +
-[[#​classes_x|X]] +
-[[#​classes_z|Z]] +
-</​div>​+
 <div newline></​div>​ <div newline></​div>​
 +==== Public Methods ====
 +** {{wiki:​PublicMethod.gif|}} LoadFromWellKnownData(String) **
  
-> <​html><​strong id="​classes_a"><​/strong><​/html>​**A**+  * //This method hydrates the current shape with its data from well-known text.// 
 +== Remarks == 
 +  ​//As this is a concrete public method that wraps a Core method, we reserve the right to add events and other logic to pre- or post-process data returned by the Core version of the method. In this way, we leave our framework open on our end, but also allow you the developer to extend our logic to suit your needs. If you have questions about this, please contact our support team as we would be happy to work with you on extending our framework.//​
  
-  * [[ThinkGeo.MapSuite.Core.AddedGeoCollectionEventArgs|AddedGeoCollectionEventArgs]]<​div newline></​div><​div>​N/​A</​div>​ +== Return Value == 
-  * [[ThinkGeo.MapSuite.Core.AddingGeoCollectionEventArgs|AddingGeoCollectionEventArgs]]<​div newline></​div><​div>​N/​A</​div>​ +  * Type:Void 
-  * [[ThinkGeo.MapSuite.Core.AdornmentLayer|AdornmentLayer]]<​div newline></​div><​div>​This is the base class of AdornmentLayers. The AdornmentLayer is used to place adornments on the map. Two types of AdornmentLayers are providedScaleLineAdornmentLayer and ScaleBarAdornmentLayer.</​div>​ +  * Description:None
-  * [[ThinkGeo.MapSuite.Core.AdornmentLayerDrawingEventArgs|AdornmentLayerDrawingEventArgs]]<​div newline></​div><​div>​This is the event arguments class for the AdornmentLayerDrawing event. It is raised before the AdornmentLayer is drawn.</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.AdornmentLayerDrawnEventArgs|AdornmentLayerDrawnEventArgs]]<​div newline></​div><​div>​This is the event arguments class for the AdornmentLayerDrawn event. It is raised after the AdornmentLayer is drawn.</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.AdornmentLayersDrawingEventArgs|AdornmentLayersDrawingEventArgs]]<​div newline></​div><​div>​This is the event arguments class for the AdornmentLayersDrawing event. It is raised before any of the AdornmentLayers are drawn.</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.AdornmentLayersDrawnEventArgs|AdornmentLayersDrawnEventArgs]]<​div newline></​div><​div>​This is the event arguments class for the AdornmentLayersDrawn event. It is raised after all of the AdornmentLayers have been drawn.</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.AngleDistanceCogoCall|AngleDistanceCogoCall]]<​div newline></​div><​div>​N/​A</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.AppliedFiltersFeatureSourceEventArgs|AppliedFiltersFeatureSourceEventArgs]]<​div newline></​div><​div>​N/​A</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.ApplyingFiltersFeatureSourceEventArgs|ApplyingFiltersFeatureSourceEventArgs]]<​div newline></​div><​div>​N/​A</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]]<​div newline></​div><​div>​This abstract class is the root of all area-based shapes, such as RectangleShape and PolygonShape.</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.AreaFilterCondition|AreaFilterCondition]]<​div newline></​div><​div>​N/​A</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.AreaStyle|AreaStyle]]<​div newline></​div><​div>​This class is used to draw area features.</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.AreaStyleAdvanced|AreaStyleAdvanced]]<​div newline></​div><​div>​This class represents the advanced drawing options for area styles.</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.AreaStyles|AreaStyles]]<​div newline></​div><​div>​This class is a collection of predefined styles and helper methods for creating styles.</​div>​+
  
-> <​html><​strong id="​classes_b"><​/strong><​/html>**B**+== Parameters == 
 +  * //wellKnownText//​ 
 +    ​Type:​String 
 +    ​Description:​This parameter is the well-known text you will use to hydrate your object.
  
-  * [[ThinkGeo.MapSuite.Core.BackgroundLayer|BackgroundLayer]]<div newline></​div><​div>​This class draws the background of the map.</​div>​ +<div newline></​div>​ 
-  [[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]]<​div newline></​div><​div>​The abstract class from which area shapes, line shapes, and point shapes inherit from.</​div>​ +** {{wiki:​PublicMethod.gif|}} GetWellKnownText() ​**
-  ​[[ThinkGeo.MapSuite.Core.BingMapsLayer|BingMapsLayer]]<​div newline></​div><​div>​N/​A</​div>​ +
-  ​[[ThinkGeo.MapSuite.Core.BingMapsZoomLevelSet|BingMapsZoomLevelSet]]<​div newline></​div><​div>​This class represents the zoom levels used by Bing Maps.</​div>​ +
-  ​[[ThinkGeo.MapSuite.Core.BitmapTile|BitmapTile]]<​div newline></​div><​div>​This class represents a NativeImageTile,​ which is defined as scale, RectangleBox and a byte array for its tile bitmap.</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.BitmapTileCache|BitmapTileCache]]<​div newline></​div><​div>​This is the base class for BitmapTileCache system which inherits from TileCache class.</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.BoundarySolutionsParcelFeatureLayer|BoundarySolutionsParcelFeatureLayer]]<​div newline></​div><​div>​This class draws the parcel featureLayer of the map.</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.BoundarySolutionsParcelFeatureSource|BoundarySolutionsParcelFeatureSource]]<​div newline></​div><​div>​N/​A</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.BuildingIndexShapeFileFeatureSourceEventArgs|BuildingIndexShapeFileFeatureSourceEventArgs]]<​div newline></​div><​div>​This class represents the parameters passed in through the BuildingIndex event in ShapeFileFeatureSource class.</​div>​+
  
-> <​html><​strong id="​classes_c"><​/strong><​/html>​**C**+  * //This method returns the well-known text representation of this shape.// 
 +== Remarks == 
 +  ​//This method returns a string that represents the shape in well-known text. Well-known text allows you to describe geometries as a string of text. Well-known text is useful when you want to save a geometry in a format such as a text file, or when you simply want to cut and paste the text between other applications. An alternative to well-known text is well-known binary, which is a binary representation of a geometry object. We have methods that work with well-known binary as well. Below are some samples of what well-known text might look like for various kinds of geometries.POINT(5 17)LINESTRING(4 5,10 50,25 80)POLYGON((2 2,6 2,6 6,2 6,2 2),(3 3,4 3,4 4,3 4,3 3))MULTIPOINT(3.7 9.7,4.9 11.6)MULTILINESTRING((4 5,11 51,21 26),(-4 -7,-9 -7,-14 -3))MULTIPOLYGON(((2 2,6 2,6 6,2 6,2 2),(3 3,4 3,4 4,3 4,3 3)),((4 4,7 3,7 5,4 4))) As this is a concrete public method that wraps a Core method, we reserve the right to add events and other logic to pre- or post-process data returned by the Core version of the method. In this way, we leave our framework open on our end, but also allow you the developer to extend our logic to suit your needs. If you have questions about this, please contact our support team as we would be happy to work with you on extending our framework.//​
  
-  * [[ThinkGeo.MapSuite.Core.CSharpGeoCodeFormatter|CSharpGeoCodeFormatter]]<​div newline></​div><​div>​This class formats a GeoObjectModel into C# code.</​div>​ +== Return Value == 
-  * [[ThinkGeo.MapSuite.Core.CadFeatureLayer|CadFeatureLayer]]<​div newline></​div><​div>​N/​A</​div>​ +  * Type:String 
-  * [[ThinkGeo.MapSuite.Core.CadFeatureSource|CadFeatureSource]]<​div newline></​div><​div>​N/​A</​div>​ +  * Description:​This method returns ​string that represents the shape in well-known text.
-  * [[ThinkGeo.MapSuite.Core.CircularKrigingGridInterpolationModel|CircularKrigingGridInterpolationModel]]<​div newline></​div><​div>​N/​A</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.ClassBreak|ClassBreak]]<​div newline></​div><​div>​This class represents ​single class break.</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.ClassBreakStyle|ClassBreakStyle]]<​div newline></​div><​div>​This class represents a style based on class break values.</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.ClearedItemsGeoCollectionEventArgs|ClearedItemsGeoCollectionEventArgs]]<​div newline></​div><​div>​N/​A</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.ClearingItemsGeoCollectionEventArgs|ClearingItemsGeoCollectionEventArgs]]<​div newline></​div><​div>​N/​A</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.ClosedFeatureSourceEventArgs|ClosedFeatureSourceEventArgs]]<​div newline></​div><​div>​This class represents the parameters passed ​in through the ClosedFeatureSource event.</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.ClosedRasterSourceEventArgs|ClosedRasterSourceEventArgs]]<​div newline></​div><​div>​This class represents the parameters passed in through the ClosedRasterSource event.</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.ClosingFeatureSourceEventArgs|ClosingFeatureSourceEventArgs]]<​div newline></​div><​div>​This class represents the parameters passed in through the ClosingFeatureSource event.</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.ClosingRasterSourceEventArgs|ClosingRasterSourceEventArgs]]<​div newline></​div><​div>​This class represents the parameters passed in through the ClosingRasterSource event.</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.ClusterPointStyle|ClusterPointStyle]]<​div newline></​div><​div>​N/​A</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.CogoCall|CogoCall]]<​div newline></​div><​div>​This is an abstract class which is the basis for each of the different types of COGO calls In the abstract class we define that a call need to be able to produce a line segment as well as produce its traverse and description string.</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.CogoInformation|CogoInformation]]<​div newline></​div><​div>​N/​A</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.CogoObject|CogoObject]]<​div newline></​div><​div>​N/​A</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.CommittedTransactionEventArgs|CommittedTransactionEventArgs]]<​div newline></​div><​div>​This class represents the parameters passed in through the CommittedTransaction event.</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.CommittingTransactionEventArgs|CommittingTransactionEventArgs]]<​div newline></​div><​div>​This class represents the parameters passed in through the CommittingTransaction event.</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.CompositeStyle|CompositeStyle]]<​div newline></​div><​div>​N/​A</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.Conversion|Conversion]]<​div newline></​div><​div>​This static class provides a conversion method to go to and from different units.</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.CreatedMemberNodeGeoObjectModelerEventArgs|CreatedMemberNodeGeoObjectModelerEventArgs]]<​div newline></​div><​div>​This class represents the parameters passed in through the CreatedMemberNode event.</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.CreatedMemberObjectGeoObjectModelerEventArgs|CreatedMemberObjectGeoObjectModelerEventArgs]]<​div newline></​div><​div>​This class represents the parameters passed in through the CreatedMemberObject event.</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.CreatingMemberNodeGeoObjectModelerEventArgs|CreatingMemberNodeGeoObjectModelerEventArgs]]<​div newline></​div><​div>​This class represents the parameters passed in through the CreatingMemberNode event.</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.CreatingMemberObjectGeoObjectModelerEventArgs|CreatingMemberObjectGeoObjectModelerEventArgs]]<​div newline></​div><​div>​This class represents the parameters passed in through the CreatingMemberObject event.</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.CreatingRequestGoogleMapsLayerEventArgs|CreatingRequestGoogleMapsLayerEventArgs]]<​div newline></​div><​div>​N/​A</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.CustomColumnFetchEventArgs|CustomColumnFetchEventArgs]]<​div newline></​div><​div>​This class represents the parameters passed in through the CustomFieldFetch event.</​div>​+
  
-> <​html><​strong id="​classes_d">​</strong></html>**D**+== Parameters == 
 +<div newline></div> 
 +** {{wiki:​PublicMethod.gif|}} GetGeoJson() ​**
  
-  * [[ThinkGeo.MapSuite.Core.DataGridPrinterLayer|DataGridPrinterLayer]]<​div newline><​/div><​div>​N/​A</​div>​ +  * //N/A// 
-  * [[ThinkGeo.MapSuite.Core.DateRangeFilterCondition|DateRangeFilterCondition]]<​div newline><​/div><​div>​N/A</div> +== Remarks == 
-  * [[ThinkGeo.MapSuite.Core.DbfColumn|DbfColumn]]<​div newline><​/div><​div>​This class represents the column information specific to a DBF column.</​div>​ +  * //N/A//
-  * [[ThinkGeo.MapSuite.Core.DbfLinkRecords|DbfLinkRecords]]<​div newline></​div><​div>​N/​A</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.DbfLinkSource|DbfLinkSource]]<​div newline><​/div><​div>​N/A</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.DecimalDegreesHelper|DecimalDegreesHelper]]<​div newline></​div><​div>​This class contains a static routine for converting between degree-minute-second measurement and decimal degree measurement. In essense, it is a routine for converting from a non-decimal degree unit to decimal degree unit distance.</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.DirectionDistanceCogoCall|DirectionDistanceCogoCall]]<​div newline></​div><​div>​N/A</div> +
-  * [[ThinkGeo.MapSuite.Core.DistinctColumnValue|DistinctColumnValue]]<​div newline></​div><​div>​N/​A</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.DotDensityStyle|DotDensityStyle]]<​div newline></​div><​div>​This class allows you to display information by drawing points on an area based on a value from the features data.</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.DrawingAttributionLayerEventArgs|DrawingAttributionLayerEventArgs]]<​div newline></​div><​div>​N/​A</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.DrawingExceptionLayerEventArgs|DrawingExceptionLayerEventArgs]]<​div newline></​div><​div>​N/​A</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.DrawingFeaturesEventArgs|DrawingFeaturesEventArgs]]<​div newline></​div><​div>​This is the event arguments class for the DrawingFeatures event of the FeatureLayer.</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.DrawingProgressChangedEventArgs|DrawingProgressChangedEventArgs]]<​div newline></​div><​div>​N/​A</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.DrawingWrappingFeaturesFeatureLayerEventArgs|DrawingWrappingFeaturesFeatureLayerEventArgs]]<​div newline></​div><​div>​This is the event arguments class for the DrawingFeatures event of the FeatureLayer.</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.DrawnAttributionLayerEventArgs|DrawnAttributionLayerEventArgs]]<​div newline></​div><​div>​N/​A</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.DrawnExceptionLayerEventArgs|DrawnExceptionLayerEventArgs]]<​div newline></​div><​div>​N/​A</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.DynamicIsoLineLayer|DynamicIsoLineLayer]]<​div newline></​div><​div>​N/​A<​/div>+
  
-> <​html><​strong id="​classes_e"></​strong></​html>​**E**+== Return Value == 
 +  ​Type:​String 
 +  ​Description:​N/​A
  
-  * [[ThinkGeo.MapSuite.Core.EcwRasterLayer|EcwRasterLayer]]<​div newline></​div><​div>​This class represents an ECW image to be drawn on the map.</​div>​ +== Parameters == 
-  * [[ThinkGeo.MapSuite.Core.EcwRasterSource|EcwRasterSource]]<div newline></​div><​div>​This class represents the ECW raster source.</​div>​ +<div newline></​div>​ 
-  [[ThinkGeo.MapSuite.Core.EditTools|EditTools]]<​div newline></​div><​div>​This class is a wrapper class for the FeatureLayer that isolates only the editing methods to make them easily accessible to the programmer.</​div>​ +** {{wiki:​PublicMethod.gif|}} GetWellKnownText(RingOrder) ​**
-  ​[[ThinkGeo.MapSuite.Core.EllipseShape|EllipseShape]]<​div newline></​div><​div>​This class represents an ellipse that is defined with a center point, a height and a width.</​div>​ +
-  ​[[ThinkGeo.MapSuite.Core.EmpiricalFunctionCoefficients|EmpiricalFunctionCoefficients]]<​div newline></​div><​div>​N/​A</​div>​ +
-  ​[[ThinkGeo.MapSuite.Core.EncryptedFileBitmapTileCache|EncryptedFileBitmapTileCache]]<​div newline></​div><​div>​N/​A</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.ExecutingSqlStatementMsSql2008FeatureSourceEventArgs|ExecutingSqlStatementMsSql2008FeatureSourceEventArgs]]<​div newline></​div><​div>​This class represents the parameters passed in through the ExecutingSqlStatement event in MsSql2008FeatureSource.</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.ExecutingSqlStatementOracleFeatureSourceEventArgs|ExecutingSqlStatementOracleFeatureSourceEventArgs]]<​div newline></​div><​div>​This class represents the parameters passed in through the ExecutingSqlStatement event in OracleFeatureSource.</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.ExponentialKrigingGridInterpolationModel|ExponentialKrigingGridInterpolationModel]]<​div newline></​div><​div>​N/​A</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.ExtentHelper|ExtentHelper]]<​div newline></​div><​div>​This static class exposes a number of helpful methods when dealing with extents.</​div>​+
  
-> <​html><​strong id="​classes_f"><​/strong><​/html>​**F**+  * //This method returns the well-known text representation of this shape.// 
 +== Remarks == 
 +  ​//This method returns a stringthat represents the shape in well-known text. Well-known text allows you to describe geometries as a string of text. Well-known text is useful when you want to save a geometry in a format such as a text file, or when you simply want to cut and paste the text between other applications. An alternative to well-known text is well-known binary, which is a binary representation of a geometry object. We have methods that work with well-known binary as well. Below are some samples of what well-known text might look like for various kinds of geometries.POINT(5 17)LINESTRING(4 5,10 50,25 80)POLYGON((2 2,6 2,6 6,2 6,2 2),(3 3,4 3,4 4,3 4,3 3))MULTIPOINT(3.7 9.7,4.9 11.6)MULTILINESTRING((4 5,11 51,21 26),(-4 -7,-9 -7,-14 -3))MULTIPOLYGON(((2 2,6 2,6 6,2 6,2 2),(3 3,4 3,4 4,3 4,3 3)),((4 4,7 3,7 5,4 4))) Overriding: Please ensure that you validate the parameters being passed in and raise the exceptions defined above.//
  
-  * [[ThinkGeo.MapSuite.Core.Feature|Feature]]<​div newline></​div><​div>​The class Feature is the basic unit of which a FeatureSource is composed. A FeatureSource can be taken from a collection of Features stored in a ShapeFile, SQL Server 2008, Oracle, etc.A Feature is the basic data unit structure which is comprised of IDs that mark the identification of the Feature, a shape and a collection of data.</​div>​ +== Return Value == 
-  * [[ThinkGeo.MapSuite.Core.FeatureCache|FeatureCache]]<​div newline></​div><​div>​FeatureCache is a cache system used in FeatureSource to speed up the fetching data system.</​div>​ +  * Type:String 
-  * [[ThinkGeo.MapSuite.Core.FeatureLayer|FeatureLayer]]<​div newline></​div><​div>​This class represents ​layer that is comprised of feature data.</​div>​ +  * Description:​This method returns ​string ​that represents the shape in well-known text.
-  * [[ThinkGeo.MapSuite.Core.FeatureSource|FeatureSource]]<​div newline></​div><​div>​The abstract class from which all feature sources inherit. Feature sources represent feature data that can be integrated into Map Suite.This class is key, as it is the abstract class from which all other feature sources are derived. In this sense it encapsulates much of the logic for handling transactions and ensuring the data is consistent regardless of any projections applied.</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.FeatureSourceColumn|FeatureSourceColumn]]<​div newline></​div><​div>​This class represents ​a column contained within a FeatureSource.</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.FileBitmapTile|FileBitmapTile]]<​div newline></​div><​div>​N/​A</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.FileBitmapTileCache|FileBitmapTileCache]]<​div newline></​div><​div>​This class is a concrete class inherits from BitmapTileCache. In this class, ​the tiles will be saved in disk and can be viewed very conveniently.</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.FileGeoDatabaseFeatureLayer|FileGeoDatabaseFeatureLayer]]<​div newline></​div><​div>​N/​A</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.FileGeoDatabaseFeatureSource|FileGeoDatabaseFeatureSource]]<​div newline></​div><​div>​N/​A</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.FileNativeImageTileCache|FileNativeImageTileCache]]<​div newline></​div><​div>​This class is a concrete class inherits from NativeImageTileCache. In this class, the tiles will be saved in disk and can be viewed very conveniently.</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.FilterCondition|FilterCondition]]<​div newline></​div><​div>​N/​A</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.FilterStyle|FilterStyle]]<​div newline></​div><​div>​N/​A</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.FormattedPositionStyleEventArgs|FormattedPositionStyleEventArgs]]<​div newline></​div><​div>​N/​A</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.FormattingPositionStyleEventArgs|FormattingPositionStyleEventArgs]]<​div newline></​div><​div>​N/​A</​div>​+
  
-> <​html><​strong id="​classes_g"><​/strong><​/html>**G**+== Parameters == 
 +  * //outerRingOrder//​ 
 +    ​Type:​[[ThinkGeo.MapSuite.Core.RingOrder|RingOrder]] 
 +    ​Description:​N/​A
  
-  * [[ThinkGeo.MapSuite.Core.GaussianKrigingGridInterpolationModel|GaussianKrigingGridInterpolationModel]]<div newline></​div><​div>​N/​A</​div>​ +<div newline></​div>​ 
-  [[ThinkGeo.MapSuite.Core.GdiPlusGeoCanvas|GdiPlusGeoCanvas]]<​div newline></​div><​div>​This class represents a canvas that is used to draw geographic shapes with GDI+.</​div>​ +** {{wiki:​PublicMethod.gif|}} LoadFromWellKnownData(Byte[]**
-  ​[[ThinkGeo.MapSuite.Core.GdiPlusRasterLayer|GdiPlusRasterLayer]]<​div newline></​div><​div>​This class represents general image types to be drawn on the map, such as .BMP, .JPG, .PNG, etc.</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.GdiPlusRasterSource|GdiPlusRasterSource]]<div newline></​div><​div>​This class allows you to view standard .NET GDI+ image types such as BMP, TIF, JPG, and PNG.</​div>​ +
-  ​[[ThinkGeo.MapSuite.Core.GeneratingGridFeatureSourceEventArgs|GeneratingGridFeatureSourceEventArgs]]<​div newline></​div><​div>​N/​A</​div>​ +
-  ​[[ThinkGeo.MapSuite.Core.GeoBrush|GeoBrush]]<​div newline></​div><​div>​Defines objects used to fill the interiors of AreaBaseShapes,​ such as MultiPolygonShape,​ PolygonShape,​ EllipseShape,​ and other AreaBaseShapes.</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.GeoBrushes|GeoBrushes]]<​div newline></​div><​div>​Provides a collection of predefined GeoBrushes</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]]<​div newline></​div><​div>​This class represents a canvas that is used to draw geographic shapes. It is intended to be inherited for the implementation of different drawing systems, such as GDI+ or WPF.</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.GeoCodeFormatter|GeoCodeFormatter]]<​div newline></​div><​div>​This class formats a GeoObjectModel into program code.</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.GeoCodeGenerator|GeoCodeGenerator]]<​div newline></​div><​div>​This class generates code that recreates any given object.</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.GeoCollection<​T>​|GeoCollection<​T>​]]<​div newline></​div><​div>​This class is a collection with some methods specialized for dealing with Layers and other spatial classes.</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.GeoColors|GeoColors]]<​div newline></​div><​div>​This class is a collection of predefined colors</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.GeoDbf|GeoDbf]]<​div newline></​div><​div>​N/​A</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.GeoFont|GeoFont]]<​div newline></​div><​div>​This class represents a font that is used to label features on a GeoCanvas.</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.GeoHatchBrush|GeoHatchBrush]]<​div newline></​div><​div>​This class represents a brush that fills with various patterns.</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.GeoImage|GeoImage]]<​div newline></​div><​div>​This class represents an image you want to use on the GeoCanvas.</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.GeoLinearGradientBrush|GeoLinearGradientBrush]]<​div newline></​div><​div>​Encapsulates a GeoBrush with a linear gradient.</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.GeoObjectModel|GeoObjectModel]]<​div newline></​div><​div>​This class represent the model of a top level object.</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.GeoObjectModeler|GeoObjectModeler]]<​div newline></​div><​div>​This class creates models for objects and recreates objects from models.</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.GeoObjectNode|GeoObjectNode]]<​div newline></​div><​div>​This class represent the model of an object.</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.GeoPen|GeoPen]]<​div newline></​div><​div>​This class represents a GeoPen, which is used to draw lines on a GeoCanvas.</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.GeoPens|GeoPens]]<​div newline></​div><​div>​Provides a collection of predefined GeoPens</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.GeoSerializationFormatter|GeoSerializationFormatter]]<​div newline></​div><​div>​This class formats a GeoObjectModel into serialized data.</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.GeoSerializer|GeoSerializer]]<​div newline></​div><​div>​This class serializes an object.</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.GeoSolidBrush|GeoSolidBrush]]<​div newline></​div><​div>​This class defines a GeoBrush of a single color. Brushes are used to fill area shapes on a GeoCanvas.</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.GeoTextureBrush|GeoTextureBrush]]<​div newline></​div><​div>​This class is used to fill an area with a image texture.</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.GeoTiffRasterLayer|GeoTiffRasterLayer]]<​div newline></​div><​div>​This class represents a TIFF image to be drawn on the map.</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.GeoTiffRasterSource|GeoTiffRasterSource]]<​div newline></​div><​div>​N/​A</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.GeographicColors|GeographicColors]]<​div newline></​div><​div>​This class is a convenient way to access a predefined set of geographic colors.</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.Geohash|Geohash]]<​div newline></​div><​div>​N/​A</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.GeometryCollectionShape|GeometryCollectionShape]]<​div newline></​div><​div>​N/​A</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.GettingCacheImageBitmapTileCacheEventArgs|GettingCacheImageBitmapTileCacheEventArgs]]<​div newline></​div><​div>​N/​A</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.GettingColumnsFeatureSourceEventArgs|GettingColumnsFeatureSourceEventArgs]]<​div newline></​div><​div>​N/​A</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.GettingFeaturesByIdsFeatureSourceEventArgs|GettingFeaturesByIdsFeatureSourceEventArgs]]<​div newline></​div><​div>​N/​A</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.GettingFeaturesForDrawingFeatureSourceEventArgs|GettingFeaturesForDrawingFeatureSourceEventArgs]]<​div newline></​div><​div>​N/​A</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.GoogleMapsLayer|GoogleMapsLayer]]<​div newline></​div><​div>​Represents an object that encapsulates a Google Map layer.</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.GoogleMapsZoomLevelSet|GoogleMapsZoomLevelSet]]<​div newline></​div><​div>​This class represents the zoom levels used by Google Maps.</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.GottenCacheImageBitmapTileCacheEventArgs|GottenCacheImageBitmapTileCacheEventArgs]]<​div newline></​div><​div>​N/​A</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.GottenColumnsFeatureSourceEventArgs|GottenColumnsFeatureSourceEventArgs]]<​div newline></​div><​div>​N/​A</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.GottenFeatureValueClassBreakStyleEventArgs|GottenFeatureValueClassBreakStyleEventArgs]]<​div newline></​div><​div>​N/​A</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.GpxFeatureLayer|GpxFeatureLayer]]<​div newline></​div><​div>​N/​A</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.GpxFeatureSource|GpxFeatureSource]]<​div newline></​div><​div>​N/​A</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.GradientStyle|GradientStyle]]<​div newline></​div><​div>​This gradient style is a new style with the concept of GradientBrush. By specifying the LowerValue and its color, as well as the UpperValue and its color, we can set the color of each feature based on a column value using linear interpolation.</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.GraticuleAdornmentLayer|GraticuleAdornmentLayer]]<​div newline></​div><​div>​GraticuleAdornmentLayer shows Meridians and Parallels displaying through the map. Meridians are lines of longitude and they have a North South orientation. Parallels are lines of latitude and they have an East West orientation. Showing graticule for latitude and longitude is a standard way in cartography to give spatial references to the users.</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.GridCell|GridCell]]<​div newline></​div><​div>​N/​A</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.GridDefinition|GridDefinition]]<​div newline></​div><​div>​N/​A</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.GridFeatureLayer|GridFeatureLayer]]<​div newline></​div><​div>​This class uses the grid file provided.</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.GridFeatureSource|GridFeatureSource]]<​div newline></​div><​div>​Reads cell data from a grid file and displays them in appropriate colors based on their values.</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.GridInterpolationModel|GridInterpolationModel]]<​div newline></​div><​div>​N/​A</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.GridIsoLineLayer|GridIsoLineLayer]]<​div newline></​div><​div>​N/​A</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.GroupLayer|GroupLayer]]<​div newline></​div><​div>​This class represents a Layer backed by a group of layers.</​div>​+
  
-> <​html><​strong id="​classes_h"><​/strong><​/html>​**H**+  * //This method hydrates the current shape with its data from well-known binary.// 
 +== Remarks == 
 +  ​//This is used when you want to hydrate a shape based on well-known binary. You can create the shape and then load the well-known binary using this method. As this is a concrete public method that wraps a Core method, we reserve the right to add events and other logic to pre- or post-process data returned by the Core version of the method. In this way, we leave our framework open on our end, but also allow you the developer to extend our logic to suit your needs. If you have questions about this, please contact our support team as we would be happy to work with you on extending our framework.//​
  
-  * [[ThinkGeo.MapSuite.Core.HeatLayer|HeatLayer]]<​div newline></​div><​div>​HeatLayer allows you to better visualize data by making areas of high concentration "​hotter"​ using warmer colors and low density areas visually cooler.</​div>​ +== Return Value == 
-  * [[ThinkGeo.MapSuite.Core.HeatStyle|HeatStyle]]<​div newline></​div><​div>​HeatStyle allows you to better visualize data by making areas of high concentration "​hotter"​ using warmer colors and low density areas visually cooler.</​div>​ +  * Type:Void 
-  * [[ThinkGeo.MapSuite.Core.HueFamilyAreaStyle|HueFamilyAreaStyle]]<​div newline></​div><​div>​This class is used to draw area features.</​div>​+  * Description:​None
  
-> <​html><​strong id="​classes_i"><​/strong><​/html>**I**+== Parameters == 
 +  * //wellKnownBinary//​ 
 +    ​Type:​Byte[] 
 +    ​Description:​This parameter is the well-known binary used to populate the shape.
  
-  * [[ThinkGeo.MapSuite.Core.IconStyle|IconStyle]]<div newline></​div><​div>​This class displays an icon with text from the data of the feature.</​div>​ +<div newline></​div>​ 
-  [[ThinkGeo.MapSuite.Core.IconValueItem|IconValueItem]]<​div newline></​div><​div>​This class is a single item in an IconValueStyle.</​div>​ +** {{wiki:​PublicMethod.gif|}} GetWellKnownBinary() ​**
-  ​[[ThinkGeo.MapSuite.Core.IconValueStyle|IconValueStyle]]<​div newline></​div><​div>​This class allows you to choose different icons based on values in the data of a feature.</​div>​ +
-  ​[[ThinkGeo.MapSuite.Core.ImagePrinterLayer|ImagePrinterLayer]]<​div newline></​div><​div>​N/​A</​div>​ +
-  ​[[ThinkGeo.MapSuite.Core.InMemoryBitmapTileCache|InMemoryBitmapTileCache]]<​div newline></​div><​div>​This class is a concrete class inherits from BitmapTileCache. In this class, the tiles will be saved in memory and it provides some properties to control it very easily.</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.InMemoryFeatureLayer|InMemoryFeatureLayer]]<​div newline></​div><​div>​This layer is backed by memory and is typically used for temporary features.</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.InMemoryFeatureSource|InMemoryFeatureSource]]<​div newline></​div><​div>​This class represents a FeatureSource backed by memory, more specifically an in memory collection InternalFeatures.</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.InMemoryGridFeatureLayer|InMemoryGridFeatureLayer]]<​div newline></​div><​div>​This class uses the grid file provided.</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.InMemoryGridFeatureSource|InMemoryGridFeatureSource]]<​div newline></​div><​div>​Reads cell data from a grid file and displays them in appropriate colors based on their values.</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.InMemoryGridIsoLineLayer|InMemoryGridIsoLineLayer]]<​div newline></​div><​div>​N/​A</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.InsertedGeoCollectionEventArgs|InsertedGeoCollectionEventArgs]]<​div newline></​div><​div>​N/​A</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.InsertingGeoCollectionEventArgs|InsertingGeoCollectionEventArgs]]<​div newline></​div><​div>​N/​A</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.InverseDistanceWeightedGridInterpolationModel|InverseDistanceWeightedGridInterpolationModel]]<​div newline></​div><​div>​N/​A</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.IsoLineLayer|IsoLineLayer]]<​div newline></​div><​div>​N/​A</​div>​+
  
-> <​html><​strong id="​classes_j"><​/strong><​/html>​**J**+  * //This method returns a byte array that represents the shape in well-known binary.// 
 +== Remarks == 
 +  ​//This method returns a byte array that represents the shape in well-known binary. Well-known binary allows you to describe geometries as a binary array. Well-known binary is useful when you want to save a geometry in an efficient format using as little space as possible. An alternative to well-known binary is well-known text, which is a textual representation of a geometry object. We have methods that work with well known text as well. As this is a concrete public method that wraps a Core method, we reserve the right to add events and other logic to pre- or post-process data returned by the Core version of the method. In this way, we leave our framework open on our end, but also allow you the developer to extend our logic to suit your needs. If you have questions about this, please contact our support team as we would be happy to work with you on extending our framework.//​
  
-  * [[ThinkGeo.MapSuite.Core.JeffersonianHelper|JeffersonianHelper]]<​div newline></​div><​div>​N/​A</​div>​ +== Return Value == 
-  * [[ThinkGeo.MapSuite.Core.JeffersonianSplitResult|JeffersonianSplitResult]]<div newline></​div><​div>​N/​A</​div>​ +  * Type:Byte[] 
-  * [[ThinkGeo.MapSuite.Core.Jpeg2000RasterLayer|Jpeg2000RasterLayer]]<​div newline></​div><​div>​This class represents ​.JP2 (JPEG2000) image type to be drawn on the map.</​div>​ +  * Description:​This method returns ​byte array that represents the shape in well-known binary.
-  * [[ThinkGeo.MapSuite.Core.Jpeg2000RasterSource|Jpeg2000RasterSource]]<​div newline></​div><​div>​This class represents the JPEG2000 raster source.</​div>​+
  
-> <​html><​strong id="​classes_k">​</strong></html>**K**+== Parameters == 
 +<div newline></div> 
 +** {{wiki:​PublicMethod.gif|}} GetWellKnownBinary(WkbByteOrder) ​**
  
-  * [[ThinkGeo.MapSuite.Core.KmlAdornmentLayer|KmlAdornmentLayer]]<​div newline><​/div><​div>​N/A</​div>​ +  * //This method returns a byte array that represents the shape in well-known binary.// 
-  * [[ThinkGeo.MapSuite.Core.KmlFeatureLayer|KmlFeatureLayer]]<​div newline></​div><​div>​N/A</div> +== Remarks == 
-  * [[ThinkGeo.MapSuite.Core.KmlFeatureSource|KmlFeatureSource]]<​div newline></​div><​div>​N/​A</​div>​ +  * //This method returns a byte array that represents the shape in well-known binaryWell-known binary allows you to describe geometries as a binary arrayWell-known binary is useful when you want to save a geometry in an efficient format using as little space as possibleAn alternative to well-known binary is well-known text, which is a textual representation of a geometry objectWe have methods that work with well known text as wellAs this is a concrete public method that wraps a Core method, we reserve the right to add events and other logic to pre- or post-process data returned by the Core version of the methodIn this way, we leave our framework open on our end, but also allow you the developer to extend our logic to suit your needsIf you have questions about this, please contact our support team as we would be happy to work with you on extending our framework.//
-  * [[ThinkGeo.MapSuite.Core.KmlGeoCanvas|KmlGeoCanvas]]<​div newline><​/div><​div>​N/A</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.KmlLayer|KmlLayer]]<​div newline></​div><​div>​N/​A</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.KmlRasterLayer|KmlRasterLayer]]<​div newline></​div><​div>​N/​A</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.KmlRasterSource|KmlRasterSource]]<​div newline></​div><​div>​N/​A</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.KrigingGridInterpolationModel|KrigingGridInterpolationModel]]<​div newline></​div><​div>​N/A</div>+
  
-> <​html><​strong id="​classes_l"></​strong></​html>​**L**+== Return Value == 
 +  ​Type:​Byte[] 
 +  ​Description:​This method returns a byte array that represents the shape in well-known binary.
  
-  * [[ThinkGeo.MapSuite.Core.LabelInformation|LabelInformation]]<​div newline></​div><​div>​This class represents the location of a piece of a label that may be drawn.</​div>​ +== Parameters == 
-  * [[ThinkGeo.MapSuite.Core.LabelPrinterLayer|LabelPrinterLayer]]<​div newline><​/div><​div>​N/A</div> +  * //byteOrder// 
-  * [[ThinkGeo.MapSuite.Core.LabelingCandidate|LabelingCandidate]]<​div newline></​div><​div>​This class represents a candidate for labeling.<​/div> +    Type:[[ThinkGeo.MapSuite.Core.WkbByteOrder|WkbByteOrder]] 
-  * [[ThinkGeo.MapSuite.Core.Layer|Layer]]<div newline></​div><​div>​This class is the base class for all types of Layers.</​div>​ +    Description:​This parameter ​is the byte order used to encode ​the well-known binary.
-  [[ThinkGeo.MapSuite.Core.LayerDrawingEventArgs|LayerDrawingEventArgs]]<​div newline></​div><​div>​This is the event arguments class for the LayerDrawing event on the MapEngine class. It is raised before the layer is drawn.</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.LayerDrawnEventArgs|LayerDrawnEventArgs]]<​div newline></​div><​div>​This is the event arguments class for the LayerDrawn event on the MapEngine class. It is raised after a layer is drawn.</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.LayersDrawingEventArgs|LayersDrawingEventArgs]]<​div newline></​div><​div>​This is the event arguments class for the LayersDrawing event on the MapEngine class. It is raised before any of the layers are drawn.</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.LayersDrawnEventArgs|LayersDrawnEventArgs]]<​div newline></​div><​div>​This is the event arguments class for the LayersDrawn event on the MapEngine class. It is raised after all of the layers are drawn.</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.LegendAdornmentLayer|LegendAdornmentLayer]]<​div newline></​div><​div>​N/​A</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.LegendItem|LegendItem]]<​div newline></​div><​div>​N/​A</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.LegendPrinterLayer|LegendPrinterLayer]]<​div newline></​div><​div>​N/​A</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.LineBaseShape|LineBaseShape]]<​div newline></​div><​div>​This abstract class is the root of all line-based shapes, such as LineShape and MultilineShape.</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.LineShape|LineShape]]<​div newline></​div><​div>​This class represents a LineShape, which is defined as a single line with two or more points.</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.LineStyle|LineStyle]]<​div newline></​div><​div>​This class is the style used to draw lines.</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.LineStyles|LineStyles]]<​div newline></​div><​div>​This class is a collection of predefined styles and helper methods to create styles.</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.LinealKrigingGridInterpolationModel|LinealKrigingGridInterpolationModel]]<​div newline></​div><​div>​N/​A</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.LinkRecord|LinkRecord]]<​div newline></​div><​div>​N/​A</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.LinkRecords|LinkRecords]]<​div newline></​div><​div>​N/​A</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.LinkSource|LinkSource]]<​div newline></​div><​div>​N/​A</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.LogoAdornmentLayer|LogoAdornmentLayer]]<​div newline></​div><​div>​This is the sub base class of AdornmentLayerThe LogoAdornmentLayer is taken as Logo map of the Map Control.</​div>​+
  
-<html><​strong id="​classes_m"></​strong></html>**M**+<div newline></div> 
 +** {{wiki:​PublicMethod.gif|}} GetWellKnownBinary(RingOrder) ​**
  
-  * [[ThinkGeo.MapSuite.Core.MagneticDeclination|MagneticDeclination]]<​div newline><​/div><​div>​N/​A</​div>​ +  * //N/A// 
-  * [[ThinkGeo.MapSuite.Core.MagneticDeclinationAdornmentLayer|MagneticDeclinationAdornmentLayer]]<​div newline><​/div><​div>​N/A</div> +== Remarks == 
-  * [[ThinkGeo.MapSuite.Core.MagneticDeclinationPrinterLayer|MagneticDeclinationPrinterLayer]]<​div newline><​/div><​div>​N/​A</​div>​ +  * //N/A//
-  * [[ThinkGeo.MapSuite.Core.ManagedGeoTiffRasterSource|ManagedGeoTiffRasterSource]]<​div newline></​div><​div>​N/​A</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.ManagedProj4Projection|ManagedProj4Projection]]<​div newline><​/div><​div>​This projection class uses the Proj4 engine to project data from one Srid to another.<​/div> +
-  * [[ThinkGeo.MapSuite.Core.MapEngine|MapEngine]]<​div newline></​div><​div>​This class is for generating maps.</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.MapPrinterLayer|MapPrinterLayer]]<​div newline></​div><​div>​N/A</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.MapShape|MapShape]]<​div newline></​div><​div>​This class represent a unit can be drawn on map. Each MapShape composes of a feature and a ZoomLevelSet to control its drawing zoomlevels.</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.MapShapeLayer|MapShapeLayer]]<​div newline></​div><​div>​Ideally I would want to make this inherit from the FeatureLayer so you could do spatial queries. ​ In the interests of time I inherited from the Layer to make things simple and show the point of how easy it is to extend Map Suite. ​ When we roll this into the main product we may create a FeatureSource and FeatureLayer.</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.MapSuiteDebugger|MapSuiteDebugger]]<​div newline></​div><​div>​N/​A</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.MapSuiteTileMatrix|MapSuiteTileMatrix]]<​div newline></​div><​div>​This class defines the TileMatrix system used in MapSuite component.</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.Matrix|Matrix]]<​div newline></​div><​div>​This class represents a base Matrix which encapsulate the tile caculation logics.</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.MrSidRasterLayer|MrSidRasterLayer]]<​div newline></​div><​div>​This class represents a MrSid image to be drawn on the map.</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.MrSidRasterSource|MrSidRasterSource]]<​div newline></​div><​div>​This class represents the MrSid raster source.</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.MsSql2008FeatureLayer|MsSql2008FeatureLayer]]<​div newline></​div><​div>​This class represents a layer backed by Microsoft SQL 2008.</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.MsSql2008FeatureSource|MsSql2008FeatureSource]]<​div newline></​div><​div>​This class represents a FeatureSource backed by MS SQL 2008.</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.MultilineShape|MultilineShape]]<​div newline></​div><​div>​This class represents a MultilineShape,​ which is defined as one or more lines, each with two or more points.</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.MultipleFeatureLayer|MultipleFeatureLayer]]<​div newline></​div><​div>​This class represents a Layer backed by multiple Shape Files.</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.MultipleFeatureSource|MultipleFeatureSource]]<​div newline></​div><​div>​This MultipleFeatureSource is a special FeatureSource which holds a bunch of FeatureSource.</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.MultipleShapeFileFeatureLayer|MultipleShapeFileFeatureLayer]]<​div newline></​div><​div>​This layer represents multiple Shape Files of the same type.</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.MultipleShapeFileFeatureSource|MultipleShapeFileFeatureSource]]<​div newline></​div><​div>​This class represents a FeatureSource backed by multiple ESRI Shape Files.</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.MultipointShape|MultipointShape]]<​div newline></​div><​div>​This class represents one or more point shapes.</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.MultipolygonShape|MultipolygonShape]]<​div newline><​/div><​div>​This class represents one or more polygons.<​/div>+
  
-> <​html><​strong id="​classes_n"></​strong></​html>​**N**+== Return Value == 
 +  ​Type:​Byte[] 
 +  ​Description:​N/A
  
-  * [[ThinkGeo.MapSuite.Core.NativeImageTile|NativeImageTile]]<​div newline></​div><​div>​This class represents a NativeImageTile,​ which is defined as scale, RectangleBox and a byte array for its tile bitmap.</​div>​ +== Parameters == 
-  * [[ThinkGeo.MapSuite.Core.NativeImageTileCache|NativeImageTileCache]]<​div newline><​/div><​div>​This is the base class for NativeTileCache system which inherits from TileCache class.</div> +  * //outerRingOrder// 
-  * [[ThinkGeo.MapSuite.Core.NoaaRadarMonitor|NoaaRadarMonitor]]<​div newline><​/div><​div>​N/A</​div>​ +    Type:[[ThinkGeo.MapSuite.Core.RingOrder|RingOrder]] 
-  * [[ThinkGeo.MapSuite.Core.NoaaRadarRasterLayer|NoaaRadarRasterLayer]]<div newline></​div><​div>​N/​A</​div>​ +    Description:​N/A
-  [[ThinkGeo.MapSuite.Core.NoaaRadarRasterSource|NoaaRadarRasterSource]]<​div newline></​div><​div>​N/A</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.NoaaWeatherStationFeatureLayer|NoaaWeatherStationFeatureLayer]]<​div newline></​div><​div>​N/​A</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.NoaaWeatherStationMonitor|NoaaWeatherStationMonitor]]<​div newline></​div><​div>​N/​A</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.NoaaWeatherStationStyle|NoaaWeatherStationStyle]]<​div newline></​div><​div>​N/​A</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.NoaaWeatherWarningsFeatureLayer|NoaaWeatherWarningsFeatureLayer]]<​div newline></​div><​div>​N/​A</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.NoaaWeatherWarningsFeatureSource|NoaaWeatherWarningsFeatureSource]]<​div newline></​div><​div>​N/​A</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.NoaaWeatherWarningsMonitor|NoaaWeatherWarningsMonitor]]<​div newline></​div><​div>​N/​A</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.NoaaWeatherWarningsStyle|NoaaWeatherWarningsStyle]]<​div newline></​div><​div>​N/​A</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.NonSerializableBaseTypeAttribute|NonSerializableBaseTypeAttribute]]<​div newline></​div><​div>​Indicates that a type's base type should not be serialized.</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.NonTangentCurveCogoCall|NonTangentCurveCogoCall]]<​div newline></​div><​div>​N/​A</​div>​+
  
-<html><​strong id="​classes_o"></​strong></html>**O**+<div newline></div> 
 +** {{wiki:​PublicMethod.gif|}} GetWellKnownBinary(RingOrder,​WkbByteOrder) ​**
  
-  * [[SecureTeam.Attributes.ObfuscatedByAgileDotNetAttribute|ObfuscatedByAgileDotNetAttribute]]<​div newline><​/div><​div>​N/A</div> +  * //N/A// 
-  * [[ThinkGeo.MapSuite.Core.OnGeodeserializedAttribute|OnGeodeserializedAttribute]]<​div newline><​/div><​div>​When applied to a method, specifies that the method is called immediately after deserialization of the object.</​div>​ +== Remarks == 
-  * [[ThinkGeo.MapSuite.Core.OnGeodeserializingAttribute|OnGeodeserializingAttribute]]<​div newline></​div><​div>​When applied to a method, specifies that the method is called during deserialization of an object.</​div>​ +  * //N/A//
-  * [[ThinkGeo.MapSuite.Core.OnGeoserializedAttribute|OnGeoserializedAttribute]]<​div newline><​/div><​div>​When applied to a method, specifies that the method is called after serialization of an object graph.</div> +
-  * [[ThinkGeo.MapSuite.Core.OnGeoserializingAttribute|OnGeoserializingAttribute]]<​div newline><​/div><​div>​When applied to a method, specifies that the method is called before serialization of an object.</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.OpenStreetMapLayer|OpenStreetMapLayer]]<​div newline></​div><​div>​This class is use for Open Street Map Layer, and you also can get map from open street map server.</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.OpenStreetMapsZoomLevelSet|OpenStreetMapsZoomLevelSet]]<​div newline></​div><​div>​This class represents the zoom levels used by Open Stree Map.</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.OpenedFeatureSourceEventArgs|OpenedFeatureSourceEventArgs]]<​div newline></​div><​div>​This class represents the parameters passed in the OpenedFeatureSource event.</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.OpenedRasterSourceEventArgs|OpenedRasterSourceEventArgs]]<​div newline></​div><​div>​This class represents the parameters passed in the OpenedRasterSource event.</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.OpeningFeatureSourceEventArgs|OpeningFeatureSourceEventArgs]]<​div newline></​div><​div>​This class represents the parameters passed in the OpeningFeatureSource event.</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.OpeningRasterSourceEventArgs|OpeningRasterSourceEventArgs]]<​div newline></​div><​div>​This class represents the parameters passed in the OpeningRasterSource event.</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.OracleFeatureLayer|OracleFeatureLayer]]<​div newline></​div><​div>​This class represents a Layer backed by Oracle Spatial.</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.OracleFeatureSource|OracleFeatureSource]]<​div newline><​/div><​div>​This class represents a FeatureSource backed by Oracle Spatial.<​/div>+
  
-> <​html><​strong id="​classes_p"></​strong></​html>​**P**+== Return Value == 
 +  ​Type:​Byte[] 
 +  ​Description:​N/​A
  
-  * [[ThinkGeo.MapSuite.Core.PagePrinterLayer|PagePrinterLayer]]<​div newline></​div><​div>​N/​A</​div>​ +== Parameters == 
-  * [[ThinkGeo.MapSuite.Core.PointBaseShape|PointBaseShape]]<​div newline><​/div><​div>​This abstract class is the root of all point-based shapes, such as PointShape and MultiPointShape.<​/div> +  * //outerRingOrder// 
-  * [[ThinkGeo.MapSuite.Core.PointBaseStyle|PointBaseStyle]]<​div newline><​/div><​div>​N/A</​div>​ +    Type:[[ThinkGeo.MapSuite.Core.RingOrder|RingOrder]] 
-  * [[ThinkGeo.MapSuite.Core.PointShape|PointShape]]<div newline></​div><​div>​This class represents a single point.</​div>​ +    Description:​N/A
-  [[ThinkGeo.MapSuite.Core.PointStyle|PointStyle]]<​div newline></​div><​div>​This class allows you to define how points are drawn on the canvas.</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.PointStyleAdvanced|PointStyleAdvanced]]<​div newline></​div><​div>​This class represents the advanced drawing options for point styles.</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.PointStyles|PointStyles]]<​div newline></​div><​div>​This class provides commonly-used GeoPointStyles and some methods to create various kinds of GeoPointstyles. A GeoStyle is a kind of sheet used to render the map.</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.PolygonShape|PolygonShape]]<​div newline></​div><​div>​This class represents a polygon, which is defined as a single outer ring with zero-to-many inner rings.</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.PositionStyle|PositionStyle]]<​div newline></​div><​div>​This abstract class encapsulates the labeling position logic. It is inherited by other styles, such as the TextSytle.</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.PrinterGeoCanvas|PrinterGeoCanvas]]<​div newline></​div><​div>​N/A</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.PrinterHelper|PrinterHelper]]<​div newline></​div><​div>​N/​A</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.PrinterLayer|PrinterLayer]]<​div newline></​div><​div>​N/​A</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.PrinterZoomLevelSet|PrinterZoomLevelSet]]<​div newline></​div><​div>​N/​A</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.Proj4Projection|Proj4Projection]]<​div newline></​div><​div>​This projection class uses the Proj4 to project data from one Srid to another.</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.Projection|Projection]]<​div newline></​div><​div>​This class represents a projection that you wish to apply to a FeatureSource.</​div>​+
  
-> <​html><​strong id="​classes_q"><​/strong><​/html>**Q**+  * //byteOrder//​ 
 +    ​Type:​[[ThinkGeo.MapSuite.Core.WkbByteOrder|WkbByteOrder]] 
 +    ​Description:​N/​A
  
-  * [[ThinkGeo.MapSuite.Core.QualityFamilyAreaStyle|QualityFamilyAreaStyle]]<div newline></​div><​div>​This class is used to draw area features.</​div>​ +<div newline></​div>​ 
-  [[ThinkGeo.MapSuite.Core.QueryTools|QueryTools]]<​div newline></​div><​div>​This is a helper class that allows you to execute various queries.</​div>​+** {{wiki:​PublicMethod.gif|}} GetBoundingBox() **
  
-> <​html><​strong id="​classes_r"><​/strong><​/html>​**R**+  * //This method calculates the smallest RectangleShape that encompasses the entire geometry.//​ 
 +== Remarks == 
 +  ​//The GetBoundingBox method calculates the smallest RectangleShape that can encompass the entire geometry by examining each point in the geometry. Depending on the number of PointShapes and complexity of the geometry, this operation can take longer for larger objects. If the shape is a PointShape, then the bounding box's upper left and lower right points will be equal. This will create a RectangleShape with no area. As this is a concrete public method that wraps a Core method, we reserve the right to add events and other logic to pre- or post-process data returned by the Core version of the method. In this way, we leave our framework open on our end, but also allow you the developer to extend our logic to suit your needs. If you have questions about this, please contact our support team as we would be happy to work with you on extending our framework.//​
  
-  * [[ThinkGeo.MapSuite.Core.RadarUpdatedNoaaRadarMonitorEventArgs|RadarUpdatedNoaaRadarMonitorEventArgs]]<​div newline></​div><​div>​N/​A</​div>​ +== Return Value == 
-  * [[ThinkGeo.MapSuite.Core.RadarUpdatedNoaaRadarRasterSourceEventArgs|RadarUpdatedNoaaRadarRasterSourceEventArgs]]<div newline></​div><​div>​N/​A</​div>​ +  * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
-  * [[ThinkGeo.MapSuite.Core.RadarUpdatingNoaaRadarMonitorEventArgs|RadarUpdatingNoaaRadarMonitorEventArgs]]<​div newline></​div><​div>​N/​A</​div>​ +  * Description:​The RectangleShape ​returned ​is the smallest RectangleShape ​that can encompass ​the entire geometry.
-  * [[ThinkGeo.MapSuite.Core.RadarUpdatingNoaaRadarRasterSourceEventArgs|RadarUpdatingNoaaRadarRasterSourceEventArgs]]<​div newline></​div><​div>​N/​A</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.RasterLayer|RasterLayer]]<​div newline></​div><​div>​This abstract class is the basis for all image-based layers in the system.</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.RasterProjectionResult|RasterProjectionResult]]<​div newline></​div><​div>​N/​A</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.RasterSource|RasterSource]]<​div newline></​div><​div>​The abstract class from which all raster sources inherit. Raster sources represent raster data that can be integrated into Map Suite.</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.RebuildingShapeFileFeatureSourceEventArgs|RebuildingShapeFileFeatureSourceEventArgs]]<​div newline></​div><​div>​This class represents the parameters passed in through the BuildingIndex event in ShapeFileFeatureSource class.</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]<​div newline></​div><​div>​This class represents a rectangle, which is defined as an upper left point and a lower right point.</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.RegexItem|RegexItem]]<​div newline></​div><​div>​This class represents a single Regex Match statement and styles to draw.</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.RegexStyle|RegexStyle]]<​div newline></​div><​div>​This class allows you to draw features differently based on regular expression matching.</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.RemovedGeoCollectionEventArgs|RemovedGeoCollectionEventArgs]]<​div newline></​div><​div>​N/​A</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.RemovingGeoCollectionEventArgs|RemovingGeoCollectionEventArgs]]<​div newline></​div><​div>​N/​A</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.RequestedDataWfsFeatureSourceEventArgs|RequestedDataWfsFeatureSourceEventArgs]]<​div newline></​div><​div>​This class represents ​the parameters passed in through the RequestedData event in WfsFeatureSource.</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.RequestedDrawingLayerEventArgs|RequestedDrawingLayerEventArgs]]<​div newline></​div><​div>​N/​A</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.RequestingDataWfsFeatureSourceEventArgs|RequestingDataWfsFeatureSourceEventArgs]]<​div newline></​div><​div>​This class represents the parameters passed in through the RequestingData event in WfsFeatureSource.</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.RequestingDrawingLayerEventArgs|RequestingDrawingLayerEventArgs]]<​div newline></​div><​div>​N/​A</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.RestrictionLayer|RestrictionLayer]]<​div newline></​div><​div>​This layer can show or hide one or many zones that you want to restrict from being displayed. You can use the specified style to decorate the zones and set the lower/upper scale to control at which zoom levels you want to show or hide the zones. The default decoration style is a hatch pattern. You can change this to a circle with slash image, or, if you want a different look, you can use custom styles.</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.RingShape|RingShape]]<​div newline></​div><​div>​This class represents a closed ring of points.</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.RotationProjection|RotationProjection]]<​div newline></​div><​div>​This projection allows you to rotate the map image base don an angle.</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.RtreeSpatialIndex|RtreeSpatialIndex]]<​div newline></​div><​div>​Rtree is a facade class of MapSuiteRtree.</​div>​+
  
-> <​html><​strong id="​classes_s">​</strong></html>**S**+== Parameters == 
 +<div newline></div> 
 +** {{wiki:​PublicMethod.gif|}} GetWellKnownType() ​**
  
-  * [[ThinkGeo.MapSuite.Core.S57FeatureLayer|S57FeatureLayer]]<​div newline><​/div><​div>​N/A</​div>​ +  * //This method returns ​the well-known type for the shape./
-  * [[ThinkGeo.MapSuite.Core.S57FeatureSource|S57FeatureSource]]<​div newline></​div><​div>​N/​A</​div>​ +== Remarks == 
-  * [[ThinkGeo.MapSuite.Core.ScaleBarAdornmentLayer|ScaleBarAdornmentLayer]]<​div newline></​div><​div>​The ScaleBarAdornmentLayer class allows you show a bar graphic on the map that displays ​the distance scale for the current map extent.</div> +  * //As this is a concrete ​public method that wraps a Core method, we reserve ​the right to add events and other logic to pre- or post-process ​data returned ​by the Core version of the methodIn this way, we leave our framework open on our end, but also allow you the developer ​to extend our logic to suit your needsIf you have questions about this, please contact our support team as we would be happy to work with you on extending our framework.//
-  * [[ThinkGeo.MapSuite.Core.ScaleBarPrinterLayer|ScaleBarPrinterLayer]]<​div newline><​/div><​div>​N/​A</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.ScaleLineAdornmentLayer|ScaleLineAdornmentLayer]]<​div newline><​/div><​div>​The ScaleLineAdornmentLayer ​is a concrete ​class inherited from AdornmentLayer. The ScaleLineAdornmentLayer class allows you show ScaleLine graphic on the map.</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.ScaleLinePrinterLayer|ScaleLinePrinterLayer]]<​div newline></​div><​div>​N/​A</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.ScaleTextAdornmentLayer|ScaleTextAdornmentLayer]]<​div newline></​div><​div>​N/​A</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.ScaleTextPrinterLayer|ScaleTextPrinterLayer]]<​div newline></​div><​div>​N/​A</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.SendingRequestTiledWmsLayerEventArgs|SendingRequestTiledWmsLayerEventArgs]]<​div newline></​div><​div>​The event args containing ​the event data used by TiledWmsLayerEventArgs.</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.SendingWebRequestEventArgs|SendingWebRequestEventArgs]]<​div newline></​div><​div>​N/​A</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.SentRequestTiledWmsLayerEventArgs|SentRequestTiledWmsLayerEventArgs]]<​div newline></​div><​div>​The event args containing ​the event data used by SecuredTiledWmsRasterSource.</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.SentWebRequestEventArgs|SentWebRequestEventArgs]]<​div newline></​div><​div>​N/​A</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.ShapeFileFeatureLayer|ShapeFileFeatureLayer]]<​div newline></​div><​div>​This class represents a Layer backed by a Shape File.</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.ShapeFileFeatureSource|ShapeFileFeatureSource]]<​div newline></​div><​div>​This class represents a FeatureSource backed by ESRI a Shape File.</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]<​div newline></​div><​div>​This class stores simple label information used in the PositionStyle.</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.SimpleColors|SimpleColors]]<​div newline></​div><​div>​This class is a convenient ​way to access a predefined set of simple colors.</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.SimpleFilterCondition|SimpleFilterCondition]]<​div newline></​div><​div>​N/​A</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.SpatialIndex|SpatialIndex]]<​div newline></​div><​div>​N/​A</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.SphericalKrigingGridInterpolationModel|SphericalKrigingGridInterpolationModel]]<​div newline></​div><​div>​N/​A</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.SphericalMercatorZoomLevelSet|SphericalMercatorZoomLevelSet]]<​div newline></​div><​div>​N/​A</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.SqlTypesGeometryHelper|SqlTypesGeometryHelper]]<​div newline></​div><​div>​N/​A</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.StandardColors|StandardColors]]<​div newline></​div><​div>​This class is a convenient way to access a predefined set of standard colors.</div> +
-  * [[ThinkGeo.MapSuite.Core.StationsUpdatedNoaaWeatherStationFeatureSourceEventArgs|StationsUpdatedNoaaWeatherStationFeatureSourceEventArgs]]<​div newline></​div><​div>​N/​A</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.StationsUpdatedNoaaWeatherStationMonitorEventArgs|StationsUpdatedNoaaWeatherStationMonitorEventArgs]]<​div newline></​div><​div>​N/​A</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.StationsUpdatingNoaaWeatherStationMonitorEventArgs|StationsUpdatingNoaaWeatherStationMonitorEventArgs]]<​div newline></​div><​div>​N/​A</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.StreamLoadingEventArgs|StreamLoadingEventArgs]]<​div newline></​div><​div>​This class represents the event arguments for the StreamLoading event.</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.Style|Style]]<​div newline></​div><​div>​This abstract class is the root for all styles used for drawing features.<​/div>+
  
-> <​html><​strong id="​classes_t"></​strong></​html>​**T**+== Return Value == 
 +  ​Type:​[[ThinkGeo.MapSuite.Core.WellKnownType|WellKnownType]] 
 +  ​Description:​This method returns the well-known type for the shape.
  
-  * [[ThinkGeo.MapSuite.Core.TabDbfColumn|TabDbfColumn]]<​div newline></​div><​div>​N/​A</​div>​ +== Parameters == 
-  * [[ThinkGeo.MapSuite.Core.TabFeatureLayer|TabFeatureLayer]]<div newline></​div><​div>​N/​A</​div>​ +<div newline></​div>​ 
-  [[ThinkGeo.MapSuite.Core.TabFeatureSource|TabFeatureSource]]<​div newline></​div><​div>​N/​A</​div>​ +** {{wiki:​PublicMethod.gif|}} CloneDeep() ​**
-  ​[[ThinkGeo.MapSuite.Core.TangentCurveCogoCall|TangentCurveCogoCall]]<​div newline></​div><​div>​N/​A</​div>​ +
-  ​[[ThinkGeo.MapSuite.Core.TextStyle|TextStyle]]<​div newline></​div><​div>​This class is used to label features on the map.</​div>​ +
-  ​[[ThinkGeo.MapSuite.Core.TextStyleAdvanced|TextStyleAdvanced]]<​div newline></​div><​div>​This class represents the advanced drawing options for text styles.</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.TextStyles|TextStyles]]<​div newline></​div><​div>​The class provides commonly-used TextStyles and some methods to create various kinds of TextStyles. A TextStyle is a kind of sheet used to render a font on the map.</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.Tile|Tile]]<​div newline></​div><​div>​This is the base class which describle the Tile class. Tile concept is used as a rectangle image which will be saved in Memory or Hard disk to enhance the performance.The Tile cache system is very popular in many GIS products including the GoogleMaps, VE Maps etc, the Tile can be considered a small subset used in the TileCache system.</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.TileCache|TileCache]]<​div newline></​div><​div>​This is the base class for TileCache system.</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.TileMatrix|TileMatrix]]<​div newline></​div><​div>​This is the base class inherits from Matrix which describe the Matrix system used for Tilling system.</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.TileMatrixSet|TileMatrixSet]]<​div newline></​div><​div>​This class holds a collection of TileMatrix shared the same Crs.</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.TiledWmsLayer|TiledWmsLayer]]<​div newline></​div><​div>​This class is use for tiled WMS Server, and you also can get map from ThinkGeo world map kit server.</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.TiledWmsRasterSource|TiledWmsRasterSource]]<​div newline></​div><​div>​N/​A</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.TinyGeoFeatureLayer|TinyGeoFeatureLayer]]<​div newline></​div><​div>​This class represents a FeatureLayer of TinyGeo File by ThinkGeo.</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.TinyGeoFeatureSource|TinyGeoFeatureSource]]<​div newline></​div><​div>​This class represents a FeatureSource of TinyGeo File by ThinkGeo.</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.TopologyValidator|TopologyValidator]]<​div newline></​div><​div>​N/​A</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.TransactionBuffer|TransactionBuffer]]<​div newline></​div><​div>​This class represents the holding place for transactions that have not yet been committed.</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.TransactionResult|TransactionResult]]<​div newline></​div><​div>​This class represents the results of a transaction that was processed.</​div>​+
  
-> <​html><​strong id="​classes_u"><​/strong><​/html>​**U**+  * //This method returns a complete copy of the shape without any references in common.// 
 +== Remarks == 
 +  ​//As this is a concrete public method that wraps a Core method, we reserve the right to add events and other logic to pre- or post-process data returned by the Core version of the method. In this way, we leave our framework open on our end, but also allow you the developer to extend our logic to suit your needs. If you have questions about this, please contact our support team as we would be happy to work with you on extending our framework.//​
  
-  * [[ThinkGeo.MapSuite.Core.UnmanagedGeoTiffRasterSource|UnmanagedGeoTiffRasterSource]]<​div newline></​div><​div>​This class allows you to view TIFF image types.</​div>​ +== Return Value == 
-  * [[ThinkGeo.MapSuite.Core.UnmanagedProj4Projection|UnmanagedProj4Projection]]<div newline></​div><​div>​This projection class uses the Proj4 engine to project data from one Srid to another.</​div>​ +  * Type:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-  * [[ThinkGeo.MapSuite.Core.UnsafeHelper|UnsafeHelper]]<​div newline></​div><​div>​This static class is wrapper contains unsafe native methods</​div>​+  * Description:​This method returns ​complete copy of the shape without any references in common.
  
-> <​html><​strong id="​classes_v">​</strong></html>**V**+== Parameters == 
 +<div newline></div> 
 +** {{wiki:​PublicMethod.gif|}} TranslateByOffset(Double,​Double,​GeographyUnit,​DistanceUnit) ​**
  
-  * [[ThinkGeo.MapSuite.Core.ValidFeatureFilterCondition|ValidFeatureFilterCondition]]<​div newline><​/div><​div>​N/A</div> +  * //This method moves a base shape from one location to another based on an X and Y offset distance.// 
-  * [[ThinkGeo.MapSuite.Core.ValueItem|ValueItem]]<​div newline><​/div><​div>​This class represents ​single value to match and styles ​to draw.</​div>​ +== Remarks == 
-  * [[ThinkGeo.MapSuite.Core.ValueStyle|ValueStyle]]<​div newline></​div><​div>​This class allows you to match a value with data in the feature ​to determine how to draw that feature.</div>+  * //This method moves base shape from one location ​to another based on an X and Y offset distance. With this overload, it is important ​to note that the X and Y offset units are based on the distanceUnit parameterFor example, if your shape is in decimal degrees and you call this method with an X offset of 1 and a Y offset of 1, you're going to move this shape one unit of the distanceUnit in the horizontal direction and one unit of the distanceUnit in the vertical directionIn this way, you can easily move a shape in decimal degrees five miles on the X axis and 3 miles on the Y axisAs this is a concrete public method that wraps a Core method, we reserve the right to add events and other logic to pre- or post-process ​data returned by the Core version of the method. In this way, we leave our framework open on our end, but also allow you the developer ​to extend our logic to suit your needsIf you have questions about this, please contact our support team as we would be happy to work with you on extending our framework.//
  
-> <​html><​strong id="​classes_w"></​strong></​html>​**W**+== Return Value == 
 +  ​Type:Void 
 +  ​Description:​N/​A
  
-  * [[ThinkGeo.MapSuite.Core.WarningsUpdatedNoaaWeatherWarningsFeatureSourceEventArgs|WarningsUpdatedNoaaWeatherWarningsFeatureSourceEventArgs]]<​div newline></​div><​div>​N/​A</​div>​ +== Parameters == 
-  * [[ThinkGeo.MapSuite.Core.WarningsUpdatedNoaaWeatherWarningsMonitorEventArgs|WarningsUpdatedNoaaWeatherWarningsMonitorEventArgs]]<​div newline><​/div><​div>​N/A</div> +  * //xOffsetDistance// 
-  * [[ThinkGeo.MapSuite.Core.WarningsUpdatingNoaaWeatherWarningsFeatureSourceEventArgs|WarningsUpdatingNoaaWeatherWarningsFeatureSourceEventArgs]]<​div newline></​div><​div>​N/​A<​/div> +    Type:Double 
-  [[ThinkGeo.MapSuite.Core.WarningsUpdatingNoaaWeatherWarningsMonitorEventArgs|WarningsUpdatingNoaaWeatherWarningsMonitorEventArgs]]<​div newline></​div><​div>​N/​A</​div>​ +    Description:​This is the number of horizontal units of movement in the distance unit specified in the distanceUnit parameter.
-  [[ThinkGeo.MapSuite.Core.WellPointStyle|WellPointStyle]]<​div newline></​div><​div>​N/​A</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.WfsFeatureLayer|WfsFeatureLayer]]<​div newline></​div><​div>​This class represents ​the wfs(web feature service) FeauteLayer.</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.WfsFeatureSource|WfsFeatureSource]]<​div newline></​div><​div>​This class represents ​the wfs(web feature service) FeauteSource.</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.WkbFileFeatureLayer|WkbFileFeatureLayer]]<​div newline></​div><​div>​N/​A</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.WkbFileFeatureSource|WkbFileFeatureSource]]<​div newline></​div><​div>​N/​A</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.WmsRasterLayer|WmsRasterLayer]]<​div newline></​div><​div>​Represents an object that encapsulates a Web Map Service (WMS) layer.</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.WmsRasterSource|WmsRasterSource]]<​div newline></​div><​div>​Represents an object that encapsulates a Web Map Service (WMS) source.</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.WmtsLayer|WmtsLayer]]<​div newline></​div><​div>​N/​A</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.WmtsTileMatrix|WmtsTileMatrix]]<​div newline></​div><​div>​N/​A</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.WorldFile|WorldFile]]<​div newline></​div><​div>​This class represents ​the values of a world file.</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.WorldLabelingCandidate|WorldLabelingCandidate]]<​div newline></​div><​div>​This class represents a candidate with world center point information for labeling.</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.WorldMapKitAreaStyles|WorldMapKitAreaStyles]]<​div newline></​div><​div>​N/​A</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.WorldMapKitLayer|WorldMapKitLayer]]<​div newline></​div><​div>​This class is use for world map kit, and you also can get map from ThinkGeo world map kit server.</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.WorldMapKitLineStyles|WorldMapKitLineStyles]]<​div newline></​div><​div>​N/​A</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.WorldMapKitPointStyles|WorldMapKitPointStyles]]<​div newline></​div><​div>​N/​A</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.WorldMapKitTextStyles|WorldMapKitTextStyles]]<​div newline></​div><​div>​N/​A</​div>​+
  
-> <​html><​strong id="​classes_x"><​/strong><​/html>**X**+  * //yOffsetDistance//​ 
 +    ​Type:​Double 
 +    ​Description:​This is the number of horizontal units of movement in the distance unit specified in the distanceUnit parameter.
  
-  * [[ThinkGeo.MapSuite.Core.XYCogoCall|XYCogoCall]]<​div newline><​/div><​div>​N/A</div> +  * //shapeUnit/
-  * [[ThinkGeo.MapSuite.Core.XmlGeoSerializationFormatter|XmlGeoSerializationFormatter]]<div newline></​div><​div>​This class formats a GeoObjectModel into XML.</​div>​+    Type:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
 +    * Description:​This is the geographic unit of the base shape you are performing the operation on.
  
-> <​html><​strong id="​classes_z"><​/strong><​/html>**Z**+  * //distanceUnit//​ 
 +    ​Type:​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] 
 +    ​Description:​This is the distance unit you would like to use as the measure for the move. For example, if you select miles as your distance unit, then the xOffsetDistance and yOffsetDistance will be calculated in miles.
  
-  * [[ThinkGeo.MapSuite.Core.ZoomLevel|ZoomLevel]]<​div newline></​div><​div>​This class defines how InternalFeatures will be drawn based on their scale.</​div>​ 
-  * [[ThinkGeo.MapSuite.Core.ZoomLevelSet|ZoomLevelSet]]<​div newline></​div><​div>​This class represents a collection of ZoomLevels.</​div>​ 
-=== Structures === 
-<div characters_index>​ 
-[[#​structures_d|D]] 
-[[#​structures_g|G]] 
-[[#​structures_l|L]] 
-[[#​structures_r|R]] 
-[[#​structures_s|S]] 
-[[#​structures_t|T]] 
-[[#​structures_v|V]] 
-</​div>​ 
 <div newline></​div>​ <div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} TranslateByOffset(Double,​Double) **
  
-> <​html><​strong id="​structures_d"><​/strong><​/html>​**D**+  * //This method moves a base shape from one location to another based on an X and Y offset distance.//​ 
 +== Remarks == 
 +  ​//This method moves a base shape from one location to another based on an X and Y offset distance. With this overload, it is important to note that the X and Y offset units are based on the distanceUnit parameter. For example, if your shape is in decimal degrees and you call this method with an X offset of 1 and a Y offset of 1, you're going to move this shape one unit of the distanceUnit in the horizontal direction and one unit of the distanceUnit in the vertical direction. In this way, you can easily move a shape in decimal degrees five miles on the X axis and 3 miles on the Y axis. As this is a concrete public method that wraps a Core method, we reserve the right to add events and other logic to pre- or post-process data returned by the Core version of the method. In this way, we leave our framework open on our end, but also allow you the developer to extend our logic to suit your needs. If you have questions about this, please contact our support team as we would be happy to work with you on extending our framework.//​
  
-  ​[[ThinkGeo.MapSuite.Core.DegreesMinutesSeconds|DegreesMinutesSeconds]]<​div newline></​div><​div>​This structure represents a degrees, minutes and seconds value.</​div>​ +== Return Value == 
-  * [[ThinkGeo.MapSuite.Core.DrawingRectangleF|DrawingRectangleF]]<​div newline></​div><​div>​This structure represents the drawing of a rectangle in screen coordinates.<​/div>+  ​Type:Void 
 +  * Description:​N/A
  
-> <​html><​strong id="​structures_g"><​/strong><​/html>**G**+== Parameters == 
 +  * //xOffsetDistance//​ 
 +    ​Type:​Double 
 +    ​Description:​This is the number of horizontal units of movement in the distance unit specified in the distanceUnit parameter.
  
-  * [[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]]<​div newline><​/div><​div>​This structure represents a color for drawing on a GeoCanvas.</​div>​+  * //​yOffsetDistance//​ 
 +    * Type:​Double 
 +    * Description:​This is the number of horizontal units of movement in the distance unit specified in the distanceUnit parameter.
  
-<html><​strong id="​structures_l"></​strong></html>**L**+<div newline></div> 
 +** {{wiki:​PublicMethod.gif|}} TranslateByDegree(Double,​Double,​GeographyUnit,​DistanceUnit) ​**
  
-  * [[ThinkGeo.MapSuite.Core.LegendDrawingParameters|LegendDrawingParameters]]<​div newline><​/div><​div>​N/A</div> +  * //This method moves a base shape from one location to another based on a distance and a direction in degrees.// 
-  * [[ThinkGeo.MapSuite.Core.LinkColumnValue|LinkColumnValue]]<​div newline></​div><​div>​N/A</div>+== Remarks == 
 +  * //This method moves a base shape from one location to another based on angleInDegrees and distance parameterWith this overload, it is important to note that the distance is based on the supplied distanceUnit parameterFor example, if your shape is in decimal degrees and you call this method with a distanceUnit of miles, you're going to move this shape a number of miles based on the distance value and the angleInDegrees. In this way, you can easily move a shape in decimal degrees five miles to the north.If you pass a distance of 0, then the operation is ignored. As this is a concrete public method that wraps a Core method, we reserve the right to add events and other logic to pre- or post-process data returned by the Core version of the method. In this way, we leave our framework open on our end, but also allow you the developer to extend our logic to suit your needs. If you have questions about this, please contact our support team as we would be happy to work with you on extending our framework.//
  
-> <​html><​strong id="​structures_r"></​strong></​html>​**R**+== Return Value == 
 +  ​Type:Void 
 +  ​Description:​N/​A
  
-  ​[[ThinkGeo.MapSuite.Core.RowColumnRange|RowColumnRange]]<​div newline><​/div><​div>​This structure is used to describe a range of tiles for a given extent. Basiclly, 4 values exists ​the Row range is from MinColumnIndex ​to MaxColumnIndex, ​the Column range is from the MinRowIndex ​to MaxRowIndex.</​div>​+== Parameters == 
 +  ​* //​distance//​ 
 +    * Type:Double 
 +    * Description:​The distance ​is the number of units to move the shape using the angle specified. The distance unit will be the DistanceUnit specified in the distanceUnit parameter. The distance must be greater than or equal to 0.
  
-> <​html><​strong id="​structures_s"><​/strong><​/html>**S**+  * //angleInDegrees//​ 
 +    ​Type:​Double 
 +    ​Description:​A number between 0 and 360 degrees that represents the direction you wish to move the shape, with 0 being up.
  
-  * [[ThinkGeo.MapSuite.Core.ScreenPointF|ScreenPointF]]<​div newline><​/div><​div>​This structure represents a single point in screen coordinates.<​/div> +  * //shapeUnit// 
-  * [[ThinkGeo.MapSuite.Core.ShapeValidationResult|ShapeValidationResult]]<div newline></​div><​div>​This structure represents ​the result ​of the validation method performed ​on a shape.</​div>​+    Type:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
 +    * Description:​This is the geographic unit of the shape you are performing the operation ​on.
  
-> <​html><​strong id="​structures_t"><​/strong><​/html>**T**+  * //distanceUnit//​ 
 +    ​Type:​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] 
 +    ​Description:​This is the DistanceUnit you would like to use as the measure of the translate. For example if you select miles as your distanceUnit then the distance will be calculated in miles.
  
-  * [[ThinkGeo.MapSuite.Core.TileMatrixCell|TileMatrixCell]]<div newline></​div>​<​div>​This structure represents the TileMatrixCell ​ which will be used in the TileMatrix system.</​div>​+<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} TranslateByDegree(Double,​Double) **
  
-> <​html><​strong id="​structures_v"><​/strong><​/html>**V**+  * //This method moves a base shape from one location to another based on a distance and a direction in degrees.//​ 
 +== Remarks == 
 +  * //This method moves a base shape from one location to another based on angleInDegrees and distance parameter. With this overload, it is important to note that the distance is based on the supplied distanceUnit parameter. For example, if your shape is in decimal degrees and you call this method with a distanceUnit of miles, you're going to move this shape a number of miles based on the distance value and the angleInDegrees. In this way, you can easily move a shape in decimal degrees five miles to the north.If you pass a distance of 0, then the operation is ignored. As this is a concrete public method that wraps a Core method, we reserve the right to add events and other logic to pre- or post-process data returned by the Core version of the method. In this way, we leave our framework open on our end, but also allow you the developer to extend our logic to suit your needs. If you have questions about this, please contact our support team as we would be happy to work with you on extending our framework.//​ 
 + 
 +== Return Value == 
 +  ​Type:Void 
 +  ​Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​distance//​ 
 +    * Type:​Double 
 +    * Description:​The distance is the number of units to move the shape using the angle specified. The distance unit will be the DistanceUnit specified in the distanceUnit parameter. The distance must be greater than or equal to 0. 
 + 
 +  * //​angleInDegrees//​ 
 +    ​Type:​Double 
 +    ​Description:​A number between 0 and 360 degrees that represents the direction you wish to move the shape, with 0 being up.
  
-  * [[ThinkGeo.MapSuite.Core.Vertex|Vertex]]<​div newline></​div><​div>​This structure represents the point at which the sides of an angle intersect.</​div>​ 
-=== Enums === 
-<div characters_index>​ 
-[[#​enums_a|A]] 
-[[#​enums_b|B]] 
-[[#​enums_c|C]] 
-[[#​enums_d|D]] 
-[[#​enums_e|E]] 
-[[#​enums_f|F]] 
-[[#​enums_g|G]] 
-[[#​enums_i|I]] 
-[[#​enums_j|J]] 
-[[#​enums_k|K]] 
-[[#​enums_l|L]] 
-[[#​enums_m|M]] 
-[[#​enums_o|O]] 
-[[#​enums_p|P]] 
-[[#​enums_q|Q]] 
-[[#​enums_r|R]] 
-[[#​enums_s|S]] 
-[[#​enums_t|T]] 
-[[#​enums_u|U]] 
-[[#​enums_w|W]] 
-</​div>​ 
 <div newline></​div>​ <div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} Rotate(PointShape,​Single) **
  
-> <​html><​strong id="​enums_a"><​/strong><​/html>​**A**+  * //This method rotates a shape a number of degrees based on a pivot point.// 
 +== Remarks == 
 +  ​//This method returns a shape rotated by a number of degrees based on a pivot point. By placing the pivot point in the center of the shape you can achieve in-place rotation. By moving the pivot point outside of the center of the shape you can translate the shape in a circular motion. Moving the pivot point further outside of the center will make the circular area larger. As this is a concrete public method that wraps a Core method, we reserve the right to add events and other logic to pre- or post-process data returned by the Core version of the method. In this way, we leave our framework open on our end, but also allow you the developer to extend our logic to suit your needs. If you have questions about this, please contact our support team as we would be happy to work with you on extending our framework.//​
  
-  ​[[ThinkGeo.MapSuite.Core.AdornmentLocation|AdornmentLocation]]<​div newline></​div><​div>​N/​A</​div>​ +== Return Value == 
-  * [[ThinkGeo.MapSuite.Core.AngleUnit|AngleUnit]]<​div newline></​div><​div>​N/A</​div>​ +  ​Type:Void 
-  * [[ThinkGeo.MapSuite.Core.ApplyUntilZoomLevel|ApplyUntilZoomLevel]]<​div newline></​div><​div>​This enumeration is used on a ZoomLevel to allow its styles to be applied to other zoom levels.</​div>​ +  * Description:​N/A
-  * [[ThinkGeo.MapSuite.Core.AreaUnit|AreaUnit]]<​div newline></​div><​div>​Units describing various ways you can measure areas.</​div>​+
  
-> <​html><​strong id="​enums_b"><​/strong><​/html>**B**+== Parameters == 
 +  * //pivotPoint//​ 
 +    ​Type:​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] 
 +    ​Description:​The pivotPoint represents the center of rotation.
  
-  * [[ThinkGeo.MapSuite.Core.BingMapsMapType|BingMapsMapType]]<​div newline><​/div><​div>​N/A</div> +  * //degreeAngle/​
-  [[ThinkGeo.MapSuite.Core.BingMapsPictureFormat|BingMapsPictureFormat]]<​div newline></​div><​div>​N/​A</​div>​ +    Type:Single 
-  [[ThinkGeo.MapSuite.Core.BreakValueInclusion|BreakValueInclusion]]<​div newline></​div><​div>​In a class break stylethis enumeration determines whether the break includes or excludes the value entered in the break.</​div>​ +    Description:​The number of degrees of rotation requiredfrom 0 to 360.
-  * [[ThinkGeo.MapSuite.Core.BufferCapType|BufferCapType]]<​div newline></​div><​div>​This class represents various ways a buffer operation can cap the objects buffered.</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.BuildIndexMode|BuildIndexMode]]<​div newline></​div><​div>​This enumeration represents whether an index should be rebuilt or not.</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.BuildRecordIdMode|BuildRecordIdMode]]<​div newline></​div><​div>​This enumeration represents whether a record ID should be rebuilt or not.</​div>​+
  
-<html><​strong id="​enums_c"></​strong></html>**C**+<div newline></div> 
 +** {{wiki:​PublicMethod.gif|}} GetShortestLineTo(BaseShape,​GeographyUnit) ​**
  
-  * [[ThinkGeo.MapSuite.Core.CadStylingType|CadStylingType]]<​div newline><​/div><​div>​N/A</​div>​ +  * //This method returns the shortest LineShape between this shape and the targetShape parameter.// 
-  * [[ThinkGeo.MapSuite.Core.CogoCurveDirection|CogoCurveDirection]]<​div newline><​/div><​div>​N/A</​div>​ +== Remarks == 
-  * [[ThinkGeo.MapSuite.Core.CogoCurveDirectionType|CogoCurveDirectionType]]<​div newline><​/div><​div>​N/A</​div>​ +  * //This method returns a LineShape representing the shortest distance between the shape you're calling the method on and the targetShapeIn some instances, based on the GeographicType or Projection, the line may not be straightThis effect is similar to what you might see on an international flight when the displayed flight path is curvedAs this is a concrete public method that wraps a Core method, we reserve the right to add events and other logic to pre- or post-process data returned by the Core version of the methodIn this way, we leave our framework open on our end, but also allow you the developer to extend our logic to suit your needsIf you have questions about this, please contact our support team as we would be happy to work with you on extending our framework.//
-  * [[ThinkGeo.MapSuite.Core.CogoCurveParameterType|CogoCurveParameterType]]<​div newline></​div><​div>​N/​A</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.CogoDirectionType|CogoDirectionType]]<​div newline></​div><​div>​N/​A</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.ColorWheelDirection|ColorWheelDirection]]<​div newline></​div><​div>​N/A</div>+
  
-> <​html><​strong id="​enums_d"></​strong></​html>​**D**+== Return Value == 
 +  ​Type:​[[ThinkGeo.MapSuite.Core.MultilineShape|MultilineShape]] 
 +  ​Description:​A LineShape representing the shortest distance between the shape you're calling the method on and the targetShape.
  
-  * [[ThinkGeo.MapSuite.Core.DataGridResizeMode|DataGridResizeMode]]<​div newline></​div><​div>​N/​A</​div>​ +== Parameters == 
-  * [[ThinkGeo.MapSuite.Core.DatabaseConnectionMode|DatabaseConnectionMode]]<​div newline><​/div><​div>​N/A</div> +  * //targetShape// 
-  * [[ThinkGeo.MapSuite.Core.DbfColumnType|DbfColumnType]]<​div newline><​/div><​div>​This enumeration represents the column type in the DBF.</​div>​ +    Type:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-  * [[ThinkGeo.MapSuite.Core.DbfReadWriteMode|DbfReadWriteMode]]<div newline></​div><​div>​Dbf read write mode</​div>​ +    Description:​The shape you are trying ​to find the distance ​to.
-  [[ThinkGeo.MapSuite.Core.DegreesMinutesSecondsFormatType|DegreesMinutesSecondsFormatType]]<​div newline></​div><​div>​N/​A</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.DistanceCalculationMode|DistanceCalculationMode]]<​div newline></​div><​div>​N/​A</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]]<​div newline></​div><​div>​Units describing various ways you can measure lengths.</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.DrawingExceptionMode|DrawingExceptionMode]]<​div newline></​div><​div>​This enum is used to describe some choice when exception hanppens during drawing Layers or Overlays.</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.DrawingFontStyles|DrawingFontStyles]]<​div newline></​div><​div>​This enumeration specifies ​the type of font style for drawing text.</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.DrawingGraphicsUnit|DrawingGraphicsUnit]]<​div newline></​div><​div>​This enumeration represents the graphics unit.</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.DrawingLevel|DrawingLevel]]<​div newline></​div><​div>​This enumeration represents the drawing level used in the GeoCanvas.</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.DrawingLineCap|DrawingLineCap]]<​div newline></​div><​div>​This enumeration represents the available cap styles with which a GeoPen object can end a line.</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.DrawingLineJoin|DrawingLineJoin]]<​div newline></​div><​div>​This enumeration specifies how to join consecutive line or curve segments.</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.DrawingPenAlignment|DrawingPenAlignment]]<​div newline></​div><​div>​Specifies the alignment of a GeoPen object in relation to the theoretical,​ zero-width line.</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.DrawingQuality|DrawingQuality]]<​div newline></​div><​div>​This enumeration specifies the drawing quality of the GeoCanvas.</​div>​+
  
-> <​html><​strong id="​enums_e"><​/strong><​/html>**E**+  * //shapeUnit//​ 
 +    ​Type:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
 +    ​Description:​The geographic unit of the Shape you are trying to find the distance to.
  
-  * [[ThinkGeo.MapSuite.Core.ExecutingSqlStatementType|ExecutingSqlStatementType]]<div newline></​div>​<​div>​This enumeration represents the type of ExcutingSqlStatement.</​div>​+<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} GetShortestLineTo(Feature,​GeographyUnit) **
  
-> <​html><​strong id="​enums_f"><​/strong><​/html>​**F**+  * //This method returns the shortest LineShape between this shape and the targetFeature. parameter.//​ 
 +== Remarks == 
 +  ​//This method returns a MultiLineShape representing the shortest distance between the shape you're calling the method on and the targetShape. In some instances, based on the GeographicType or Projection, the line may not be straight. This is effect is similar to what you might see on an international flight when the displayed flight path is curved. Overriding: Please ensure that you validate the parameters being passed in and raise the exceptions defined above.//
  
-  ​* [[ThinkGeo.MapSuite.Core.FeatureValidationType|FeatureValidationType]]<div newline></​div><​div>​N/​A</​div>​+== Return Value == 
 +  ​Type:[[ThinkGeo.MapSuite.Core.MultilineShape|MultilineShape]] 
 +  * Description:​MultiLineShape representing the shortest distance between the shape you're calling the method on and the targetFeature.
  
-> <​html><​strong id="​enums_g"><​/strong><​/html>**G**+== Parameters == 
 +  * //targetFeature//​ 
 +    ​Type:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
 +    ​Description:​The feature you are trying to find the distance to.
  
-  * [[ThinkGeo.MapSuite.Core.GeoDashCap|GeoDashCap]]<​div newline><​/div><​div>​This enumeration represents the type of graphic shape to use on both ends of each dash in a dashed line.</div> +  * //shapeUnit// 
-  * [[ThinkGeo.MapSuite.Core.GeoHatchStyle|GeoHatchStyle]]<​div newline><​/div><​div>​This enumeration defines the various kinds of hatch patterns that can be used to fill areas using the GeoHatchBrush.<​/div> +    Type:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-  * [[ThinkGeo.MapSuite.Core.GeoLinearGradientDirection|GeoLinearGradientDirection]]<div newline></​div><​div>​Specifies the direction of a linear gradient.</​div>​ +    Description:​The geographic unit of the feature you are trying ​to find the distance ​to.
-  [[ThinkGeo.MapSuite.Core.GeoObjectModelerDefaultValueMode|GeoObjectModelerDefaultValueMode]]<​div newline></​div><​div>​Indicates how the default value of a member will be dealt with by the modeler.</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.GeoObjectModelerMemberTypes|GeoObjectModelerMemberTypes]]<​div newline></​div><​div>​Indicate the kind of member that will be modeled by the modeler.</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.GeoTiffLibraryType|GeoTiffLibraryType]]<​div newline></​div><​div>​This is an enumation that indicates which way is used to read the image source.</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.GeoWrapMode|GeoWrapMode]]<​div newline></​div><​div>​This enumeration determines how a texture is filled in with a GeoTextureBrush when the area to be filled is larger than the texture.</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]]<​div newline></​div><​div>​Units describing the way geographies are stored in a data source.</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.GeohashAjacentDirection|GeohashAjacentDirection]]<​div newline></​div><​div>​N/​A</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.GeometryValidationMode|GeometryValidationMode]]<​div newline></​div><​div>​N/​A</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.GoogleMapsMapType|GoogleMapsMapType]]<​div newline></​div><​div>​This enumeration specifies the map types available from Google Maps.</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.GoogleMapsPictureFormat|GoogleMapsPictureFormat]]<​div newline></​div><​div>​This enumeration specifies the picture formats when getting images back to client from Google Maps.</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.GoogleMapsTileMode|GoogleMapsTileMode]]<​div newline></​div><​div>​N/​A</​div>​+
  
-<html><​strong id="​enums_i"></​strong></html>**I**+<div newline></div> 
 +** {{wiki:​PublicMethod.gif|}} GetClosestPointTo(BaseShape,​GeographyUnit) ​**
  
-  * [[ThinkGeo.MapSuite.Core.IsoLineType|IsoLineType]]<​div newline></​div><​div>​N/A</div>+  * //This method returns the point of the current shape that is closest to the target shape.// 
 +== Remarks == 
 +  * //This method returns the point of the current shape that is closest to the target shapeIt is often the case that the point returned is not a point of the object itself. An example would be a line with two points that are far apart from each other. If you set the targetShape to be a point midway between the points but a short distance away from the line, the method would return a point that is on the line but not either of the two points that make up the line. As this is a concrete public method that wraps a Core method, we reserve the right to add events and other logic to pre- or post-process data returned by the Core version of the method. In this way, we leave our framework open on our end, but also allow you the developer to extend our logic to suit your needs. If you have questions about this, please contact our support team as we would be happy to work with you on extending our framework.//
  
-> <​html><​strong id="​enums_j"></​strong></​html>​**J**+== Return Value == 
 +  ​Type:​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] 
 +  ​Description:​A PointShape representing the closest point of the current shape to the targetShape.
  
-  ​* [[ThinkGeo.MapSuite.Core.JeffersonianSplitMode|JeffersonianSplitMode]]<div newline></​div><​div>​N/​A</​div>​+== Parameters == 
 +  ​//​targetShape//​ 
 +    * Type:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
 +    * Description:​The shape you are trying to find the closest point to.
  
-> <​html><​strong id="​enums_k"><​/strong><​/html>**K**+  * //shapeUnit//​ 
 +    ​Type:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
 +    ​Description:​The geographic unit of the shape you are trying to find the closet point to.
  
-  * [[ThinkGeo.MapSuite.Core.KmlFileReadWriteMode|KmlFileReadWriteMode]]<div newline></​div><​div>​N/​A</​div>​ +<div newline></​div>​ 
-  [[ThinkGeo.MapSuite.Core.KmlFileType|KmlFileType]]<​div newline></​div><​div>​N/​A</​div>​ +** {{wiki:​PublicMethod.gif|}} GetClosestPointTo(Feature,​GeographyUnit) **
-  ​[[ThinkGeo.MapSuite.Core.KmlStylingType|KmlStylingType]]<​div newline></​div><​div>​N/​A</​div>​+
  
-> <​html><​strong id="​enums_l"><​/strong><​/html>​**L**+  * //This method returns the point of the current shape that is closest to the target feature.//​ 
 +== Remarks == 
 +  ​//This method returns the point of the current shape that is closest to the target feature. It is often the case that the point returned is not a point of the object itself. An example would be a line with two points that are far apart from each other. If you set the targetFeature to be a point midway between the points but a short distance away from the line, the method would return a point that is on the line but not either of the two points that make up the line. As this is a concrete public method that wraps a Core method, we reserve the right to add events and other logic to pre- or post-process data returned by the Core version of the method. In this way, we leave our framework open on our end, but also allow you the developer to extend our logic to suit your needs. If you have questions about this, please contact our support team as we would be happy to work with you on extending our framework.//​
  
-  * [[ThinkGeo.MapSuite.Core.LabelDuplicateRule|LabelDuplicateRule]]<​div newline></​div><​div>​This enumeration defines the different labeling duplicate rules.</​div>​ +== Return Value == 
-  * [[ThinkGeo.MapSuite.Core.LabelLeaderLinesRule|LabelLeaderLinesRule]]<div newline></​div><​div>​N/​A</​div>​ +  * Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] 
-  * [[ThinkGeo.MapSuite.Core.LabelOverlappingRule|LabelOverlappingRule]]<​div newline></​div><​div>​This enumeration defines the rules for overlapping.</​div>​ +  * Description:​PointShape representing ​the closest point of the current shape to the targetFeature.
-  * [[ThinkGeo.MapSuite.Core.LayerAnchorLocation|LayerAnchorLocation]]<​div newline></​div><​div>​N/​A</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.LegendContentResizeMode|LegendContentResizeMode]]<​div newline></​div><​div>​N/​A</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.LegendImageJustificationMode|LegendImageJustificationMode]]<​div newline></​div><​div>​N/​A</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.LineDashStyle|LineDashStyle]]<​div newline></​div><​div>​This enumeration specifies ​the style of dashed lines drawn with a GeoPen object.</​div>​+
  
-> <​html><​strong id="​enums_m"><​/strong><​/html>**M**+== Parameters == 
 +  * //targetFeature//​ 
 +    ​Type:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
 +    ​Description:​The feature you are trying to find the closest point to.
  
-  * [[ThinkGeo.MapSuite.Core.MapPrinterDrawingMode|MapPrinterDrawingMode]]<​div newline><​/div><​div>​N/A</div> +  * //shapeUnit/
-  * [[ThinkGeo.MapSuite.Core.MapPrinterPreviewDrawingMode|MapPrinterPreviewDrawingMode]]<div newline></​div><​div>​This enumeration specifies the map printer layer preview draw mode.</​div>​ +    Type:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-  [[ThinkGeo.MapSuite.Core.MapResizeMode|MapResizeMode]]<​div newline></​div><​div>​The enumeration represents which mode will use for map resize.</​div>​ +    Description:​The geographic unit of the feature you are trying to find the closet point to.
-  * [[ThinkGeo.MapSuite.Core.MapSuiteLogLevel|MapSuiteLogLevel]]<​div newline></​div><​div>​N/​A</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.MaskType|MaskType]]<​div newline></​div><​div>​N/​A</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.MatrixReferenceCorner|MatrixReferenceCorner]]<​div newline></​div><​div>​This enum specifies ​the Reference corner when caculating ​the Matrix from Matrix boundingBox.</​div>​+
  
-<html><​strong id="​enums_o"></​strong></html>**O**+<div newline></div> 
 +** {{wiki:​PublicMethod.gif|}} GetCenterPoint() ​**
  
-  * [[ThinkGeo.MapSuite.Core.OpenStreetMapLayerPictureFormat|OpenStreetMapLayerPictureFormat]]<​div newline><​/div><​div>​N/A</div> +  * //This method returns the center point of the current shape'​s bounding box.// 
-  * [[ThinkGeo.MapSuite.Core.OverwriteMode|OverwriteMode]]<​div newline></​div><​div>​This enumeration represents whether ​file should be overwrite ​or not if the file exists.</div>+== Remarks == 
 +  * //This method returns the center point of the current shape'​s bounding boxIt is important to note that this is the center point of the bounding boxThere are numerous ways to calculate the "​center"​ of a geometry, such as its weighted center, etcYou can find other centers by examining the various methods of the shape itself. As this is concrete public method that wraps a Core method, we reserve the right to add events and other logic to pre- or post-process data returned by the Core version of the methodIn this way, we leave our framework open on our end, but also allow you the developer to extend our logic to suit your needs. If you have questions about this, please contact our support team as we would be happy to work with you on extending our framework.//
  
-> <​html><​strong id="​enums_p"></​strong></​html>​**P**+== Return Value == 
 +  ​Type:​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] 
 +  ​Description:​A PointShape representing the center point of the current shape'​s bounding box.
  
-  * [[ThinkGeo.MapSuite.Core.PanDirection|PanDirection]]<​div newline></​div><​div>​This enumeration defines panning directions.</​div>​ +== Parameters == 
-  * [[ThinkGeo.MapSuite.Core.PenBrushDrawingOrder|PenBrushDrawingOrder]]<div newline></​div><​div>​This enumeration determines whether the brush or the pen draws first.</​div>​ +<div newline></​div>​ 
-  [[ThinkGeo.MapSuite.Core.PointPlacement|PointPlacement]]<​div newline></​div><​div>​This enumeration determines the label placement when labeling point features.</​div>​ +** {{wiki:​PublicMethod.gif|}} Buffer(Double,​GeographyUnit,​DistanceUnit) ​**
-  ​[[ThinkGeo.MapSuite.Core.PointSymbolType|PointSymbolType]]<​div newline></​div><​div>​This enumeration defines the different types of PointSymbols that can be drawn.</​div>​ +
-  ​[[ThinkGeo.MapSuite.Core.PointType|PointType]]<​div newline></​div><​div>​This enumeration defines how a PointSymbol will be drawn.</​div>​ +
-  ​[[ThinkGeo.MapSuite.Core.PolygonLabelingLocationMode|PolygonLabelingLocationMode]]<​div newline></​div><​div>​Labeling Location Mode for polygon</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.PrinterDragMode|PrinterDragMode]]<​div newline></​div><​div>​N/​A</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.PrinterOrientation|PrinterOrientation]]<​div newline></​div><​div>​N/​A</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.PrinterPageSize|PrinterPageSize]]<​div newline></​div><​div>​N/​A</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.PrinterResizeMode|PrinterResizeMode]]<​div newline></​div><​div>​N/​A</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.PrinterWrapMode|PrinterWrapMode]]<​div newline></​div><​div>​N/​A</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.PrintingUnit|PrintingUnit]]<​div newline></​div><​div>​N/​A</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.Proj4MemoryMode|Proj4MemoryMode]]<​div newline></​div><​div>​The enumeration indicates which way are specified to read the projection information.</​div>​+
  
-> <​html><​strong id="​enums_q"><​/strong><​/html>​**Q**+  * //This method computes the area containing all of the points within a given distance from this shape.// 
 +== Remarks == 
 +  ​//This method computes the area containing all of the points within a given distance from this shape. In this case, you will be using the rounded RoundedBufferCapStyle and the default 8 quadrant segments. The distance unit is determined by the distanceUnit argument. As this is a concrete public method that wraps a Core method, we reserve the right to add events and other logic to pre- or post-process data returned by the Core version of the method. In this way, we leave our framework open on our end, but also allow you the developer to extend our logic to suit your needs. If you have questions about this, please contact our support team as we would be happy to work with you on extending our framework.//​
  
-  ​* [[ThinkGeo.MapSuite.Core.QueryType|QueryType]]<div newline></​div><​div>​This enumeration specifies ​the ways you can execute ​spatial query against a FeatureSource.</​div>​+== Return Value == 
 +  ​Type:[[ThinkGeo.MapSuite.Core.MultipolygonShape|MultipolygonShape]] 
 +  * Description:​The return type is a MultiPolygonShape that represents all of the points within ​given distance from the shape.
  
-> <​html><​strong id="​enums_r"><​/strong><​/html>**R**+== Parameters == 
 +  * //distance//​ 
 +    ​Type:​Double 
 +    ​Description:​The distance is the number of units to buffer the current shape. The distance unit will be the one specified in the distanceUnit parameter.
  
-  * [[ThinkGeo.MapSuite.Core.RandomColorType|RandomColorType]]<​div newline><​/div><​div>​Defines values represent which kind of color will use for randomly.<​/div> +  * //shapeUnit// 
-  * [[ThinkGeo.MapSuite.Core.RegexMatching|RegexMatching]]<​div newline><​/div><​div>​This enumeration defines the matching criteria for regular expression matching.<​/div> +    Type:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-  * [[ThinkGeo.MapSuite.Core.RequestDrawingBufferTimeType|RequestDrawingBufferTimeType]]<div newline></​div><​div>​N/​A</​div>​ +    Description:​This is the geographic unit of the shape you are performing the operation on.
-  [[ThinkGeo.MapSuite.Core.RestrictionMode|RestrictionMode]]<​div newline></​div><​div>​This enumeration specifies ​the restriction mode.</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.RestrictionStyle|RestrictionStyle]]<​div newline></​div><​div>​This enumeration specifies ​the type of restriction zone display style.</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.ReturningColumnsType|ReturningColumnsType]]<​div newline></​div><​div>​This enumeration provides some options when querying a feature.</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.RingOrder|RingOrder]]<​div newline></​div><​div>​N/​A</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.RtreeSpatialIndexDataFormat|RtreeSpatialIndexDataFormat]]<​div newline></​div><​div>​N/​A</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.RtreeSpatialIndexPageSize|RtreeSpatialIndexPageSize]]<​div newline></​div><​div>​N/​A</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.RtreeSpatialIndexReadWriteMode|RtreeSpatialIndexReadWriteMode]]<​div newline></​div><​div>​N/​A</​div>​+
  
-> <​html><​strong id="​enums_s"><​/strong><​/html>**S**+  * //distanceUnit//​ 
 +    ​Type:​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] 
 +    ​Description:​This is the distance unit you would like to use as the distance. For example, if you select miles as your distanceUnit,​ then the distance will be calculated in miles for the operation.
  
-  ​* [[ThinkGeo.MapSuite.Core.ScaleLineUnitSystem|ScaleLineUnitSystem]]<div newline></​div><​div>​Unit Mode</​div>​ +<div newline></​div>​ 
-  * [[ThinkGeo.MapSuite.Core.ScreenUnit|ScreenUnit]]<div newline></​div><​div>​N/​A</​div>​ +** {{wiki:​PublicMethod.gif|}} Buffer(Double,​Int32,​GeographyUnit,​DistanceUnit) ** 
-  * [[ThinkGeo.MapSuite.Core.SelectabilityMode|SelectabilityMode]]<div newline></​div><​div>​N/A</​div>​ + 
-  * [[ThinkGeo.MapSuite.Core.ShapeFileReadWriteMode|ShapeFileReadWriteMode]]<div newline></​div><​div>​This ​enumeration represent read only or read-write nature ​of a Shape File.</​div>​ +  * //This method computes the area containing all of the points within a given distance from this shape.// 
-  * [[ThinkGeo.MapSuite.Core.ShapeFileSortingMode|ShapeFileSortingMode]]<div newline></​div><​div>​N/A</​div>​ +== Remarks == 
-  * [[ThinkGeo.MapSuite.Core.ShapeFileType|ShapeFileType]]<div newline></​div><​div>​This ​enumeration represents ​the types stored in the Shape File.</​div>​ +  * //This method computes the area containing all of the points within a given distance from this shape. In this case, you will be using the rounded RoundedBufferCapStyle. The distance unit is determined by the distanceUnit argument. As this is a concrete public method that wraps a Core method, we reserve the right to add events and other logic to pre- or post-process data returned by the Core version of the method. In this way, we leave our framework open on our end, but also allow you the developer to extend our logic to suit your needs. If you have questions about this, please contact our support team as we would be happy to work with you on extending our framework.//​ 
-  * [[ThinkGeo.MapSuite.Core.ShapeValidationMode|ShapeValidationMode]]<div newline></​div><​div>​This ​enumeration describes ​the type of validation test to run on shapes.</​div>​ + 
-  * [[ThinkGeo.MapSuite.Core.SimpleFilterConditionType|SimpleFilterConditionType]]<div newline></​div><​div>​N/​A</​div>​ +== Return Value == 
-  * [[ThinkGeo.MapSuite.Core.SimplificationType|SimplificationType]]<div newline></​div><​div>​Specifies ​which algorthm ​will be use to simplify.</​div>​ +  ​Type:[[ThinkGeo.MapSuite.Core.MultipolygonShape|MultipolygonShape]] 
-  * [[ThinkGeo.MapSuite.Core.SpatialDataType|SpatialDataType]]<div newline></​div><​div>​This ​property gets the spatial ​data type in the MsSql2008FeatureSource.</​div>​ +  * Description:​The return type is a MultiPolygonShape that represents all of the points within a given distance from the shape. 
-  * [[ThinkGeo.MapSuite.Core.SplineType|SplineType]]<div newline></​div><​div>​This ​enumeration ​represents the spline ​type for labeling.</​div>​ + 
-  * [[ThinkGeo.MapSuite.Core.StartingPoint|StartingPoint]]<div newline></​div><​div>​An enumeration ​describing ​the place to start on a line when doing certain operations.</​div>​+== Parameters == 
 +  * //​distance//​ 
 +    * Type:​Double 
 +    * Description:​The distance is the number of units to buffer the current shape. The distance unit will be the one specified in the distanceUnit parameter. 
 + 
 +  * //​quadrantSegments//​ 
 +    * Type:​Int32 
 +    * Description:​The quadrant segments are the number of points in each quarter circle. A good default is 8, but if you want smoother edges you can increase this number. The valid range for this number is from 3 to 100. 
 + 
 +  * //​shapeUnit//​ 
 +    * Type:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
 +    * Description:​This is the geographic unit of the shape you are performing the operation on. 
 + 
 +  * //​distanceUnit//​ 
 +    * Type:​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] 
 +    * Description:​This is the distance unit you would like to use as the distance. For example, if you select miles as your distanceUnit,​ then the distance will be calculated in miles for the operation. 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} Buffer(Double,​Int32,​BufferCapType,​GeographyUnit,​DistanceUnit) ** 
 + 
 +  * //This method computes the area containing all of the points within a given distance from this shape.// 
 +== Remarks == 
 +  * //This method computes the area containing all of the points within a given distance from this shape. As this is a concrete public method that wraps a Core method, we reserve the right to add events and other logic to pre- or post-process data returned by the Core version of the method. In this way, we leave our framework open on our end, but also allow you the developer to extend our logic to suit your needs. If you have questions about this, please contact our support team as we would be happy to work with you on extending our framework.//​ 
 + 
 +== Return Value == 
 +  * Type:​[[ThinkGeo.MapSuite.Core.MultipolygonShape|MultipolygonShape]] 
 +  * Description:​The return type is a MultiPolygonShape that represents all of the points within a given distance from the shape. 
 + 
 +== Parameters == 
 +  * //​distance//​ 
 +    * Type:​Double 
 +    * Description:​The distance is the number of units to buffer the current shape. The distance unit will be the one specified in the distanceUnit parameter. 
 + 
 +  * //​quadrantSegments//​ 
 +    * Type:​Int32 
 +    * Description:​The quadrant segments are the number of points in each quarter circle. A good default is 8, but if you want smoother edges you can increase this number. The valid range for this number is from 3 to 100. 
 + 
 +  * //​bufferCapType//​ 
 +    * Type:​[[ThinkGeo.MapSuite.Core.BufferCapType|BufferCapType]] 
 +    * Description:​The bufferCapType determines how the caps of the buffered object look. They range from rounded to squared off. 
 + 
 +  * //​shapeUnit//​ 
 +    * Type:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
 +    * Description:​This is the geographic unit of the shape you are performing the operation on. 
 + 
 +  * //​distanceUnit//​ 
 +    * Type:​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] 
 +    * Description:​This is the distance unit you would like to use as the distance. For example, if you select miles as your distanceUnit,​ then the distance will be calculated in miles for the operation. 
 + 
 +<​div ​newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} GetDistanceTo(BaseShape,​GeographyUnit,​DistanceUnit) ** 
 + 
 +  * //This method computes the distance between the current shape and the targetShape.//​ 
 +== Remarks == 
 +  * //In this method we compute the closest distance between the two shapes. The returned unit will be in the unit of distance specified. As this is a concrete public method that wraps a Core method, we reserve the right to add events and other logic to pre- or post-process data returned by the Core version of the method. In this way, we leave our framework open on our end, but also allow you the developer to extend our logic to suit your needs. If you have questions about this, please contact our support team as we would be happy to work with you on extending our framework.//​ 
 + 
 +== Return Value == 
 +  * Type:​Double 
 +  * Description:​The return type is the distance between this shape and the targetShape in the GeographyUnit of the shape. 
 + 
 +== Parameters == 
 +  * //​targetShape//​ 
 +    * Type:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
 +    * Description:​The shape you are trying to find the distance to. 
 + 
 +  * //​shapeUnit//​ 
 +    * Type:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
 +    * Description:​This parameter is the unit of the shape you are getting the distance to. 
 + 
 +  * //​distanceUnit//​ 
 +    * Type:​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] 
 +    * Description:​This parameter is the unit of the distance you want the return value to be in. 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} GetDistanceTo(Feature,​GeographyUnit,​DistanceUnit) ** 
 + 
 +  * //This method computes the distance between the current shape and the targetFeature.//​ 
 +== Remarks == 
 +  * //In this method we compute the closest distance between a shape and a feature. The returned unit will be in the unit of distance specified. As this is a concrete public method that wraps a Core method, we reserve the right to add events and other logic to pre- or post-process data returned by the Core version of the method. In this way, we leave our framework open on our end, but also allow you the developer to extend our logic to suit your needs. If you have questions about this, please contact our support team as we would be happy to work with you on extending our framework.//​ 
 + 
 +== Return Value == 
 +  * Type:​Double 
 +  * Description:​The return type is the distance between this shape and the targetFeature in the GeographyUnit of the shape. 
 + 
 +== Parameters == 
 +  * //​targetFeature//​ 
 +    * Type:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
 +    * Description:​The feature you are trying to find the distance to. 
 + 
 +  * //​shapeUnit//​ 
 +    * Type:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
 +    * Description:​This parameter is the unit of the shape which is contained in the targetFeature you are getting the distance to. 
 + 
 +  * //​distanceUnit//​ 
 +    * Type:​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] 
 +    * Description:​This parameter is the unit of the distance you want the return value to be in. 
 + 
 +<​div ​newline></div> 
 +** {{wiki:​PublicMethod.gif|}} Register(PointShape,​PointShape,​DistanceUnit,​GeographyUnit) ** 
 + 
 +  * //This method returns a BaseShape which has been registered from its original coordinate system to another based on two anchor PointShapes.//​ 
 +== Remarks == 
 +  * //​Registering allows you to take a geometric shape generated in a planar system and attach it to the ground in a Geographic Unit.common scenario is integrating geometric shapes from external programs (such as CAD software or a modeling system) and placing them onto a map. You may have the schematics of a building in a CAD system and the relationship between all the points of the building are in feet. You want to then take the CAD image and attach it to where it really exists on a map. You would use the register method to do this.Registering is also useful for scientific modeling, where software models things such as a plume of hazardous materials or the fallout from a volcano. The modeling software typically generates these models in a fictitious planar system. You would then use the register to take the abstract model and attach it to a map with real coordinates. As this is a concrete public method that wraps a Core method, we reserve the right to add events and other logic to pre- or post-process data returned by the Core version of the method. In this way, we leave our framework open on our end, but also allow you the developer to extend our logic to suit your needs. If you have questions about this, please contact our support team as we would be happy to work with you on extending our framework.//​ 
 + 
 +== Return Value == 
 +  * Type:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
 +  * Description:​This method returns a BaseShape which has been registered from its original coordinate system to another based on two anchor PointShapes. 
 + 
 +== Parameters == 
 +  * //​fromPoint//​ 
 +    * Type:​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] 
 +    * Description:​This parameter is the anchor PointShape in the coordinate of origin. 
 + 
 +  * //​toPoint//​ 
 +    * Type:​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] 
 +    * Description:​This parameter is the anchor PointShape in the coordinate of destination. 
 + 
 +  * //​fromUnit//​ 
 +    * Type:​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] 
 +    * Description:​This parameter is the DistanceUnit of the coordinate of origin. 
 + 
 +  * //​toUnit//​ 
 +    * Type:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
 +    * Description:​This parameter is the GeographyUnit of the coordinate of destination. 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} Register(Feature,​Feature,​DistanceUnit,​GeographyUnit) ** 
 + 
 +  * //This method returns a BaseShape which has been registered from its original coordinate system to another based on two anchor PointShapes.//​ 
 +== Remarks == 
 +  * //​Registering allows you to take a geometric shape generated in a planar system and attach it to the ground in a Geographic Unit.A common scenario is integrating geometric shapes from external programs (such as CAD software or a modeling system) and placing them onto a map. You may have the schematics of a building in a CAD system and the relationship between all the points of the building are in feet. You want to then take the CAD image and attach it to where it really exists on a map. You would use the register method to do this.Registering is also useful for scientific modeling, where software models things such as a plume of hazardous materials or the fallout from a volcano. The modeling software typically generates these models in a fictitious planar system. You would then use the register to take the abstract model and attach it to a map with real coordinates. As this is a concrete public method that wraps a Core method, we reserve the right to add events and other logic to pre- or post-process data returned by the Core version of the method. In this way, we leave our framework open on our end, but also allow you the developer to extend our logic to suit your needs. If you have questions about this, please contact our support team as we would be happy to work with you on extending our framework.//​ 
 + 
 +== Return Value == 
 +  * Type:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
 +  * Description:​This method returns a BaseShape which has been registered from its original coordinate system to another based on two anchor PointShapes. 
 + 
 +== Parameters == 
 +  * //​fromPoint//​ 
 +    * Type:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
 +    * Description:​This parameter is the anchor PointFeature in the coordinate of origin. 
 + 
 +  * //​toPoint//​ 
 +    * Type:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
 +    * Description:​This parameter is the anchor PointFeature in the coordinate of destination. 
 + 
 +  * //​fromUnit//​ 
 +    * Type:​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] 
 +    * Description:​This parameter is the DistanceUnit of the coordinate of origin. 
 + 
 +  * //​toUnit//​ 
 +    * Type:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
 +    * Description:​This parameter is the GeographyUnit of the coordinate of destination. 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} Validate(ShapeValidationMode) ** 
 + 
 +  * //This method returns a ShapeValidationResult based on a series of tests.// 
 +== Remarks == 
 +  * //We use this method, with the simple enumeration,​ internally before doing any kind of other methods on the shape. In this way, we are able to verify the integrity of the shape itself. If you wish to test things such as whether a polygon self-intersects,​ we invite you to call this method with the advanced ShapeValidationMode. One thing to consider is that for complex polygon shapes this operation could take some time, which is why we only run the basic, faster test. If you are dealing with polygon shapes that are suspect, we suggest you run the advanced test. As this is a concrete public method that wraps a Core method, we reserve the right to add events and other logic to pre- or post-process data returned by the Core version of the method. In this way, we leave our framework open on our end, but also allow you the developer to extend our logic to suit your needs. If you have questions about this, please contact our support team as we would be happy to work with you on extending our framework.//​ 
 + 
 +== Return Value == 
 +  * Type:​[[ThinkGeo.MapSuite.Core.ShapeValidationResult|ShapeValidationResult]] 
 +  * Description:​This method returns a ShapeValidationResult based on a series of tests. 
 + 
 +== Parameters == 
 +  * //​validationMode//​ 
 +    * Type:​[[ThinkGeo.MapSuite.Core.ShapeValidationMode|ShapeValidationMode]] 
 +    * Description:​This parameter determines whether the test is simple or advanced. In some cases, the advanced tests can take some time. The simple test is designed to always be fast. 
 + 
 +<​div ​newline></div> 
 +** {{wiki:​PublicMethod.gif|}} IsDisjointed(BaseShape) ** 
 + 
 +  * //This method returns if the current shape and the targetShape have no points in common.// 
 +== Remarks == 
 +  * //None// 
 + 
 +== Return Value == 
 +  * Type:​Boolean 
 +  * Description:​This method returns if the current shape and the targetShape have no points in common. As this is a concrete public method that wraps a Core method, we reserve the right to add events and other logic to pre- or post-process data returned by the Core version of the method. In this way, we leave our framework open on our end, but also allow you the developer to extend our logic to suit your needs. If you have questions about this, please contact our support team as we would be happy to work with you on extending our framework. 
 + 
 +== Parameters == 
 +  * //​targetShape//​ 
 +    * Type:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
 +    * Description:​The shape you wish to compare the current one to. 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} IsDisjointed(Feature) ** 
 + 
 +  * //This method returns if the current shape and the targetFeature have no points in common.// 
 +== Remarks == 
 +  * //None// 
 + 
 +== Return Value == 
 +  * Type:​Boolean 
 +  * Description:​This method returns if the current shape and the targetFeature have no points in common. As this is a concrete public method that wraps a Core method, we reserve the right to add events and other logic to pre- or post-process data returned by the Core version of the method. In this way, we leave our framework open on our end, but also allow you the developer to extend our logic to suit your needs. If you have questions about this, please contact our support team as we would be happy to work with you on extending our framework. 
 + 
 +== Parameters == 
 +  * //​targetFeature//​ 
 +    * Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
 +    * Description:​The feature you wish to compare the current one to. 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} Intersects(BaseShape) ** 
 + 
 +  * //This method returns if the current shape and the targetShape have at least one point in common.// 
 +== Remarks == 
 +  * //As this is a concrete public method that wraps a Core method, we reserve the right to add events and other logic to pre- or post-process data returned by the Core version of the method. In this way, we leave our framework open on our end, but also allow you the developer to extend our logic to suit your needs. If you have questions about this, please contact our support team as we would be happy to work with you on extending our framework.//​ 
 + 
 +== Return Value == 
 +  * Type:​Boolean 
 +  * Description:​This method returns if the current shape and the targetShape have at least one point in common. 
 + 
 +== Parameters == 
 +  * //​targetShape//​ 
 +    * Type:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
 +    * Description:​The shape you wish to compare the current one to. 
 + 
 +<​div ​newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} Intersects(Feature) ** 
 + 
 +  * //This method returns if the current shape and the targetFeature have at least one point in common.// 
 +== Remarks == 
 +  * //As this is a concrete public method that wraps a Core method, we reserve the right to add events and other logic to pre- or post-process data returned by the Core version ​of the method. In this way, we leave our framework open on our end, but also allow you the developer to extend our logic to suit your needs. If you have questions about this, please contact our support team as we would be happy to work with you on extending our framework.//​ 
 + 
 +== Return Value == 
 +  * Type:​Boolean 
 +  * Description:​This method returns if the current shape and the targetFeature have at least one point in common. 
 + 
 +== Parameters == 
 +  * //​targetFeature//​ 
 +    * Type:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
 +    * Description:​The targetFeature you wish to compare the current one to. 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} Touches(BaseShape) ** 
 + 
 +  * //This method returns if the current shape and the targetShape have at least one boundary point in common, but no interior points.// 
 +== Remarks == 
 +  * //As this is concrete public method that wraps a Core method, we reserve the right to add events and other logic to pre- or post-process data returned by the Core version of the methodIn this way, we leave our framework open on our end, but also allow you the developer to extend our logic to suit your needs. If you have questions about this, please contact our support team as we would be happy to work with you on extending our framework.//​ 
 + 
 +== Return Value == 
 +  * Type:​Boolean 
 +  * Description:​This method returns if the current shape and the targetShape have at least one boundary point in common, but no interior points. 
 + 
 +== Parameters == 
 +  * //​targetShape//​ 
 +    * Type:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
 +    * Description:​The shape you wish to compare the current one to. 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} Touches(Feature) ** 
 + 
 +  * //This method returns of the current shape and the targetFeature have at least one boundary point in common, but no interior points.// 
 +== Remarks == 
 +  * //As this is a concrete public method that wraps a Core method, we reserve the right to add events and other logic to pre- or post-process data returned by the Core version of the method. In this way, we leave our framework open on our end, but also allow you the developer to extend our logic to suit your needs. If you have questions about this, please contact our support team as we would be happy to work with you on extending our framework.//​ 
 + 
 +== Return Value == 
 +  * Type:​Boolean 
 +  * Description:​This method returns of the current shape and the targetFeature have at least one boundary point in common, but no interior points. 
 + 
 +== Parameters == 
 +  * //​targetFeature//​ 
 +    * Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
 +    * Description:​The targetFeature which contains a shape that you wish to compare the current one to. 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} Crosses(BaseShape) ** 
 + 
 +  * //This method returns if the current shape and the targetShape share some but not all interior points.// 
 +== Remarks == 
 +  * //As this is a concrete public method that wraps a Core method, we reserve the right to add events and other logic to pre- or post-process data returned by the Core version of the method. In this way, we leave our framework open on our end, but also allow you the developer to extend our logic to suit your needs. If you have questions about this, please contact our support team as we would be happy to work with you on extending our framework.//​ 
 + 
 +== Return Value == 
 +  * Type:​Boolean 
 +  * Description:​This method returns if the current shape and the targetShape share some but not all interior points. 
 + 
 +== Parameters == 
 +  * //​targetShape//​ 
 +    * Type:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
 +    * Description:​The shape you wish to compare the current one to. 
 + 
 +<​div ​newline></div> 
 +** {{wiki:​PublicMethod.gif|}} Crosses(Feature) ** 
 + 
 +  * //This method returns if the current shape and the targetFeature share some but not all interior points.// 
 +== Remarks == 
 +  * //As this is a concrete public method that wraps a Core method, we reserve the right to add events and other logic to pre- or post-process data returned by the Core version of the method. In this way, we leave our framework open on our end, but also allow you the developer to extend our logic to suit your needs. If you have questions about this, please contact our support team as we would be happy to work with you on extending our framework.//​ 
 + 
 +== Return Value == 
 +  * Type:​Boolean 
 +  * Description:​This method returns if the current shape and the targetFeature share some but not all interior points. 
 + 
 +== Parameters == 
 +  * //​targetFeature//​ 
 +    * Type:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
 +    * Description:​The targetFeature that contains a shape you wish to compare the current one to. 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} IsWithin(BaseShape) ** 
 + 
 +  * //This method returns if the current shape lies within the interior of the targetShape.//​ 
 +== Remarks == 
 +  * //As this is a concrete public method that wraps a Core method, we reserve the right to add events and other logic to pre- or post-process data returned by the Core version of the method. In this way, we leave our framework open on our end, but also allow you the developer to extend our logic to suit your needs. If you have questions about this, please contact our support team as we would be happy to work with you on extending our framework.//​ 
 + 
 +== Return Value == 
 +  * Type:​Boolean 
 +  * Description:​This method returns if the current shape lies within the interior of the targetShape. 
 + 
 +== Parameters == 
 +  * //​targetShape//​ 
 +    * Type:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
 +    * Description:​The shape you wish to compare the current one to. 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} IsWithin(Feature) ** 
 + 
 +  * //This method returns if the current shape lies within the interior of the targetFeature.//​ 
 +== Remarks == 
 +  * //As this is a concrete public method that wraps a Core method, we reserve the right to add events and other logic to pre- or post-process data returned by the Core version of the method. In this way, we leave our framework open on our end, but also allow you the developer to extend our logic to suit your needs. If you have questions about this, please contact our support team as we would be happy to work with you on extending our framework.//​ 
 + 
 +== Return Value == 
 +  * Type:​Boolean 
 +  * Description:​This method returns if the current shape lies within the interior of the targetFeature. 
 + 
 +== Parameters == 
 +  * //​targetFeature//​ 
 +    * Type:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
 +    * Description:​The targetFeature that contains a shape you wish to compare the current one to. 
 + 
 +<​div ​newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} Contains(BaseShape) ** 
 + 
 +  * //This method returns if the targetShape lies within ​the interior of the current shape.// 
 +== Remarks == 
 +  * //As this is a concrete public method that wraps a Core method, we reserve the right to add events and other logic to pre- or post-process data returned by the Core version of the method. In this way, we leave our framework open on our end, but also allow you the developer to extend our logic to suit your needs. If you have questions about this, please contact our support team as we would be happy to work with you on extending our framework.//​ 
 + 
 +== Return Value == 
 +  * Type:​Boolean 
 +  * Description:​This method returns if the targetShape lies within the interior of the current shape. 
 + 
 +== Parameters == 
 +  * //​targetShape//​ 
 +    * Type:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
 +    * Description:​The shape you wish to compare the current one to. 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} Contains(Feature) ** 
 + 
 +  * //This method returns if the targetFeature lies within the interior of the current shape.// 
 +== Remarks == 
 +  * //As this is a concrete public method that wraps a Core method, we reserve the right to add events and other logic to pre- or post-process data returned by the Core version of the method. In this way, we leave our framework open on our end, but also allow you the developer to extend our logic to suit your needs. If you have questions about this, please contact our support team as we would be happy to work with you on extending our framework.//​ 
 + 
 +== Return Value == 
 +  * Type:​Boolean 
 +  * Description:​This method returns if the targetFeature lies within the interior of the current shape. 
 + 
 +== Parameters == 
 +  * //​targetFeature//​ 
 +    * Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
 +    * Description:​The targetFeature that contains a shape you wish to compare the current one to. 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} Overlaps(BaseShape) ** 
 + 
 +  * //This method returns if the current shape and the targetShape share some but not all points in common.// 
 +== Remarks == 
 +  * //As this is a concrete public method that wraps a Core method, we reserve the right to add events and other logic to pre- or post-process data returned by the Core version of the method. In this way, we leave our framework open on our end, but also allow you the developer to extend our logic to suit your needs. If you have questions about this, please contact our support team as we would be happy to work with you on extending our framework.//​ 
 + 
 +== Return Value == 
 +  * Type:​Boolean 
 +  * Description:​This method returns if the current shape and the targetShape share some but not all points in common. 
 + 
 +== Parameters == 
 +  * //​targetShape//​ 
 +    * Type:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
 +    * Description:​The shape you wish to compare the current one to. 
 + 
 +<​div ​newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} Overlaps(Feature) ** 
 + 
 +  * //This method returns if the current shape and the targetFeature share some but not all points in common.// 
 +== Remarks == 
 +  * //As this is a concrete public method that wraps a Core method, we reserve the right to add events and other logic to pre- or post-process data returned by the Core version ​of the method. In this way, we leave our framework open on our end, but also allow you the developer ​to extend our logic to suit your needs. If you have questions about this, please contact our support team as we would be happy to work with you on extending our framework.//​ 
 + 
 +== Return Value == 
 +  * Type:​Boolean 
 +  * Description:​This method returns if the current shape and the targetFeature share some but not all points in common. 
 + 
 +== Parameters == 
 +  * //​targetFeature//​ 
 +    * Type:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
 +    * Description:​The targetFeature that contains a shape you wish to compare the current one to. 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} IsTopologicallyEqual(BaseShape) ** 
 + 
 +  * //This method returns if the current shape and the targetShape are topologically equal.// 
 +== Remarks == 
 +  * //​Topologically equal means that the shapes ​are essentially the sameFor example, let's say you have a line with two points, point A and point B. You also have another line that is made up of point A, point B and point C. Point A of line one shares the same vertex as point A of line two, and point B of line one shares the same vertex as point C of line two. They are both straight lines, so point B of line two would lie on the first line. Essentially the two lines are the same, with line 2 having just one extra point. Topologically they are the same line, so this method would return true. As this is a concrete public method that wraps a Core method, we reserve the right to add events and other logic to pre- or post-process data returned by the Core version of the method. In this way, we leave our framework open on our end, but also allow you the developer to extend our logic to suit your needs. If you have questions about this, please contact our support team as we would be happy to work with you on extending our framework.//​ 
 + 
 +== Return Value == 
 +  * Type:​Boolean 
 +  * Description:​This method returns if the current shape and the targetShape are topologically equal. 
 + 
 +== Parameters == 
 +  * //​targetShape//​ 
 +    * Type:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
 +    * Description:​The shape you wish to compare the current one to. 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} IsTopologicallyEqual(Feature) ** 
 + 
 +  * //This method returns if the current shape and the targetFeature are topologically equal.// 
 +== Remarks == 
 +  * //​Topologically equal means that the shapes are essentially the same. For example, let's say you have a line with two points, point A and point B. You also have another line that is made up of point A, point B and point C. Point A of line one shares the same vertex as point A of line two, and point B of line one shares the same vertex as point C of line two. They are both straight lines, so point B of line two would lie on the first line. Essentially the two lines are the same, with line 2 having just one extra point. Topologically they are the same line, so this method would return true. As this is a concrete public method that wraps a Core method, we reserve the right to add events and other logic to pre- or post-process data returned by the Core version of the method. In this way, we leave our framework open on our end, but also allow you the developer to extend our logic to suit your needs. If you have questions about this, please contact our support team as we would be happy to work with you on extending our framework.//​ 
 + 
 +== Return Value == 
 +  * Type:​Boolean 
 +  * Description:​This method returns if the current shape and the targetFeature are topologically equal. 
 + 
 +== Parameters == 
 +  * //​targetFeature//​ 
 +    * Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
 +    * Description:​The targetFeature that contains a shape you wish to compare the current one to. 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} GetFeature() ** 
 + 
 +  * //Get a corresponding feature which has the same Id and BaseShape as the current shape.// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
 +  * Description:​The feature with the same Id and BaseShape as the current BaseShape, and with empty columnValues in it. 
 + 
 +== Parameters == 
 +<​div ​newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} GetFeature(IDictionary<​String,​String>​) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​columnValues//​ 
 +    * Type:​IDictionary<String,​String>​ 
 +    * Description:​N/
 + 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} GetCrossing(BaseShape) ** 
 + 
 +  * //This method returns the crossing points between the current shape and the passed-in target shape.// 
 +== Remarks == 
 +  * //As this is a concrete public method that wraps a Core method, we reserve the right to add events and other logic to pre- or post-process data returned by the Core version of the method. In this way, we leave our framework open on our end, but also allow you the developer to extend our logic to suit your needs. If you have questions about this, please contact our support team as we would be happy to work with you on extending our framework.//​ 
 + 
 +== Return Value == 
 +  * Type:[[ThinkGeo.MapSuite.Core.MultipointShape|MultipointShape]] 
 +  * Description:​This method returns the crossing points between the current shape and the passed-in target shape. 
 + 
 +== Parameters == 
 +  * //​targetShape//​ 
 +    * Type:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
 +    * Description:​The target shape you wish to get crossing points with. 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} ScaleTo(Double) ** 
 + 
 +  * //This method increases or decreases the size of the shape by the specified scale factor given in the parameter.//​ 
 +== Remarks == 
 +  * //As this is a concrete public method that wraps a Core method, we reserve the right to add events and other logic to pre- or post-process data returned by the Core version of the method. In this way, we leave our framework open on our end, but also allow you the developer to extend our logic to suit your needs. If you have questions about this, please contact our support team as we would be happy to work with you on extending our framework.//​ 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​This method is useful when you would like to increase or decrease the size of the shape. 
 + 
 +== Parameters == 
 +  * //scale// 
 +    * Type:​Double 
 +    * Description:​Pepresents a value which scaleFactor to 
 + 
 +<​div ​newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} ToString() ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:​String 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} Equals(Object) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:​Boolean 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //obj// 
 +    * Type:​Object 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} GetHashCode() ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:​Int32 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} GetType() ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:Type 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} CreateShapeFromWellKnownData(String) ** 
 + 
 +  * //This method creates a BaseShape from a string of well-known text.// 
 +== Remarks == 
 +  * //This method creates a BaseShape from a string of well-known text. Well-known text allows you to describe geometries as a string of text. Well-known text is useful when you want to save a geometry in a format such as a text file, or when you simply want to cut and paste the text between other applications. An alternative to well-known text is well-known binary, ​which is a binary representation of a geometry object. We have methods that work with well-known binary as well. Below are some samples of what well-known text might look like for various kinds of geometries.POINT(5 17)LINESTRING(4 5,10 50,25 80)POLYGON((2 2,6 2,6 6,2 6,2 2),(3 3,4 3,4 4,3 4,3 3))MULTIPOINT(3.7 9.7,4.9 11.6)MULTILINESTRING((4 5,11 51,21 26),(-4 -7,-9 -7,-14 -3))MULTIPOLYGON(((2 2,6 2,6 6,2 6,2 2),(3 3,4 3,4 4,3 4,3 3)),((4 4,7 3,7 5,4 4)))// 
 + 
 +== Return Value == 
 +  * Type:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
 +  * Description:​The return type is a higher level shape constructed from the well-known text you passed into the method. Though the object is a higher level shape, such as a PolygonShape or MultiPointShape,​ you will need to cast it to that shape in order to use its unique properties. 
 + 
 +== Parameters == 
 +  * //​wellKnownText//​ 
 +    * Type:​String 
 +    * Description:​A string representing the geometry in well-known text format. 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} CreateShapeFromWellKnownData(Byte[]) ** 
 + 
 +  * //This method creates a BaseShape from a string of well-known binary.// 
 +== Remarks == 
 +  * //This method creates a BaseShape from a string of well-known binary. Well-known binary allows you to describe geometries as a binary array. Well-known binary is useful when you want to save a geometry in an efficient format using as little space as possible. An alternative to well-known binary is well-known text, which is a textual representation of a geometry object. We have methods that work with well-known text as well.// 
 + 
 +== Return Value == 
 +  * Type:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
 +  * Description:​The return type is a higher level shape constructed from the well-known binary you passed into the method. Though the object is a higher level shape, such as a PolygonShape or MultiPointShape,​ you will need to cast it to that shape in order to use its unique properties. 
 + 
 +== Parameters == 
 +  * //​wellKnownBinary//​ 
 +    * Type:​Byte[] 
 +    * Description:​An array of bytes representing the geometry in well-known binary format. 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} CreateShapeFromGeoJson(String) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​geoJson//​ 
 +    * Type:​String 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} TranslateByOffset(BaseShape,​Double,​Double,​GeographyUnit,​DistanceUnit) ** 
 + 
 +  * //This method returns a shape repositioned from one location to another based on an X and Y offset distance.//​ 
 +== Remarks == 
 +  * //This method returns a shape repositioned from one location to another based on an X and Y offset distance. With this overload, it is important to note that the X and Y offset units are based on the distanceUnit parameter. For example, if your shape is in decimal degrees and you call this method with an X offset of 1 and a Y offset of 1, you're going to move this shape one unit of the distanceUnit in the horizontal direction and one unit of the distanceUnit in the vertical direction. In this way, you can easily move a shape in decimal degrees five miles on the X axis and 3 miles on the Y axis. As this is a concrete public method that wraps a Core method, we reserve the right to add events and other logic to pre- or post-process data returned by the Core version of the method. In this way, we leave our framework open on our end, but also allow you the developer to extend our logic to suit your needs. If you have questions about this, please contact our support team as we would be happy to work with you on extending our framework.//​ 
 + 
 +== Return Value == 
 +  * Type:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
 +  * Description:​This method returns a shape repositioned from one location to another based on an X and Y offset distance. 
 + 
 +== Parameters == 
 +  * //​targetShape//​ 
 +    * Type:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
 +    * Description:​This parameter is the basis of the moved shape. 
 + 
 +  * //​xOffsetDistance//​ 
 +    * Type:​Double 
 +    * Description:​This is the number of horizontal units of movement in the distance unit specified in the distanceUnit parameter. 
 + 
 +  * //​yOffsetDistance//​ 
 +    * Type:​Double 
 +    * Description:​This is the number of vertical units of movement in the distance unit specified in the distanceUnit parameter. 
 + 
 +  * //​shapeUnit//​ 
 +    * Type:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
 +    * Description:​This is the geographic unit of the shape you are performing the operation on. 
 + 
 +  * //​distanceUnit//​ 
 +    * Type:​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] 
 +    * Description:​This is the distance unit you would like to use as the measure for the move. For example, if you select miles as your distance unit, then the xOffsetDistance and yOffsetDistance will be calculated in miles. 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} TranslateByOffset(Feature,​Double,​Double,​GeographyUnit,​DistanceUnit) ** 
 + 
 +  * //This method returns a feature repositioned from one location ​to another based on an X and Y offset distance.// 
 +== Remarks == 
 +  * //This method returns a feature repositioned from one location to another based on an X and Y offset distance. With this overload, it is important to note that the X and Y offset units are based on the distanceUnit parameter. For example, if your shape is in decimal degrees and you call this method with an X offset of 1 and a Y offset of 1, you're going to move this shape one unit of the distanceUnit in the horizontal direction and one unit of the distanceUnit in the vertical direction. In this way, you can easily move a shape in decimal degrees five miles on the X axis and 3 miles on the Y axis. As this is a concrete public method that wraps a Core method, we reserve the right to add events and other logic to pre- or post-process data returned by the Core version of the method. In this way, we leave our framework open on our end, but also allow you the developer to extend our logic to suit your needs. If you have questions about this, please contact our support team as we would be happy to work with you on extending our framework.//​ 
 + 
 +== Return Value == 
 +  * Type:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
 +  * Description:​This method returns a feature repositioned from one location to another based on an X and Y offset distance. 
 + 
 +== Parameters == 
 +  * //​targetFeature//​ 
 +    * Type:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
 +    * Description:​This parameter is the basis of the moved feature. 
 + 
 +  * //​xOffsetDistance//​ 
 +    * Type:​Double 
 +    * Description:​This is the number of horizontal units of movement in the distance unit specified in the distanceUnit parameter. 
 + 
 +  * //​yOffsetDistance//​ 
 +    * Type:​Double 
 +    * Description:​This is the number of horizontal units of movement in the distance unit specified in the distanceUnit parameter. 
 + 
 +  * //​shapeUnit//​ 
 +    * Type:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
 +    * Description:​This is the geographic unit of the shape you are performing the operation on. 
 + 
 +  * //​distanceUnit//​ 
 +    * Type:​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] 
 +    * Description:​This is the distance unit you would like to use as the measure for the move. For example, if you select miles as your distance unit, then the xOffsetDistance and yOffsetDistance will be calculated in miles. 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} TranslateByDegree(BaseShape,​Double,​Double,​GeographyUnit,​DistanceUnit) ** 
 + 
 +  * //This method returns a shape repositioned from one location to another based on a distance and a direction in degrees.//​ 
 +== Remarks == 
 +  * //This method returns a shape repositioned from one location to another based on angleInDegrees and distance parameter. With this overload, it is important to note that the distance is based on the supplied distanceUnit parameter. For example, if your shape is in decimal degrees and you call this method with a distanceUnit of miles, you're going to move this shape a number of miles based on the distance value and the angleInDegrees. In this way, you can easily move a shape in decimal degrees five miles to the north.If you pass a distance of 0, then the operation is ignored. As this is a concrete public method that wraps a Core method, we reserve the right to add events and other logic to pre- or post-process data returned by the Core version of the method. In this way, we leave our framework open on our end, but also allow you the developer to extend our logic to suit your needs. If you have questions about this, please contact our support team as we would be happy to work with you on extending our framework.//​ 
 + 
 +== Return Value == 
 +  * Type:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
 +  * Description:​This method returns a shape repositioned from one location to another based on a distance and a direction in degrees. 
 + 
 +== Parameters == 
 +  * //​targetShape//​ 
 +    * Type:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
 +    * Description:​This parameter is the basis of the move. 
 + 
 +  * //​distance//​ 
 +    * Type:​Double 
 +    * Description:​The distance is the number of units to move the shape using the angle specified. The distance unit will be the one specified in the distanceUnit parameter. The distance must be greater than or equal to 0. 
 + 
 +  * //​angleInDegrees//​ 
 +    * Type:​Double 
 +    * Description:​A number between 0 and 360 degrees that represents the direction you wish to move the shape, with 0 being up. 
 + 
 +  * //​shapeUnit//​ 
 +    * Type:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
 +    * Description:​This is the geographic unit of the shape you are performing the operation on. 
 + 
 +  * //​distanceUnit//​ 
 +    * Type:​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] 
 +    * Description:​This is the distance unit you would like to use as the measure for the move. For example, if you select miles as your distance unit, then the distance will be calculated in miles. 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} TranslateByDegree(Feature,​Double,​Double,​GeographyUnit,​DistanceUnit) ** 
 + 
 +  * //This method returns a feature repositioned from one location to another, based on a distance and a direction in degrees.//​ 
 +== Remarks == 
 +  * //This method returns a feature repositioned from one location to another based on angleInDegrees and distance parameter. With this overload, it is important to note that the distance is based on the supplied distanceUnit parameter. For example, if your shape is in decimal degrees and you call this method with a distanceUnit of miles, you're going to move this feature a number of miles based on the distance value and the angleInDegrees. In this way, you can easily move a shape in decimal degrees five miles to the north.If you pass a distance of 0, then the operation is ignored. As this is a concrete public method that wraps a Core method, we reserve the right to add events and other logic to pre- or post-process data returned by the Core version of the method. In this way, we leave our framework open on our end, but also allow you the developer to extend our logic to suit your needs. If you have questions about this, please contact our support team as we would be happy to work with you on extending our framework.//​ 
 + 
 +== Return Value == 
 +  * Type:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
 +  * Description:​This method returns a feature repositioned from one location to another, based on a distance and a direction in degrees. 
 + 
 +== Parameters == 
 +  * //​targetFeature//​ 
 +    * Type:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
 +    * Description:​This parameter is the basis of the move. 
 + 
 +  * //​distance//​ 
 +    * Type:​Double 
 +    * Description:​The distance is the number of units to move the shape using the angle specified. The distance unit will be the DistanceUnit specified in the distanceUnit parameter. The distance must be greater than or equal to 0. 
 + 
 +  * //​angleInDegrees//​ 
 +    * Type:​Double 
 +    * Description:​A number between 0 and 360 degrees that represents the direction you wish to move the feature, with 0 being up. 
 + 
 +  * //​shapeUnit//​ 
 +    * Type:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
 +    * Description:​This is the geographic unit of the shape you are performing the operation on. 
 + 
 +  * //​distanceUnit//​ 
 +    * Type:​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] 
 +    * Description:​This is the distance unit you would like to use as the measure for the move. For example, if you select miles as your distance unit, then the distance will be calculated in miles. 
 + 
 +<​div ​newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} Rotate(BaseShape,​PointShape,​Single) ** 
 + 
 +  * //This method returns a shape rotated by a number of degrees based on a pivot point.// 
 +== Remarks == 
 +  * //This method returns a shape rotated by a number of degrees based on a pivot point. By placing ​the pivot point in the center of the shape you can achieve in-place rotation. By moving the pivot point outside of the center of the shape you can translate the shape in a circular motion. Moving the pivot point further outside of the center will make the circular area larger. As this is a concrete public method that wraps a Core method, we reserve the right to add events and other logic to pre- or post-process ​data returned by the Core version of the method. In this way, we leave our framework open on our end, but also allow you the developer to extend our logic to suit your needs. If you have questions about this, please contact our support team as we would be happy to work with you on extending our framework.//​ 
 + 
 +== Return Value == 
 +  * Type:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
 +  * Description:​This method returns a shape rotated by a number of degrees based on a pivot point. 
 + 
 +== Parameters == 
 +  * //​sourceBaseShape//​ 
 +    * Type:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
 +    * Description:​This parameter is the basis for the rotation. 
 + 
 +  * //​pivotPoint//​ 
 +    * Type:​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] 
 +    * Description:​The pivotPoint represents the center of rotation. 
 + 
 +  * //​degreeAngle//​ 
 +    * Type:​Single 
 +    * Description:​The number of degrees of rotation required, from 0 to 360. 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} Rotate(Feature,​PointShape,​Single) ** 
 + 
 +  * //This method returns a feature rotated by a number of degrees based on a pivot point.// 
 +== Remarks == 
 +  * //This method returns a feature rotated by a number of degrees based on a pivot point. By placing the pivot point in the center of the feature you can achieve in-place rotationBy moving the pivot point outside of the center of the feature you can translate the feature in a circular motion. Moving the pivot point further outside of the center will make the circular area larger. As this is a concrete public method that wraps a Core method, we reserve the right to add events and other logic to pre- or post-process data returned by the Core version of the method. In this way, we leave our framework open on our end, but also allow you the developer to extend our logic to suit your needs. If you have questions about this, please contact our support team as we would be happy to work with you on extending our framework.//​ 
 + 
 +== Return Value == 
 +  * Type:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
 +  * Description:​This method returns a shape rotated by a number of degrees based on a pivot point. 
 + 
 +== Parameters == 
 +  * //​targetFeature//​ 
 +    * Type:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
 +    * Description:​This parameter is the basis for the rotation. 
 + 
 +  * //​pivotPoint//​ 
 +    * Type:​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] 
 +    * Description:​The pivotPoint represents the center of rotation. 
 + 
 +  * //​degreeAngle//​ 
 +    * Type:​Single 
 +    * Description:​The number of degrees of rotation required, from 0 to 360. 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} ScaleTo(BaseShape,​Double) ** 
 + 
 +  * //This method increases or decreases the size of the shape by the specified scale factor given in the parameter.//​ 
 +== Remarks == 
 +  * //It will call the instanced method ScaleTo internally.//​ 
 + 
 +== Return Value == 
 +  * Type:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
 +  * Description:​This method is useful when you would like to increase or decrease the size of the shape. 
 + 
 +== Parameters == 
 +  * //​baseShape//​ 
 +    * Type:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
 +    * Description:​Represents a shape which you want to resize 
 + 
 +  * //scale// 
 +    * Type:​Double 
 +    * Description:​Pepresents a value which scaleFactor to. 
 + 
 +<div newline></​div>​ 
 +==== Protected Methods ==== 
 +** {{wiki:​ProtectedMethod.gif|}} LoadFromWellKnownDataCore(String) ** 
 + 
 +  * //This method hydrates the current shape with its data from well-known text.// 
 +== Remarks == 
 +  * //None// 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​None 
 + 
 +== Parameters == 
 +  * //​wellKnownText//​ 
 +    * Type:​String 
 +    * Description:​This parameter is the well-known text you will use to hydrate your object. 
 + 
 +<​div ​newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} GetGeoJsonCore() ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:​String 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} GetWellKnownTextCore(RingOrder) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:​String 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​outerRingOrder//​ 
 +    * Type:​[[ThinkGeo.MapSuite.Core.RingOrder|RingOrder]] 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} LoadFromWellKnownDataCore(Byte[]) ** 
 + 
 +  * //This method hydrates the current shape with its data from well-known binary.// 
 +== Remarks == 
 +  * //This is used when you want to hydrate a shape based on well-known binary. You can create the shape and then load the well-known binary using this method.// 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​None 
 + 
 +== Parameters == 
 +  * //​wellKnownBinary//​ 
 +    * Type:​Byte[] 
 +    * Description:​This parameter is the well-known binary used to populate the shape. 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} GetWellKnownBinaryCore(RingOrder,​WkbByteOrder) ** 
 + 
 +  * //This method returns a byte array that represents the shape in well-known binary.// 
 +== Remarks == 
 +  * //This method returns a byte array that represents the shape in well-known binary. Well-known binary allows you to describe geometries as a binary array. Well-known binary is useful when you want to save a geometry in an efficient format using as little space as possible. An alternative to well-known binary is well-known text, which is a textual representation of a geometry object. We have methods that work with well known text as well. Overriding: Please ensure that you validate the parameters being passed in and raise the exceptions defined above.// 
 + 
 +== Return Value == 
 +  * Type:​Byte[] 
 +  * Description:​This method returns a byte array that represents the shape in well-known binary. 
 + 
 +== Parameters == 
 +  * //​outerRingOrder//​ 
 +    * Type:​[[ThinkGeo.MapSuite.Core.RingOrder|RingOrder]] 
 +    * Description:​N/​A 
 + 
 +  * //​byteOrder//​ 
 +    * Type:​[[ThinkGeo.MapSuite.Core.WkbByteOrder|WkbByteOrder]] 
 +    * Description:​This parameter specifies if the byte order is big- or little-endian. 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} GetBoundingBoxCore() ** 
 + 
 +  * //This method calculates the smallest RectangleShape that encompasses the entire geometry.//​ 
 +== Remarks == 
 +  * //The GetBoundingBox method calculates the smallest RectangleShape that can encompass the entire geometry by examining each point in the geometry. Depending on the number of PointShapes and complexity of the geometry, this operation can take longer for larger objects. If the shape is a PointShape, then the bounding box's upper left and lower right points will be equal. This will create a RectangleShape with no area. Overriding: Please ensure that you validate the parameters being passed in and raise the exceptions defined above.// 
 + 
 +== Return Value == 
 +  * Type:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
 +  * Description:​The RectangleShape returned is the smallest RectangleShape that can encompass the entire geometry. 
 + 
 +== Parameters == 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} GetWellKnownTypeCore() ** 
 + 
 +  * //This method returns the well-known ​type for the shape.// 
 +== Remarks == 
 +  * //None// 
 + 
 +== Return Value == 
 +  * Type:​[[ThinkGeo.MapSuite.Core.WellKnownType|WellKnownType]] 
 +  * Description:​This method returns the well-known type for the shape. 
 + 
 +== Parameters == 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} CloneDeepCore() ** 
 + 
 +  * //This method returns a complete copy of the shape without any references in common.// 
 +== Remarks == 
 +  * //When you override this method, you need to ensure that there are no references in common between the original and copy.// 
 + 
 +== Return Value == 
 +  * Type:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
 +  * Description:​This method returns a complete copy of the shape without any references in common. 
 + 
 +== Parameters == 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} TranslateByOffsetCore(Double,​Double,​GeographyUnit,​DistanceUnit) ** 
 + 
 +  * //This method moves a base shape from one location to another based on an X and Y offset distance.//​ 
 +== Remarks == 
 +  * //This method moves a base shape from one location to another based on an X and Y offset distance. With this overload, it is important to note that the X and Y offset units are based on the distanceUnit parameter. For example, if your shape is in decimal degrees and you call this method with an X offset of 1 and a Y offset of 1, you're going to move this shape one unit of the distanceUnit in the horizontal direction and one unit of the distanceUnit in the vertical direction. In this way, you can easily move a shape in decimal degrees five miles on the X axis and 3 miles on the Y axis. Overriding: Please ensure that you validate the parameters being passed in and raise the exceptions defined above.// 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​xOffsetDistance//​ 
 +    * Type:​Double 
 +    * Description:​This is the number of horizontal units of movement in the distance unit specified in the distanceUnit parameter. 
 + 
 +  * //​yOffsetDistance//​ 
 +    * Type:​Double 
 +    * Description:​This is the number of horizontal units of movement in the distance unit specified in the distanceUnit parameter. 
 + 
 +  * //​shapeUnit//​ 
 +    * Type:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
 +    * Description:​This is the geographic unit of the base shape you are performing the operation on. 
 + 
 +  * //​distanceUnit//​ 
 +    * Type:​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] 
 +    * Description:​This is the distance unit you would like to use as the measure for the move. For example, if you select miles as your distance unit, then the xOffsetDistance and yOffsetDistance will be calculated in miles. 
 + 
 +<​div ​newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} TranslateByDegreeCore(Double,​Double,​GeographyUnit,​DistanceUnit) ** 
 + 
 +  * //This method moves a base shape from one location to another based on a distance and a direction in degrees.//​ 
 +== Remarks == 
 +  * //This method moves a base shape from one location to another based on angleInDegrees and distance parameter. With this overload, it is important to note that the distance is based on the supplied distanceUnit parameter. For example, if your shape is in decimal degrees and you call this method with a distanceUnit of miles, you're going to move this shape a number of miles based on the distance value and the angleInDegrees. In this way, you can easily move a shape in decimal degrees five miles to the north.If you pass a distance of 0 then the operation is ignored. Overriding: Please ensure that you validate the parameters being passed in and raise the exceptions defined above.// 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​distance//​ 
 +    * Type:​Double 
 +    * Description:​The distance is the number of units to move the shape using the angle specified. The distance unit will be the DistanceUnit specified in the distanceUnit parameter. The distance must be greater than or equal to 0. 
 + 
 +  * //​angleInDegrees//​ 
 +    * Type:​Double 
 +    * Description:​A number between 0 and 360 degrees that represents the direction you wish to move the shape, with 0 being up. 
 + 
 +  * //​shapeUnit//​ 
 +    * Type:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
 +    * Description:​This is the geographic unit of the shape you are performing the operation on. 
 + 
 +  * //​distanceUnit//​ 
 +    * Type:​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] 
 +    * Description:​This is the DistanceUnit you would like to use as the measure of the translate. For example if you select miles as your distanceUnit then the distance will be calculated in miles. 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} RotateCore(PointShape,​Single) ** 
 + 
 +  * //This method rotates a shape a number of degrees based on a pivot point.// 
 +== Remarks == 
 +  * //This method rotates a shape by a number of degrees based on a pivot point. By placing the pivot point in the center of the shape you can achieve in-place rotation. By moving the pivot point outside of the center of the shape you can translate the shape in a circular motion. Moving the pivot point further outside of the center will make the circular area larger. Overriding: Please ensure that you validate the parameters being passed in and raise the exceptions defined above.// 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​pivotPoint//​ 
 +    * Type:​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] 
 +    * Description:​The pivotPoint represents the center of rotation. 
 + 
 +  * //​degreeAngle//​ 
 +    * Type:​Single 
 +    * Description:​The number of degrees of rotation required, from 0 to 360. 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} GetShortestLineToCore(BaseShape,​GeographyUnit) ** 
 + 
 +  * //This method returns the shortest LineShape between this shape and the targetShape parameter.//​ 
 +== Remarks == 
 +  * //This method returns a LineShape representing the shortest distance between the shape you're calling the method on and the targetShape. In some instances, based on the GeographicType or Projection, the line may not be straight. This is effect is similar to what you might see on an international flight when the displayed flight path is curved. Overriding: Please ensure that you validate the parameters being passed in and raise the exceptions defined above.// 
 + 
 +== Return Value == 
 +  * Type:​[[ThinkGeo.MapSuite.Core.MultilineShape|MultilineShape]] 
 +  * Description:​A LineShape representing the shortest distance between the shape you're calling the method on and the targetShape. 
 + 
 +== Parameters == 
 +  * //​targetShape//​ 
 +    * Type:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
 +    * Description:​The shape you are trying to find the distance to. 
 + 
 +  * //​shapeUnit//​ 
 +    * Type:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
 +    * Description:​The geographic unit of the shape you are trying to find the distance to. 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} GetClosestPointToCore(BaseShape,​GeographyUnit) ** 
 + 
 +  * //This method returns the point of the current shape that is closest to the target shape.// 
 +== Remarks == 
 +  * //This method returns the point of the current shape that is closest to the target shape. It is often the case that the point returned is not a point of the object itself. ​An example would be a line with two points that are far apart from each other. If you set the targetShape to be a point midway between the points but a short distance away from the line, the method would return a point that is on the line but not either of the two points that make up the line. Overriding: Please ensure that you validate the parameters being passed in and raise the exceptions defined above.// 
 + 
 +== Return Value == 
 +  * Type:​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] 
 +  * Description:​A PointShape representing the closest point of the current shape to the targetShape. 
 + 
 +== Parameters == 
 +  * //​targetShape//​ 
 +    * Type:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
 +    * Description:​The shape you are trying to find the closest point to. 
 + 
 +  * //​shapeUnit//​ 
 +    * Type:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
 +    * Description:​The geographic unit of the shape you are trying to find the closet point to. 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} GetCenterPointCore() ** 
 + 
 +  * //This method returns the center point of the current shape'​s bounding box.// 
 +== Remarks == 
 +  * //This method returns the center point of the current shape'​s bounding box. It is important to note that this is the center point of the bounding box. There are numerous ways to calculate the "​center"​ of a geometry, such as its weighted center, etc. You can find other centers by examining the various methods of the shape itself. Overriding: Please ensure that you validate the parameters being passed in and raise the exceptions defined above.// 
 + 
 +== Return Value == 
 +  * Type:​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] 
 +  * Description:​A PointShape representing the center point of the current shape'​s bounding box. 
 + 
 +== Parameters == 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} BufferCore(Double,​Int32,​BufferCapType,​GeographyUnit,​DistanceUnit) ** 
 + 
 +  * //This method computes the area containing all of the points within a given distance from this shape.// 
 +== Remarks == 
 +  * //This method computes the area containing all of the points within a given distance from this shape. In this case, you will be using the rounded RoundedBufferCapStyle and the default 8 quadrant segments. The distance unit is determined by the distanceUnit argument. Overriding: Please ensure that you validate the parameters being passed in and raise the exceptions defined above.// 
 + 
 +== Return Value == 
 +  * Type:​[[ThinkGeo.MapSuite.Core.MultipolygonShape|MultipolygonShape]] 
 +  * Description:​The return type is a MultiPolygonShape that represents all of the points within a given distance from the shape. 
 + 
 +== Parameters == 
 +  * //​distance//​ 
 +    * Type:​Double 
 +    * Description:​The distance is the number of units to buffer the current shape. The distance unit will be the one specified in the distanceUnit parameter. 
 + 
 +  * //​quadrantSegments//​ 
 +    * Type:​Int32 
 +    * Description:​The number of quadrantSegments used in the buffer logic. 
 + 
 +  * //​bufferCapType//​ 
 +    * Type:​[[ThinkGeo.MapSuite.Core.BufferCapType|BufferCapType]] 
 +    * Description:​The bufferCapType used in the buffer logic. 
 + 
 +  * //​shapeUnit//​ 
 +    * Type:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
 +    * Description:​This is the geographic unit of the shape you are performing the operation on. 
 + 
 +  * //​distanceUnit//​ 
 +    * Type:​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] 
 +    * Description:​This is the distance unit you would like to use as the distance. For example, if you select miles as your distanceUnit,​ then the distance will be calculated in miles for the operation. 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} GetDistanceToCore(BaseShape,​GeographyUnit,​DistanceUnit) ** 
 + 
 +  * //This method computes the distance between the current shape and the targetShape.//​ 
 +== Remarks == 
 +  * //In this method we compute the closest distance between the two shapes. The returned unit will be in the unit of distance specified.//​ 
 + 
 +== Return Value == 
 +  * Type:​Double 
 +  * Description:​The return type is the distance between this shape and the targetShape in the GeographyUnit of the shape. Overriding: Please ensure that you validate the parameters being passed in and raise the exceptions defined above. 
 + 
 +== Parameters == 
 +  * //​targetShape//​ 
 +    * Type:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
 +    * Description:​The shape you are trying to find the distance to. 
 + 
 +  * //​shapeUnit//​ 
 +    * Type:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
 +    * Description:​the geographic unit of the targetShape. 
 + 
 +  * //​distanceUnit//​ 
 +    * Type:​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] 
 +    * Description:​The returning distance unit. 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} RegisterCore(PointShape,​PointShape,​DistanceUnit,​GeographyUnit) ** 
 + 
 +  * //This method returns a BaseShape which has been registered from its original coordinate system to another based on two anchor PointShapes.//​ 
 +== Remarks == 
 +  * //​Registering allows you to take a geometric shape generated in a planar system and attach it to the ground in a Geographic Unit.A common scenario is integrating geometric shapes from external programs (such as CAD software or a modeling system) and placing them onto a map. You may have the schematics of a building in a CAD system and the relationship between all the points of the building are in feet. You want to then take the CAD image and attach it to where it really exists on a map. You would use the register method to do this.Registering is also useful for scientific modeling, where software models things such as a plume of hazardous materials or the fallout from a volcano. The modeling software typically generates these models in a fictitious planar system. You would then use the register to take the abstract model and attach it to a map with real coordinates. Overriding: Please ensure that you validate the parameters being passed in and raise the exceptions defined above.// 
 + 
 +== Return Value == 
 +  * Type:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
 +  * Description:​This method returns a BaseShape which has been registered from its original coordinate system to another based on two anchor PointShapes. 
 + 
 +== Parameters == 
 +  * //​fromPoint//​ 
 +    * Type:​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] 
 +    * Description:​This parameter is the anchor PointShape in the coordinate of origin. 
 + 
 +  * //​toPoint//​ 
 +    * Type:​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] 
 +    * Description:​This parameter is the anchor PointShape in the coordinate of destination. 
 + 
 +  * //​fromUnit//​ 
 +    * Type:​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] 
 +    * Description:​This parameter is the DistanceUnit of the coordinate of origin. 
 + 
 +  * //​toUnit//​ 
 +    * Type:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
 +    * Description:​This parameter is the GeographyUnit of the coordinate of destination. 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} ValidateCore(ShapeValidationMode) ** 
 + 
 +  * //This method returns a ShapeValidationResult based on a series of tests.// 
 +== Remarks == 
 +  * //We use this method, with the simple ​enumeration, internally before doing any kind of other methods on the shape. In this way, we are able to verify the integrity of the shape itself. If you wish to test things such as whether a polygon self-intersects,​ we invite you to call this method with the advanced ShapeValidationMode. One thing to consider is that for complex polygon shapes this operation could take some time, which is why we only run the basic, faster test. If you are dealing with polygon shapes that are suspect, we suggest you run the advanced test. Overriding: Please ensure that you validate the parameters being passed in and raise the exceptions defined above.// 
 + 
 +== Return Value == 
 +  * Type:​[[ThinkGeo.MapSuite.Core.ShapeValidationResult|ShapeValidationResult]] 
 +  * Description:​This method returns a ShapeValidationResult based on a series of tests. 
 + 
 +== Parameters == 
 +  * //​validationMode//​ 
 +    * Type:​[[ThinkGeo.MapSuite.Core.ShapeValidationMode|ShapeValidationMode]] 
 +    * Description:​This parameter determines whether the test is simple or advanced. In some cases, the advanced tests can take some time. The simple test is designed to always be fast. 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} IsDisjointedCore(BaseShape) ** 
 + 
 +  * //This method returns if the current shape and the targetShape have no points in common.// 
 +== Remarks == 
 +  * //​Overriding:​ Please ensure that you validate the parameters being passed in and raise the exceptions defined above.// 
 + 
 +== Return Value == 
 +  * Type:​Boolean 
 +  * Description:​This method returns if the current shape and the targetShape have no points in common. 
 + 
 +== Parameters == 
 +  * //​targetShape//​ 
 +    * Type:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
 +    * Description:​The shape you wish to compare the current one to. 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} IntersectsCore(BaseShape) ** 
 + 
 +  * //This method returns if the current shape and the targetShape have at least one point in common.// 
 +== Remarks == 
 +  * //​Overriding:​ Please ensure that you validate the parameters being passed in and raise the exceptions defined above.// 
 + 
 +== Return Value == 
 +  * Type:​Boolean 
 +  * Description:​This method returns if the current shape and the targetShape have at least one point in common. 
 + 
 +== Parameters == 
 +  * //​targetShape//​ 
 +    * Type:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
 +    * Description:​The shape you wish to compare the current one to. 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} TouchesCore(BaseShape) ** 
 + 
 +  * //This method returns if the current shape and the targetShape have at least one boundary point in common, but no interior points.// 
 +== Remarks == 
 +  * //​Overriding:​ Please ensure that you validate the parameters being passed in and raise the exceptions defined above.// 
 + 
 +== Return Value == 
 +  * Type:​Boolean 
 +  * Description:​This method returns if the current shape and the targetShape have at least one boundary point in common, but no interior points. 
 + 
 +== Parameters == 
 +  * //​targetShape//​ 
 +    * Type:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
 +    * Description:​The shape you wish to compare the current one to. 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} CrossesCore(BaseShape) ** 
 + 
 +  * //This method returns if the current shape and the targetShape share some but not all interior points.// 
 +== Remarks == 
 +  * //​Overriding:​ Please ensure that you validate the parameters being passed in and raise the exceptions defined above.// 
 + 
 +== Return Value == 
 +  * Type:​Boolean 
 +  * Description:​This method returns if the current shape and the targetShape share some but not all interior points. 
 + 
 +== Parameters == 
 +  * //​targetShape//​ 
 +    * Type:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
 +    * Description:​The shape you wish to compare the current one to. 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} IsWithinCore(BaseShape) ** 
 + 
 +  * //This method returns if the current shape lies within the interior of the targetShape.//​ 
 +== Remarks == 
 +  * //​Overriding:​ Please ensure that you validate the parameters being passed in and raise the exceptions defined above.// 
 + 
 +== Return Value == 
 +  * Type:​Boolean 
 +  * Description:​This method returns if the current shape lies within the interior of the targetShape. 
 + 
 +== Parameters == 
 +  * //​targetShape//​ 
 +    * Type:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
 +    * Description:​The shape you wish to compare the current one to. 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} ContainsCore(BaseShape) ** 
 + 
 +  * //This method returns if the targetShape lies within the interior of the current shape.// 
 +== Remarks == 
 +  * //​Overriding:​ Please ensure that you validate the parameters being passed in and raise the exceptions defined above.// 
 + 
 +== Return Value == 
 +  * Type:​Boolean 
 +  * Description:​This method returns if the targetShape lies within the interior of the current shape. 
 + 
 +== Parameters == 
 +  * //​targetShape//​ 
 +    * Type:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
 +    * Description:​The shape you wish to compare the current one to. 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} OverlapsCore(BaseShape) ** 
 + 
 +  * //This method returns if the current shape and the targetShape share some but not all points in common.// 
 +== Remarks == 
 +  * //​Overriding:​ Please ensure that you validate the parameters being passed in and raise the exceptions defined above.// 
 + 
 +== Return Value == 
 +  * Type:​Boolean 
 +  * Description:​This method returns if the current shape and the targetShape share some but not all points in common. 
 + 
 +== Parameters == 
 +  * //​targetShape//​ 
 +    * Type:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
 +    * Description:​The shape you wish to compare the current one to. 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} IsTopologicallyEqualCore(BaseShape) ** 
 + 
 +  * //This method returns if the current shape and the targetShape are topologically equal.// 
 +== Remarks == 
 +  * //​Topologically equal means that the shapes are essentially the same. For example, let's say you have a line with two points, point A and point B. You also have another line that is made up of point A, point B and point C. Point A of line one shares the same vertex as point A of line two, and point B of line one shares the same vertex as point C of line two. They are both straight lines, so point B of line two would lie on the first line. Essentially the two lines are the same, with line 2 having just one extra point. Topologically they are the same line, so this method would return true. Overriding: Please ensure that you validate the parameters being passed in and raise the exceptions defined above.// 
 + 
 +== Return Value == 
 +  * Type:​Boolean 
 +  * Description:​This method returns if the current shape and the targetShape are topologically equal. 
 + 
 +== Parameters == 
 +  * //​targetShape//​ 
 +    * Type:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
 +    * Description:​The shape you wish to compare the current one to. 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} GetCrossingCore(BaseShape) ** 
 + 
 +  * //This method returns the crossing points between the current shape and the passed-in target shape.// 
 +== Remarks == 
 +  * //As this is a concrete public method that wraps a Core method, we reserve the right to add events and other logic to pre- or post-process data returned by the Core version of the method. In this way, we leave our framework open on our end, but also allow you the developer to extend our logic to suit your needs. If you have questions about this, please contact our support team as we would be happy to work with you on extending our framework.//​ 
 + 
 +== Return Value == 
 +  * Type:​[[ThinkGeo.MapSuite.Core.MultipointShape|MultipointShape]] 
 +  * Description:​This method returns the crossing points between the current shape and the passed-in target shape. 
 + 
 +== Parameters == 
 +  * //​targetShape//​ 
 +    * Type:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
 +    * Description:​The target shape you wish to get crossing with. 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} ScaleToCore(Double) ** 
 + 
 +  * //This method increases or decreases the size of the shape by the specified scale factor given in the parameter.//​ 
 +== Remarks == 
 +  * //This protected virtual method is called from the concrete public method ScaleTo. It does not take into account any transaction activity, as this is the responsibility of the concrete public method ScaleTo. This way, as a developer, if you choose to override this method you do not have to consider transactions at all.// 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​This method is useful ​when you would like to increase or decrease the size of the shape. 
 + 
 +== Parameters == 
 +  * //scale// 
 +    * Type:​Double 
 +    * Description:​Pepresents a value which scaleFactor to 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} Finalize() ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} MemberwiseClone() ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:​Object 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +<div newline></​div>​ 
 +==== Public Properties ==== 
 +** {{wiki:​PublicProperty.gif|}} Id **
  
-> <​html><​strong ​id="​enums_t"><​/strong></​html>​**T**+The id of the shape. 
 +== Remarks == 
 +N/
 +== Return Value == 
 +  ​Type:String
  
-  ​[[ThinkGeo.MapSuite.Core.TabFileReadWriteMode|TabFileReadWriteMode]]<​div newline></​div><​div>​N/​A</​div>​ +** {{wiki:​PublicProperty.gif|}} Tag **
-  ​[[ThinkGeo.MapSuite.Core.TabStylingType|TabStylingType]]<​div newline></​div><​div>​N/​A</​div>​ +
-  ​[[ThinkGeo.MapSuite.Core.TextHorizontalAlignment|TextHorizontalAlignment]]<​div newline></​div><​div>​N/​A</​div>​ +
-  ​[[ThinkGeo.MapSuite.Core.ThreadSafetyLevel|ThreadSafetyLevel]]<​div newline></​div><​div>​N/​A</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.TileAccessMode|TileAccessMode]]<​div newline></​div><​div>​This enumeration represents how the tileCache should access the tiles.</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.TileImageFormat|TileImageFormat]]<​div newline></​div><​div>​Specifies the format of the map image.</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.TinyGeoFileType|TinyGeoFileType]]<​div newline></​div><​div>​N/​A</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.TinyGeoPrecisionMode|TinyGeoPrecisionMode]]<​div newline></​div><​div>​One TinyGeo file can be internally splitted into multi regions. The more precise the data is, the smaller the region has to be and the more regions one file will have. With splitting the data into regions, the data itself is also splitted so the number of records are increased; on the other side each record is smaller so there are fewer chance to load a huge shape for just rendering a small area of it. The split region of a TinyGeo file is defined by the PricisionInMeter parameter in the Create method, while this enum TinyGeoPrecisionMode affects the max Precision TinyGeo can be.</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.TransactionResultStatus|TransactionResultStatus]]<​div newline></​div><​div>​This enumeration represents the results from a FeatureSource transaction.</​div>​+
  
-> <​html><​strong id="​enums_u"><​/strong></​html>​**U**+The tag of the shape. 
 +== Remarks == 
 +N/
 +== Return Value == 
 +  ​Type:Object
  
-  ​[[ThinkGeo.MapSuite.Core.UnitSystem|UnitSystem]]<​div newline></​div><​div>​System of measurement.</​div>​+** {{wiki:​PublicProperty.gif|}} CanRotate **
  
-> <​html><​strong id="​enums_w"></​strong></​html>​**W**+This property specifies whether the shape can be rotated. 
 +== Remarks == 
 +If this property returns false and you attempt to call the rotate method, it will throw a NotImplementedException. 
 +== Return Value == 
 +  ​Type:​Boolean
  
-  * [[ThinkGeo.MapSuite.Core.WellKnownType|WellKnownType]]<​div newline></​div><​div>​This describes a set of enumerations that list the valid types of geometries.</​div>​ +==== Protected Properties ==== 
-  * [[ThinkGeo.MapSuite.Core.WfsNamespace|WfsNamespace]]<​div newline></​div><​div>​Wfs Name space.</​div>​ +==== Public Events ====
-  * [[ThinkGeo.MapSuite.Core.WkbByteOrder|WkbByteOrder]]<​div newline></​div><​div>​This enumeration represents the byte order that well-known binary will be written in.</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.WkbFileReadWriteMode|WkbFileReadWriteMode]]<​div newline></​div><​div>​This enumeration represent read only or read-write nature of a Wkb File.</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.WkbFileType|WkbFileType]]<​div newline></​div><​div>​N/​A</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.WmsAxisOrder|WmsAxisOrder]]<​div newline></​div><​div>​N/​A</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.WmtsSeverEncodingType|WmtsSeverEncodingType]]<​div newline></​div><​div>​WMTS System.</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.WorldMapKitLayerType|WorldMapKitLayerType]]<​div newline></​div><​div>​N/​A</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.WorldMapKitMapType|WorldMapKitMapType]]<​div newline></​div><​div>​N/​A</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.WorldMapKitProjection|WorldMapKitProjection]]<​div newline></​div><​div>​This enumeration represents which projection will use for world map kit.</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.WorldMapKitTileMode|WorldMapKitTileMode]]<​div newline></​div><​div>​N/​A</​div>​ +
-  * [[ThinkGeo.MapSuite.Core.WrappingMode|WrappingMode]]<​div newline></​div><​div>​N/​A</​div>​ +
-=== Interfaces ​===+
  
thinkgeo.mapsuite.core.baseshape.1442480161.txt.gz · Last modified: 2015/09/17 08:56 by admin