Subversion Repositories Projects

Compare Revisions

Ignore whitespace Rev 2286 → Rev 2287

/MKLiveView/v1.0/References/Etc/AvalonDock.Themes.dll
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/MKLiveView/v1.0/References/Etc/AvalonDock.dll
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/MKLiveView/v1.0/References/Etc/AvalonDock.xml
0,0 → 1,2344
<?xml version="1.0"?>
<doc>
<assembly>
<name>AvalonDock</name>
</assembly>
<members>
<member name="T:AvalonDock.DockableContentState">
<summary>
Enumerates all the possible states of <see cref="T:AvalonDock.DockableContent"/>
</summary>
</member>
<member name="F:AvalonDock.DockableContentState.None">
<summary>
Content is not associated with any <see cref="T:AvalonDock.DockingManager"/> (Default State)
</summary>
</member>
<member name="F:AvalonDock.DockableContentState.Docked">
<summary>
Content is docked to a border of a <see cref="T:AvalonDock.ResizingPanel"/> within as <see cref="T:AvalonDock.DockingManager"/> control
</summary>
</member>
<member name="F:AvalonDock.DockableContentState.AutoHide">
<summary>
Content is hosted by a flyout window and is visible only when user move mouse over an anchor thumb located to a <see cref="T:AvalonDock.DockingManager"/> controlo border
</summary>
</member>
<member name="F:AvalonDock.DockableContentState.DockableWindow">
<summary>
Content is hosted by a floating window and user can redock is on its <see cref="T:AvalonDock.DockingManager"/> container control
</summary>
</member>
<member name="F:AvalonDock.DockableContentState.FloatingWindow">
<summary>
Content is hosted by a floating window that can't be docked to a its <see cref="T:AvalonDock.DockingManager"/> container control
</summary>
</member>
<member name="F:AvalonDock.DockableContentState.Document">
<summary>
Content is hosted into a <see cref="!:DocmumentPane"/>
</summary>
</member>
<member name="F:AvalonDock.DockableContentState.Hidden">
<summary>
Content is hidden
</summary>
</member>
<member name="T:AvalonDock.DockableStyle">
<summary>
Defines how a dockable content can be dragged over a docking manager
</summary>
<remarks>This style can be composed with the 'or' operator.</remarks>
</member>
<member name="F:AvalonDock.DockableStyle.None">
<summary>
Content is not dockable at all
</summary>
</member>
<member name="F:AvalonDock.DockableStyle.Document">
<summary>
Dockable as document
</summary>
</member>
<member name="F:AvalonDock.DockableStyle.LeftBorder">
<summary>
Dockable to the left border of <see cref="T:AvalonDock.DockingManager"/>
</summary>
</member>
<member name="F:AvalonDock.DockableStyle.RightBorder">
<summary>
Dockable to the right border of <see cref="T:AvalonDock.DockingManager"/>
</summary>
</member>
<member name="F:AvalonDock.DockableStyle.TopBorder">
<summary>
Dockable to the top border of <see cref="T:AvalonDock.DockingManager"/>
</summary>
</member>
<member name="F:AvalonDock.DockableStyle.BottomBorder">
<summary>
Dockable to the bottom border of <see cref="T:AvalonDock.DockingManager"/>
</summary>
</member>
<member name="F:AvalonDock.DockableStyle.Floating">
<summary>
A <see cref="T:AvalonDock.DockableContent"/> with this style can be hosted in a <see cref="T:AvalonDock.FloatingWindow"/>
</summary>
</member>
<member name="F:AvalonDock.DockableStyle.Single">
<summary>
A <see cref="T:AvalonDock.DockableContent"/> with this style can be the only one content in a <see cref="T:AvalonDock.DockablePane"/> pane (NOT YET SUPPORTED)
</summary>
<remarks>This style is not compatible with <see cref="F:AvalonDock.DockableStyle.Document"/> style</remarks>
</member>
<member name="F:AvalonDock.DockableStyle.AutoHide">
<summary>
A <see cref="!:DockableContet"/> with this style can be autohidden.
</summary>
</member>
<member name="F:AvalonDock.DockableStyle.DockableToBorders">
<summary>
Dockable only to a border of a <see cref="T:AvalonDock.DockingManager"/>
</summary>
</member>
<member name="F:AvalonDock.DockableStyle.Dockable">
<summary>
Dockable to a border of a <see cref="T:AvalonDock.DockingManager"/> and into a <see cref="T:AvalonDock.DocumentPane"/>
</summary>
</member>
<member name="F:AvalonDock.DockableStyle.DockableButNotAutoHidden">
<summary>
Dockable to a border of a <see cref="T:AvalonDock.DockingManager"/> and into a <see cref="T:AvalonDock.DocumentPane"/> but not in autohidden mode (WinForms controls)
</summary>
</member>
<member name="T:AvalonDock.DockableContentStateAndPosition">
<summary>
Represent a state of a dockable content that can be used to restore it after it's hidden
</summary>
</member>
<member name="T:AvalonDock.DockableContent">
<summary>
Identifies a content that can be drag over a <see cref="T:AvalonDock.DockingManager"/> control or hosted by a window floating over it (<see cref="T:AvalonDock.FloatingWindow"/>).
</summary>
</member>
<member name="F:AvalonDock.ManagedContent.IconProperty">
<summary>
Select an icon object for the content
</summary>
</member>
<member name="F:AvalonDock.ManagedContent.DefaultFocusedElementProperty">
<summary>
Gets or sets an element which is focused by default when content is activated
</summary>
</member>
<member name="M:AvalonDock.ManagedContent.DetachFromContainerPane">
<summary>
Remove this content from its parent container pane
</summary>
<returns></returns>
</member>
<member name="M:AvalonDock.ManagedContent.OnManagerChanged(AvalonDock.DockingManager,AvalonDock.DockingManager)">
<summary>
Provides derived classes an opportunity to handle changes to the Manager property.
</summary>
</member>
<member name="F:AvalonDock.ManagedContent.IsActiveContentPropertyKey">
<summary>
IsActiveContent Read-Only Dependency Property
</summary>
</member>
<member name="M:AvalonDock.ManagedContent.SetIsActiveContent(System.Boolean)">
<summary>
Provides a secure method for setting the IsActiveContent property.
This dependency property indicates the current content is the active content between all docking manager contents
</summary>
<param name="value">The new value for the property.</param>
</member>
<member name="M:AvalonDock.ManagedContent.OnIsActiveContentChanged(System.Windows.DependencyObject,System.Windows.DependencyPropertyChangedEventArgs)">
<summary>
Handles changes to the IsActiveContent property.
</summary>
</member>
<member name="M:AvalonDock.ManagedContent.OnIsActiveContentChanged(System.Windows.DependencyPropertyChangedEventArgs)">
<summary>
Provides derived classes an opportunity to handle changes to the IsActiveContent property.
</summary>
</member>
<member name="M:AvalonDock.ManagedContent.FocusContent">
<summary>
Provides derived classes an opportunity to manage custom focus strategy.
</summary>
<remarks>
Derived classes should not call base class if don't want AvalonDock to set focus on <see cref="P:AvalonDock.ManagedContent.DefaultElement"/> object
</remarks>
</member>
<member name="F:AvalonDock.ManagedContent.IsActiveDocumentPropertyKey">
<summary>
IsActiveDocument Read-Only Dependency Property
</summary>
</member>
<member name="M:AvalonDock.ManagedContent.SetIsActiveDocument(System.Boolean)">
<summary>
Provides a secure method for setting the IsActiveDocument property.
This dependency property indicates is content is the active document.
</summary>
<param name="value">The new value for the property.</param>
</member>
<member name="M:AvalonDock.ManagedContent.OnIsActiveDocumentChanged(System.Windows.DependencyObject,System.Windows.DependencyPropertyChangedEventArgs)">
<summary>
Handles changes to the IsActiveDocument property.
</summary>
</member>
<member name="M:AvalonDock.ManagedContent.OnIsActiveDocumentChanged(System.Windows.DependencyPropertyChangedEventArgs)">
<summary>
Provides derived classes an opportunity to handle changes to the IsActiveDocument property.
</summary>
</member>
<member name="F:AvalonDock.ManagedContent.IsLockedProperty">
<summary>
IsLocked Dependency Property
</summary>
</member>
<member name="F:AvalonDock.ManagedContent.FloatingWindowSizeProperty">
<summary>
FloatingWindowSize Dependency Property
</summary>
</member>
<member name="M:AvalonDock.ManagedContent.OnFloatingWindowSizeChanged(System.Windows.DependencyObject,System.Windows.DependencyPropertyChangedEventArgs)">
<summary>
Handles changes to the FloatingWindowSize property.
</summary>
</member>
<member name="M:AvalonDock.ManagedContent.OnFloatingWindowSizeChanged(System.Windows.DependencyPropertyChangedEventArgs)">
<summary>
Provides derived classes an opportunity to handle changes to the FloatingWindowSize property.
</summary>
</member>
<member name="M:AvalonDock.ManagedContent.CanExecuteCommand(System.Windows.Input.ICommand)">
<summary>
Retrive a value indicating if the command passed can be executed based to the content state
</summary>
<param name="command">Command to execute</param>
<returns>True if the command can be execute, false otherwise.</returns>
</member>
<member name="M:AvalonDock.ManagedContent.Show">
<summary>
Shows the content
</summary>
<remarks>How content is shows depends from the type of the content.</remarks>
</member>
<member name="M:AvalonDock.ManagedContent.Show(AvalonDock.DockingManager)">
<summary>
Shows the content inside a <see cref="T:AvalonDock.DockingManager"/> object
</summary>
<remarks>How content is shows depends from the type of the content.</remarks>
</member>
<member name="M:AvalonDock.ManagedContent.OnClosing(System.ComponentModel.CancelEventArgs)">
<summary>
Ovveride this method to handle <see cref="!:DocumentContent.OnClosing"/> event.
</summary>
</member>
<member name="M:AvalonDock.ManagedContent.OnClosed">
<summary>
Ovveride this method to handle <see cref="!:DocumentContent.OnClose"/> event.
</summary>
</member>
<member name="M:AvalonDock.ManagedContent.Close">
<summary>
Close the content
</summary>
<returns>Returns true if the content was succesfully closed, false otherwise.</returns>
</member>
<member name="M:AvalonDock.ManagedContent.Hide">
<summary>
Hide the content
</summary>
</member>
<member name="M:AvalonDock.ManagedContent.Activate">
<summary>
Set the content as the active content
</summary>
<remarks>After this method returns property <see cref="P:AvalonDock.ManagedContent.IsActiveContent"/> returns true.</remarks>
</member>
<member name="M:AvalonDock.ManagedContent.SaveLayout(System.Xml.XmlWriter)">
<summary>
Save content specific layout settings
</summary>
<param name="storeWriter">Backend store writer</param>
<remarks>Custom derived class can overloads this method to handle custom layout persistence.</remarks>
</member>
<member name="M:AvalonDock.ManagedContent.RestoreLayout(System.Xml.XmlElement)">
<summary>
Restore content specific layout settings
</summary>
<param name="storeReader">Saved xml element containg content layout settings</param>
<remarks>Custom derived class must overload this method to restore custom layout settings previously saved trought <see cref="M:AvalonDock.ManagedContent.SaveLayout(System.Xml.XmlWriter)"/>.</remarks>
</member>
<member name="P:AvalonDock.ManagedContent.Title">
<summary>
Gets or set the title of the content
</summary>
</member>
<member name="P:AvalonDock.ManagedContent.Icon">
<summary>
Access to <see cref="F:AvalonDock.ManagedContent.IconProperty"/> dependency property
</summary>
</member>
<member name="P:AvalonDock.ManagedContent.DefaultElement">
<summary>
Access to <see cref="F:AvalonDock.ManagedContent.DefaultFocusedElementProperty"/>
</summary>
</member>
<member name="P:AvalonDock.ManagedContent.DragEnabledArea">
<summary>
Gets the draggable area of the document
</summary>
</member>
<member name="P:AvalonDock.ManagedContent.ContainerPane">
<summary>
Gets container pane currently hosting the content
</summary>
<remarks>Please note that this value could change as user move the content around the <see cref="T:AvalonDock.DockingManager"/>.</remarks>
</member>
<member name="P:AvalonDock.ManagedContent.Manager">
<summary>
Get current hosting docking manager (<see cref="T:AvalonDock.DockingManager"/>)
</summary>
</member>
<member name="P:AvalonDock.ManagedContent.IsActiveContent">
<summary>
Gets the IsActiveContent property. This dependency property
indicates the active (selected) content between all contents of the docking manager
</summary>
</member>
<member name="E:AvalonDock.ManagedContent.IsActiveContentChanged">
<summary>
Event fired when the <see cref="P:AvalonDock.ManagedContent.IsActiveContent"/> property changes
</summary>
</member>
<member name="P:AvalonDock.ManagedContent.IsActiveDocument">
<summary>
Gets the IsActiveDocument property. This dependency property
indicates is content is the active document.
</summary>
</member>
<member name="E:AvalonDock.ManagedContent.IsActiveDocumentChanged">
<summary>
Event fired when the <see cref="P:AvalonDock.ManagedContent.IsActiveContent"/> property changes
</summary>
</member>
<member name="P:AvalonDock.ManagedContent.IsLocked">
<summary>
Gets or sets the IsLocked property. This dependency property
indicates if this content is locked (for <see cref="T:AvalonDock.DocumentContent"/> objects this often means that it's readonly).
</summary>
</member>
<member name="P:AvalonDock.ManagedContent.FloatingWindowSize">
<summary>
Gets or sets the FloatingWindowSize property. This dependency property
indicates the size of the floating window hosting the content when it's floating.
</summary>
</member>
<member name="P:AvalonDock.ManagedContent.IsCloseable">
<summary>
Get or set a value indicating if this content can be closed or hidden
</summary>
</member>
<member name="E:AvalonDock.ManagedContent.Closing">
<summary>
Event fired when the content is about to be closed
</summary>
</member>
<member name="E:AvalonDock.ManagedContent.Closed">
<summary>
Event fired when the content has been closed
</summary>
<remarks>Note that when a document is closed property like <see cref="P:AvalonDock.ManagedContent.ContainerPane"/> or <see cref="P:AvalonDock.ManagedContent.Manager"/> returns null.</remarks>
</member>
<member name="F:AvalonDock.DockableContent.StateChangedEvent">
<summary>
StateChanged Routed Event
</summary>
</member>
<member name="M:AvalonDock.DockableContent.RaiseStateChangedEvent">
<summary>
A helper method to raise the StateChanged event.
</summary>
</member>
<member name="M:AvalonDock.DockableContent.RaiseStateChangedEvent(System.Windows.DependencyObject)">
<summary>
A static helper method to raise the StateChanged event on a target element.
</summary>
<param name="target">UIElement or ContentElement on which to raise the event</param>
</member>
<member name="F:AvalonDock.DockableContent.DockableStyleProperty">
<summary>
DockableStyle Dependency Property
</summary>
</member>
<member name="M:AvalonDock.DockableContent.Show">
<summary>
Show <see cref="T:AvalonDock.DockableContent"/> as docked pane
</summary>
</member>
<member name="M:AvalonDock.DockableContent.Show(AvalonDock.DockingManager)">
<summary>
Show <see cref="T:AvalonDock.DockableContent"/> as docked pane within provided <see cref="T:AvalonDock.DockingManager"/>
</summary>
</member>
<member name="M:AvalonDock.DockableContent.Show(AvalonDock.AnchorStyle)">
<summary>
Show <see cref="T:AvalonDock.DockableContent"/> as docked pane
</summary>
<param name="desideredAnchor">Desidered anchor position</param>
</member>
<member name="M:AvalonDock.DockableContent.Show(AvalonDock.DockingManager,AvalonDock.AnchorStyle)">
<summary>
Show <see cref="T:AvalonDock.DockableContent"/> as docked pane
</summary>
</member>
<member name="M:AvalonDock.DockableContent.ShowAsDocument">
<summary>
Show as <see cref="T:AvalonDock.DockableContent"/> as a tabbed document
</summary>
</member>
<member name="M:AvalonDock.DockableContent.ShowAsDocument(AvalonDock.DockingManager)">
<summary>
Show as <see cref="T:AvalonDock.DockableContent"/> as a tabbed document under the provided <see cref="T:AvalonDock.DockingManager"/>
</summary>
</member>
<member name="M:AvalonDock.DockableContent.ShowAsFloatingWindow(System.Boolean)">
<summary>
Show the content as floating window inside the provided <see cref="T:AvalonDock.DockingManager"/>
</summary>
<param name="dockableWindow">True if the resulting floating window can the be re-docked to the docking manager.</param>
</member>
<member name="M:AvalonDock.DockableContent.ShowAsFloatingWindow(AvalonDock.DockingManager,System.Boolean)">
<summary>
Show the content ad floating window
</summary>
<param name="dockableWindow">True if the resulting floating window can the be re-docked to the docking manager.</param>
</member>
<member name="M:AvalonDock.DockableContent.Hide">
<summary>
Hides this content
</summary>
</member>
<member name="M:AvalonDock.DockableContent.Close">
<summary>
Close content
</summary>
</member>
<member name="M:AvalonDock.DockableContent.Close(System.Boolean)">
<summary>
Close content
</summary>
<param name="forceClose">If true forces the content closing regardless of the <see cref="P:AvalonDock.DockableContent.HideOnClose"/> property.</param>
</member>
<member name="M:AvalonDock.DockableContent.CloseOrHide">
<summary>
Closes or hides provided content depending on HideOnClose property
</summary>
</member>
<member name="M:AvalonDock.DockableContent.CloseOrHide(System.Boolean)">
<summary>
Closes or hides content depending on HideOnClose property
</summary>
</member>
<member name="M:AvalonDock.DockableContent.ToggleAutoHide">
<summary>
Slides out this content to a border of the containing docking manager
</summary>
</member>
<member name="M:AvalonDock.DockableContent.CanExecuteCommand(System.Windows.Input.ICommand)">
<summary>
Retrive a value indicating if the command can be executed based to the dockable content state
</summary>
<param name="command"></param>
<returns></returns>
</member>
<member name="M:AvalonDock.DockableContent.ResetSavedStateAndPosition">
<summary>
Reset internal state and position of the content
</summary>
<remarks>After a <see cref="T:AvalonDock.DockableContent"/> is hidden AvalonDock save its state and position in order to
restore it correctly when user wants to reshow it calling <see cref="M:AvalonDock.DockingManager.Show(AvalonDock.DocumentContent)"/> function. Call this method
if you want to reset these data and provide your state and anchor style calling one of the overloads of the function
<see cref="M:AvalonDock.DockingManager.Show(AvalonDock.DocumentContent)"/>.</remarks>
</member>
<member name="M:AvalonDock.DockableContent.SaveLayout(System.Xml.XmlWriter)">
<summary>
Save content specific layout settings
</summary>
<param name="storeWriter">Backend store writer</param>
<remarks>Custom derived class can overloads this method to handle custom layout persistence.</remarks>
</member>
<member name="M:AvalonDock.DockableContent.RestoreLayout(System.Xml.XmlElement)">
<summary>
Restore content specific layout settings
</summary>
<param name="storeReader">Saved xml element containg content layout settings</param>
<remarks>Custom derived class must overload this method to restore custom layout settings previously saved trought <see cref="M:AvalonDock.DockableContent.SaveLayout(System.Xml.XmlWriter)"/>.</remarks>
</member>
<member name="F:AvalonDock.DockableContent.FlyoutWindowSizeProperty">
<summary>
FlyoutWindowSize Dependency Property
</summary>
</member>
<member name="M:AvalonDock.DockableContent.OnFlyoutWindowSizeChanged(System.Windows.DependencyObject,System.Windows.DependencyPropertyChangedEventArgs)">
<summary>
Handles changes to the FlyoutWindowSize property.
</summary>
</member>
<member name="M:AvalonDock.DockableContent.CoerceFlyoutWindowSizeValue(System.Windows.DependencyObject,System.Object)">
<summary>
Coerces the FlyoutWindowSize value.
</summary>
</member>
<member name="P:AvalonDock.DockableContent.FloatingWindowSizeToContent">
<summary>
Gets or sets a value indicating if this dockable content should change the size of a FloatingWindow when undocked
</summary>
</member>
<member name="E:AvalonDock.DockableContent.StateChanged">
<summary>
Occurs when State property changes
</summary>
</member>
<member name="P:AvalonDock.DockableContent.State">
<summary>
Gets the state of <see cref="T:AvalonDock.DockableContent"/>
</summary>
</member>
<member name="P:AvalonDock.DockableContent.DockableStyle">
<summary>
Get or sets a value that indicates how a dockable content can be dragged over and docked to a <see cref="T:AvalonDock.DockingManager"/>
</summary>
</member>
<member name="P:AvalonDock.DockableContent.FlyoutWindowSize">
<summary>
Gets or sets the FlyoutWindowSize property. This dependency property
indicates size of the window hosting this content when is in auto-hidden state.
This property is persisted when layout of the container <see cref="T:AvalonDock.DockingManager"/> is saved.
</summary>
</member>
<member name="F:AvalonDock.PaneTabPanel.TabItemStyleProperty">
<summary>
TabItemStyle Dependency Property
</summary>
</member>
<member name="M:AvalonDock.PaneTabPanel.OnTabItemStyleChanged(System.Windows.DependencyObject,System.Windows.DependencyPropertyChangedEventArgs)">
<summary>
Handles changes to the TabItemStyle property.
</summary>
</member>
<member name="M:AvalonDock.PaneTabPanel.OnTabItemStyleChanged(System.Windows.DependencyPropertyChangedEventArgs)">
<summary>
Provides derived classes an opportunity to handle changes to the TabItemStyle property.
</summary>
</member>
<member name="P:AvalonDock.PaneTabPanel.TabItemStyle">
<summary>
Gets or sets the TabItemStyle property. This dependency property
indicates style to use for tabs.
</summary>
</member>
<member name="F:AvalonDock.ResizingPanel.OrientationProperty">
<summary>
Give access to Orientation attached property
</summary>
<remarks>If horizontal oriented children are positioned from left to right and width of each child is computed according to <see cref="!:ResizingWidth"/> attached property value. When vertical oriented children are arranged from top to bottom, according to <see cref="!:ResizingHeight"/> of each child.</remarks>
</member>
<member name="M:AvalonDock.ResizingPanel.CorrectSizes">
<summary>
Correct sizes of children if all of them are set to absolutes
</summary>
</member>
<member name="M:AvalonDock.ResizingPanel.AdjustPanelSizes">
<summary>
Helper funcs which correct elements size of a resizing panel
</summary>
</member>
<member name="M:AvalonDock.ResizingPanel.MeasureOverride(System.Windows.Size)">
<summary>
Compute the desidered size of the panel
</summary>
<param name="availableSize"></param>
<returns></returns>
</member>
<member name="M:AvalonDock.ResizingPanel.ArrangeOverride(System.Windows.Size)">
<summary>
Arranges children giving them a proportional space according to their <see cref="!:SplitSize"/> attached property value
</summary>
<param name="finalSize"></param>
<returns></returns>
</member>
<member name="M:AvalonDock.ResizingPanel.splitter_DragDelta(System.Object,System.Windows.Controls.Primitives.DragDeltaEventArgs)">
<summary>
This method is called by a splitter when it is dragged
</summary>
<param name="splitter">Dragged splitter</param>
<param name="delta"></param>
</member>
<member name="M:AvalonDock.ResizingPanel.RemoveChild(System.Windows.FrameworkElement)">
<summary>
Remove a child from children collection
</summary>
<param name="childToRemove"></param>
</member>
<member name="M:AvalonDock.ResizingPanel.InsertChildRelativeTo(System.Windows.FrameworkElement,System.Windows.FrameworkElement,System.Boolean)">
<summary>
Insert a new child element into the children collection.
</summary>
<param name="childToInsert">New child element to insert.</param>
<param name="relativeChild">Child after or before which <see cref="!:childToInsert"/> element must be insert.</param>
<param name="next">True if new child must be insert after the <see cref="!:relativeChild"/> element. False otherwise.</param>
</member>
<member name="P:AvalonDock.ResizingPanel.Orientation">
<summary>
Gets or sets the orientation of the panel
</summary>
<remarks>If horizontal oriented children are positioned from left to right and width of each child is computed according to <see cref="!:ResizingWidth"/> attached property value. When vertical oriented children are arranged from top to bottom, according to <see cref="!:ResizingHeight"/> of each child.</remarks>
</member>
<member name="P:AvalonDock.RequestDocumentCloseEventArgs.DocumentToClose">
<summary>
Document content that user wants to close
</summary>
</member>
<member name="P:AvalonDock.DeserializationCallbackEventArgs.Name">
<summary>
Gets the name of the content to deserialize
</summary>
</member>
<member name="P:AvalonDock.DeserializationCallbackEventArgs.Content">
<summary>
Gets/Sets the content manually deserialized
</summary>
</member>
<member name="T:AvalonDock.DockableFloatingWindowCommands">
<summary>
Encapsulates the
</summary>
</member>
<member name="T:AvalonDock.IDropSurface">
<summary>
Defines an interface that must be implemented by objects that can host dragged panes
</summary>
</member>
<member name="M:AvalonDock.IDropSurface.OnDragEnter(System.Windows.Point)">
<summary>
Called by <see cref="!:DragPaneService"/> when user dragged pane enter this surface
</summary>
<param name="point">Location of the mouse</param>
</member>
<member name="M:AvalonDock.IDropSurface.OnDragOver(System.Windows.Point)">
<summary>
Called by <see cref="!:DragPaneService"/> when user dragged pane is over this surface
</summary>
<param name="point">Location of the mouse</param>
</member>
<member name="M:AvalonDock.IDropSurface.OnDragLeave(System.Windows.Point)">
<summary>
Called by <see cref="!:DragPaneService"/> when user dragged pane leave this surface
</summary>
<param name="point">Location of the mouse</param>
</member>
<member name="M:AvalonDock.IDropSurface.OnDrop(System.Windows.Point)">
<summary>
Called by <see cref="!:DragPaneService"/> when user drops a pane to this surface
</summary>
<param name="point">Location of the mouse</param>
</member>
<member name="P:AvalonDock.IDropSurface.IsSurfaceVisible">
<summary>
Gets a value indicating if this area is avilable for drop a dockable pane
</summary>
</member>
<member name="P:AvalonDock.IDropSurface.SurfaceRectangle">
<summary>
Gets the sensible area for drop a pane
</summary>
</member>
<member name="F:AvalonDock.Pane.ContainsActiveContentPropertyKey">
<summary>
ContainsActiveContent Read-Only Dependency Property
</summary>
<remarks>This property is specially intended for use in restyling.</remarks>
</member>
<member name="M:AvalonDock.Pane.SetContainsActiveContent(System.Boolean)">
<summary>
Provides a secure method for setting the ContainsActiveContent property.
This dependency property indicates if this <see cref="T:AvalonDock.Pane"/> contains a <see cref="T:AvalonDock.ManagedContent"/> set as active content into the parent <see cref="T:AvalonDock.DockingManager"/> object.
</summary>
<param name="value">The new value for the property.</param>
</member>
<member name="M:AvalonDock.Pane.OnContainsActiveContentChanged(System.Windows.DependencyObject,System.Windows.DependencyPropertyChangedEventArgs)">
<summary>
Handles changes to the ContainsActiveContent property.
</summary>
</member>
<member name="M:AvalonDock.Pane.OnContainsActiveContentChanged(System.Windows.DependencyPropertyChangedEventArgs)">
<summary>
Provides derived classes an opportunity to handle changes to the ContainsActiveContent property.
</summary>
</member>
<member name="M:AvalonDock.Pane.Dock">
<summary>
Dock contained contents to the container <see cref="T:AvalonDock.DockingManager"/>
</summary>
</member>
<member name="M:AvalonDock.Pane.FocusContent">
<summary>
Move focus to pane content and activate it
</summary>
</member>
<member name="M:AvalonDock.Pane.OpenOptionsMenu(System.Windows.UIElement)">
<summary>
Open the option context menu
</summary>
<param name="menuTarget">Target element under which context menu will be shown. Pass null if context menu
should be shown at mouse position.</param>
<returns>True if context menu resource was found and open, false otherwise.</returns>
</member>
<member name="M:AvalonDock.Pane.CloseOptionsMenu">
<summary>
Close the options context menu
</summary>
</member>
<member name="P:AvalonDock.Pane.ContainsActiveContent">
<summary>
Gets the ContainsActiveContent property. This dependency property
indicates if this <see cref="T:AvalonDock.Pane"/> contains a <see cref="T:AvalonDock.ManagedContent"/> set as active content into the parent <see cref="T:AvalonDock.DockingManager"/> object.
</summary>
</member>
<member name="P:AvalonDock.Pane.ShowHeader">
<summary>
Gest or set a value indicating if pane should show the tab header
</summary>
</member>
<member name="P:AvalonDock.Pane.IsOptionsMenuOpen">
<summary>
Gets a value indicating if the options context menu is open
</summary>
</member>
<member name="F:AvalonDock.DocumentPane.ContainsActiveDocumentPropertyKey">
<summary>
ContainsActiveDocument Read-Only Dependency Property
</summary>
<remarks>This property is especially intended for use in restyling.</remarks>
</member>
<member name="M:AvalonDock.DocumentPane.SetContainsActiveDocument(System.Boolean)">
<summary>
Provides a secure method for setting the ContainsActiveDocument property.
This dependency property indicates if this pane contains a <see cref="T:AvalonDock.DocumentPane"/> that has <see cref="P:AvalonDock.ManagedContent.IsActiveDocument"/> property set to true.
</summary>
<param name="value">The new value for the property.</param>
</member>
<member name="M:AvalonDock.DocumentPane.OnContainsActiveDocumentChanged(System.Windows.DependencyObject,System.Windows.DependencyPropertyChangedEventArgs)">
<summary>
Handles changes to the ContainsActiveDocument property.
</summary>
</member>
<member name="M:AvalonDock.DocumentPane.OnContainsActiveDocumentChanged(System.Windows.DependencyPropertyChangedEventArgs)">
<summary>
Provides derived classes an opportunity to handle changes to the ContainsActiveDocument property.
</summary>
</member>
<member name="P:AvalonDock.DocumentPane.IsMainDocumentPane">
<summary>
Returns a value indicating if this pane is the main document pane
</summary>
<remarks>The main document pane is the default pane that remains always visible.</remarks>
</member>
<member name="P:AvalonDock.DocumentPane.ContainsActiveDocument">
<summary>
Gets the ContainsActiveDocument property. This dependency property
indicates if this pane contains a <see cref="T:AvalonDock.DocumentPane"/> that has <see cref="P:AvalonDock.ManagedContent.IsActiveDocument"/> property set to true.
</summary>
</member>
<member name="T:AvalonDock.DocumentContent">
<summary>
Represent a document which can be host by a <see cref="T:AvalonDock.DocumentPane"/>.
</summary>
<remarks>A document is always hosted by a <see cref="T:AvalonDock.DocumentPane"/> usually in the central area of <see cref="T:AvalonDock.DockingManager"/>.
It has limited dragging features becaus it can be only moved to an other <see cref="T:AvalonDock.DocumentPane"/> and can't float as a separate window.
You can access all documents within <see cref="T:AvalonDock.DockingManager"/> with property <see cref="P:AvalonDock.DockingManager.Documents"/>.</remarks>
</member>
<member name="F:AvalonDock.DocumentContent.InfoTipProperty">
<summary>
InfoTip Dependency Property
</summary>
</member>
<member name="F:AvalonDock.DocumentContent.ContentTypeDescriptionProperty">
<summary>
ContentTypeDescription Dependency Property
</summary>
</member>
<member name="F:AvalonDock.DocumentContent.IsFloatingPropertyKey">
<summary>
IsFloating Read-Only Dependency Property
</summary>
</member>
<member name="M:AvalonDock.DocumentContent.SetIsFloating(System.Boolean)">
<summary>
Provides a secure method for setting the IsFloating property.
This dependency property indicates if the DocumentContent is floating inside an external window.
</summary>
<param name="value">The new value for the property.</param>
</member>
<member name="M:AvalonDock.DocumentContent.Show">
<summary>
Show <see cref="T:AvalonDock.DocumentContent"/> as tabbed document
</summary>
</member>
<member name="M:AvalonDock.DocumentContent.Show(AvalonDock.DockingManager)">
<summary>
Show <see cref="T:AvalonDock.DocumentContent"/> as tabbed document inside the provided <see cref="T:AvalonDock.DockingManager"/>
</summary>
<param name="manager">Docking manager target</param>
</member>
<member name="M:AvalonDock.DocumentContent.Show(System.Boolean)">
<summary>
Show <see cref="T:AvalonDock.DocumentContent"/> as tabbed document or inside a floating window
</summary>
</member>
<member name="M:AvalonDock.DocumentContent.Show(AvalonDock.DockingManager,System.Boolean)">
<summary>
Show <see cref="T:AvalonDock.DocumentContent"/> as tabbed document inside the provided <see cref="T:AvalonDock.DockingManager"/>
</summary>
<param name="manager">Docking manager target</param>
<param name="showAsFloatingWindow">True if document should be shown inside a floating window (<see cref="T:AvalonDock.DocumentFloatingWindow"/>)</param>
</member>
<member name="M:AvalonDock.DocumentContent.Activate">
<summary>
Activate the document showing its header if it's not visible
</summary>
</member>
<member name="M:AvalonDock.DocumentContent.CanExecuteCommand(System.Windows.Input.ICommand)">
<summary>
Retrive a value indicating if the command can be executed based to the dockable content state
</summary>
<param name="command"></param>
<returns></returns>
</member>
<member name="M:AvalonDock.DocumentContent.InternalClose">
<summary>
Close this content without notifications
</summary>
</member>
<member name="M:AvalonDock.DocumentContent.Close">
<summary>
Close this document removing it from its parent container
</summary>
<remarks>Use this function to close a document and remove it from its parent container. Please note
that if you simply remove it from its parent <see cref="T:AvalonDock.DocumentPane"/> without call this method, events like
<see cref="!:OnClosing"/>/<see cref="!:OnClosed"/> are not called.
</remarks>
</member>
<member name="M:AvalonDock.DocumentContent.Hide">
<summary>
Hide the <see cref="T:AvalonDock.DocumentContent"/> (Close the document)
</summary>
<returns></returns>
</member>
<member name="P:AvalonDock.DocumentContent.InfoTip">
<summary>
Gets or sets the InfoTip property. This dependency property
indicates information text attached to the document content.
</summary>
<remarks>This text is usually displayed when users switch between documents and helps them to choose the right one.</remarks>
</member>
<member name="P:AvalonDock.DocumentContent.ContentTypeDescription">
<summary>
Gets or sets the ContentTypeDescription property. This dependency property
indicates a text which describes the type of content contained in this document.
</summary>
</member>
<member name="P:AvalonDock.DocumentContent.IsFloatingAllowed">
<summary>
Gets or sets a value indicating if this document can float over main window (VS2010 Feature).
</summary>
</member>
<member name="P:AvalonDock.DocumentContent.IsFloating">
<summary>
Gets the IsFloating property. This dependency property
indicates if the DocumentContent is floating inside an external window.
</summary>
</member>
<member name="T:AvalonDock.DockingManager">
<summary>
Represents a control which manages a dockable layout for its children
</summary>
</member>
<member name="F:AvalonDock.DockingManager.layoutFileVersion">
<summary>
Layout format version
</summary>
</member>
<member name="M:AvalonDock.DockingManager.Dispose">
<summary>
Call this function if you want to deallocate external floating windows, that otherwise are closed when main window is closed.
</summary>
</member>
<member name="M:AvalonDock.DockingManager.OnApplyTemplate">
<summary>
Overriden to get a reference to underlying template elements
</summary>
</member>
<member name="F:AvalonDock.DockingManager.ActiveDocumentProperty">
<summary>
ActiveDocument Dependency Property
</summary>
</member>
<member name="M:AvalonDock.DockingManager.OnActiveDocumentChanged(System.Windows.DependencyObject,System.Windows.DependencyPropertyChangedEventArgs)">
<summary>
Handles changes to the ActiveDocument property.
</summary>
</member>
<member name="M:AvalonDock.DockingManager.OnActiveDocumentChanged(System.Windows.DependencyPropertyChangedEventArgs)">
<summary>
Provides derived classes an opportunity to handle changes to the ActiveDocument property.
</summary>
</member>
<member name="M:AvalonDock.DockingManager.CoerceActiveDocumentValue(System.Windows.DependencyObject,System.Object)">
<summary>
Coerces the ActiveDocument value.
</summary>
</member>
<member name="F:AvalonDock.DockingManager.ActiveContentProperty">
<summary>
ActiveContent Dependency Property
</summary>
</member>
<member name="M:AvalonDock.DockingManager.OnActiveContentChanged(System.Windows.DependencyObject,System.Windows.DependencyPropertyChangedEventArgs)">
<summary>
Handles changes to the ActiveContent property.
</summary>
</member>
<member name="M:AvalonDock.DockingManager.OnActiveContentChanged(System.Windows.DependencyPropertyChangedEventArgs)">
<summary>
Provides derived classes an opportunity to handle changes to the ActiveContent property.
</summary>
</member>
<member name="M:AvalonDock.DockingManager.CoerceActiveContentValue(System.Windows.DependencyObject,System.Object)">
<summary>
Coerces the ActiveContent value.
</summary>
</member>
<member name="F:AvalonDock.DockingManager.DockableContentsPropertyKey">
<summary>
DockableContents Read-Only Dependency Property
</summary>
</member>
<member name="F:AvalonDock.DockingManager.DocumentsPropertyKey">
<summary>
DockableContents Read-Only Dependency Property
</summary>
</member>
<member name="M:AvalonDock.DockingManager.GetMainDocumentPane(AvalonDock.ResizingPanel)">
<summary>
Returns the main document pane
</summary>
<param name="parentPanel"></param>
<returns></returns>
</member>
<member name="M:AvalonDock.DockingManager.EnsureContentNotEmpty">
<summary>
This method ensure that content of this <see cref="T:AvalonDock.DockingManager"/> is not empty
</summary>
</member>
<member name="M:AvalonDock.DockingManager.Anchor(AvalonDock.DockablePane,AvalonDock.AnchorStyle)">
<summary>
Anchor a dockable pane to a border
</summary>
<param name="paneToAnchor"></param>
<param name="anchor"></param>
</member>
<member name="M:AvalonDock.DockingManager.Anchor(AvalonDock.Pane,AvalonDock.Pane,AvalonDock.AnchorStyle)">
<summary>
Anchor a pane (<see cref="T:AvalonDock.DockablePane"/> and <see cref="T:AvalonDock.DocumentPane"/>) to a border of a another pane
</summary>
<param name="paneToAnchor">Pane to anchor</param>
<param name="relativePane">Pane relative</param>
<param name="anchor">Position relative to the target pane</param>
</member>
<member name="M:AvalonDock.DockingManager.Anchor(AvalonDock.DockablePane,AvalonDock.DocumentPane,AvalonDock.AnchorStyle)">
<summary>
Anchor a dockable pane (<see cref="T:AvalonDock.DockablePane"/>) to a border of a document pane
</summary>
<param name="paneToAnchor">Pane to anchor</param>
<param name="relativePane">Pane relative</param>
<param name="anchor"></param>
</member>
<member name="M:AvalonDock.DockingManager.Anchor(AvalonDock.DocumentPane,AvalonDock.DocumentPane,AvalonDock.AnchorStyle)">
<summary>
Anchor a document pane (<see cref="T:AvalonDock.DocumentPane"/>) to a border of an other document pane
</summary>
<param name="paneToAnchor">Pane to anchor</param>
<param name="relativePane">Pane relative</param>
<param name="anchor"></param>
</member>
<member name="M:AvalonDock.DockingManager.Anchor(AvalonDock.DockablePane,AvalonDock.DockablePane,AvalonDock.AnchorStyle)">
<summary>
Anchor a dockable pane (<see cref="T:AvalonDock.DockablePane"/>) to a border of an other dockable pane
</summary>
<param name="paneToAnchor">Pane to anchor</param>
<param name="relativePane">Pane relative</param>
<param name="anchor"></param>
</member>
<member name="M:AvalonDock.DockingManager.RemovePaneFromTabGroups(AvalonDock.DockablePane)">
<summary>
Remove a pane from border tab groups
</summary>
<param name="pane">Pane to remove</param>
<returns>True if pane was removed, false otherwise</returns>
</member>
<member name="M:AvalonDock.DockingManager.CheckValidPanesFromTabGroups">
<summary>
Check if only vali panes are referenced by anchor tabs
</summary>
</member>
<member name="M:AvalonDock.DockingManager.ToggleAutoHide(AvalonDock.DockablePane)">
<summary>
Autohides/redock a dockable pane
</summary>
<param name="pane">Pane to auto hide/redock</param>
</member>
<member name="M:AvalonDock.DockingManager.Hide(AvalonDock.DockableContent)">
<summary>
Hide a dockable content removing it from its container <see cref="T:AvalonDock.Pane"/>
</summary>
<param name="content">Content to hide</param>
<remarks>Note that if you simply remove a content from its container without calling this method, the
layout serializer component can't managed correctly the removed content.</remarks>
</member>
<member name="M:AvalonDock.DockingManager.Show(AvalonDock.DocumentContent)">
<summary>
Show or add a document in AvalonDock
</summary>
<param name="document">Document to show/add.</param>
<remarks>If document provided is not present in the <see cref="P:AvalonDock.DockingManager.Documents"/> list, this method inserts it in first position of <see cref="!:MainDocumentPane.Items"/> collection.
In both cases select it in the container <see cref="T:AvalonDock.DocumentPane"/>.</remarks>
</member>
<member name="M:AvalonDock.DockingManager.Show(AvalonDock.DocumentContent,System.Boolean)">
<summary>
Show or add a document in AvalonDock
</summary>
<param name="document">Document to show/add.</param>
<param name="floating">Indicates if the document should be placed in a floating window</param>
<remarks>If document provided is not present in the <see cref="P:AvalonDock.DockingManager.Documents"/> list, this method inserts it in first position of <see cref="!:MainDocumentPane.Items"/> collection.
In both cases select it in the container <see cref="T:AvalonDock.DocumentPane"/>.</remarks>
</member>
<member name="M:AvalonDock.DockingManager.Show(AvalonDock.DockableContent)">
<summary>
Show a dockable content in its container <see cref="T:AvalonDock.Pane"/>
</summary>
<param name="content">Content to show</param>
</member>
<member name="M:AvalonDock.DockingManager.Show(AvalonDock.DockableContent,AvalonDock.DockableContentState)">
<summary>
Show a dockable content in its container with a desidered state
</summary>
<param name="content">Content to show</param>
<param name="desideredState">State desidered</param>
</member>
<member name="M:AvalonDock.DockingManager.Show(AvalonDock.DockableContent,AvalonDock.DockableContentState,AvalonDock.AnchorStyle)">
<summary>
Show a dockable content in its container with a desidered state
</summary>
<param name="content">Content to show</param>
<param name="desideredState">State desidered</param>
<param name="desideredAnchor">Border to which anchor the newly created container pane</param>
<remarks></remarks>
</member>
<member name="M:AvalonDock.DockingManager.UpdateAnchorStyle(AvalonDock.ResizingPanel)">
<summary>
Update the <see cref="P:AvalonDock.DockablePane.Anchor"/> property relative to the <see cref="T:AvalonDock.DocumentContent"/> object
</summary>
<param name="panel"></param>
<returns></returns>
<remarks>Traverse the logical tree starting from root <see cref="T:AvalonDock.ResizingPanel"/> and set property <see cref="P:AvalonDock.DockablePane.Anchor"/> of dockable pane found.</remarks>
</member>
<member name="M:AvalonDock.DockingManager.ForceAnchorStyle(AvalonDock.ResizingPanel,AvalonDock.AnchorStyle)">
<summary>
Called by <see cref="M:AvalonDock.DockingManager.UpdateAnchorStyle"/> whene a <see cref="T:AvalonDock.DocumentContent"/> object has been found
</summary>
<param name="panel"></param>
<param name="forcedAnchor"></param>
</member>
<member name="F:AvalonDock.DockingManager._flyoutWindow">
<summary>
Stores the only one flyout window that can be open at time
</summary>
</member>
<member name="F:AvalonDock.DockingManager._wndInteropWrapper">
<summary>
This object is used to handle interop events (i.e. WindowsPosChanging) of the main window the contains this
DockingManager object
</summary>
<remarks>WindowsPosChanging are useful to automatically resize the FlyoutWindow when user move
the main window.</remarks>
</member>
<member name="M:AvalonDock.DockingManager.HideFlyoutWindow">
<summary>
Closes the flyout window
</summary>
</member>
<member name="M:AvalonDock.DockingManager.ShowFlyoutWindow(AvalonDock.DockableContent,AvalonDock.DockablePaneAnchorTab)">
<summary>
Shows a flyout window for a content
</summary>
<param name="content">Content to show</param>
</member>
<member name="M:AvalonDock.DockingManager.OnRenderSizeChanged(System.Windows.SizeChangedInfo)">
<summary>
Handles the resize changed event to update location and size of the flyout window
</summary>
<param name="sizeInfo"></param>
</member>
<member name="M:AvalonDock.DockingManager.OnFlyoutWindowClosing(System.Object,System.ComponentModel.CancelEventArgs)">
<summary>
Handle the closing event of the flyout window to reset internal variables
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:AvalonDock.DockingManager.UpdateFlyoutWindowPosition">
<summary>
Update location and size of the flyout window
</summary>
</member>
<member name="M:AvalonDock.DockingManager.UpdateFlyoutWindowPosition(System.Boolean)">
<summary>
Update location and size of the flyout window
</summary>
<param name="initialSetup">Indicates if thw current flyout window should be setup for the first time.</param>
</member>
<member name="M:AvalonDock.DockingManager.Drag(AvalonDock.FloatingWindow,System.Windows.Point,System.Windows.Point)">
<summary>
Begins dragging operations
</summary>
<param name="floatingWindow">Floating window containing pane which is dragged by user</param>
<param name="point">Current mouse position</param>
<param name="offset">Offset to be use to set floating window screen position</param>
<returns>Retruns True is drag is completed, false otherwise</returns>
</member>
<member name="M:AvalonDock.DockingManager.CompleteDragging(System.Windows.Point)">
<summary>
Ends all previously initiated dragging operations
</summary>
<param name="ptEndDrag"></param>
</member>
<member name="F:AvalonDock.DockingManager._overlayWindow">
<summary>
Overlay window which shows docking placeholders
</summary>
</member>
<member name="M:AvalonDock.DockingManager.AvalonDock#IDropSurface#OnDragEnter(System.Windows.Point)">
<summary>
Handles this sourface mouse entering (show current overlay window)
</summary>
<param name="point">Current mouse position</param>
</member>
<member name="M:AvalonDock.DockingManager.AvalonDock#IDropSurface#OnDragOver(System.Windows.Point)">
<summary>
Handles mouse overing this surface
</summary>
<param name="point"></param>
</member>
<member name="M:AvalonDock.DockingManager.AvalonDock#IDropSurface#OnDragLeave(System.Windows.Point)">
<summary>
Handles mouse leave event during drag (hide overlay window)
</summary>
<param name="point"></param>
</member>
<member name="M:AvalonDock.DockingManager.AvalonDock#IDropSurface#OnDrop(System.Windows.Point)">
<summary>
Handler drop events
</summary>
<param name="point">Current mouse position</param>
<returns>Returns alwasy false because this surface doesn't support direct drop</returns>
</member>
<member name="M:AvalonDock.DockingManager.SaveLayout(System.IO.TextWriter)">
<summary>
Save layout as xml to a <see cref="T:System.IO.TextWriter"/>
</summary>
<param name="textWriter">Text writter object which receive the xml text</param>
<remarks>The writer is not closed.</remarks>
</member>
<member name="M:AvalonDock.DockingManager.SaveLayout(System.IO.Stream)">
<summary>
Save layout as xml to generic stream
</summary>
<param name="backendStream">Stream receiving the xml string</param>
<remarks>The stream is not closed</remarks>
</member>
<member name="M:AvalonDock.DockingManager.SaveLayout(System.String)">
<summary>
Save layout as xml text into a file
</summary>
<param name="filename">Path to the file</param>
<remarks>The file is created as new or overwritten is already exist a file with same name.</remarks>
</member>
<member name="M:AvalonDock.DockingManager.SaveLayout(System.Xml.XmlWriter)">
<summary>
Send layout configuration to a <see cref="T:System.Xml.XmlTextWriter"/> object
</summary>
<param name="sw">Object which stores the xml</param>
<remarks>The writer is not closed.</remarks>
</member>
<member name="M:AvalonDock.DockingManager.RestoreLayout(System.IO.Stream)">
<summary>
Restore a <see cref="T:AvalonDock.DockingManager"/> layout from xml
</summary>
<param name="backendStream"></param>
</member>
<member name="M:AvalonDock.DockingManager.RestoreLayout(System.Xml.XmlReader)">
<summary>
Restore a <see cref="T:AvalonDock.DockingManager"/> layout from xml
</summary>
<param name="reader"></param>
</member>
<member name="M:AvalonDock.DockingManager.RestoreLayout(System.String)">
<summary>
Loads a xml content from a file and restore the <see cref="T:AvalonDock.DockingManager"/> layout contained in it
</summary>
<param name="filename"></param>
</member>
<member name="M:AvalonDock.DockingManager.RestoreLayout(System.IO.TextReader)">
<summary>
Restore a <see cref="T:AvalonDock.DockingManager"/> layout from a xml string
</summary>
<param name="reader"></param>
</member>
<member name="M:AvalonDock.DockingManager.RestoreLayout(System.Xml.XmlElement,AvalonDock.DockableContent[],AvalonDock.DocumentContent[],AvalonDock.DocumentPane@)">
<summary>
Restore from xml a resizing panel or a documentpane
</summary>
<param name="mainElement"></param>
<param name="actualContents"></param>
<returns></returns>
</member>
<member name="M:AvalonDock.DockingManager.RestoreLayout(System.Xml.XmlDocument)">
<summary>
Internal main restore layout method
</summary>
<param name="doc">Document Xml from which restore layout</param>
</member>
<member name="F:AvalonDock.DockingManager.GLConverter">
<summary>
Static converter used to convert GridLength from/to string
</summary>
</member>
<member name="M:AvalonDock.DockingManager.OnDocumentClosing(System.ComponentModel.CancelEventArgs)">
<summary>
Ovveride this method to handle <see cref="E:AvalonDock.DockingManager.DocumentClosing"/> event.
</summary>
</member>
<member name="M:AvalonDock.DockingManager.OnDocumentClosed">
<summary>
Ovveride this method to handle <see cref="E:AvalonDock.DockingManager.DocumentClosed"/> event.
</summary>
</member>
<member name="P:AvalonDock.DockingManager.ActiveDocument">
<summary>
Gets or sets the ActiveDocument property. This dependency property
indicates currently active document.
</summary>
<remarks>The active document not neessary receive keyboard focus. To set keyboard focus on a content see <see cref="P:AvalonDock.DockingManager.ActiveContent"/></remarks>
</member>
<member name="E:AvalonDock.DockingManager.ActiveDocumentChanged">
<summary>
Raised whenever the <see cref="P:AvalonDock.DockingManager.ActiveDocument"/> property changes
</summary>
</member>
<member name="P:AvalonDock.DockingManager.ActiveContent">
<summary>
Gets or sets the ActiveContent property. This dependency property
indicates the active content.
</summary>
</member>
<member name="E:AvalonDock.DockingManager.ActiveContentChanged">
<summary>
Raised whenever the <see cref="P:AvalonDock.DockingManager.ActiveContent"/> changes
</summary>
</member>
<member name="P:AvalonDock.DockingManager.ActiveDockableContent">
<summary>
Gets the active dockable content
</summary>
<remarks>If no dockbale content us active at the moment returns null.</remarks>
</member>
<member name="P:AvalonDock.DockingManager.DockableContents">
<summary>
Gets the DockableContents property. This dependency property
retrives the collection of <see cref="T:AvalonDock.DockableContent"/> that are bound to <see cref="T:AvalonDock.DockingManager"/>
</summary>
</member>
<member name="P:AvalonDock.DockingManager.Documents">
<summary>
Gets the DockableContents property. This dependency property
retrives the collection of <see cref="T:AvalonDock.DocumentContent"/> that are bound to <see cref="T:AvalonDock.DockingManager"/>
</summary>
</member>
<member name="P:AvalonDock.DockingManager.DocumentsSource">
<summary>
Get or set the source collection for documents
</summary>
</member>
<member name="P:AvalonDock.DockingManager.MainDocumentPane">
<summary>
Gets the main <see cref="T:AvalonDock.DocumentPane"/> that can be used to add new document
</summary>
</member>
<member name="P:AvalonDock.DockingManager.FloatingWindows">
<summary>
Get all floating windows created by the <see cref="T:AvalonDock.DockingManager"/> while user dragged contents
</summary>
</member>
<member name="P:AvalonDock.DockingManager.IsAnimationEnabled">
<summary>
Gets or sets a value indicating if flyout windows should animate when are open or closed
</summary>
</member>
<member name="P:AvalonDock.DockingManager.AvalonDock#IDropSurface#SurfaceRectangle">
<summary>
Returns a rectangle where this surface is active
</summary>
</member>
<member name="P:AvalonDock.DockingManager.OverlayWindow">
<summary>
Returns current overlay window
</summary>
</member>
<member name="P:AvalonDock.DockingManager.RestoringLayout">
<summary>
True while is restoring a layout
</summary>
</member>
<member name="E:AvalonDock.DockingManager.DocumentClosing">
<summary>
Event fired when the document is about to be closed
</summary>
</member>
<member name="E:AvalonDock.DockingManager.DocumentClosed">
<summary>
Event fired when a document has been closed
</summary>
<remarks>Note that when a document is closed, property like <see cref="P:AvalonDock.ManagedContent.ContainerPane"/> or <see cref="P:AvalonDock.ManagedContent.Manager"/> returns null.</remarks>
</member>
<member name="M:AvalonDock.OverlayWindow.OnDragEnter(AvalonDock.OverlayWindowDockingButton,System.Windows.Point)">
<summary>
Shows a highlighting rectangle
</summary>
<param name="overlayWindowDockingButton"></param>
<param name="point"></param>
<returns></returns>
</member>
<member name="M:AvalonDock.OverlayWindow.OnDragLeave(AvalonDock.OverlayWindowDockingButton,System.Windows.Point)">
<summary>
Hides the highlighting rectangle
</summary>
<param name="overlayWindowDockingButton"></param>
<param name="point"></param>
<returns></returns>
</member>
<member name="F:AvalonDock.OverlayWindow.OverlayButtonHoverPropertyKey">
<summary>
OverlayButtonHover Read-Only Dependency Property
</summary>
</member>
<member name="M:AvalonDock.OverlayWindow.SetOverlayButtonHover(AvalonDock.OverlayButtonHover)">
<summary>
Provides a secure method for setting the OverlayButtonHover property.
This dependency property indicates indicates which anchor button is currently highlighted by user.
</summary>
<param name="value">The new value for the property.</param>
</member>
<member name="P:AvalonDock.OverlayWindow.OverlayButtonHover">
<summary>
Gets the OverlayButtonHover property. This dependency property
indicates ....
</summary>
</member>
<member name="T:AvalonDock.FloatingWindow">
<summary>
Represents the base class for <see cref="T:AvalonDock.DockableFloatingWindow"/> and <see cref="T:AvalonDock.DocumentFloatingWindow"/> classes
</summary>
<remarks>Provides base services for floating windows</remarks>
</member>
<member name="F:AvalonDock.FloatingWindow.ContentTitlePropertyKey">
<summary>
ContentTitle Read-Only Dependency Property
</summary>
</member>
<member name="M:AvalonDock.FloatingWindow.SetContentTitle(System.Object)">
<summary>
Provides a secure method for setting the ContentTitle property.
This dependency property indicates title of the content currectly hosted in the floating window.
</summary>
<param name="value">The new value for the property.</param>
</member>
<member name="M:AvalonDock.FloatingWindow.Close(System.Boolean)">
<summary>
Closes the window regardless of result of contents CanClose method call
</summary>
<param name="force"></param>
</member>
<member name="M:AvalonDock.FloatingWindow.Dock">
<summary>
Redock contained <see cref="T:AvalonDock.ManagedContent"/> object to the <see cref="!:DcokingManager"/>
</summary>
</member>
<member name="P:AvalonDock.FloatingWindow.ContentTitle">
<summary>
Gets the ContentTitle property. This dependency property
indicates title of the content currectly hosted in the floating window.
</summary>
</member>
<member name="T:AvalonDock.DockablePaneAnchorTab">
<summary>
Represents a tab displayed in a border of the docking manager
</summary>
<remarks></remarks>
</member>
<member name="M:AvalonDock.DockablePaneAnchorTab.OnPaneAttached(System.Windows.DependencyObject,System.Windows.DependencyPropertyChangedEventArgs)">
<summary>
Handles the referencedContent property changes in order to update the Anchor property
</summary>
<param name="depObj"></param>
<param name="e"></param>
</member>
<member name="F:AvalonDock.DockablePaneAnchorTab.AnchorPropertyKey">
<summary>
Anchor Read-Only Dependency Property
</summary>
</member>
<member name="M:AvalonDock.DockablePaneAnchorTab.SetAnchor(AvalonDock.AnchorStyle)">
<summary>
Provides a secure method for setting the Anchor property.
This dependency property indicates the achor style of referenced content that is in autohidden state.
</summary>
<param name="value">The new value for the property.</param>
</member>
<member name="F:AvalonDock.DockablePaneAnchorTab.IconPropertyKey">
<summary>
Icon Read-Only Dependency Property
</summary>
</member>
<member name="M:AvalonDock.DockablePaneAnchorTab.SetIcon(System.Object)">
<summary>
Provides a secure method for setting the Icon property.
This dependency property indicates icon of the referenced content in autohidden state.
</summary>
<param name="value">The new value for the property.</param>
</member>
<member name="F:AvalonDock.DockablePaneAnchorTab.TitlePropertyKey">
<summary>
Title Read-Only Dependency Property
</summary>
</member>
<member name="M:AvalonDock.DockablePaneAnchorTab.SetTitle(System.Object)">
<summary>
Provides a secure method for setting the Title property.
This dependency property indicates title of the content that is hosted in autohidden pane.
</summary>
<param name="value">The new value for the property.</param>
</member>
<member name="M:AvalonDock.DockablePaneAnchorTab.OnMouseMove(System.Windows.Input.MouseEventArgs)">
<summary>
Handles the MouseMove event
</summary>
<param name="e"></param>
<remarks>Notify the docking manager that the referenced content should appears</remarks>
</member>
<member name="M:AvalonDock.DockablePaneAnchorTab.OnMouseLeftButtonDown(System.Windows.Input.MouseButtonEventArgs)">
<summary>
Handles the MouseDown event
</summary>
<param name="e"></param>
<remarks>Notify the docking manager that the referenced content should appears and should be activated</remarks>
</member>
<member name="P:AvalonDock.DockablePaneAnchorTab.ReferencedContent">
<summary>
Gets or sets the referenced content
</summary>
</member>
<member name="P:AvalonDock.DockablePaneAnchorTab.Anchor">
<summary>
Gets the Anchor property. This dependency property
indicates the achor style of referenced content that is in autohidden state.
</summary>
</member>
<member name="P:AvalonDock.DockablePaneAnchorTab.Icon">
<summary>
Gets the Icon property. This dependency property
indicates icon of the referenced content in autohidden state.
</summary>
</member>
<member name="P:AvalonDock.DockablePaneAnchorTab.Title">
<summary>
Gets the Title property. This dependency property
indicates title of the content that is hosted in autohidden pane.
</summary>
</member>
<member name="T:AvalonDock.ThemeFactory">
<summary>
Is used for color-support to change the colors depending on a base theme.
</summary>
</member>
<member name="M:AvalonDock.ThemeFactory.ChangeTheme(System.String)">
<summary>
Change the theme to one from AvalonDock.
</summary>
<param name="theme">for example: "aero.normalcolor" (default style)</param>
</member>
<member name="M:AvalonDock.ThemeFactory.ChangeTheme(System.Uri)">
<summary>
Change the theme to one from AvalonDock.
</summary>
<param name="theme">for example: /AvalonDock;component/themes/aero.normalcolor.xaml" (default style)</param>
</member>
<member name="M:AvalonDock.ThemeFactory.ChangeColors(System.Windows.Media.Color)">
<summary>
Change the colors based on the aero-theme from AvalonDock.
<para>
<example>Example: ChangeColors(Colors.DarkGreen)</example>
</para>
</summary>
<param name="color">the new Color</param>
</member>
<member name="M:AvalonDock.ThemeFactory.ChangeColors(System.String,System.Windows.Media.Color)">
<summary>
Change the colors based on a theme-name from AvalonDock.
<para>
<example>Example: ChangeColors("classic", Colors.DarkGreen)</example>
</para>
</summary>
<param name="baseTheme">the string of the base theme we want to change</param>
<param name="color">the new Color</param>
</member>
<member name="M:AvalonDock.ThemeFactory.ResetTheme">
<summary>
Reset custom colors to theme defaults
</summary>
</member>
<member name="M:AvalonDock.ThemeFactory.ChangeBrush(AvalonDock.AvalonDockBrushes,System.Windows.Media.Brush)">
<summary>
Change a specified brush inside the actual theme.
Look at AvalonDockBrushes.cs for possible values.
</summary>
<param name="brushName">an AvalonDockBrushes value</param>
<param name="brush">The new brush. It can be every brush type that is derived from Brush-class.</param>
</member>
<member name="M:AvalonDock.ThemeFactory.ChangeBrush(System.String,System.Windows.Media.Brush)">
<summary>
Change a specified brush inside the actual theme.
</summary>
<param name="brushName">a brush name</param>
<param name="brush">The new brush. It can be every brush type that is derived from Brush-class.</param>
</member>
<member name="M:AvalonDock.ThemeFactory.ChangeKeysInResourceDictionary(System.Windows.ResourceDictionary,System.Windows.Media.Color)">
<summary>
Searches for keys in the ResourceDictionary for brushes and changes the color-values
</summary>
<param name="rd">the ResourceDictionary</param>
<param name="color">the new Color</param>
</member>
<member name="T:AvalonDock.DockablePane">
<summary>
Defines a pane that can contain contents of type <see cref="T:AvalonDock.DockableContent"/>
</summary>
<remarks>Usually a <see cref="T:AvalonDock.DockablePane"/> is used to arrange a series of <see cref="T:AvalonDock.DockableContent"/> in TabControl like model.
A DockablePane can be redocked to a border of the parent <see cref="T:AvalonDock.DockingManager"/>, can be floated in an external window and can be autohidden.
When docked into a docking manager the <see cref="P:AvalonDock.DockablePane.Anchor"/> property gives the border to which it's docked.
See <see cref="T:AvalonDock.DockablePaneCommands"/> to get commands that are supported by DockablePane objects.</remarks>
<seealso cref="T:AvalonDock.DockableContent"/>
<seealso cref="T:AvalonDock.DockingManager"/>
</member>
<member name="F:AvalonDock.DockablePane.ID">
<summary>
This guid is saved with the dockable content so that can be restored in the case is
referenced by a dockable content
</summary>
</member>
<member name="F:AvalonDock.DockablePane.CanAutohidePropertyKey">
<summary>
CanAutohide Read-Only Dependency Property
</summary>
</member>
<member name="M:AvalonDock.DockablePane.SetCanAutohide(System.Boolean)">
<summary>
Provides a secure method for setting the CanAutohide property.
This dependency property indicates if contents inside pane can be autohidden.
</summary>
<param name="value">The new value for the property.</param>
</member>
<member name="M:AvalonDock.DockablePane.CanExecuteCommand(System.Windows.Input.ICommand)">
<summary>
Retrive a value indicating if the command can be executed based to the dockable content state
</summary>
<param name="command"></param>
<returns></returns>
</member>
<member name="M:AvalonDock.DockablePane.ToggleAutoHide">
<summary>
Toggle auto hide state to all content inside the pane
</summary>
</member>
<member name="M:AvalonDock.DockablePane.Close">
<summary>
Close pane and all contained contents
</summary>
<returns>True if all content has been closed, false if at least one content couldn't be closed.</returns>
<remarks></remarks>
</member>
<member name="M:AvalonDock.DockablePane.Hide">
<summary>
Close pane and hide all contained contents
</summary>
<returns>True if all content has been hidden, false if at least one content couldn't be hidden.</returns>
<remarks></remarks>
</member>
<member name="M:AvalonDock.DockablePane.CloseOrHideCurrentContent">
<summary>
Closes or hides current content depending on HideOnClose property
</summary>
</member>
<member name="P:AvalonDock.DockablePane.CanAutohide">
<summary>
Gets the CanAutohide property. This dependency property
indicates if contents inside pane can be autohidden.
</summary>
</member>
<member name="T:AvalonDock.ContextMenuElement">
<summary>
Defines a list of context menu resources
</summary>
</member>
<member name="F:AvalonDock.ContextMenuElement.DockablePane">
<summary>
Context menu related to a <see cref="F:AvalonDock.ContextMenuElement.DockablePane"/>
</summary>
</member>
<member name="F:AvalonDock.ContextMenuElement.DocumentPane">
<summary>
Context menu related to a <see cref="F:AvalonDock.ContextMenuElement.DocumentPane"/>
</summary>
</member>
<member name="F:AvalonDock.ContextMenuElement.DockableFloatingWindow">
<summary>
Context menu related to a <see cref="F:AvalonDock.ContextMenuElement.DockableFloatingWindow"/>
</summary>
</member>
<member name="F:AvalonDock.ContextMenuElement.DocumentFloatingWindow">
<summary>
Context menu related to a <see cref="F:AvalonDock.ContextMenuElement.DocumentFloatingWindow"/>
</summary>
</member>
<member name="M:AvalonDock.ManagedContentCollection`1.OnCollectionChanged(System.Collections.Specialized.NotifyCollectionChangedEventArgs)">
<summary>
Override collection changed event to setup manager property on <see cref="T:AvalonDock.ManagedContent"/> objects
</summary>
<param name="e"></param>
</member>
<member name="M:AvalonDock.ManagedContentCollection`1.Add(`0)">
<summary>
Add a content to the list
</summary>
<param name="contentToAdd"></param>
</member>
<member name="P:AvalonDock.ManagedContentCollection`1.Manager">
<summary>
Get associated <see cref="T:AvalonDock.DockingManager"/> object
</summary>
</member>
<member name="T:AvalonDock.NavigatorWindowItem">
<summary>
Represent an navigator item within lists of contents that user can choose from the <see cref="T:AvalonDock.NavigatorWindow"/>
</summary>
</member>
<member name="T:AvalonDock.NavigatorWindowDocumentItem">
<summary>
Specialized class of <see cref="T:AvalonDock.NavigatorWindowItem"/> for <see cref="T:AvalonDock.DocumentContent"/> objects
</summary>
</member>
<member name="T:AvalonDock.NavigatorWindow">
<summary>
Window that is automatically shown when user press Ctrl+Tab combination
</summary>
<remarks>This window allow user to rapidly select a <see cref="T:AvalonDock.DockableContent"/> object or a <see cref="T:AvalonDock.DocumentContent"/> object.
When selected a content is also activate with the function <see cref="M:AvalonDock.ManagedContent.Activate"/></remarks>
</member>
<member name="M:AvalonDock.NavigatorWindow.OnSelectedContentChanged(AvalonDock.NavigatorWindowItem,AvalonDock.NavigatorWindowItem)">
<summary>
Provides derived classes an opportunity to handle changes to the SelectedContent property.
</summary>
</member>
<member name="F:AvalonDock.NavigatorWindow.DocumentsPropertyKey">
<summary>
Documents Read-Only Dependency Property
</summary>
</member>
<member name="M:AvalonDock.NavigatorWindow.SetDocuments(System.Windows.Data.CollectionView)">
<summary>
Provides a secure method for setting the Documents property.
This dependency property indicates documents currently hosted by parent <see cref="T:AvalonDock.DockingManager"/>.
</summary>
<param name="value">The new value for the property.</param>
</member>
<member name="F:AvalonDock.NavigatorWindow.DockableContentsPropertyKey">
<summary>
DockableContents Read-Only Dependency Property
</summary>
</member>
<member name="M:AvalonDock.NavigatorWindow.SetDockableContents(System.Windows.Data.CollectionView)">
<summary>
Provides a secure method for setting the DockableContents property.
This dependency property indicates dockable contents hosted in parent <see cref="T:AvalonDock.DockingManager"/> object.
</summary>
<param name="value">The new value for the property.</param>
</member>
<member name="P:AvalonDock.NavigatorWindow.Documents">
<summary>
Gets the Documents property. This dependency property
indicates documents currently hosted by parent <see cref="T:AvalonDock.DockingManager"/>.
</summary>
</member>
<member name="P:AvalonDock.NavigatorWindow.DockableContents">
<summary>
Gets the DockableContents property. This dependency property
indicates dockable contents hosted in parent <see cref="T:AvalonDock.DockingManager"/> object.
</summary>
</member>
<member name="T:AvalonDock.AvalonDockBrushes">
<summary>
Defines a list of brushes used by AvalonDock templates
</summary>
</member>
<member name="F:AvalonDock.AvalonDockBrushes.DefaultBackgroundBrush">
<summary>
Default brush for DockingManager background
</summary>
</member>
<member name="F:AvalonDock.AvalonDockBrushes.DockablePaneTitleBackground">
<summary>
Brush used for the title background of a <see cref="T:AvalonDock.DockablePane"/>.
</summary>
</member>
<member name="F:AvalonDock.AvalonDockBrushes.DockablePaneTitleBackgroundSelected">
<summary>
Brush used for the title background of a <see cref="T:AvalonDock.DockablePane"/> when is focused.
</summary>
</member>
<member name="F:AvalonDock.AvalonDockBrushes.DockablePaneTitleForeground">
<summary>
Brush used for the title foreground of a <see cref="T:AvalonDock.DockablePane"/>.
</summary>
</member>
<member name="F:AvalonDock.AvalonDockBrushes.DockablePaneTitleForegroundSelected">
<summary>
Brush used for the title foreground of a <see cref="T:AvalonDock.DockablePane"/> when is focused.
</summary>
</member>
<member name="F:AvalonDock.AvalonDockBrushes.PaneHeaderCommandBackground">
<summary>
Brush used for the background of the pane command pins.
</summary>
</member>
<member name="F:AvalonDock.AvalonDockBrushes.PaneHeaderCommandBorderBrush">
<summary>
Brush used for the border of the pane command pins.
</summary>
</member>
<member name="F:AvalonDock.AvalonDockBrushes.DocumentHeaderBackground">
<summary>
Brush used for the background of a document header.
</summary>
</member>
<member name="F:AvalonDock.AvalonDockBrushes.DocumentHeaderForeground">
<summary>
Brush used for the foreground of a document header.
</summary>
</member>
<member name="F:AvalonDock.AvalonDockBrushes.DocumentHeaderForegroundSelected">
<summary>
Brush used for fonts while a document header is selected but not activated
</summary>
</member>
<member name="F:AvalonDock.AvalonDockBrushes.DocumentHeaderForegroundSelectedActivated">
<summary>
Brush used for fonts while a document header is selected and activated
</summary>
</member>
<member name="F:AvalonDock.AvalonDockBrushes.DocumentHeaderBackgroundSelected">
<summary>
Brush used for the background of a document header when selected (<see cref="P:AvalonDock.ManagedContent.IsActiveContent"/>).
</summary>
</member>
<member name="F:AvalonDock.AvalonDockBrushes.DocumentHeaderBackgroundSelectedActivated">
<summary>
Brush used for the background of a document header when active and selected (<see cref="P:AvalonDock.ManagedContent.IsActiveDocument"/>).
</summary>
</member>
<member name="F:AvalonDock.AvalonDockBrushes.DocumentHeaderBackgroundMouseOver">
<summary>
Brush used for the background of a document header when mouse is over it.
</summary>
</member>
<member name="F:AvalonDock.AvalonDockBrushes.DocumentHeaderBorderBrushMouseOver">
<summary>
Brush used for the border brush of a document header when mouse is over it (but is not selected).
</summary>
</member>
<member name="F:AvalonDock.AvalonDockBrushes.DocumentHeaderBorder">
<summary>
Brush for the document header border
</summary>
</member>
<member name="F:AvalonDock.AvalonDockBrushes.DocumentHeaderBorderSelected">
<summary>
Brush for the document header border when contains a document selected
</summary>
</member>
<member name="F:AvalonDock.AvalonDockBrushes.DocumentHeaderBorderSelectedActivated">
<summary>
Brush for the document header border when contains a document selected and activated
</summary>
</member>
<member name="T:AvalonDock.DockableContentCommands">
<summary>
Defines commands that can be executed against a DockableContent
</summary>
</member>
<member name="P:AvalonDock.DockableContentCommands.ShowAsDocument">
<summary>
Shows the DockableContent as a tabbed document
</summary>
</member>
<member name="P:AvalonDock.DockableContentCommands.FloatingWindow">
<summary>
Shows the <see cref="T:AvalonDock.DockableContent"/> as a <see cref="P:AvalonDock.DockableContentCommands.FloatingWindow"/> which overlays the <see cref="T:AvalonDock.DockingManager"/>
</summary>
<remarks>A floating window can't be redocked to the docking manager.</remarks>
</member>
<member name="P:AvalonDock.DockableContentCommands.DockableFloatingWindow">
<summary>
Shows the <see cref="T:AvalonDock.DockableContent"/> as a <see cref="P:AvalonDock.DockableContentCommands.DockableFloatingWindow"/> which overlays the <see cref="T:AvalonDock.DockingManager"/>
</summary>
<remarks>A floating window can't be redocked to the docking manager.</remarks>
</member>
<!-- Badly formed XML comment ignored for member "P:AvalonDock.DockableContentCommands.ToggleAutoHide" -->
<member name="T:AvalonDock.BoolToVisibilityConverter">
<summary>
Converter from boolean values to visibility (inverse mode)
</summary>
</member>
<member name="T:AvalonDock.Properties.Resources">
<summary>
A strongly-typed resource class, for looking up localized strings, etc.
</summary>
</member>
<member name="P:AvalonDock.Properties.Resources.ResourceManager">
<summary>
Returns the cached ResourceManager instance used by this class.
</summary>
</member>
<member name="P:AvalonDock.Properties.Resources.Culture">
<summary>
Overrides the current thread's CurrentUICulture property for all
resource lookups using this strongly typed resource class.
</summary>
</member>
<member name="P:AvalonDock.Properties.Resources.DockableContentCommands_DockableFloatingWindow">
<summary>
Looks up a localized string similar to Float.
</summary>
</member>
<member name="P:AvalonDock.Properties.Resources.DockableContentCommands_FloatingWindow">
<summary>
Looks up a localized string similar to Float.
</summary>
</member>
<member name="P:AvalonDock.Properties.Resources.DockableContentCommands_ShowAsDocument">
<summary>
Looks up a localized string similar to Dock as Tabbed Document.
</summary>
</member>
<member name="P:AvalonDock.Properties.Resources.DockableContentCommands_ToggleAutoHide">
<summary>
Looks up a localized string similar to Auto Hide.
</summary>
</member>
<member name="P:AvalonDock.Properties.Resources.DockablePane_ShowOptionsMenu">
<summary>
Looks up a localized string similar to Window Position.
</summary>
</member>
<member name="P:AvalonDock.Properties.Resources.DockablePaneCommands_Close">
<summary>
Looks up a localized string similar to Close.
</summary>
</member>
<member name="P:AvalonDock.Properties.Resources.DockablePaneCommands_Hide">
<summary>
Looks up a localized string similar to Hide.
</summary>
</member>
<member name="P:AvalonDock.Properties.Resources.DockablePaneCommands_ToggleAutoHide">
<summary>
Looks up a localized string similar to Auto Hide.
</summary>
</member>
<member name="P:AvalonDock.Properties.Resources.DocumentContentCommands_FloatingDocument">
<summary>
Looks up a localized string similar to Float.
</summary>
</member>
<member name="P:AvalonDock.Properties.Resources.DocumentContentCommands_TabbedDocument">
<summary>
Looks up a localized string similar to Dock as Tabbed Document.
</summary>
</member>
<member name="P:AvalonDock.Properties.Resources.DocumentPaneCommands_CloseAllButThis">
<summary>
Looks up a localized string similar to Close All But This.
</summary>
</member>
<member name="P:AvalonDock.Properties.Resources.DocumentPaneCommands_CloseThis">
<summary>
Looks up a localized string similar to Close.
</summary>
</member>
<member name="P:AvalonDock.Properties.Resources.DocumentPaneCommands_NewHorizontalTabGroup">
<summary>
Looks up a localized string similar to New Horizontal Tab Group.
</summary>
</member>
<member name="P:AvalonDock.Properties.Resources.DocumentPaneCommands_NewVerticalTabGroup">
<summary>
Looks up a localized string similar to New VerticalTab Group.
</summary>
</member>
<member name="P:AvalonDock.Properties.Resources.ManagedContentCommands_Activate">
<summary>
Looks up a localized string similar to Activate.
</summary>
</member>
<member name="P:AvalonDock.Properties.Resources.ManagedContentCommands_Close">
<summary>
Looks up a localized string similar to Close.
</summary>
</member>
<member name="P:AvalonDock.Properties.Resources.ManagedContentCommands_Hide">
<summary>
Looks up a localized string similar to Hide.
</summary>
</member>
<member name="P:AvalonDock.Properties.Resources.ManagedContentCommands_Show">
<summary>
Looks up a localized string similar to Show.
</summary>
</member>
<member name="P:AvalonDock.Properties.Resources.NavigatorWindow_ActiveFiles">
<summary>
Looks up a localized string similar to Active Files.
</summary>
</member>
<member name="P:AvalonDock.Properties.Resources.NavigatorWindow_ActiveToolWindows">
<summary>
Looks up a localized string similar to Active Tool Windows.
</summary>
</member>
<member name="P:AvalonDock.Properties.Resources.PaneCommands_Dock">
<summary>
Looks up a localized string similar to Dock.
</summary>
</member>
<member name="T:AvalonDock.DragPaneServices">
<summary>
Provides drag-drop functionalities for dockable panes
</summary>
</member>
<member name="T:AvalonDock.AnchorStyle">
<summary>
Anchor types
</summary>
</member>
<member name="F:AvalonDock.AnchorStyle.None">
<summary>
No anchor style, while content is hosted in a <see cref="T:AvalonDock.DocumentPane"/> or a <see cref="T:AvalonDock.FloatingWindow"/>
</summary>
</member>
<member name="F:AvalonDock.AnchorStyle.Top">
<summary>
Top border anchor
</summary>
</member>
<member name="F:AvalonDock.AnchorStyle.Left">
<summary>
Left border anchor
</summary>
</member>
<member name="F:AvalonDock.AnchorStyle.Bottom">
<summary>
Bottom border anchor
</summary>
</member>
<member name="F:AvalonDock.AnchorStyle.Right">
<summary>
Right border anchor
</summary>
</member>
<member name="F:AvalonDock.DockableFloatingWindow.IsDockableWindowProperty">
<summary>
IsDockableWindow Dependency Property
</summary>
</member>
<member name="M:AvalonDock.DockableFloatingWindow.OnIsDockableWindowChanged(System.Windows.DependencyObject,System.Windows.DependencyPropertyChangedEventArgs)">
<summary>
Handles changes to the IsDockableWindow property.
</summary>
</member>
<member name="M:AvalonDock.DockableFloatingWindow.OnIsDockableWindowChanged(System.Windows.DependencyPropertyChangedEventArgs)">
<summary>
Provides derived classes an opportunity to handle changes to the IsDockableWindow property.
</summary>
</member>
<member name="P:AvalonDock.DockableFloatingWindow.IsDockableWindow">
<summary>
Gets or sets the IsDockableWindow property. This dependency property
indicates that <see cref="T:AvalonDock.FloatingWindow"/> can be docked to <see cref="T:AvalonDock.DockingManager"/>.
</summary>
</member>
<member name="M:AvalonDock.RoutedEventHelper.RaiseEvent(System.Windows.DependencyObject,System.Windows.RoutedEventArgs)">
<summary>
A static helper method to raise a routed event on a target UIElement or ContentElement.
</summary>
<param name="target">UIElement or ContentElement on which to raise the event</param>
<param name="args">RoutedEventArgs to use when raising the event</param>
</member>
<member name="M:AvalonDock.RoutedEventHelper.AddHandler(System.Windows.DependencyObject,System.Windows.RoutedEvent,System.Delegate)">
<summary>
A static helper method that adds a handler for a routed event
to a target UIElement or ContentElement.
</summary>
<param name="element">UIElement or ContentElement that listens to the event</param>
<param name="routedEvent">Event that will be handled</param>
<param name="handler">Event handler to be added</param>
</member>
<member name="M:AvalonDock.RoutedEventHelper.RemoveHandler(System.Windows.DependencyObject,System.Windows.RoutedEvent,System.Delegate)">
<summary>
A static helper method that removes a handler for a routed event
from a target UIElement or ContentElement.
</summary>
<param name="element">UIElement or ContentElement that listens to the event</param>
<param name="routedEvent">Event that will no longer be handled</param>
<param name="handler">Event handler to be removed</param>
</member>
<member name="T:AvalonDock.FlyoutPaneWindow">
<summary>
Implements a flyout window
</summary>
<remarks>
The flyout window is showed when user activate a ManagedContent that is in the AutoHide state.
The flyout window appears from a border of the parent docking manager according to the property Anchor.
It contains the selected content under the property ReferencedPane.
When user move focus to an other object outside this window, it automaticcaly is closed.
</remarks>
</member>
<member name="F:AvalonDock.FlyoutPaneWindow._winFormsHost">
<summary>
Points to the internal windows forms control (if exist)
</summary>
</member>
<member name="M:AvalonDock.FlyoutPaneWindow.OnClosed(System.EventArgs)">
<summary>
Handles the closed event
</summary>
<param name="e"></param>
</member>
<member name="F:AvalonDock.FlyoutPaneWindow._refPane">
<summary>
Refrenced pane
</summary>
</member>
<member name="M:AvalonDock.FlyoutPaneWindow.OnInitialized(System.EventArgs)">
<summary>
Initialize the window
</summary>
<param name="e"></param>
</member>
<member name="F:AvalonDock.FlyoutPaneWindow._resizerPopup">
<summary>
Popup window that hosts the resizer thumb
</summary>
<remarks>Resizer is host in a popup window becaus it needs to overlay winforms controls.</remarks>
</member>
<member name="M:AvalonDock.FlyoutPaneWindow.InitClosingTimer">
<summary>
Creates the closing timer
</summary>
</member>
<member name="M:AvalonDock.FlyoutPaneWindow.StopClosingTimer">
<summary>
Stop the closing timer
</summary>
</member>
<member name="M:AvalonDock.FlyoutPaneWindow.ForceCloseWindow(System.Object,System.EventArgs)">
<summary>
This handler is called when the closing time delay is elapsed (user is focusing to something else of the UI)
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:AvalonDock.FlyoutPaneWindow.CloseWidthAnimation">
<summary>
Initiate a closing animation
</summary>
</member>
<member name="M:AvalonDock.FlyoutPaneWindow.OpenWidthAnimation">
<summary>
Initiate an opening animation
</summary>
</member>
<member name="M:AvalonDock.FlyoutPaneWindow.OpenPane">
<summary>
Open the flyout window with or without animation depending on the ShowAnimated flag
</summary>
</member>
<member name="M:AvalonDock.FlyoutPaneWindow.ClosePane">
<summary>
Close the flyout window with or without animation depending on the ShowAnimated flag
</summary>
</member>
<member name="P:AvalonDock.FlyoutPaneWindow.TargetWidth">
<summary>
Gets or sets the final width of the window
</summary>
</member>
<member name="P:AvalonDock.FlyoutPaneWindow.TargetHeight">
<summary>
Gets or sets the final height of the window
</summary>
</member>
<member name="P:AvalonDock.FlyoutPaneWindow.IsClosed">
<summary>
Gets a value indicating i fthis window is closed
</summary>
</member>
<member name="P:AvalonDock.FlyoutPaneWindow.Anchor">
<summary>
Anchor of the flyout window
</summary>
</member>
<member name="P:AvalonDock.FlyoutPaneWindow.CorrectedAnchor">
<summary>
Get th anchor of the window corrected with the FlowDirection property
</summary>
</member>
<member name="P:AvalonDock.FlyoutPaneWindow.ReferencedPane">
<summary>
Gets the pane that is hosted in flyout window
</summary>
</member>
<member name="P:AvalonDock.FlyoutPaneWindow.IsResizing">
<summary>
Gets a value indicating if user is resizer the window
</summary>
</member>
<member name="P:AvalonDock.FlyoutPaneWindow.IsClosing">
<summary>
Gets a value indicating if the flyout window is closing
</summary>
</member>
<member name="P:AvalonDock.FlyoutPaneWindow.IsOpening">
<summary>
Gets a flag indicating if flyout window is opening
</summary>
</member>
<member name="T:AvalonDock.DocumentContentCommands">
<summary>
Contains a list of commands that can be applied to a <see cref="T:AvalonDock.DocumentContent"/>
</summary>
</member>
<member name="P:AvalonDock.DocumentContentCommands.FloatingDocument">
<summary>
Shows the <see cref="T:AvalonDock.DocumentContent"/> as a floating window document
</summary>
</member>
<member name="P:AvalonDock.DocumentContentCommands.TabbedDocument">
<summary>
Shows the <see cref="T:AvalonDock.DocumentContent"/> as a tabbed document
</summary>
</member>
<member name="T:AvalonDock.ManagedContentCommands">
<summary>
Defines commands shared beteween all contents (Dockable or Documents)
</summary>
</member>
<member name="P:AvalonDock.ManagedContentCommands.Close">
<summary>
This command closes the content
</summary>
</member>
<member name="P:AvalonDock.ManagedContentCommands.Hide">
<summary>
This command hides the content
</summary>
</member>
<member name="P:AvalonDock.ManagedContentCommands.Show">
<summary>
This command shows the content
</summary>
<remarks>How content is shown by default depends from the type of content. A <see cref="T:AvalonDock.DockableContent"/> is shown as docked pane, instead
a <see cref="T:AvalonDock.DocumentContent"/> is shown as tabbed document</remarks>
</member>
<member name="P:AvalonDock.ManagedContentCommands.Activate">
<summary>
This command activate the commands (i.e. select it inside the conatiner pane)
</summary>
<remarks>Activating a content means essentially putting it in evidence. For a content that is auto-hidden this command opens a flyout window containing the content.</remarks>
</member>
<member name="T:AvalonDock.GreyableImage">
<summary>
Image control that get's greyed out when disabled.
This control is intended to be used for toolbar, menu or button icons where ability of an icon to
grey itself out when disabled is essential.
<remarks>
1) Greyscale image is created using FormatConvertedBitmap class. Unfortunately when converting the
image to greyscale this class does n0t preserve transparency information. To overcome that, there is
an opacity mask created from original image that is applied to greyscale image in order to preserve
transparency information. Because of that if an OpacityMask is applied to original image that mask
has to be combined with that special opacity mask of greyscale image in order to make a proper
greyscale image look. If you know how to combine two opacity masks please let me know.
2) DrawingImage source is not supported at the moment.
3) Have not tried to use any BitmapSource derived sources accept for BitmapImage so it may not be
able to convert some of them to greyscale.
4) When specifying source Uri from XAML try to use Absolute Uri otherwise the greyscale image
may not be created in some scenarious. There is some code to improve the situation but I cannot
guarantee it will work in all possible scenarious.
5) In case the greyscaled version cannot be created for whatever reason the original image with
60% opacity (i.e. dull colours) will be used instead (that will work even with the DrawingImage
source).
</remarks>
</summary>
</member>
<member name="M:AvalonDock.GreyableImage.OnPropertyChanged(System.Windows.DependencyPropertyChangedEventArgs)">
<summary>
Overwritten to handle changes of IsEnabled, Source and OpacityMask properties
</summary>
<param name="e"></param>
</member>
<member name="M:AvalonDock.GreyableImage.SetSources">
<summary>
Cashes original ImageSource, creates and caches greyscale ImageSource and greyscale opacity mask
</summary>
</member>
<member name="T:AvalonDock.DockablePaneCommands">
<summary>
Defines commands that can be applied to a dockable pane
</summary>
</member>
<member name="P:AvalonDock.DockablePaneCommands.Close">
<summary>
This command closes the <see cref="T:AvalonDock.DockablePane"/> and closes all the contained <see cref="T:AvalonDock.DockableContent"/>s inside it
</summary>
</member>
<member name="P:AvalonDock.DockablePaneCommands.Hide">
<summary>
This command closes the <see cref="T:AvalonDock.DockablePane"/> and hides all the contained <see cref="T:AvalonDock.DockableContent"/>s inside it
</summary>
</member>
<member name="P:AvalonDock.DockablePaneCommands.ToggleAutoHide">
<summary>
This commands auto-hides the pane with all contained <see cref="T:AvalonDock.DockableContent"/>s inside it
</summary>
</member>
<member name="T:AvalonDock.ILinqToTree`1">
<summary>
Defines an adapter that must be implemented in order to use the LinqToTree
extension methods
</summary>
<typeparam name="T"></typeparam>
</member>
<member name="M:AvalonDock.ILinqToTree`1.Children">
<summary>
Obtains all the children of the Item.
</summary>
<returns></returns>
</member>
<member name="P:AvalonDock.ILinqToTree`1.Parent">
<summary>
The parent of the Item.
</summary>
</member>
<member name="P:AvalonDock.ILinqToTree`1.Item">
<summary>
The item being adapted.
</summary>
</member>
<member name="M:AvalonDock.ILinqToTreeExts.Descendants``1(AvalonDock.ILinqToTree{``0})">
<summary>
Returns a collection of descendant elements.
</summary>
</member>
<member name="M:AvalonDock.ILinqToTreeExts.Ancestors``1(AvalonDock.ILinqToTree{``0})">
<summary>
Returns a collection of ancestor elements.
</summary>
</member>
<member name="M:AvalonDock.ILinqToTreeExts.Elements``1(AvalonDock.ILinqToTree{``0})">
<summary>
Returns a collection of child elements.
</summary>
</member>
<member name="T:AvalonDock.VisualTreeAdapter">
<summary>
An adapter for DependencyObject which implements ILinqToTree in
order to allow Linq queries on the visual tree
</summary>
</member>
<member name="T:AvalonDock.LogicalTreeAdapter">
<summary>
An adapter for DependencyObject which implements ILinqToTree in
order to allow Linq queries on the logical tree
</summary>
</member>
<member name="P:AvalonDock.PaneCommands.Dock">
<summary>
Dock <see cref="T:AvalonDock.Pane"/> to container <see cref="T:AvalonDock.DockingManager"/>
</summary>
</member>
<member name="T:XamlGeneratedNamespace.GeneratedInternalTypeHelper">
<summary>
GeneratedInternalTypeHelper
</summary>
</member>
<member name="M:XamlGeneratedNamespace.GeneratedInternalTypeHelper.CreateInstance(System.Type,System.Globalization.CultureInfo)">
<summary>
CreateInstance
</summary>
</member>
<member name="M:XamlGeneratedNamespace.GeneratedInternalTypeHelper.GetPropertyValue(System.Reflection.PropertyInfo,System.Object,System.Globalization.CultureInfo)">
<summary>
GetPropertyValue
</summary>
</member>
<member name="M:XamlGeneratedNamespace.GeneratedInternalTypeHelper.SetPropertyValue(System.Reflection.PropertyInfo,System.Object,System.Object,System.Globalization.CultureInfo)">
<summary>
SetPropertyValue
</summary>
</member>
<member name="M:XamlGeneratedNamespace.GeneratedInternalTypeHelper.CreateDelegate(System.Type,System.Object,System.String)">
<summary>
CreateDelegate
</summary>
</member>
<member name="M:XamlGeneratedNamespace.GeneratedInternalTypeHelper.AddEventHandler(System.Reflection.EventInfo,System.Object,System.Delegate)">
<summary>
AddEventHandler
</summary>
</member>
</members>
</doc>
/MKLiveView/v1.0/References/Etc/DotSpatial.Projections.dll
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/MKLiveView/v1.0/References/Etc/DotSpatial.Projections.xml
0,0 → 1,5090
<?xml version="1.0"?>
<doc>
<assembly>
<name>DotSpatial.Projections</name>
</assembly>
<members>
<member name="T:DotSpatial.Projections.Robinson">
<summary>
Robinson
</summary>
</member>
<member name="T:DotSpatial.Projections.Transform">
<summary>
TransverseMercator is a class allowing the transverse mercator transform as transcribed
from the 4.6 version of the Proj4 library (pj_tmerc.c)
</summary>
</member>
<member name="T:DotSpatial.Projections.ITransform">
<summary>
ITransform
</summary>
</member>
<member name="M:DotSpatial.Projections.ITransform.Init(DotSpatial.Projections.ProjectionInfo)">
<summary>
Initializes the parameters from the projection info
</summary>
<param name="proj">The projection information used to control this transform</param>
</member>
<member name="M:DotSpatial.Projections.ITransform.Forward(System.Double[],System.Int32,System.Int32)">
<summary>
Transforms all the coordinates by cycling through them in a loop,
transforming each one. Only the 0 and 1 values of each coordinate will be
transformed, higher dimensional values will be copied.
</summary>
</member>
<member name="M:DotSpatial.Projections.ITransform.Inverse(System.Double[],System.Int32,System.Int32)">
<summary>
Transforms all the coordinates by cycling through them in a loop,
transforming each one. Only the 0 and 1 values of each coordinate will be
transformed, higher dimensional values will be copied.
</summary>
</member>
<member name="M:DotSpatial.Projections.ITransform.Special(System.Double[],DotSpatial.Projections.ProjectionInfo,DotSpatial.Projections.Factors)">
<summary>
Special factor calculations for a factors calculation
</summary>
<param name="lp"></param>
<param name="p"></param>
<param name="fac"></param>
</member>
<member name="P:DotSpatial.Projections.ITransform.Name">
<summary>
Gets or sets the string name of this projection. This should uniquely define the projection,
and controls what appears in the .prj files. This name is required.
</summary>
</member>
<member name="P:DotSpatial.Projections.ITransform.Proj4Name">
<summary>
Gets or sets the string name of this projection as it is known to proj4, or should appear
in a proj4 string. This name is required to read and write to proj4 strings.
</summary>
</member>
<member name="P:DotSpatial.Projections.ITransform.Proj4Aliases">
<summary>
This is the list of alternate names to check besides the Proj4Name. This will not be used
for writing Proj4 strings, but may be helpful for reading them.
</summary>
</member>
<member name="F:DotSpatial.Projections.Transform.HALF_PI">
<summary>
Pi/2
</summary>
</member>
<member name="F:DotSpatial.Projections.Transform.FORT_PI">
<summary>
Math.Pi / 4
</summary>
</member>
<member name="F:DotSpatial.Projections.Transform.TWO_PI">
<summary>
2 * Math.Pi
</summary>
</member>
<member name="F:DotSpatial.Projections.Transform.EPS10">
<summary>
1E-10
</summary>
</member>
<member name="F:DotSpatial.Projections.Transform.IS_ANAL_HK">
<summary>
Analytic Hk
</summary>
</member>
<member name="F:DotSpatial.Projections.Transform.IS_ANAL_CONV">
<summary>
Analytic Conv
</summary>
</member>
<member name="F:DotSpatial.Projections.Transform.IS_ANAL_XL_YL">
<summary>
Analytic Xl Yl
</summary>
</member>
<member name="F:DotSpatial.Projections.Transform.IS_ANAL_XP_YP">
<summary>
Analytic Xp Yp
</summary>
</member>
<member name="F:DotSpatial.Projections.Transform.RAD_TO_DEG">
<summary>
Radians to Degrees
</summary>
</member>
<member name="F:DotSpatial.Projections.Transform.DEG_TO_RAD">
<summary>
Degrees to Radians
</summary>
</member>
<member name="F:DotSpatial.Projections.Transform.LAMBDA">
<summary>
The integer index representing lambda values in arrays representing geodetic coordinates
</summary>
</member>
<member name="F:DotSpatial.Projections.Transform.PHI">
<summary>
The integer index representing phi values in arrays representing geodetic coordinates
</summary>
</member>
<member name="F:DotSpatial.Projections.Transform.X">
<summary>
The integer index representing X values in arrays representing linear coordinates
</summary>
</member>
<member name="F:DotSpatial.Projections.Transform.Y">
<summary>
The integer index representing Y values in arrays representing linear coordinates
</summary>
</member>
<member name="F:DotSpatial.Projections.Transform.R">
<summary>
The integer index representing real values in arrays representing complex numbers
</summary>
</member>
<member name="F:DotSpatial.Projections.Transform.I">
<summary>
The integer index representing immaginary values in arrays representing complex numbers
</summary>
</member>
<member name="F:DotSpatial.Projections.Transform.A">
<summary>
The major axis
</summary>
</member>
<member name="F:DotSpatial.Projections.Transform.Ra">
<summary>
1/a
</summary>
</member>
<member name="F:DotSpatial.Projections.Transform.OneEs">
<summary>
1 - e^2;
</summary>
</member>
<member name="F:DotSpatial.Projections.Transform.ROneEs">
<summary>
1/OneEs
</summary>
</member>
<member name="F:DotSpatial.Projections.Transform.E">
<summary>
Eccentricity
</summary>
</member>
<member name="F:DotSpatial.Projections.Transform.IsElliptical">
<summary>
True if the spheroid is flattened
</summary>
</member>
<member name="F:DotSpatial.Projections.Transform.Es">
<summary>
Eccentricity Squared
</summary>
</member>
<member name="F:DotSpatial.Projections.Transform.Phi0">
<summary>
Central Latitude
</summary>
</member>
<member name="F:DotSpatial.Projections.Transform.Lam0">
<summary>
Central Longitude
</summary>
</member>
<member name="F:DotSpatial.Projections.Transform.X0">
<summary>
False Easting
</summary>
</member>
<member name="F:DotSpatial.Projections.Transform.Y0">
<summary>
False Northing
</summary>
</member>
<member name="F:DotSpatial.Projections.Transform.K0">
<summary>
Scaling Factor
</summary>
</member>
<member name="F:DotSpatial.Projections.Transform.ToMeter">
<summary>
Scaling to meter
</summary>
</member>
<member name="F:DotSpatial.Projections.Transform.FromMeter">
<summary>
Scaling from meter
</summary>
</member>
<member name="F:DotSpatial.Projections.Transform.B">
<summary>
The B parameter, which should be consisten with the semi-minor axis
</summary>
</member>
<member name="M:DotSpatial.Projections.Transform.Init(DotSpatial.Projections.ProjectionInfo)">
<summary>
Initializes the parameters from the projection info
</summary>
<param name="proj">The projection information used to control this transform</param>
</member>
<member name="M:DotSpatial.Projections.Transform.FromKnownTransform(DotSpatial.Projections.KnownTransform)">
<summary>
Uses an enumeration to generate a new instance of a known transform class
</summary>
<param name="value">The member of the KnownTransforms to instantiate</param>
<returns>A new ITransform interface representing the specific transform</returns>
</member>
<member name="M:DotSpatial.Projections.Transform.Forward(System.Double[],System.Int32,System.Int32)">
<summary>
Transforms all the coordinates by cycling through them in a loop,
transforming each one. Only the 0 and 1 values of each coordinate will be
transformed, higher dimensional values will be copied.
</summary>
</member>
<member name="M:DotSpatial.Projections.Transform.Inverse(System.Double[],System.Int32,System.Int32)">
<summary>
Transforms all the coordinates by cycling through them in a loop,
transforming each one. Only the 0 and 1 values of each coordinate will be
transformed, higher dimensional values will be copied.
</summary>
</member>
<member name="M:DotSpatial.Projections.Transform.Special(System.Double[],DotSpatial.Projections.ProjectionInfo,DotSpatial.Projections.Factors)">
<summary>
Special factor calculations for a factors calculation
</summary>
<param name="lp">lambda-phi</param>
<param name="p">The projection</param>
<param name="fac">The Factors</param>
</member>
<member name="M:DotSpatial.Projections.Transform.OnSpecial(System.Double[],DotSpatial.Projections.ProjectionInfo,DotSpatial.Projections.Factors)">
<summary>
Allows for some custom code during a process method
</summary>
<param name="lp">lambda-phi</param>
<param name="p">The projection coordinate system information</param>
<param name="fac">The Factors</param>
</member>
<member name="M:DotSpatial.Projections.Transform.OnInit(DotSpatial.Projections.ProjectionInfo)">
<summary>
Initializes the transform using the parameters from the specified coordinate system information
</summary>
<param name="projInfo">A ProjectionInfo class contains all the standard and custom parameters needed to initialize this transform</param>
</member>
<member name="M:DotSpatial.Projections.Transform.OnForward(System.Double[],System.Double[],System.Int32,System.Int32)">
<summary>
Transforms cartesian x, y to geodetic lambda, phi
</summary>
<param name="lp">in -> the lambda, phi coordinates</param>
<param name="xy">out -> the cartesian x, y</param>
<param name="startIndex">The zero based starting point index. If this is 1, for instance, reading will skip the x and y of the first point and start at the second point.</param>
<param name="numPoints">The integer count of the pairs of xy values to consider.</param>
</member>
<member name="M:DotSpatial.Projections.Transform.OnInverse(System.Double[],System.Double[],System.Int32,System.Int32)">
<summary>
The inverse transform from linear units to geodetic units
</summary>
<param name="xy">The double values for the input x and y values stored in an array</param>
<param name="lp">The double values for the output lambda and phi values stored in an array</param>
<param name="startIndex">The zero based starting point index. If this is 1, for instance, reading will skip the x and y of the first point and start at the second point.</param>
<param name="numPoints">The integer count of the pairs of xy values to consider</param>
</member>
<member name="M:DotSpatial.Projections.Transform.Clone">
<summary>
</summary>
<returns></returns>
</member>
<member name="M:DotSpatial.Projections.Transform.OnCopy(DotSpatial.Projections.Transform)">
<summary>
This allows for custom behavior to override the base behavior
</summary>
<param name="duplicate"></param>
</member>
<member name="P:DotSpatial.Projections.Transform.Name">
<summary>
Gets or sets the string name of this projection as it appears in .prj files and
ESRI wkt. This can also be several names separated by a semicolon.
</summary>
</member>
<member name="P:DotSpatial.Projections.Transform.Proj4Name">
<summary>
Gets or sets the string name of this projection as it should appear in proj4 strings.
This can also be several names deliminated by a semicolon.
</summary>
</member>
<member name="P:DotSpatial.Projections.Transform.Proj4Aliases">
<summary>
Gets or sets a list of optional aliases that can be used in the place of the Proj4Name.
This will only be used during reading, and will not be used during writing.
</summary>
</member>
<member name="T:DotSpatial.Projections.Transform.Modes">
<summary>
For transforms that distinguish between polar, oblique and equitorial modes
</summary>
</member>
<member name="F:DotSpatial.Projections.Transform.Modes.NorthPole">
<summary>
North Pole
</summary>
</member>
<member name="F:DotSpatial.Projections.Transform.Modes.SouthPole">
<summary>
South Pole
</summary>
</member>
<member name="F:DotSpatial.Projections.Transform.Modes.Equitorial">
<summary>
Equitorial
</summary>
</member>
<member name="F:DotSpatial.Projections.Transform.Modes.Oblique">
<summary>
Oblique
</summary>
</member>
<member name="M:DotSpatial.Projections.Robinson.#ctor">
<summary>
Creates a new instance of Robinson
</summary>
</member>
<member name="M:DotSpatial.Projections.Robinson.OnForward(System.Double[],System.Double[],System.Int32,System.Int32)">
<inheritdoc />
</member>
<member name="M:DotSpatial.Projections.Robinson.OnInverse(System.Double[],System.Double[],System.Int32,System.Int32)">
<inheritdoc />
</member>
<member name="T:DotSpatial.Projections.ObliqueStereographicAlternative">
<summary>
ObliqueStereographicAlternative
</summary>
</member>
<member name="M:DotSpatial.Projections.ObliqueStereographicAlternative.#ctor">
<summary>
Creates a new instance of ObliqueStereographicAlternative
</summary>
</member>
<member name="M:DotSpatial.Projections.ObliqueStereographicAlternative.OnForward(System.Double[],System.Double[],System.Int32,System.Int32)">
<inheritdoc />
</member>
<member name="M:DotSpatial.Projections.ObliqueStereographicAlternative.OnInverse(System.Double[],System.Double[],System.Int32,System.Int32)">
<inheritdoc />
</member>
<member name="M:DotSpatial.Projections.ObliqueStereographicAlternative.OnInit(DotSpatial.Projections.ProjectionInfo)">
<summary>
Initializes the transform using the parameters from the specified coordinate system information
</summary>
<param name="projInfo">A ProjectionInfo class contains all the standard and custom parameters needed to initialize this transform</param>
</member>
<member name="T:DotSpatial.Projections.McBrydeThomasFlatPolarSine">
<summary>
McBrydeThomasFlatPolarSine is a tweaked version of Qaurtic Authalic
</summary>
</member>
<member name="T:DotSpatial.Projections.QuarticAuthalic">
<summary>
QuarticAuthalic
</summary>
</member>
<member name="M:DotSpatial.Projections.QuarticAuthalic.#ctor">
<summary>
Creates a new instance of QuarticAuthalic
</summary>
</member>
<member name="M:DotSpatial.Projections.QuarticAuthalic.OnForward(System.Double[],System.Double[],System.Int32,System.Int32)">
<inheritdoc />
</member>
<member name="M:DotSpatial.Projections.QuarticAuthalic.OnInverse(System.Double[],System.Double[],System.Int32,System.Int32)">
<inheritdoc />
</member>
<member name="M:DotSpatial.Projections.QuarticAuthalic.OnInit(DotSpatial.Projections.ProjectionInfo)">
<summary>
Initializes the transform using the parameters from the specified coordinate system information
</summary>
<param name="projInfo">A ProjectionInfo class contains all the standard and custom parameters needed to initialize this transform</param>
</member>
<member name="M:DotSpatial.Projections.QuarticAuthalic.Setup(System.Double,System.Double,System.Boolean)">
<summary>
Setup
</summary>
<param name="p"></param>
<param name="q"></param>
<param name="mode"></param>
</member>
<member name="M:DotSpatial.Projections.McBrydeThomasFlatPolarSine.#ctor">
<summary>
Creates a new instance of McBrydeThomasFlatPolarSine
</summary>
</member>
<member name="M:DotSpatial.Projections.McBrydeThomasFlatPolarSine.OnInit(DotSpatial.Projections.ProjectionInfo)">
<summary>
Initializes the transform using the parameters from the specified coordinate system information
</summary>
<param name="projInfo">A ProjectionInfo class contains all the standard and custom parameters needed to initialize this transform</param>
</member>
<member name="T:DotSpatial.Projections.Loximuthal">
<summary>
Loximuthal
</summary>
</member>
<member name="M:DotSpatial.Projections.Loximuthal.#ctor">
<summary>
Creates a new instance of Loximuthal
</summary>
</member>
<member name="M:DotSpatial.Projections.Loximuthal.OnForward(System.Double[],System.Double[],System.Int32,System.Int32)">
<inheritdoc />
</member>
<member name="M:DotSpatial.Projections.Loximuthal.OnInverse(System.Double[],System.Double[],System.Int32,System.Int32)">
<inheritdoc />
</member>
<member name="M:DotSpatial.Projections.Loximuthal.OnInit(DotSpatial.Projections.ProjectionInfo)">
<summary>
Initializes the transform using the parameters from the specified coordinate system information
</summary>
<param name="projInfo">A ProjectionInfo class contains all the standard and custom parameters needed to initialize this transform</param>
</member>
<member name="T:DotSpatial.Projections.Krovak">
<summary>
Krovak
NOTES: According to EPSG the full Krovak projection method should have
the following parameters. Within PROJ.4 the azimuth, and pseudo
standard parallel are hardcoded in the algorithm and can't be
altered from outside. The others all have defaults to match the
common usage with Krovak projection.
lat_0 = latitude of centre of the projection
lon_0 = longitude of centre of the projection
** = azimuth (true) of the centre line passing through the centre of the projection
** = latitude of pseudo standard parallel
k = scale factor on the pseudo standard parallel
x_0 = False Easting of the centre of the projection at the apex of the cone
y_0 = False Northing of the centre of the projection at the apex of the cone
</summary>
</member>
<member name="M:DotSpatial.Projections.Krovak.#ctor">
<summary>
Creates a new instance of Krovak
</summary>
</member>
<member name="M:DotSpatial.Projections.Krovak.OnForward(System.Double[],System.Double[],System.Int32,System.Int32)">
<inheritdoc />
</member>
<member name="M:DotSpatial.Projections.Krovak.OnInverse(System.Double[],System.Double[],System.Int32,System.Int32)">
<inheritdoc />
</member>
<member name="M:DotSpatial.Projections.Krovak.OnInit(DotSpatial.Projections.ProjectionInfo)">
<summary>
Initializes the transform using the parameters from the specified coordinate system information
</summary>
<param name="projInfo">A ProjectionInfo class contains all the standard and custom parameters needed to initialize this transform</param>
</member>
<member name="T:DotSpatial.Projections.Eckert2">
<summary>
Eckert2
</summary>
</member>
<member name="M:DotSpatial.Projections.Eckert2.#ctor">
<summary>
Creates a new instance of Eckert2
</summary>
</member>
<member name="M:DotSpatial.Projections.Eckert2.OnForward(System.Double[],System.Double[],System.Int32,System.Int32)">
<inheritdoc />
</member>
<member name="M:DotSpatial.Projections.Eckert2.OnInverse(System.Double[],System.Double[],System.Int32,System.Int32)">
<inheritdoc />
</member>
<member name="T:DotSpatial.Projections.AlbersConicEqualArea">
<summary>
AlbersConicEqualArea
</summary>
</member>
<member name="T:DotSpatial.Projections.AlbersEqualArea">
<summary>
AlbersEqualArea
</summary>
</member>
<member name="M:DotSpatial.Projections.AlbersEqualArea.#ctor">
<summary>
Creates a new instance of AlbersEqualArea
</summary>
</member>
<member name="M:DotSpatial.Projections.AlbersEqualArea.OnForward(System.Double[],System.Double[],System.Int32,System.Int32)">
<inheritdoc />
</member>
<member name="M:DotSpatial.Projections.AlbersEqualArea.OnInverse(System.Double[],System.Double[],System.Int32,System.Int32)">
<inheritdoc />
</member>
<member name="M:DotSpatial.Projections.AlbersEqualArea.OnInit(DotSpatial.Projections.ProjectionInfo)">
<summary>
Initializes the transform using the parameters from the specified coordinate system information
</summary>
<param name="projInfo">A ProjectionInfo class contains all the standard and custom parameters needed to initialize this transform</param>
</member>
<member name="M:DotSpatial.Projections.AlbersEqualArea.Setup">
<summary>
Internal code handling the setup operations for the transform
</summary>
</member>
<member name="P:DotSpatial.Projections.AlbersEqualArea.Phi1">
<summary>
Gets or sets the Phi1 parameter
</summary>
</member>
<member name="P:DotSpatial.Projections.AlbersEqualArea.Phi2">
<summary>
Gets or sets the Phi2 parameter
</summary>
</member>
<member name="M:DotSpatial.Projections.AlbersConicEqualArea.#ctor">
<summary>
Creates a new instance of AlbersConicEqualArea
</summary>
</member>
<member name="T:DotSpatial.Projections.ProjectedCategories.Minnesota">
<summary>
Not sure why we have all these county based Minnesota and Wisconsin projections
</summary>
</member>
<member name="T:DotSpatial.Projections.CoordinateSystemCategory">
<summary>
CoordinateSystem
</summary>
</member>
<member name="M:DotSpatial.Projections.CoordinateSystemCategory.#ctor">
<summary>
Creates a new instance of CoordinateSystem
</summary>
</member>
<member name="M:DotSpatial.Projections.CoordinateSystemCategory.GetProjection(System.String)">
<summary>
Retrieves the specified projection given the specified name.
</summary>
<param name="name">The string name of the projection to obtain information for</param>
<returns></returns>
</member>
<member name="M:DotSpatial.Projections.CoordinateSystemCategory.ToArray">
<summary>
Obtains all the members of this category, building a single
array of the projection info classes. This returns the
original classes, not a copy.
</summary>
<returns>The array of projection info classes</returns>
</member>
<member name="P:DotSpatial.Projections.CoordinateSystemCategory.Names">
<summary>
Gets the list of names of all the members on this object
</summary>
</member>
<member name="M:DotSpatial.Projections.ProjectedCategories.Minnesota.#ctor">
<summary>
Creates a new instance of Minnesota
</summary>
</member>
<member name="T:DotSpatial.Projections.ProjectedCategories.Africa">
<summary>
Africa
</summary>
</member>
<member name="M:DotSpatial.Projections.ProjectedCategories.Africa.#ctor">
<summary>
Creates a new instance of Africa
</summary>
</member>
<member name="T:DotSpatial.Projections.GeographicCategories.Europe">
<summary>
Europe
</summary>
</member>
<member name="M:DotSpatial.Projections.GeographicCategories.Europe.#ctor">
<summary>
Creates a new instance of Europe
</summary>
</member>
<member name="T:DotSpatial.Projections.ProjPropertyInfoEm">
<summary>
PropertyInfoEM
</summary>
</member>
<member name="M:DotSpatial.Projections.ProjPropertyInfoEm.GetFirst(System.Collections.Generic.IEnumerable{System.Reflection.PropertyInfo},System.String)">
<summary>
Gets the first member in the enumerable collection of property info with the specified name.
</summary>
<param name="self"></param>
<param name="name"></param>
<returns></returns>
</member>
<member name="M:DotSpatial.Projections.ProjPropertyInfoEm.Contains(System.Collections.Generic.IEnumerable{System.Reflection.PropertyInfo},System.String)">
<summary>
Determines whether there is a member with the specified name
</summary>
<param name="self"></param>
<param name="name"></param>
<returns></returns>
</member>
<member name="T:DotSpatial.Projections.Wagner6">
<summary>
Wagner6
</summary>
</member>
<member name="M:DotSpatial.Projections.Wagner6.#ctor">
<summary>
Creates a new instance of Wagner6
</summary>
</member>
<member name="M:DotSpatial.Projections.Wagner6.OnForward(System.Double[],System.Double[],System.Int32,System.Int32)">
<inheritdoc />
</member>
<member name="M:DotSpatial.Projections.Wagner6.OnInverse(System.Double[],System.Double[],System.Int32,System.Int32)">
<inheritdoc />
</member>
<member name="T:DotSpatial.Projections.Polyconic">
<summary>
Polygconic
</summary>
</member>
<member name="T:DotSpatial.Projections.EllipticalTransform">
<summary>
Elliptical Transform supports a built in framework for assuming a
separate function occurs if the spheroid is elliptical
</summary>
</member>
<member name="M:DotSpatial.Projections.EllipticalTransform.OnForward(System.Double[],System.Double[],System.Int32,System.Int32)">
<inheritdoc />
</member>
<member name="M:DotSpatial.Projections.EllipticalTransform.EllipticalForward(System.Double[],System.Double[],System.Int32,System.Int32)">
<summary>
Calculates the forward transformation from geodetic lambda and phi coordinates to
linear xy coordinates for projections that have elliptical earth models.
</summary>
<param name="lp">The input interleaved lambda-phi coordinates where lambda is longitude in radians and phi is latitude in radians.</param>
<param name="xy">The resulting interleaved x-y coordinates</param>
<param name="startIndex">The zero based integer start index in terms of coordinate pairs</param>
<param name="numPoints">The integer number of xy pairs to evaluate.</param>
</member>
<member name="M:DotSpatial.Projections.EllipticalTransform.SphericalForward(System.Double[],System.Double[],System.Int32,System.Int32)">
<summary>
Calculates the forward transformation from geodetic lambda and phi coordinates to
linear xy coordinates for projections that have spherical earth models.
</summary>
<param name="lp">The input interleaved lambda-phi coordinates where lambda is longitude in radians and phi is latitude in radians.</param>
<param name="xy">The resulting interleaved x-y coordinates</param>
<param name="startIndex">The zero based integer start index in terms of coordinate pairs</param>
<param name="numPoints">The integer number of xy pairs to evaluate.</param>
</member>
<member name="M:DotSpatial.Projections.EllipticalTransform.OnInverse(System.Double[],System.Double[],System.Int32,System.Int32)">
<inheritdoc />
</member>
<member name="M:DotSpatial.Projections.EllipticalTransform.EllipticalInverse(System.Double[],System.Double[],System.Int32,System.Int32)">
<summary>
Calculates the inverse transformation from linear xy coordinates to geodetic lambda and phi coordinates
for projections that have elliptical earth models.
</summary>
<param name="xy">The input interleaved x-y coordinates</param>
<param name="lp">The output interleaved lambda-phi coordinates where lambda is longitude in radians and phi is latitude in radians.</param>
<param name="startIndex">The zero based integer start index in terms of coordinate pairs</param>
<param name="numPoints">The integer number of xy pairs to evaluate.</param>
</member>
<member name="M:DotSpatial.Projections.EllipticalTransform.SphericalInverse(System.Double[],System.Double[],System.Int32,System.Int32)">
<summary>
Calculates the inverse transformation from linear xy coordinates to geodetic lambda and phi coordinates
for projections that have spherical earth models.
</summary>
<param name="xy">The input interleaved x-y coordinates</param>
<param name="lp">The output interleaved lambda-phi coordinates where lambda is longitude in radians and phi is latitude in radians.</param>
<param name="startIndex">The zero based integer start index in terms of coordinate pairs</param>
<param name="numPoints">The integer number of xy pairs to evaluate.</param>
</member>
<member name="M:DotSpatial.Projections.Polyconic.#ctor">
<summary>
Creates a new instance of Polygconic
</summary>
</member>
<member name="M:DotSpatial.Projections.Polyconic.OnInit(DotSpatial.Projections.ProjectionInfo)">
<summary>
Initializes the transform using the parameters from the specified coordinate system information
</summary>
<param name="projInfo">A ProjectionInfo class contains all the standard and custom parameters needed to initialize this transform</param>
</member>
<member name="M:DotSpatial.Projections.Polyconic.EllipticalForward(System.Double[],System.Double[],System.Int32,System.Int32)">
<inheritdoc />
</member>
<member name="M:DotSpatial.Projections.Polyconic.SphericalForward(System.Double[],System.Double[],System.Int32,System.Int32)">
<inheritdoc />
</member>
<member name="M:DotSpatial.Projections.Polyconic.EllipticalInverse(System.Double[],System.Double[],System.Int32,System.Int32)">
<inheritdoc />
</member>
<member name="M:DotSpatial.Projections.Polyconic.SphericalInverse(System.Double[],System.Double[],System.Int32,System.Int32)">
<inheritdoc />
</member>
<member name="T:DotSpatial.Projections.ObliqueMercator">
<summary>
OrthogonalMercator
</summary>
</member>
<member name="M:DotSpatial.Projections.ObliqueMercator.#ctor">
<summary>
Creates a new instance of OrthogonalMercator
</summary>
</member>
<member name="M:DotSpatial.Projections.ObliqueMercator.OnForward(System.Double[],System.Double[],System.Int32,System.Int32)">
<inheritdoc />
</member>
<member name="M:DotSpatial.Projections.ObliqueMercator.OnInverse(System.Double[],System.Double[],System.Int32,System.Int32)">
<inheritdoc />
</member>
<member name="M:DotSpatial.Projections.ObliqueMercator.OnInit(DotSpatial.Projections.ProjectionInfo)">
<summary>
Initializes the transform using the parameters from the specified coordinate system information
</summary>
<param name="projInfo">A ProjectionInfo class contains all the standard and custom parameters needed to initialize this transform</param>
</member>
<member name="T:DotSpatial.Projections.GoodeHomolosine">
<summary>
GoodeHomolosine
</summary>
</member>
<member name="M:DotSpatial.Projections.GoodeHomolosine.#ctor">
<summary>
Creates a new instance of GoodeHomolosine
</summary>
</member>
<member name="M:DotSpatial.Projections.GoodeHomolosine.OnForward(System.Double[],System.Double[],System.Int32,System.Int32)">
<inheritdoc />
</member>
<member name="M:DotSpatial.Projections.GoodeHomolosine.OnInverse(System.Double[],System.Double[],System.Int32,System.Int32)">
<inheritdoc />
</member>
<member name="M:DotSpatial.Projections.GoodeHomolosine.OnInit(DotSpatial.Projections.ProjectionInfo)">
<summary>
Initializes the transform using the parameters from the specified coordinate system information
</summary>
<param name="projInfo">A ProjectionInfo class contains all the standard and custom parameters needed to initialize this transform</param>
</member>
<member name="T:DotSpatial.Projections.EquidistantCylindrical">
<summary>
EquidistantCylindrical
</summary>
</member>
<member name="M:DotSpatial.Projections.EquidistantCylindrical.#ctor">
<summary>
Creates a new instance of EquidistantCylindrical
</summary>
</member>
<member name="M:DotSpatial.Projections.EquidistantCylindrical.OnForward(System.Double[],System.Double[],System.Int32,System.Int32)">
<inheritdoc />
</member>
<member name="M:DotSpatial.Projections.EquidistantCylindrical.OnInverse(System.Double[],System.Double[],System.Int32,System.Int32)">
<inheritdoc />
</member>
<member name="M:DotSpatial.Projections.EquidistantCylindrical.OnInit(DotSpatial.Projections.ProjectionInfo)">
<inheritdoc />
</member>
<member name="T:DotSpatial.Projections.Eckert1">
<summary>
Eckert1
</summary>
</member>
<member name="M:DotSpatial.Projections.Eckert1.#ctor">
<summary>
Creates a new instance of Eckert1
</summary>
</member>
<member name="M:DotSpatial.Projections.Eckert1.OnForward(System.Double[],System.Double[],System.Int32,System.Int32)">
<inheritdoc />
</member>
<member name="M:DotSpatial.Projections.Eckert1.OnInverse(System.Double[],System.Double[],System.Int32,System.Int32)">
<inheritdoc />
</member>
<member name="T:DotSpatial.Projections.BipolarObliqueConformalConic">
<summary>
BipolarObliqueConformalConic
</summary>
</member>
<member name="M:DotSpatial.Projections.BipolarObliqueConformalConic.#ctor">
<summary>
Creates a new instance of BipolarObliqueConformalConic
</summary>
</member>
<member name="M:DotSpatial.Projections.BipolarObliqueConformalConic.OnForward(System.Double[],System.Double[],System.Int32,System.Int32)">
<inheritdoc />
</member>
<member name="M:DotSpatial.Projections.BipolarObliqueConformalConic.OnInverse(System.Double[],System.Double[],System.Int32,System.Int32)">
<inheritdoc />
</member>
<member name="M:DotSpatial.Projections.BipolarObliqueConformalConic.OnInit(DotSpatial.Projections.ProjectionInfo)">
<summary>
Initializes the transform using the parameters from the specified coordinate system information
</summary>
<param name="projInfo">A ProjectionInfo class contains all the standard and custom parameters needed to initialize this transform</param>
</member>
<member name="T:DotSpatial.Projections.AzimuthalEquidistant">
<summary>
AzimuthalEquidistant
</summary>
</member>
<member name="M:DotSpatial.Projections.AzimuthalEquidistant.#ctor">
<summary>
Creates a new instance of AzimuthalEquidistant
</summary>
</member>
<member name="M:DotSpatial.Projections.AzimuthalEquidistant.OnInit(DotSpatial.Projections.ProjectionInfo)">
<summary>
Initializes the transform using the parameters from the specified coordinate system information
</summary>
<param name="projInfo">A ProjectionInfo class contains all the standard and custom parameters needed to initialize this transform</param>
</member>
<member name="M:DotSpatial.Projections.AzimuthalEquidistant.SphericalForward(System.Double[],System.Double[],System.Int32,System.Int32)">
<inheritdoc />
</member>
<member name="M:DotSpatial.Projections.AzimuthalEquidistant.EllipticalForward(System.Double[],System.Double[],System.Int32,System.Int32)">
<inheritdoc />
</member>
<member name="M:DotSpatial.Projections.AzimuthalEquidistant.SphericalInverse(System.Double[],System.Double[],System.Int32,System.Int32)">
<inheritdoc />
</member>
<member name="M:DotSpatial.Projections.AzimuthalEquidistant.EllipticalInverse(System.Double[],System.Double[],System.Int32,System.Int32)">
<inheritdoc />
</member>
<member name="T:DotSpatial.Projections.Aitoff">
<summary>
Aitoff
</summary>
</member>
<member name="M:DotSpatial.Projections.Aitoff.#ctor">
<summary>
Creates a new instance of Aitoff
</summary>
</member>
<member name="M:DotSpatial.Projections.Aitoff.OnForward(System.Double[],System.Double[],System.Int32,System.Int32)">
<inheritdoc />
</member>
<member name="T:DotSpatial.Projections.ProjectionInfo">
<summary>
Parameters
</summary>
</member>
<member name="T:DotSpatial.Projections.ProjDescriptor">
<summary>
Descriptors are simple classes that are used for storing symbology or other basic characteristics.
They are presumed to be made up of value types and other descriptors, and are expected to be serializable.
This being said, some basic capabilities are supported for randomizing, copying and comparing the
properties of descriptors.
</summary>
</member>
<member name="T:DotSpatial.Projections.ProjCopyBase">
<summary>
CopyBase
</summary>
</member>
<member name="M:DotSpatial.Projections.ProjCopyBase.#ctor">
<summary>
Creates a new instance of CopyBase
</summary>
</member>
<member name="M:DotSpatial.Projections.ProjCopyBase.System#ICloneable#Clone">
<summary>
Creates a duplicate of this descriptor using MemberwiseClone
</summary>
<returns>A clone of this object as a duplicate</returns>
</member>
<member name="M:DotSpatial.Projections.ProjCopyBase.DistinctNames(System.Collections.Generic.IEnumerable{System.Reflection.PropertyInfo})">
<summary>
PropertyInfo returns overridden members as separate entries. We would rather work with each members
only one time.
</summary>
<param name="allProperties">All the properties, including duplicates created by overridden members</param>
<returns>An Array of PropertyInfo members</returns>
</member>
<member name="M:DotSpatial.Projections.ProjCopyBase.OnCopy(DotSpatial.Projections.ProjDescriptor)">
<summary>
This occurs during the Copy method and is overridable by sub-classes
</summary>
<param name="copy">The duplicate descriptor</param>
</member>
<member name="T:DotSpatial.Projections.IProjDescriptor">
<summary>
IDescriptor
</summary>
</member>
<member name="T:DotSpatial.Projections.IProjMatchable">
<summary>
Matching is defined as being a different object, but having properties
that would make it indistinguishable from the comparision property.
This is an alternative to overriding the equals behavior in cases
where you might ALSO need to see if the object reference is the same.
</summary>
</member>
<member name="M:DotSpatial.Projections.IProjMatchable.Matches(DotSpatial.Projections.IProjMatchable,System.Collections.Generic.List{System.String}@)">
<summary>
Tests this object against the comparison object. If any of the
value type members are different, or if any of the properties
are IMatchable and do not match, then this returns false.
</summary>
<param name="other">The other IMatcheable object of the same type</param>
<param name="mismatchedProperties">The list of property names that do not match</param>
<returns>Boolean, true if the properties are comparably equal.</returns>
</member>
<member name="T:DotSpatial.Projections.IProjRandomizable">
<summary>
IRandomizable
</summary>
</member>
<member name="M:DotSpatial.Projections.IProjRandomizable.Randomize(System.Random)">
<summary>
This method will set the values for this class with random values that are
within acceptable parameters for this class.
</summary>
<param name="generator">An existing random number generator so that the random seed can be controlled</param>
</member>
<member name="M:DotSpatial.Projections.IProjDescriptor.CopyProperties(System.Object)">
<summary>
This copies the public descriptor properties from the specified object to
this object.
</summary>
<param name="other">An object that has properties that match the public properties on this object.</param>
</member>
<member name="M:DotSpatial.Projections.ProjDescriptor.#ctor">
<summary>
Creates a new instance of MatchableObject
</summary>
</member>
<member name="M:DotSpatial.Projections.ProjDescriptor.CopyProperties(System.Object)">
<summary>
For each of the publicly accessible properties found on this object, this attempts
to copy a public property from the source object of the same name, if it can find it.
For each matching property name/type, it will attempt to copy the value.
</summary>
<param name="source">The</param>
</member>
<member name="M:DotSpatial.Projections.ProjDescriptor.Matches(DotSpatial.Projections.IProjMatchable,System.Collections.Generic.List{System.String}@)">
<summary>
Compares the properties of this object with the specified IMatchable other.
This does not test every property of other, but does test every property
of this item. As long as the other item has corresponding properties
for every property on this item, the items are said to match.
The IMatchable interface allows custom definitions of matching.
For collections to match, all of their sub-members must match.
</summary>
<param name="other"></param>
<param name="mismatchedProperties"></param>
<returns></returns>
</member>
<member name="M:DotSpatial.Projections.ProjDescriptor.Randomize(System.Random)">
<summary>
The default behavior is to cycle through all the properties of this
object, and call Randomize on any that implement the IRandomizable interface.
</summary>
<param name="generator">The Random seed generator for controling how the random content is created</param>
</member>
<member name="M:DotSpatial.Projections.ProjDescriptor.OnCopyProperties(System.Object)">
<summary>
This occurs while copying properties from the specified source, and
is the default handling for subclasses
</summary>
<param name="source"></param>
</member>
<member name="M:DotSpatial.Projections.ProjDescriptor.OnMatch(DotSpatial.Projections.IProjMatchable,System.Collections.Generic.List{System.String})">
<summary>
This gives sub-classes the chance to directly override, control or otherwise tamper
with the matching process. This is also where normal matching is performed,
so to replace it, simply don't call the base.OnMatch method. To tweak the results,
the base method should be performed first, and the results can then be modified.
</summary>
<param name="other"></param>
<param name="mismatchedProperties"></param>
<returns></returns>
</member>
<member name="M:DotSpatial.Projections.ProjDescriptor.OnRandomize(System.Random)">
<summary>
This allows overrideable behavior that can replace or extend the basic behavior,
which is to call Randomize on any public properties that are listed as randomizeable.
This does nothing to normal properties or non public members and needs to be overriden
to provide the special case functionality for sub-classes.
</summary>
<param name="generator">The random number generator to be used during randomization</param>
</member>
<member name="T:DotSpatial.Projections.IEsriString">
<summary>
EsriString
</summary>
</member>
<member name="M:DotSpatial.Projections.IEsriString.ToEsriString">
<summary>
Writes the value in the format that it would appear in within a prj file
</summary>
<returns>The a nested portion of the total esri string.</returns>
</member>
<member name="M:DotSpatial.Projections.IEsriString.ReadEsriString(System.String)">
<summary>
This reads the string and attempts to parse the relavent values.
</summary>
<param name="esriString">The string to read</param>
</member>
<member name="M:DotSpatial.Projections.ProjectionInfo.#ctor">
<summary>
Creates a new instance of Parameters
</summary>
</member>
<member name="M:DotSpatial.Projections.ProjectionInfo.#ctor(System.String)">
<summary>
Creates a new projection and automaticalyl reads in the proj4 string
</summary>
<param name="proj4String">THe proj4String to read in while defining the projection</param>
</member>
<member name="M:DotSpatial.Projections.ProjectionInfo.GetUnitText(System.Double)">
<summary>
If this is a geographic coordinate system, this will show decimal degrees. Otherwise,
this will show the linear unit units.
</summary>
<returns></returns>
</member>
<member name="M:DotSpatial.Projections.ProjectionInfo.Equals(DotSpatial.Projections.ProjectionInfo)">
<summary>
Gets a boolean that is true if the proj4 string created by the projections matches.
There are multiple ways to write the same projection, but the output proj4 string
should be a good indicator of whether or not they are the same.
</summary>
<param name="other">The other projection to compare with.</param>
<returns>Boolean, true if the projections are the same.</returns>
</member>
<member name="M:DotSpatial.Projections.ProjectionInfo.Open(System.String)">
<summary>
Open a given prj filename
</summary>
<param name="prjFilename"></param>
</member>
<member name="M:DotSpatial.Projections.ProjectionInfo.SaveAs(System.String)">
<summary>
Exports this projection info by saving it to a *.prj file.
</summary>
<param name="prjFilename">The prj file to save to</param>
</member>
<member name="M:DotSpatial.Projections.ProjectionInfo.GetLam0">
<summary>
Gets the lambda 0, or central meridian, in radial coordinates
</summary>
<returns></returns>
</member>
<member name="M:DotSpatial.Projections.ProjectionInfo.GetPhi0">
<summary>
Gets the phi 0 or latitude of origin in radial coordinates
</summary>
<returns></returns>
</member>
<member name="M:DotSpatial.Projections.ProjectionInfo.GetPhi1">
<summary>
Gets the lat_1 parameter multiplied by radians
</summary>
<returns></returns>
</member>
<member name="M:DotSpatial.Projections.ProjectionInfo.GetPhi2">
<summary>
Gets the lat_2 parameter multiplied by radians
</summary>
<returns></returns>
</member>
<member name="M:DotSpatial.Projections.ProjectionInfo.GetLam1">
<summary>
Gets the lon_1 parameter in radians
</summary>
<returns></returns>
</member>
<member name="M:DotSpatial.Projections.ProjectionInfo.GetLam2">
<summary>
Gets the lon_2 parameter in radians
</summary>
<returns></returns>
</member>
<member name="M:DotSpatial.Projections.ProjectionInfo.ParamD(System.String)">
<summary>
Obtains the double valued parameter if it is found and can be parsed to a double.
</summary>
<param name="parameterName">The name of the parameter to return as a double value.</param>
<returns>The double valued parameter of the specified name, or zero.</returns>
</member>
<member name="M:DotSpatial.Projections.ProjectionInfo.ParamR(System.String)">
<summary>
Obtains the double valued parameter after converting from degrees to radians.
</summary>
<param name="parameterName">The name of the parameter to read</param>
<returns>The double valued parameter in radians.</returns>
</member>
<member name="M:DotSpatial.Projections.ProjectionInfo.ParamI(System.String)">
<summary>
Obtains the integer valued parameter if it is found and can be parsed to an integer
</summary>
<param name="parameterName">The string name of the parameter to find</param>
<returns>An integer value representing the parameter if it was found.</returns>
</member>
<member name="M:DotSpatial.Projections.ProjectionInfo.SetLam0(System.Double)">
<summary>
Sets the lambda 0, or central meridian in radial coordinates
</summary>
<param name="value">The value of Lambda 0 in radians</param>
</member>
<member name="M:DotSpatial.Projections.ProjectionInfo.SetPhi0(System.Double)">
<summary>
Sets the phi 0 or latitude of origin in radial coordinates
</summary>
<param name="value"></param>
</member>
<member name="M:DotSpatial.Projections.ProjectionInfo.ToEsriString">
<summary>
Expresses the entire projection as the ESRI well known text format that can be found in .prj files
</summary>
<returns>The generated string</returns>
</member>
<member name="M:DotSpatial.Projections.ProjectionInfo.ToProj4String">
<summary>
Attempts to generate a new proj4 string based on the current projection parameters,
regardless of whether they were read from a proj4 file or from an esri projection file.
</summary>
<returns></returns>
</member>
<member name="M:DotSpatial.Projections.ProjectionInfo.ReadProj4String(System.String)">
<summary>
Attempts to parse known parameters from the set of proj4 parameters
</summary>
<param name="proj4String"></param>
</member>
<member name="M:DotSpatial.Projections.ProjectionInfo.ReadEPSGCode(System.Int32)">
<summary>
Using the specified code, this will attempt to look up the related reference information
from the appropriate pcs code.
</summary>
<param name="code"></param>
</member>
<member name="M:DotSpatial.Projections.ProjectionInfo.ReadEsriString(System.String)">
<summary>
Parses the entire projection from an esri string. In some cases, this will have
default projection information since only geographic information is obtained.
</summary>
<param name="esriString">The ESRI string to parse</param>
</member>
<member name="P:DotSpatial.Projections.ProjectionInfo.AuxiliarySphereType">
<summary>
Gets or sets the auxiliary sphere type.
</summary>
</member>
<member name="P:DotSpatial.Projections.ProjectionInfo.EpsgCode">
<summary>
Gets or sets the Reference Code
</summary>
</member>
<member name="P:DotSpatial.Projections.ProjectionInfo.Authority">
<summary>
Gets or sets the athority, for example EPSG
</summary>
</member>
<member name="P:DotSpatial.Projections.ProjectionInfo.Name">
<summary>
Gets or sets the name of this projection information
</summary>
</member>
<member name="P:DotSpatial.Projections.ProjectionInfo.GeographicInfo">
<summary>
The geographic information
</summary>
</member>
<member name="P:DotSpatial.Projections.ProjectionInfo.FalseEasting">
<summary>
The false easting for this coordinate system
</summary>
</member>
<member name="P:DotSpatial.Projections.ProjectionInfo.FalseNorthing">
<summary>
The false northing for this coordinate system
</summary>
</member>
<member name="P:DotSpatial.Projections.ProjectionInfo.CentralMeridian">
<summary>
The horizontal 0 point in geographic terms
</summary>
</member>
<member name="P:DotSpatial.Projections.ProjectionInfo.ScaleFactor">
<summary>
The scale factor for this coordinate system
</summary>
</member>
<member name="P:DotSpatial.Projections.ProjectionInfo.LatitudeOfOrigin">
<summary>
The zero point in geographic terms
</summary>
</member>
<member name="P:DotSpatial.Projections.ProjectionInfo.StandardParallel1">
<summary>
The line of latitude where the scale information is preserved.
</summary>
</member>
<member name="P:DotSpatial.Projections.ProjectionInfo.StandardParallel2">
<summary>
</summary>
</member>
<member name="P:DotSpatial.Projections.ProjectionInfo.Unit">
<summary>
The unit being used for measurements.
</summary>
</member>
<member name="P:DotSpatial.Projections.ProjectionInfo.IsSouth">
<summary>
Gets or sets a boolean indicating whether this projection applies to the
southern coordinate system or not.
</summary>
</member>
<member name="P:DotSpatial.Projections.ProjectionInfo.Zone">
<summary>
Gets or sets the integer zone parameter if it is specified.
</summary>
</member>
<member name="P:DotSpatial.Projections.ProjectionInfo.IsGeocentric">
<summary>
Gets or sets a boolean that indicates whether or not this
projection is geocentric.
</summary>
</member>
<member name="P:DotSpatial.Projections.ProjectionInfo.IsLatLon">
<summary>
True if this coordinate system is expressed only using geographic coordinates
</summary>
</member>
<member name="P:DotSpatial.Projections.ProjectionInfo.Transform">
<summary>
Gets or sets the transform that converts between geodetic coordinates and projected coordinates.
</summary>
</member>
<member name="P:DotSpatial.Projections.ProjectionInfo.Geoc">
<summary>
Gets or sets a boolean indicating a geocentric latitude parameter
</summary>
</member>
<member name="P:DotSpatial.Projections.ProjectionInfo.Over">
<summary>
Gets or sets a boolean for the over-ranging flag
</summary>
</member>
<member name="P:DotSpatial.Projections.ProjectionInfo.Parameters">
<summary>
Gets or sets the parameters, including special parameters, stored by
the string names.
</summary>
</member>
<member name="P:DotSpatial.Projections.ProjectionInfo.NoDefs">
<summary>
A boolean that indicates whether the proj4 parameter "nodefs" appears.
</summary>
</member>
<member name="T:DotSpatial.Projections.ProjectedCategories.NationalGridsJapan">
<summary>
NationalGridsJapan
</summary>
</member>
<member name="M:DotSpatial.Projections.ProjectedCategories.NationalGridsJapan.#ctor">
<summary>
Creates a new instance of NationalGridsJapan
</summary>
</member>
<member name="T:DotSpatial.Projections.Meridian">
<summary>
Meridian
</summary>
</member>
<member name="M:DotSpatial.Projections.Meridian.#ctor">
<summary>
Creates a new instance of Meridian
</summary>
</member>
<member name="M:DotSpatial.Projections.Meridian.#ctor(System.Double,System.String)">
<summary>
Generates a custom meridian given a name and a longitude
</summary>
<param name="longitude">The longitude to use</param>
<param name="name">The string name for this meridian</param>
</member>
<member name="M:DotSpatial.Projections.Meridian.#ctor(DotSpatial.Projections.Proj4Meridian)">
<summary>
Creates a new meridian from one of the known, proj4 meridian locations.
Presumably the longitudes here correspond to various standard meridians
rather than some arbitrary longitudes of capital cities.
</summary>
<param name="standardMeridian">One of the enumerations listed</param>
</member>
<member name="M:DotSpatial.Projections.Meridian.#ctor(System.String)">
<summary>
Creates a new meridian from one of the known, proj4 meridian locations.
</summary>
<param name="standardMeridianName">The string name of the meridian to use</param>
</member>
<member name="M:DotSpatial.Projections.Meridian.ReadCode(System.Int32)">
<summary>
Reads the integer code (possibly only an internal GDAL code) for the Meridian.
The value can be from 8901 (Greenwich) to 8913 (Oslo). This will also alter
the name and longitude for this meridian.
</summary>
<param name="code">The integer meridian code.</param>
</member>
<member name="M:DotSpatial.Projections.Meridian.AssignMeridian(DotSpatial.Projections.Proj4Meridian)">
<summary>
Changes the longitude to correspond with the specified standard meridian
</summary>
<param name="standardMeridian"></param>
</member>
<member name="M:DotSpatial.Projections.Meridian.ReadProj4Parameters(System.Collections.Generic.Dictionary{System.String,System.String})">
<summary>
Attempts to parse the parameters in order to read the meridian
</summary>
<param name="parameters"></param>
</member>
<member name="M:DotSpatial.Projections.Meridian.ToEsriString">
<summary>
Writes the longitude and prime meridian content to the esri string
</summary>
<returns>A string that is formatted for an esri prj file</returns>
</member>
<member name="M:DotSpatial.Projections.Meridian.ReadEsriString(System.String)">
<summary>
Reads content from an esri string, learning information about the prime meridian
</summary>
<param name="esriString"></param>
</member>
<member name="P:DotSpatial.Projections.Meridian.Code">
<summary>
Gets or sets the code. Setting this will not impact the longitude or name.
In order to read a standard code (8901-8913) use the ReadCode method.
</summary>
</member>
<member name="P:DotSpatial.Projections.Meridian.Name">
<summary>
Gets or sets the string name
</summary>
</member>
<member name="P:DotSpatial.Projections.Meridian.Longitude">
<summary>
Gets or sets the longitude where the prime meridian for this geographic coordinate occurs.
</summary>
</member>
<member name="T:DotSpatial.Projections.GeographicCategories.Australia">
<summary>
Australia
</summary>
</member>
<member name="M:DotSpatial.Projections.GeographicCategories.Australia.#ctor">
<summary>
Creates a new instance of Australia
</summary>
</member>
<member name="T:DotSpatial.Projections.GeocentricGeodetic">
<summary>
Wenzel, H.-G.(1985): Hochauflösende Kugelfunktionsmodelle für
das Gravitationspotential der Erde. Wiss. Arb. Univ. Hannover
Nr. 137, p. 130-131.
</summary>
</member>
<member name="M:DotSpatial.Projections.GeocentricGeodetic.#ctor(DotSpatial.Projections.Spheroid)">
<summary>
Creates a new instance of GeocentricGeodetic
</summary>
</member>
<member name="M:DotSpatial.Projections.GeocentricGeodetic.GeodeticToGeocentric(System.Double[],System.Double[],System.Int32,System.Int32)">
<summary>
Converts lon, lat, height to x, y, z where lon and lat are in radians and everything else is meters
</summary>
<param name="xy"></param>
<param name="z"></param>
<param name="startIndex"></param>
<param name="numPoints"></param>
</member>
<member name="M:DotSpatial.Projections.GeocentricGeodetic.GeocentricToGeodetic(System.Double[],System.Double[],System.Int32,System.Int32)">
<summary>
Converts x, y, z to lon, lat, height
</summary>
<param name="xy"></param>
<param name="z"></param>
<param name="startIndex"></param>
<param name="numPoints"></param>
</member>
<member name="M:DotSpatial.Projections.GeocentricGeodetic.GeocentricToGeodetic(System.Double@,System.Double@,System.Double@)">
<summary>
Converts geocentric x, y, z coords to geodetic lon, lat, h
</summary>
</member>
<member name="M:DotSpatial.Projections.GeocentricGeodetic.GeocentricToGeodeticOld(System.Double@,System.Double@,System.Double@)">
<summary>
Converts geocentric x, y, z coords to geodetic lon, lat, h
</summary>
</member>
<member name="T:DotSpatial.Projections.Wagner5">
<summary>
Wagner5
</summary>
</member>
<member name="T:DotSpatial.Projections.Mollweide">
<summary>
Mollweide also acts as the base for Wag4 and Wag5
</summary>
</member>
<member name="M:DotSpatial.Projections.Mollweide.#ctor">
<summary>
Creates a new instance of Mollweide
</summary>
</member>
<member name="M:DotSpatial.Projections.Mollweide.OnForward(System.Double[],System.Double[],System.Int32,System.Int32)">
<inheritdoc />
</member>
<member name="M:DotSpatial.Projections.Mollweide.OnInverse(System.Double[],System.Double[],System.Int32,System.Int32)">
<inheritdoc />
</member>
<member name="M:DotSpatial.Projections.Mollweide.OnInit(DotSpatial.Projections.ProjectionInfo)">
<summary>
Initializes the transform using the parameters from the specified coordinate system information
</summary>
<param name="projInfo">A ProjectionInfo class contains all the standard and custom parameters needed to initialize this transform</param>
</member>
<member name="M:DotSpatial.Projections.Mollweide.Setup(System.Double)">
<summary>
Finalizes the setup based on the provided P paraemter
</summary>
<param name="p"></param>
</member>
<member name="P:DotSpatial.Projections.Mollweide.Cx">
<summary>
Gets or sets the x coefficient
</summary>
</member>
<member name="P:DotSpatial.Projections.Mollweide.Cy">
<summary>
Gets or sets the y coefficient value
</summary>
</member>
<member name="P:DotSpatial.Projections.Mollweide.Cp">
<summary>
Gets or sets the P coefficient
</summary>
</member>
<member name="M:DotSpatial.Projections.Wagner5.#ctor">
<summary>
Creates a new instance of Wagner5
</summary>
</member>
<member name="M:DotSpatial.Projections.Wagner5.OnInit(DotSpatial.Projections.ProjectionInfo)">
<summary>
Initializes the transform using the parameters from the specified coordinate system information
</summary>
<param name="projInfo">A ProjectionInfo class contains all the standard and custom parameters needed to initialize this transform</param>
</member>
<member name="T:DotSpatial.Projections.NewZealandMapGrid">
<summary>
NewZealandMapGrid
</summary>
</member>
<member name="M:DotSpatial.Projections.NewZealandMapGrid.#ctor">
<summary>
Creates a new instance of NewZealandMapGrid
</summary>
</member>
<member name="M:DotSpatial.Projections.NewZealandMapGrid.OnInit(DotSpatial.Projections.ProjectionInfo)">
<summary>
Initializes the transform using the parameters from the specified coordinate system information
</summary>
<param name="projInfo">A ProjectionInfo class contains all the standard and custom parameters needed to initialize this transform</param>
</member>
<member name="M:DotSpatial.Projections.NewZealandMapGrid.OnForward(System.Double[],System.Double[],System.Int32,System.Int32)">
<inheritdoc />
</member>
<member name="M:DotSpatial.Projections.NewZealandMapGrid.OnInverse(System.Double[],System.Double[],System.Int32,System.Int32)">
<inheritdoc />
</member>
<member name="T:DotSpatial.Projections.MillerCylindrical">
<summary>
MillerCylindrical
</summary>
</member>
<member name="M:DotSpatial.Projections.MillerCylindrical.#ctor">
<summary>
Creates a new instance of MillerCylindrical
</summary>
</member>
<member name="M:DotSpatial.Projections.MillerCylindrical.OnForward(System.Double[],System.Double[],System.Int32,System.Int32)">
<inheritdoc />
</member>
<member name="M:DotSpatial.Projections.MillerCylindrical.OnInverse(System.Double[],System.Double[],System.Int32,System.Int32)">
<inheritdoc />
</member>
<member name="T:DotSpatial.Projections.LongLat">
<summary>
LongLat
</summary>
</member>
<member name="M:DotSpatial.Projections.LongLat.#ctor">
<summary>
Creates a new instance of LongLat
</summary>
</member>
<member name="M:DotSpatial.Projections.LongLat.OnForward(System.Double[],System.Double[],System.Int32,System.Int32)">
<inheritdoc />
</member>
<member name="M:DotSpatial.Projections.LongLat.OnInverse(System.Double[],System.Double[],System.Int32,System.Int32)">
<inheritdoc />
</member>
<member name="M:DotSpatial.Projections.LongLat.OnInit(DotSpatial.Projections.ProjectionInfo)">
<summary>
Initializes the transform using the parameters from the specified coordinate system information
</summary>
<param name="projInfo">A ProjectionInfo class contains all the standard and custom parameters needed to initialize this transform</param>
</member>
<member name="T:DotSpatial.Projections.LambertAzimuthalEqualArea">
<summary>
LambertAzimuthalEqualArea
</summary>
</member>
<member name="M:DotSpatial.Projections.LambertAzimuthalEqualArea.#ctor">
<summary>
Creates a new instance of LambertAzimuthalEqualArea
</summary>
</member>
<member name="M:DotSpatial.Projections.LambertAzimuthalEqualArea.EllipticalForward(System.Double[],System.Double[],System.Int32,System.Int32)">
<inheritdoc />
</member>
<member name="M:DotSpatial.Projections.LambertAzimuthalEqualArea.SphericalForward(System.Double[],System.Double[],System.Int32,System.Int32)">
<inheritdoc />
</member>
<member name="M:DotSpatial.Projections.LambertAzimuthalEqualArea.EllipticalInverse(System.Double[],System.Double[],System.Int32,System.Int32)">
<inheritdoc />
</member>
<member name="M:DotSpatial.Projections.LambertAzimuthalEqualArea.SphericalInverse(System.Double[],System.Double[],System.Int32,System.Int32)">
<inheritdoc />
</member>
<member name="M:DotSpatial.Projections.LambertAzimuthalEqualArea.OnInit(DotSpatial.Projections.ProjectionInfo)">
<summary>
Initializes the transform using the parameters from the specified coordinate system information
</summary>
<param name="projInfo">A ProjectionInfo class contains all the standard and custom parameters needed to initialize this transform</param>
</member>
<member name="T:DotSpatial.Projections.ProjectedSystems">
<summary>
Projected
</summary>
</member>
<member name="M:DotSpatial.Projections.ProjectedSystems.#ctor">
<summary>
Creates a new instance of Projected
</summary>
</member>
<member name="M:DotSpatial.Projections.ProjectedSystems.GetCategory(System.String)">
<summary>
Given the string name, this will return the specified coordinate category
</summary>
<param name="name"></param>
<returns></returns>
</member>
<member name="P:DotSpatial.Projections.ProjectedSystems.Names">
<summary>
Gets an array of all the names of the coordinate system categories
in this collection of systems.
</summary>
</member>
<member name="T:DotSpatial.Projections.ProjectedCategories.StatePlaneNad1983Harn">
<summary>
StatePlaneNad1983Harn
</summary>
</member>
<member name="M:DotSpatial.Projections.ProjectedCategories.StatePlaneNad1983Harn.#ctor">
<summary>
Creates a new instance of StatePlaneNad1983Harn
</summary>
</member>
<member name="T:DotSpatial.Projections.ProjectedCategories.NationalGridsSweden">
<summary>
NationalGridsSweden
</summary>
</member>
<member name="M:DotSpatial.Projections.ProjectedCategories.NationalGridsSweden.#ctor">
<summary>
Creates a new instance of NationalGridsSweden
</summary>
</member>
<member name="T:DotSpatial.Projections.IReproject">
<summary>
This interface defines how reprojection classes should be accessed
</summary>
</member>
<member name="M:DotSpatial.Projections.IReproject.ReprojectPoints(System.Double[][],DotSpatial.Projections.ProjectionInfo,DotSpatial.Projections.ProjectionInfo,System.Int32,System.Int32)">
<summary>
Reprojects the specified points. The first is the projection info to start from, while the destination
is the projection to end with.
</summary>
<param name="points"></param>
<param name="source"></param>
<param name="dest"></param>
<param name="startIndex"></param>
<param name="numPoints"></param>
<returns></returns>
</member>
<member name="T:DotSpatial.Projections.AngularUnit">
<summary>
Unit
</summary>
</member>
<member name="M:DotSpatial.Projections.AngularUnit.#ctor">
<summary>
Creates a new instance of Unit
</summary>
</member>
<member name="M:DotSpatial.Projections.AngularUnit.ToEsriString">
<summary>
Generates the Esri string from the values in this class
</summary>
<returns>The resulting esri string</returns>
</member>
<member name="M:DotSpatial.Projections.AngularUnit.ReadEsriString(System.String)">
<summary>
Reads an esri string to determine the angular unit
</summary>
<param name="esriString">The esri string to read</param>
</member>
<member name="P:DotSpatial.Projections.AngularUnit.Name">
<summary>
Gets or sets the name of this
</summary>
</member>
<member name="P:DotSpatial.Projections.AngularUnit.Radians">
<summary>
Gets or sets the constant to multiply against this unit to get radians.
</summary>
</member>
<member name="T:DotSpatial.Projections.Wagner4">
<summary>
Wagner4
</summary>
</member>
<member name="M:DotSpatial.Projections.Wagner4.#ctor">
<summary>
Creates a new instance of Wagner4
</summary>
</member>
<member name="M:DotSpatial.Projections.Wagner4.OnInit(DotSpatial.Projections.ProjectionInfo)">
<summary>
Initializes the transform using the parameters from the specified coordinate system information
</summary>
<param name="projInfo">A ProjectionInfo class contains all the standard and custom parameters needed to initialize this transform</param>
</member>
<member name="T:DotSpatial.Projections.SwissObliqueMercator">
<summary>
SwissObliqueMercator
</summary>
</member>
<member name="M:DotSpatial.Projections.SwissObliqueMercator.#ctor">
<summary>
Creates a new instance of SwissObliqueMercator
</summary>
</member>
<member name="M:DotSpatial.Projections.SwissObliqueMercator.OnInit(DotSpatial.Projections.ProjectionInfo)">
<summary>
Initializes the transform using the parameters from the specified coordinate system information
</summary>
<param name="projInfo">A ProjectionInfo class contains all the standard and custom parameters needed to initialize this transform</param>
</member>
<member name="M:DotSpatial.Projections.SwissObliqueMercator.OnForward(System.Double[],System.Double[],System.Int32,System.Int32)">
<inheritdoc />
</member>
<member name="M:DotSpatial.Projections.SwissObliqueMercator.OnInverse(System.Double[],System.Double[],System.Int32,System.Int32)">
<inheritdoc />
</member>
<member name="T:DotSpatial.Projections.Cassini">
<summary>
Cassini
</summary>
</member>
<member name="M:DotSpatial.Projections.Cassini.#ctor">
<summary>
Creates a new instance of Cassini
</summary>
</member>
<member name="M:DotSpatial.Projections.Cassini.SphericalForward(System.Double[],System.Double[],System.Int32,System.Int32)">
<inheritdoc />
</member>
<member name="M:DotSpatial.Projections.Cassini.EllipticalForward(System.Double[],System.Double[],System.Int32,System.Int32)">
<inheritdoc />
</member>
<member name="M:DotSpatial.Projections.Cassini.EllipticalInverse(System.Double[],System.Double[],System.Int32,System.Int32)">
<inheritdoc />
</member>
<member name="M:DotSpatial.Projections.Cassini.SphericalInverse(System.Double[],System.Double[],System.Int32,System.Int32)">
<inheritdoc />
</member>
<member name="M:DotSpatial.Projections.Cassini.OnInit(DotSpatial.Projections.ProjectionInfo)">
<summary>
Initializes the transform using the parameters from the specified coordinate system information
</summary>
<param name="projInfo">A ProjectionInfo class contains all the standard and custom parameters needed to initialize this transform</param>
</member>
<member name="T:DotSpatial.Projections.Spheroid">
<summary>
Spheroid (Defaults to WGS84)
</summary>
</member>
<member name="M:DotSpatial.Projections.Spheroid.#ctor">
<summary>
Creates a new instance of Spheroid
</summary>
</member>
<member name="M:DotSpatial.Projections.Spheroid.#ctor(System.Double,System.Double)">
<summary>
Creates a new spheroid using an the equatorial radius in meters and
a flattening coefficient that is the inverse flattening factor.
eg. for WGS84 (6378137.0, 298.257223563)
</summary>
<param name="equatorialRadius">The semi-major axis</param>
<param name="inverseFlattening">The inverse of the flattening factor</param>
</member>
<member name="M:DotSpatial.Projections.Spheroid.#ctor(System.Double)">
<summary>
For perfect spheres, you just need to specify one radius, which will be
applied to both radii. You can then directly change the polar or
equatorial radius if necessary using the properties.
</summary>
<param name="radius">The radius of the sphere</param>
</member>
<member name="M:DotSpatial.Projections.Spheroid.#ctor(DotSpatial.Projections.Proj4Ellipsoid)">
<summary>
The ellps parameter in a proj4 string will only work with certain
pre-defined spheroids, enumerated in the Proj4Ellipsoids enumeration.
Custom spheroids can be specified but will use the a and b parameters
when creating a proj4 parameter instead of using the ellps parameter.
</summary>
<param name="knownEllipse">Any of several predefined geographic ellipses</param>
</member>
<member name="M:DotSpatial.Projections.Spheroid.#ctor(System.String)">
<summary>
Given the proj4 code, this will set the radii correctly.
</summary>
<param name="proj4Ellips"></param>
</member>
<member name="M:DotSpatial.Projections.Spheroid.ReadSedrisCode(System.String)">
<summary>
Assigns a known projection that is defined by a two character SEDRIS code,
using nothing but that code.
</summary>
<param name="code">The two character SEDRIS code defining 22 distinct ellipsoids.</param>
</member>
<member name="M:DotSpatial.Projections.Spheroid.AssignKnownEllipsoid(DotSpatial.Projections.Proj4Ellipsoid)">
<summary>
Given the enumeration of known ellipsoids, this will redefine this spheroid
so that it matches the A and B coefficients for the known ellipsoids.
</summary>
<param name="knownEllipse">The known Ellipse</param>
</member>
<member name="M:DotSpatial.Projections.Spheroid.FlatteningFactor">
<summary>
Calculates the flattening factor, (a - b) / a.
</summary>
<returns></returns>
</member>
<member name="M:DotSpatial.Projections.Spheroid.GetProj4String">
<summary>
Uses the current known ellipsoid to return a code name for the proj4 string if possible.
Otherwise, this returns the radial parameters a and b.
</summary>
<returns></returns>
</member>
<member name="M:DotSpatial.Projections.Spheroid.Eccentricity">
<summary>
Calculates the eccentrity according to e = sqrt(2f - f^2) where f is the flattening factor.
</summary>
<returns></returns>
</member>
<member name="M:DotSpatial.Projections.Spheroid.EccentricitySquared">
<summary>
Calculates the square of eccentricity according to es = (2f - f^2) where f is the flattening factor.
</summary>
<returns></returns>
</member>
<member name="M:DotSpatial.Projections.Spheroid.GetInverseFlattening">
<summary>
Calculates the inverse of the flattening factor, commonly saved to ESRI projections,
or else provided as the "rf" parameter for Proj4 strings. This is simply calculated
as a / (a - b) where a is the semi-major axis and b is the semi-minor axis.
</summary>
<returns></returns>
</member>
<member name="M:DotSpatial.Projections.Spheroid.IsOblate">
<summary>
Gets a boolean that is true if the spheroid has been flattened.
</summary>
<returns>Boolean, true if the spheroid is oblate (or flattened)</returns>
</member>
<member name="M:DotSpatial.Projections.Spheroid.SetInverseFlattening(System.Double)">
<summary>
Sets the value by using the current semi-major axis (Equatorial Radius) in order to
calculate the semi-minor axis (Polar Radius).
</summary>
</member>
<member name="M:DotSpatial.Projections.Spheroid.ToEsriString">
<summary>
Converts the spheroid parameters into a valid esri expression that uses the semi-major axis
and the reciprocal flattening factor
</summary>
<returns></returns>
</member>
<member name="M:DotSpatial.Projections.Spheroid.ReadEsriString(System.String)">
<summary>
Reads the ESRI string to define the spheroid, which controls how flattened the earth's radius is
</summary>
<param name="esriString"></param>
</member>
<member name="P:DotSpatial.Projections.Spheroid.Code">
<summary>
Gets or sets the two character Synthetic Environment Data
Representation and Interchange Specification (SEDRIS) code
eg. AA represents Airy 1830. Setting this will not modify the values,
To read a SEDRIS Code use the constructor or AssignKnownEllipsoid overload.
</summary>
</member>
<member name="P:DotSpatial.Projections.Spheroid.Proj4Names">
<summary>
Each of the enumerated known ellipsoids is encoded by an ellps parameter specified by
the corresponding string value. Ellipsoids that are not found here or are specified
as "Custom" in the enuemration will be replaced with an 'a' and a 'b' parameter instead.
</summary>
</member>
<member name="P:DotSpatial.Projections.Spheroid.Name">
<summary>
Gets or sets the string name of the spheroid.
e.g.: WGS_1984
</summary>
</member>
<member name="P:DotSpatial.Projections.Spheroid.EquatorialRadius">
<summary>
A spheroid is a pole flattened (oblate) sphere, with the radii of two axes being equal and longer
than the third. This is the radial measure of one of these major axes in meters.
e.g. 6,378,137 for WGS 84
</summary>
</member>
<member name="P:DotSpatial.Projections.Spheroid.PolarRadius">
<summary>
A spheroid is a pole flattened (oblate) sphere, with the radii of two axes being equal and longer
than the third. This is the radial measure of the smaller polar axis in meters. One option is
to specify this directly, but it can also be calculated using the major axis and the flattening factor.
</summary>
</member>
<member name="P:DotSpatial.Projections.Spheroid.KnownEllipsoid">
<summary>
</summary>
</member>
<member name="T:DotSpatial.Projections.ProjectedCategories.WorldSpheroid">
<summary>
WorldSpheroid
</summary>
</member>
<member name="M:DotSpatial.Projections.ProjectedCategories.WorldSpheroid.#ctor">
<summary>
Creates a new instance of WorldSpheroid
</summary>
</member>
<member name="T:DotSpatial.Projections.ProjectedCategories.UtmNad1983">
<summary>
UtmNad1983
</summary>
</member>
<member name="M:DotSpatial.Projections.ProjectedCategories.UtmNad1983.#ctor">
<summary>
Creates a new instance of UtmNad1983
</summary>
</member>
<member name="T:DotSpatial.Projections.ProjectedCategories.NationalGridsIndia">
<summary>
IndianSubcontinent
</summary>
</member>
<member name="M:DotSpatial.Projections.ProjectedCategories.NationalGridsIndia.#ctor">
<summary>
Creates a new instance of IndianSubcontinent
</summary>
</member>
<member name="T:DotSpatial.Projections.ProjectedCategories.GaussKrugerPulkovo1942">
<summary>
GaussKrugerPulkovo1942
</summary>
</member>
<member name="M:DotSpatial.Projections.ProjectedCategories.GaussKrugerPulkovo1942.#ctor">
<summary>
Creates a new instance of GaussKrugerPulkovo1942
</summary>
</member>
<member name="T:DotSpatial.Projections.PhiLam">
<summary>
PhiLam has two double values and is used like a coordinate.
</summary>
</member>
<member name="F:DotSpatial.Projections.PhiLam.Phi">
<summary>
Geodetic Phi coordinate (latitude)
</summary>
</member>
<member name="F:DotSpatial.Projections.PhiLam.Lambda">
<summary>
Geodetic Lambda coordinate (longitude)
</summary>
</member>
<member name="T:DotSpatial.Projections.LinearUnit">
<summary>
Unit
</summary>
</member>
<member name="M:DotSpatial.Projections.LinearUnit.#ctor">
<summary>
Creates a new instance of Unit
</summary>
</member>
<member name="M:DotSpatial.Projections.LinearUnit.ToEsriString">
<summary>
Generates the part of the ESRI well known text for this linear unit
</summary>
<returns>A string that contains the name and conversion factor to meters </returns>
</member>
<member name="M:DotSpatial.Projections.LinearUnit.ReadEsriString(System.String)">
<summary>
Parses the UNIT member of ESRI well known text into a linear unit
</summary>
<param name="esriString"></param>
</member>
<member name="M:DotSpatial.Projections.LinearUnit.ReadCode(System.Int32)">
<summary>
Interprets a UOM code. For instance 9001 = meters.
These codes and ratios were from GDAL unit_of_measure.csv, and I'm not
sure if the numeric code is used outside of GDAL internal references.
</summary>
<param name="uomCode"></param>
</member>
<member name="P:DotSpatial.Projections.LinearUnit.Name">
<summary>
Gets or sets the name of this
</summary>
</member>
<member name="P:DotSpatial.Projections.LinearUnit.Meters">
<summary>
Gets or sets the constant to multiply with maps distances to get the distances in meters
</summary>
</member>
<member name="T:DotSpatial.Projections.GeographicCategories.Asia">
<summary>
Asia
</summary>
</member>
<member name="M:DotSpatial.Projections.GeographicCategories.Asia.#ctor">
<summary>
Creates a new instance of Asia
</summary>
</member>
<member name="T:DotSpatial.Projections.Proj">
<summary>
Proj contains frequently used static helper methods for doing projection calculations
</summary>
</member>
<member name="F:DotSpatial.Projections.Proj.ONE_TOL">
<summary>
Effectively 1 but with a tolerance of 1E-14
</summary>
</member>
<member name="F:DotSpatial.Projections.Proj.ATOL">
<summary>
1E-50
</summary>
</member>
<member name="M:DotSpatial.Projections.Proj.Aasin(System.Double)">
<summary>
Tolerant Arcsin
</summary>
<param name="v"></param>
<returns></returns>
</member>
<member name="M:DotSpatial.Projections.Proj.Aacos(System.Double)">
<summary>
Tolerant ArcCosine
</summary>
<param name="v"></param>
<returns></returns>
</member>
<member name="M:DotSpatial.Projections.Proj.Asqrt(System.Double)">
<summary>
Tollerant Sqrt
</summary>
<param name="v"></param>
<returns></returns>
</member>
<member name="M:DotSpatial.Projections.Proj.Aatan2(System.Double,System.Double)">
<summary>
Tollerant Math.Atan method.
</summary>
<param name="n"></param>
<param name="d"></param>
<returns></returns>
</member>
<member name="M:DotSpatial.Projections.Proj.Hypot(System.Double,System.Double)">
<summary>
Calculates the hypotenuse of a triangle: Sqrt(x*x + y*y);
</summary>
<param name="x">The length of one orthogonal leg of the triangle</param>
<param name="y">The length of the other orthogonal leg of the triangle</param>
<returns>The length of the diagonal.</returns>
</member>
<member name="M:DotSpatial.Projections.Proj.Adjlon(System.Double)">
<summary>
</summary>
<param name="lon"></param>
<returns></returns>
</member>
<member name="M:DotSpatial.Projections.Proj.Authset(System.Double)">
<summary>
Determines latitude from authalic latitude
</summary>
<param name="es">Epsilon squared</param>
<returns>The array of double values for the apa parameter</returns>
</member>
<member name="M:DotSpatial.Projections.Proj.AuthLat(System.Double,System.Double[])">
<summary>
Obtains the authalic latitude
</summary>
<param name="beta"></param>
<param name="apa"></param>
<returns></returns>
</member>
<member name="M:DotSpatial.Projections.Proj.Enfn(System.Double)">
<summary>
Obtains the EN parameters for the Meridional distance
</summary>
<param name="es"></param>
<returns></returns>
</member>
<member name="M:DotSpatial.Projections.Proj.Mlfn(System.Double,System.Double,System.Double,System.Double[])">
<summary>
Meridonal length function
</summary>
<param name="phi"></param>
<param name="sphi"></param>
<param name="cphi"></param>
<param name="en"></param>
<returns></returns>
</member>
<member name="M:DotSpatial.Projections.Proj.InvMlfn(System.Double,System.Double,System.Double[])">
<summary>
</summary>
<param name="arg"></param>
<param name="es"></param>
<param name="en"></param>
<returns></returns>
</member>
<member name="M:DotSpatial.Projections.Proj.Qsfn(System.Double,System.Double,System.Double)">
<summary>
</summary>
<param name="sinphi"></param>
<param name="e"></param>
<param name="oneEs"></param>
<returns></returns>
</member>
<member name="M:DotSpatial.Projections.Proj.Tsfn(System.Double,System.Double,System.Double)">
<summary>
</summary>
<param name="phi"></param>
<param name="sinphi"></param>
<param name="e"></param>
<returns></returns>
</member>
<member name="M:DotSpatial.Projections.Proj.Msfn(System.Double,System.Double,System.Double)">
<summary>
</summary>
<param name="sinphi"></param>
<param name="cosphi"></param>
<param name="es"></param>
<returns></returns>
</member>
<member name="M:DotSpatial.Projections.Proj.Phi2(System.Double,System.Double)">
<summary>
</summary>
<param name="ts"></param>
<param name="e"></param>
<returns></returns>
</member>
<member name="M:DotSpatial.Projections.Proj.Zpoly1(System.Double[],System.Double[][],System.Int32)">
<summary>
</summary>
<param name="z"></param>
<param name="c"></param>
<param name="n"></param>
<returns></returns>
</member>
<member name="M:DotSpatial.Projections.Proj.Zpolyd1(System.Double[],System.Double[][],System.Int32,System.Double[]@)">
<summary>
</summary>
<param name="z"></param>
<param name="c"></param>
<param name="n"></param>
<param name="der"></param>
<returns></returns>
</member>
<member name="T:DotSpatial.Projections.ProjectedCategories.Wisconsin">
<summary>
Wisconsin
</summary>
</member>
<member name="M:DotSpatial.Projections.ProjectedCategories.Wisconsin.#ctor">
<summary>
Creates a new instance of Wisconsin
</summary>
</member>
<member name="T:DotSpatial.Projections.Proj4Meridian">
<summary>
Proj4Meridians
</summary>
</member>
<member name="F:DotSpatial.Projections.Proj4Meridian.Greenwich">
<summary>
Greenwich, England
</summary>
</member>
<member name="F:DotSpatial.Projections.Proj4Meridian.Lisbon">
<summary>
Lisbon, Portugal
</summary>
</member>
<member name="F:DotSpatial.Projections.Proj4Meridian.Paris">
<summary>
Paris, France
</summary>
</member>
<member name="F:DotSpatial.Projections.Proj4Meridian.Bogota">
<summary>
Bogota, Colombia
</summary>
</member>
<member name="F:DotSpatial.Projections.Proj4Meridian.Madrid">
<summary>
Madrid, Spain
</summary>
</member>
<member name="F:DotSpatial.Projections.Proj4Meridian.Rome">
<summary>
Rome, Italy
</summary>
</member>
<member name="F:DotSpatial.Projections.Proj4Meridian.Bern">
<summary>
Berne, Switzerland
</summary>
</member>
<member name="F:DotSpatial.Projections.Proj4Meridian.Jakarta">
<summary>
Jakarta, Indonesia
</summary>
</member>
<member name="F:DotSpatial.Projections.Proj4Meridian.Ferro">
<summary>
Brasil
</summary>
</member>
<member name="F:DotSpatial.Projections.Proj4Meridian.Brussels">
<summary>
Brussels, Belgiuum
</summary>
</member>
<member name="F:DotSpatial.Projections.Proj4Meridian.Stockholm">
<summary>
Stockholm, Sweden
</summary>
</member>
<member name="F:DotSpatial.Projections.Proj4Meridian.Athens">
<summary>
Athens, Greece
</summary>
</member>
<member name="F:DotSpatial.Projections.Proj4Meridian.Oslo">
<summary>
Oslo, Norway
</summary>
</member>
<member name="T:DotSpatial.Projections.GeographicCategories.SouthAmerica">
<summary>
SouthAmerica
</summary>
</member>
<member name="M:DotSpatial.Projections.GeographicCategories.SouthAmerica.#ctor">
<summary>
Creates a new instance of SouthAmerica
</summary>
</member>
<member name="T:DotSpatial.Projections.VanderGrinten1">
<summary>
VanderGrinten1
</summary>
</member>
<member name="M:DotSpatial.Projections.VanderGrinten1.#ctor">
<summary>
Creates a new instance of VanderGrinten1
</summary>
</member>
<member name="M:DotSpatial.Projections.VanderGrinten1.OnForward(System.Double[],System.Double[],System.Int32,System.Int32)">
<inheritdoc />
</member>
<member name="M:DotSpatial.Projections.VanderGrinten1.OnInverse(System.Double[],System.Double[],System.Int32,System.Int32)">
<inheritdoc />
</member>
<member name="T:DotSpatial.Projections.LambertEqualAreaConic">
<summary>
LambertEqualAreaConic
</summary>
</member>
<member name="M:DotSpatial.Projections.LambertEqualAreaConic.#ctor">
<summary>
Creates a new instance of LambertEqualAreaConic
</summary>
</member>
<member name="M:DotSpatial.Projections.LambertEqualAreaConic.OnInit(DotSpatial.Projections.ProjectionInfo)">
<summary>
Initializes the transform using the parameters from the specified coordinate system information
</summary>
<param name="projInfo">A ProjectionInfo class contains all the standard and custom parameters needed to initialize this transform</param>
</member>
<member name="T:DotSpatial.Projections.LambertConformalConic">
<summary>
LambertConformalConic
</summary>
</member>
<member name="M:DotSpatial.Projections.LambertConformalConic.#ctor">
<summary>
Creates a new instance of the Lambert Conformal Conic projection
</summary>
</member>
<member name="M:DotSpatial.Projections.LambertConformalConic.OnForward(System.Double[],System.Double[],System.Int32,System.Int32)">
<inheritdoc />
</member>
<member name="M:DotSpatial.Projections.LambertConformalConic.OnInverse(System.Double[],System.Double[],System.Int32,System.Int32)">
<inheritdoc />
</member>
<member name="M:DotSpatial.Projections.LambertConformalConic.OnInit(DotSpatial.Projections.ProjectionInfo)">
<summary>
Initializes the transform using the parameters from the specified coordinate system information
</summary>
<param name="projInfo">A ProjectionInfo class contains all the standard and custom parameters needed to initialize this transform</param>
</member>
<member name="M:DotSpatial.Projections.LambertConformalConic.OnSpecial(System.Double[],DotSpatial.Projections.ProjectionInfo,DotSpatial.Projections.Factors)">
<summary>
Special factor calculations for a factors calculation
</summary>
<param name="lp">lambda-phi</param>
<param name="p">The projection</param>
<param name="fac">The Factors</param>
</member>
<member name="T:DotSpatial.Projections.ProjectedCategories.StatePlaneOther">
<summary>
StatePlaneOther
</summary>
</member>
<member name="M:DotSpatial.Projections.ProjectedCategories.StatePlaneOther.#ctor">
<summary>
Creates a new instance of StatePlaneOther
</summary>
</member>
<member name="T:DotSpatial.Projections.ProjectedCategories.Nad1983IntlFeet">
<summary>
Nad1983IntlFeet
</summary>
</member>
<member name="M:DotSpatial.Projections.ProjectedCategories.Nad1983IntlFeet.#ctor">
<summary>
Creates a new instance of Nad1983IntlFeet
</summary>
</member>
<member name="T:DotSpatial.Projections.ProjectedCategories.KrugerXian1980">
<summary>
KrugerZian1980
</summary>
</member>
<member name="M:DotSpatial.Projections.ProjectedCategories.KrugerXian1980.#ctor">
<summary>
Creates a new instance of KrugerZian1980
</summary>
</member>
<member name="T:DotSpatial.Projections.ProjectedCategories.GaussKrugerPulkovo1995">
<summary>
GaussKrugerPulkovo1995
</summary>
</member>
<member name="M:DotSpatial.Projections.ProjectedCategories.GaussKrugerPulkovo1995.#ctor">
<summary>
Creates a new instance of GaussKrugerPulkovo1995
</summary>
</member>
<member name="T:DotSpatial.Projections.Proj4Datum">
<summary>
Proj4Datums
</summary>
</member>
<member name="F:DotSpatial.Projections.Proj4Datum.WGS84">
<summary>
World Geodetic System 1984
</summary>
</member>
<member name="F:DotSpatial.Projections.Proj4Datum.GGRS87">
<summary>
Greek Geodetic Reference system 1987
</summary>
</member>
<member name="F:DotSpatial.Projections.Proj4Datum.NAD83">
<summary>
North American Datum 1983
</summary>
</member>
<member name="F:DotSpatial.Projections.Proj4Datum.NAD27">
<summary>
North American Datum 1927
</summary>
</member>
<member name="F:DotSpatial.Projections.Proj4Datum.Potsdam">
<summary>
Potsdam Rauenburg 1950 DHDN
</summary>
</member>
<member name="F:DotSpatial.Projections.Proj4Datum.Carthage">
<summary>
Carthage 1934 Tunisia
</summary>
</member>
<member name="F:DotSpatial.Projections.Proj4Datum.Hermannskogel">
<summary>
Hermannskogel
</summary>
</member>
<member name="F:DotSpatial.Projections.Proj4Datum.Ire65">
<summary>
Ireland 1965
</summary>
</member>
<member name="F:DotSpatial.Projections.Proj4Datum.Nzgd49">
<summary>
New Zealand Grid
</summary>
</member>
<member name="F:DotSpatial.Projections.Proj4Datum.OSGB36">
<summary>
Airy 1830
</summary>
</member>
<member name="T:DotSpatial.Projections.GeographicCategories.Africa">
<summary>
Africa
</summary>
</member>
<member name="F:DotSpatial.Projections.GeographicCategories.Africa.Abidjan1987">
<summary>
Abidjan 1987
</summary>
</member>
<member name="M:DotSpatial.Projections.GeographicCategories.Africa.#ctor">
<summary>
Creates a new instance of Africa
</summary>
</member>
<member name="T:DotSpatial.Projections.ProjMatchableEM">
<summary>
MatchableEM
</summary>
</member>
<member name="M:DotSpatial.Projections.ProjMatchableEM.Matches(DotSpatial.Projections.IProjMatchable,DotSpatial.Projections.IProjMatchable)">
<summary>
This tests the public properties from the two objects. If any properties implement
the IMatchable interface, and do not match, this returns false. If any public
properties are value types, and they are not equal, then this returns false.
</summary>
<param name="self">This matchable item </param>
<param name="other">The other item to compare to this item</param>
<returns>Boolean, true if there is a match</returns>
</member>
<member name="T:DotSpatial.Projections.ProjectionException">
<summary>
ProjectionErrorCodes
</summary>
</member>
<member name="M:DotSpatial.Projections.ProjectionException.#ctor(System.Int32)">
<summary>
Creates a new projection exception with the appropriate message code
</summary>
<param name="errorCode"></param>
</member>
<member name="M:DotSpatial.Projections.ProjectionException.#ctor(System.String)">
<summary>
Creates a new projection exception with the specified message
</summary>
<param name="message"></param>
</member>
<member name="M:DotSpatial.Projections.ProjectionException.GetMessage(System.Int32)">
<summary>
Returns a string message given the correct numeric code.
</summary>
<param name="projectionCode"></param>
<returns></returns>
</member>
<member name="P:DotSpatial.Projections.ProjectionException.ErrorCode">
<summary>
Gets the error code that was used when this exception was created
</summary>
</member>
<member name="T:DotSpatial.Projections.ProjectedCategories.World">
<summary>
World
</summary>
</member>
<member name="M:DotSpatial.Projections.ProjectedCategories.World.#ctor">
<summary>
Creates a new instance of World
</summary>
</member>
<member name="T:DotSpatial.Projections.ProjectedCategories.SouthAmerica">
<summary>
SouthAmerica
</summary>
</member>
<member name="M:DotSpatial.Projections.ProjectedCategories.SouthAmerica.#ctor">
<summary>
Creates a new instance of SouthAmerica
</summary>
</member>
<member name="T:DotSpatial.Projections.NadTable">
<summary>
NadRecord is a single entry from an lla file
</summary>
</member>
<member name="F:DotSpatial.Projections.NadTable.DEG_TO_RAD">
<summary>
Converts degree values into radians
</summary>
</member>
<member name="F:DotSpatial.Projections.NadTable.USecToRad">
<summary>
I think this converts micro-seconds of arc to radians
</summary>
</member>
<member name="F:DotSpatial.Projections.NadTable._name">
<summary>
The character based id for this record
</summary>
</member>
<member name="F:DotSpatial.Projections.NadTable._lowerLeft">
<summary>
The lower left coordinate
</summary>
</member>
<member name="F:DotSpatial.Projections.NadTable._cellSize">
<summary>
The delta lambda and delta phi for a single cell
</summary>
</member>
<member name="F:DotSpatial.Projections.NadTable._numLambdas">
<summary>
The total count of coordinates in the lambda direction
</summary>
</member>
<member name="F:DotSpatial.Projections.NadTable._numPhis">
<summary>
The total count of coordinates in the phi direction
</summary>
</member>
<member name="F:DotSpatial.Projections.NadTable._cvs">
<summary>
The set of conversion matrix coefficients for lambda
</summary>
</member>
<member name="M:DotSpatial.Projections.NadTable.#ctor">
<summary>
Creates a blank nad Table
</summary>
</member>
<member name="M:DotSpatial.Projections.NadTable.#ctor(System.String)">
<summary>
This initializes a new table with the assumption that the offset is 0
</summary>
<param name="resourceLocation">The resource location</param>
</member>
<member name="M:DotSpatial.Projections.NadTable.#ctor(System.String,System.Int64)">
<summary>
This initializes a new table with the assumption that the offset needs to be specified
because in gsb files, more than one table is listed, and this is a subtable.
</summary>
<param name="resourceLocation">The resource location</param>
<param name="offset">The offset marking the start of the header in the file</param>
</member>
<member name="M:DotSpatial.Projections.NadTable.ReadHeader">
<summary>
Given the resource setup, this causes the file to read the
</summary>
</member>
<member name="M:DotSpatial.Projections.NadTable.FillData">
<summary>
</summary>
</member>
<member name="M:DotSpatial.Projections.NadTable.ReadDouble(System.IO.BinaryReader)">
<summary>
Reads a double in BigEndian format (consistent with ntv1 and ntv2 formats.)
</summary>
<param name="br">The binary reader</param>
<returns>The double value parsed from the binary in big endian byte order.</returns>
</member>
<member name="M:DotSpatial.Projections.NadTable.GetDouble(System.Byte[],System.Int32)">
<summary>
Gets the double value from the specified position in the byte array
Using BigEndian format.
</summary>
<param name="array"></param>
<param name="offset"></param>
<returns></returns>
</member>
<member name="M:DotSpatial.Projections.NadTable.FromSourceName(System.String)">
<summary>
This method parses the extension of a resource location and
creates the new resource type.
</summary>
<param name="resourceLocation"></param>
<returns></returns>
</member>
<member name="P:DotSpatial.Projections.NadTable.Name">
<summary>
Gets or sets the string name for this record
</summary>
</member>
<member name="P:DotSpatial.Projections.NadTable.LowerLeft">
<summary>
Gets or sets the lower left corner in radians
</summary>
</member>
<member name="P:DotSpatial.Projections.NadTable.CellSize">
<summary>
Gets or sets the angular cell size in radians
</summary>
</member>
<member name="P:DotSpatial.Projections.NadTable.NumPhis">
<summary>
Gets or sets the integer count of phi coefficients
</summary>
</member>
<member name="P:DotSpatial.Projections.NadTable.NumLambdas">
<summary>
Gets or sets the integer count of lambda coefficients
</summary>
</member>
<member name="P:DotSpatial.Projections.NadTable.SubGrids">
<summary>
These represent smaller, higher resolution subgrids that should fall within the extents
of the larger grid. If this list exists, and there is a fit here, it should be used
in preference to the low-resolution main grid.
</summary>
</member>
<member name="P:DotSpatial.Projections.NadTable.Cvs">
<summary>
Gets or sets the array of lambda coefficients organized
in a spatial Table (phi major)
</summary>
</member>
<member name="P:DotSpatial.Projections.NadTable.Filled">
<summary>
Gets or sets a boolean indicating whether or not the values have been filled.
</summary>
</member>
<member name="P:DotSpatial.Projections.NadTable.ManifestResourceString">
<summary>
Gets or sets the location this table should look for source data.
</summary>
</member>
<member name="P:DotSpatial.Projections.NadTable.DataOffset">
<summary>
Gets or sets the long integer data offset where the stream should skip to to begin reading data
</summary>
</member>
<member name="P:DotSpatial.Projections.NadTable.Format">
<summary>
Gets or sets the format being used.
</summary>
</member>
<member name="T:DotSpatial.Projections.GeographicCategories.World">
<summary>
World
</summary>
</member>
<member name="M:DotSpatial.Projections.GeographicCategories.World.#ctor">
<summary>
Creates a new instance of World
</summary>
</member>
<member name="T:DotSpatial.Projections.LlaNadTable">
<summary>
Overrides the NadTable methods in the context of an lla resource file.
</summary>
</member>
<member name="M:DotSpatial.Projections.LlaNadTable.#ctor(System.String)">
<summary>
An LlaNadTable constructor
</summary>
<param name="resourceLocation">The Manifest Assembly resource location</param>
</member>
<member name="M:DotSpatial.Projections.LlaNadTable.ReadHeader">
<inheritdoc></inheritdoc>
</member>
<member name="M:DotSpatial.Projections.LlaNadTable.FillData">
<inheritdoc></inheritdoc>
</member>
<member name="T:DotSpatial.Projections.ProjShallowCopy">
<summary>
Normally, cloning an object starts with MemberwiseClone, which
creates a shallow copy of the object. For any members that
derive from the Descriptor, however, any public properties
or fields that implement ICloneable are copied (deep copy behavior).
This is not always desirable, even if the member CAN be copied.
This attribute causes the deep copy behavior to skip over
properties marked with this attribute.
</summary>
</member>
<member name="T:DotSpatial.Projections.PutinsP1">
<summary>
PutinsP1
</summary>
</member>
<member name="M:DotSpatial.Projections.PutinsP1.#ctor">
<summary>
Creates a new instance of PutinsP1
</summary>
</member>
<member name="M:DotSpatial.Projections.PutinsP1.OnForward(System.Double[],System.Double[],System.Int32,System.Int32)">
<inheritdoc />
</member>
<member name="M:DotSpatial.Projections.PutinsP1.OnInverse(System.Double[],System.Double[],System.Int32,System.Int32)">
<inheritdoc />
</member>
<member name="T:DotSpatial.Projections.GeneralSinusoidal">
<summary>
GeneralSinusoidal
</summary>
</member>
<member name="T:DotSpatial.Projections.Sinusoidal">
<summary>
Sinusoidal
</summary>
</member>
<member name="M:DotSpatial.Projections.Sinusoidal.#ctor">
<summary>
Creates a new instance of Sinusoidal
</summary>
</member>
<member name="M:DotSpatial.Projections.Sinusoidal.SphericalForward(System.Double[],System.Double[],System.Int32,System.Int32)">
<inheritdoc />
</member>
<member name="M:DotSpatial.Projections.Sinusoidal.SphericalInverse(System.Double[],System.Double[],System.Int32,System.Int32)">
<inheritdoc />
</member>
<member name="M:DotSpatial.Projections.Sinusoidal.EllipticalForward(System.Double[],System.Double[],System.Int32,System.Int32)">
<inheritdoc />
</member>
<member name="M:DotSpatial.Projections.Sinusoidal.EllipticalInverse(System.Double[],System.Double[],System.Int32,System.Int32)">
<inheritdoc />
</member>
<member name="M:DotSpatial.Projections.Sinusoidal.Setup">
<summary>
Handles the original configuration of sinusoidal transforms
</summary>
</member>
<member name="M:DotSpatial.Projections.Sinusoidal.OnInit(DotSpatial.Projections.ProjectionInfo)">
<summary>
Initializes the transform using the parameters from the specified coordinate system information
</summary>
<param name="projInfo">A ProjectionInfo class contains all the standard and custom parameters needed to initialize this transform</param>
</member>
<member name="P:DotSpatial.Projections.Sinusoidal.M">
<summary>
Gets or sets the double M value
</summary>
</member>
<member name="P:DotSpatial.Projections.Sinusoidal.N">
<summary>
Gets or sets the N value
</summary>
</member>
<member name="M:DotSpatial.Projections.GeneralSinusoidal.#ctor">
<summary>
Creates a new instance of GeneralSinusoidal
</summary>
</member>
<member name="M:DotSpatial.Projections.GeneralSinusoidal.OnInit(DotSpatial.Projections.ProjectionInfo)">
<summary>
Initializes the transform using the parameters from the specified coordinate system information
</summary>
<param name="projInfo">A ProjectionInfo class contains all the standard and custom parameters needed to initialize this transform</param>
</member>
<member name="T:DotSpatial.Projections.ProjectedCategories.StatePlaneNad1983HarnFeet">
<summary>
StatePlaneNad1983HarnFeet
</summary>
</member>
<member name="M:DotSpatial.Projections.ProjectedCategories.StatePlaneNad1983HarnFeet.#ctor">
<summary>
Creates a new instance of StatePlaneNad1983HarnFeet
</summary>
</member>
<member name="T:DotSpatial.Projections.ProjectedCategories.StatePlaneNad1983">
<summary>
StatePlaneNad1983
</summary>
</member>
<member name="F:DotSpatial.Projections.ProjectedCategories.StatePlaneNad1983.MichiganGeoRef2008">
<summary>
Michigan Geo Ref 2008
</summary>
</member>
<member name="F:DotSpatial.Projections.ProjectedCategories.StatePlaneNad1983.NAD1983Maine2000CentralZone">
<summary>
</summary>
</member>
<member name="M:DotSpatial.Projections.ProjectedCategories.StatePlaneNad1983.#ctor">
<summary>
Creates a new instance of StatePlaneNad1983
</summary>
</member>
<member name="T:DotSpatial.Projections.ProjectedCategories.GaussKrugerOther">
<summary>
GaussKrugerOther
</summary>
</member>
<member name="M:DotSpatial.Projections.ProjectedCategories.GaussKrugerOther.#ctor">
<summary>
Creates a new instance of GaussKrugerOther
</summary>
</member>
<member name="T:DotSpatial.Projections.GeographicCategories.SolarSystem">
<summary>
SolarSystem
</summary>
</member>
<member name="M:DotSpatial.Projections.GeographicCategories.SolarSystem.#ctor">
<summary>
Creates a new instance of SolarSystem
</summary>
</member>
<member name="T:DotSpatial.Projections.GeographicCategories.CountySystems">
<summary>
CountySystems
</summary>
</member>
<member name="M:DotSpatial.Projections.GeographicCategories.CountySystems.#ctor">
<summary>
Creates a new instance of CountySystems
</summary>
</member>
<member name="T:DotSpatial.Projections.ProjFieldInfoEM">
<summary>
FieldInfo
</summary>
</member>
<member name="M:DotSpatial.Projections.ProjFieldInfoEM.GetFirst(System.Collections.Generic.IEnumerable{System.Reflection.FieldInfo},System.String)">
<summary>
</summary>
<param name="self"></param>
<param name="name"></param>
<returns></returns>
</member>
<member name="M:DotSpatial.Projections.ProjFieldInfoEM.Contains(System.Collections.Generic.IEnumerable{System.Reflection.FieldInfo},System.String)">
<summary>
Determines whether there is a member with the specified name
</summary>
<param name="self"></param>
<param name="name"></param>
<returns></returns>
</member>
<member name="T:DotSpatial.Projections.UniversalTransverseMercator">
<summary>
UniversalTransverseMercator
</summary>
</member>
<member name="T:DotSpatial.Projections.TransverseMercator">
<summary>
TransverseMercator
</summary>
</member>
<member name="M:DotSpatial.Projections.TransverseMercator.#ctor">
<summary>
Creates a new instance of TransverseMercator
</summary>
</member>
<member name="M:DotSpatial.Projections.TransverseMercator.OnInit(DotSpatial.Projections.ProjectionInfo)">
<summary>
Initializes the transform using the parameters from the specified coordinate system information
</summary>
<param name="projInfo">A ProjectionInfo class contains all the standard and custom parameters needed to initialize this transform</param>
</member>
<member name="M:DotSpatial.Projections.TransverseMercator.SphericalForward(System.Double[],System.Double[],System.Int32,System.Int32)">
<summary>
The forward transform in the special case where there is no flattening of the spherical model of the earth.
</summary>
<param name="lp">The input lambda and phi geodetic values organized in an array</param>
<param name="xy">The output x and y values organized in an array</param>
<param name="startIndex">The zero based integer start index</param>
<param name="numPoints">The integer count of the number of xy pairs in the lp and xy arrays</param>
</member>
<member name="M:DotSpatial.Projections.TransverseMercator.EllipticalForward(System.Double[],System.Double[],System.Int32,System.Int32)">
<summary>
The forward transform where the spheroidal model of the earth has a flattening factor,
matching more closely with the oblique spheroid of the actual earth
</summary>
<param name="lp">The double values for geodetic lambda and phi organized into a one dimensional array</param>
<param name="xy">The double values for linear x and y organized into a one dimensional array</param>
<param name="startIndex">The zero based integer start index</param>
<param name="numPoints">The integer count of the number of xy pairs in the lp and xy arrays</param>
</member>
<member name="M:DotSpatial.Projections.TransverseMercator.SphericalInverse(System.Double[],System.Double[],System.Int32,System.Int32)">
<summary>
Performs the inverse transform from a single coordinate of linear units to the same coordinate in geodetic lambda and
phi units in the special case where the shape of the earth is being approximated as a perfect sphere.
</summary>
<param name="xy">The double linear input x and y values organized into a 1 dimensional array</param>
<param name="lp">The double geodetic output lambda and phi values organized into a 1 dimensional array</param>
<param name="startIndex">The zero based integer start index</param>
<param name="numPoints">The integer count of the number of xy pairs in the lp and xy arrays</param>
</member>
<member name="M:DotSpatial.Projections.TransverseMercator.EllipticalInverse(System.Double[],System.Double[],System.Int32,System.Int32)">
<summary>
Performs the inverse transfrom from a single coordinate of linear units to the same coordinate in geodetic units
</summary>
<param name="xy">The double linear input x and y values organized into a 1 dimensional array</param>
<param name="lp">The double geodetic output lambda and phi values organized into a 1 dimensional array</param>
<param name="startIndex">The zero based integer start index</param>
<param name="numPoints">The integer count of the number of xy pairs in the lp and xy arrays</param>
</member>
<member name="M:DotSpatial.Projections.UniversalTransverseMercator.#ctor">
<summary>
Creates a new instance of UniversalTransverseMercator. The only difference
for this one is that the proj4 name is a little different and when reading
from proj4, we have to parse the zone and south parameters in order to
create the transverse mercator projection.
</summary>
</member>
<member name="M:DotSpatial.Projections.UniversalTransverseMercator.OnInit(DotSpatial.Projections.ProjectionInfo)">
<summary>
Initializes the transform using the parameters from the specified coordinate system information
</summary>
<param name="projInfo">A ProjectionInfo class contains all the standard and custom parameters needed to initialize this transform</param>
</member>
<member name="T:DotSpatial.Projections.Mercator">
<summary>
Mercator
</summary>
</member>
<member name="M:DotSpatial.Projections.Mercator.#ctor">
<summary>
Creates a new instance of Mercator
</summary>
</member>
<member name="M:DotSpatial.Projections.Mercator.EllipticalForward(System.Double[],System.Double[],System.Int32,System.Int32)">
<inheritdoc />
</member>
<member name="M:DotSpatial.Projections.Mercator.SphericalForward(System.Double[],System.Double[],System.Int32,System.Int32)">
<inheritdoc />
</member>
<member name="M:DotSpatial.Projections.Mercator.EllipticalInverse(System.Double[],System.Double[],System.Int32,System.Int32)">
<inheritdoc />
</member>
<member name="M:DotSpatial.Projections.Mercator.SphericalInverse(System.Double[],System.Double[],System.Int32,System.Int32)">
<inheritdoc />
</member>
<member name="M:DotSpatial.Projections.Mercator.OnInit(DotSpatial.Projections.ProjectionInfo)">
<summary>
Initializes the transform using the parameters from the specified coordinate system information
</summary>
<param name="projInfo">A ProjectionInfo class contains all the standard and custom parameters needed to initialize this transform</param>
</member>
<member name="T:DotSpatial.Projections.Kavraisky7">
<summary>
Kavraisky6
</summary>
</member>
<member name="M:DotSpatial.Projections.Kavraisky7.#ctor">
<summary>
Creates a new instance of Kavraisky6
</summary>
</member>
<member name="M:DotSpatial.Projections.Kavraisky7.OnForward(System.Double[],System.Double[],System.Int32,System.Int32)">
<inheritdoc />
</member>
<member name="M:DotSpatial.Projections.Kavraisky7.OnInverse(System.Double[],System.Double[],System.Int32,System.Int32)">
<inheritdoc />
</member>
<member name="T:DotSpatial.Projections.GeostationarySatellite">
<summary>
GeostationarySatellite
</summary>
</member>
<member name="M:DotSpatial.Projections.GeostationarySatellite.#ctor">
<summary>
Creates a new instance of GeostationarySatellite
</summary>
</member>
<member name="M:DotSpatial.Projections.GeostationarySatellite.SphericalForward(System.Double[],System.Double[],System.Int32,System.Int32)">
<inheritdoc />
</member>
<member name="M:DotSpatial.Projections.GeostationarySatellite.EllipticalForward(System.Double[],System.Double[],System.Int32,System.Int32)">
<inheritdoc />
</member>
<member name="M:DotSpatial.Projections.GeostationarySatellite.SphericalInverse(System.Double[],System.Double[],System.Int32,System.Int32)">
<inheritdoc />
</member>
<member name="M:DotSpatial.Projections.GeostationarySatellite.EllipticalInverse(System.Double[],System.Double[],System.Int32,System.Int32)">
<inheritdoc />
</member>
<member name="M:DotSpatial.Projections.GeostationarySatellite.OnInit(DotSpatial.Projections.ProjectionInfo)">
<summary>
Initializes the transform using the parameters from the specified coordinate system information
</summary>
<param name="projInfo">A ProjectionInfo class contains all the standard and custom parameters needed to initialize this transform</param>
</member>
<member name="T:DotSpatial.Projections.GaussKruger">
<summary>
Gauss Kruger is basically transverse mercator
</summary>
</member>
<member name="M:DotSpatial.Projections.GaussKruger.#ctor">
<summary>
Creates a new instance of GaussKruger
</summary>
</member>
<member name="T:DotSpatial.Projections.IProjectionCategory">
<summary>
IProjectionCategory
</summary>
</member>
<member name="P:DotSpatial.Projections.IProjectionCategory.MainCategory">
<summary>
Gets or sets the main category for this projection
</summary>
</member>
<member name="P:DotSpatial.Projections.IProjectionCategory.Category">
<summary>
Gets or sets the category for this projection
</summary>
</member>
<member name="P:DotSpatial.Projections.IProjectionCategory.Name">
<summary>
Gets or sets the string name
</summary>
</member>
<member name="P:DotSpatial.Projections.IProjectionCategory.Proj4String">
<summary>
Gets or sets the proj4 string that defines this projection
</summary>
</member>
<member name="T:DotSpatial.Projections.GeographicCategories.Antarctica">
<summary>
Antarctica
</summary>
</member>
<member name="M:DotSpatial.Projections.GeographicCategories.Antarctica.#ctor">
<summary>
Creates a new instance of Antarctica
</summary>
</member>
<member name="T:DotSpatial.Projections.Datum">
<summary>
Datum
</summary>
</member>
<member name="M:DotSpatial.Projections.Datum.#ctor">
<summary>
Creates a new instance of Datum
</summary>
</member>
<member name="M:DotSpatial.Projections.Datum.#ctor(System.String)">
<summary>
uses a string name of a standard datum to create a new instance of the Datum class
</summary>
<param name="standardDatum">The string name of the datum to use</param>
</member>
<member name="M:DotSpatial.Projections.Datum.#ctor(DotSpatial.Projections.Proj4Datum)">
<summary>
Uses a Proj4Datums enumeration in order to specify a known datum to
define the spheroid and to WGS calculation method and parameters
</summary>
<param name="standardDatum">The Proj4Datums enumeration specifying the known datum</param>
</member>
<member name="M:DotSpatial.Projections.Datum.Matches(DotSpatial.Projections.Datum)">
<summary>
Compares two datums to see if they are actually describing the same thing and
therefore don't need to be transformed.
</summary>
<param name="otherDatum">The other datum to compare against</param>
<returns>The boolean result of the operation.</returns>
</member>
<member name="M:DotSpatial.Projections.Datum.ToEsriString">
<summary>
Creates an esri well known text string for the datum part of the string
</summary>
<returns>The datum portion of the esri well known text</returns>
</member>
<member name="M:DotSpatial.Projections.Datum.ReadEsriString(System.String)">
<summary>
parses the datum from the esri string
</summary>
<param name="esriString">The string to parse values from</param>
</member>
<member name="M:DotSpatial.Projections.Datum.ReadProj4Params(System.Collections.Generic.Dictionary{System.String,System.String})">
<summary>
Reads the proj4 parameters and parses out the ones that control the
datum.
</summary>
<param name="parameters"></param>
<remarks>Originally ported from pj_datum_set.c</remarks>
</member>
<member name="P:DotSpatial.Projections.Datum.Name">
<summary>
Gets or sets the name of the datum defining the spherical characteristics of the model of the earth
</summary>
</member>
<member name="P:DotSpatial.Projections.Datum.Spheroid">
<summary>
The spheroid of the earth, defining the maximal radius and the flattening factor
</summary>
</member>
<member name="P:DotSpatial.Projections.Datum.ToWGS84">
<summary>
Gets or sets the set of double parameters, (this can either be 3 or 7 parameters)
used to transform this
</summary>
</member>
<member name="P:DotSpatial.Projections.Datum.DatumType">
<summary>
Gets or sets the datum type, which clarifies how to perform transforms to WGS84
</summary>
</member>
<member name="P:DotSpatial.Projections.Datum.Description">
<summary>
Gets or sets an english description for this datum
</summary>
</member>
<member name="P:DotSpatial.Projections.Datum.NadGrids">
<summary>
Gets or sets the array of string nadGrid
</summary>
</member>
<member name="T:DotSpatial.Projections.TransformManager">
<summary>
TransformManager
</summary>
</member>
<member name="M:DotSpatial.Projections.TransformManager.#ctor">
<summary>
Creates a new instance of TransformManager
</summary>
</member>
<member name="M:DotSpatial.Projections.TransformManager.GetProj4(System.String)">
<summary>
Given the proj4 string, returns the matching transform eg: tmerc.
</summary>
<param name="name">The string name</param>
<returns>The ITransform that has the matching proj4 name</returns>
</member>
<member name="M:DotSpatial.Projections.TransformManager.GetProjection(System.String)">
<summary>
Given the .prj name (ESRI wkt), returns the matching transform
</summary>
<param name="name">The string name for the trnasform eg. Transverse_Mercator</param>
<returns>The ITransform that has the matching ESRI wkt name</returns>
</member>
<member name="P:DotSpatial.Projections.TransformManager.Transforms">
<summary>
The entire list of transforms
</summary>
</member>
<member name="P:DotSpatial.Projections.TransformManager.DefaultTransformManager">
<summary>
Gets the default instance of the transform manager
</summary>
</member>
<member name="T:DotSpatial.Projections.ObliqueCylindricalEqualArea">
<summary>
ObliqueCylindricalEqualArea
</summary>
</member>
<member name="M:DotSpatial.Projections.ObliqueCylindricalEqualArea.#ctor">
<summary>
Creates a new instance of ObliqueCylindricalEqualArea
</summary>
</member>
<member name="M:DotSpatial.Projections.ObliqueCylindricalEqualArea.OnForward(System.Double[],System.Double[],System.Int32,System.Int32)">
<inheritdoc />
</member>
<member name="M:DotSpatial.Projections.ObliqueCylindricalEqualArea.OnInverse(System.Double[],System.Double[],System.Int32,System.Int32)">
<inheritdoc />
</member>
<member name="M:DotSpatial.Projections.ObliqueCylindricalEqualArea.OnInit(DotSpatial.Projections.ProjectionInfo)">
<summary>
Initializes the transform using the parameters from the specified coordinate system information
</summary>
<param name="projInfo">A ProjectionInfo class contains all the standard and custom parameters needed to initialize this transform</param>
</member>
<member name="T:DotSpatial.Projections.GallStereographic">
<summary>
GallStereographic
</summary>
</member>
<member name="M:DotSpatial.Projections.GallStereographic.#ctor">
<summary>
Creates a new instance of GallStereographic
</summary>
</member>
<member name="M:DotSpatial.Projections.GallStereographic.OnForward(System.Double[],System.Double[],System.Int32,System.Int32)">
<inheritdoc />
</member>
<member name="M:DotSpatial.Projections.GallStereographic.OnInverse(System.Double[],System.Double[],System.Int32,System.Int32)">
<inheritdoc />
</member>
<member name="T:DotSpatial.Projections.Foucaut">
<summary>
Foucaut is a tweaked version of QuarticAuthalic that uses tan mode.
</summary>
</member>
<member name="M:DotSpatial.Projections.Foucaut.#ctor">
<summary>
Creates a new instance of Foucaut
</summary>
</member>
<member name="M:DotSpatial.Projections.Foucaut.OnInit(DotSpatial.Projections.ProjectionInfo)">
<summary>
Initializes the transform using the parameters from the specified coordinate system information
</summary>
<param name="projInfo">A ProjectionInfo class contains all the standard and custom parameters needed to initialize this transform</param>
</member>
<member name="T:DotSpatial.Projections.CylindricalEqualArea">
<summary>
CylindricalEqualArea
</summary>
</member>
<member name="M:DotSpatial.Projections.CylindricalEqualArea.#ctor">
<summary>
Creates a new instance of CylindricalEqualArea
</summary>
</member>
<member name="M:DotSpatial.Projections.CylindricalEqualArea.EllipticalForward(System.Double[],System.Double[],System.Int32,System.Int32)">
<inheritdoc />
</member>
<member name="M:DotSpatial.Projections.CylindricalEqualArea.SphericalForward(System.Double[],System.Double[],System.Int32,System.Int32)">
<inheritdoc />
</member>
<member name="M:DotSpatial.Projections.CylindricalEqualArea.EllipticalInverse(System.Double[],System.Double[],System.Int32,System.Int32)">
<inheritdoc />
</member>
<member name="M:DotSpatial.Projections.CylindricalEqualArea.SphericalInverse(System.Double[],System.Double[],System.Int32,System.Int32)">
<inheritdoc />
</member>
<member name="M:DotSpatial.Projections.CylindricalEqualArea.OnInit(DotSpatial.Projections.ProjectionInfo)">
<summary>
Initializes the transform using the parameters from the specified coordinate system information
</summary>
<param name="projInfo">A ProjectionInfo class contains all the standard and custom parameters needed to initialize this transform</param>
</member>
<member name="T:DotSpatial.Projections.Bonne">
<summary>
Bonne
</summary>
</member>
<member name="M:DotSpatial.Projections.Bonne.#ctor">
<summary>
Creates a new instance of Bonne
</summary>
</member>
<member name="M:DotSpatial.Projections.Bonne.EllipticalForward(System.Double[],System.Double[],System.Int32,System.Int32)">
<inheritdoc />
</member>
<member name="M:DotSpatial.Projections.Bonne.SphericalForward(System.Double[],System.Double[],System.Int32,System.Int32)">
<inheritdoc />
</member>
<member name="M:DotSpatial.Projections.Bonne.SphericalInverse(System.Double[],System.Double[],System.Int32,System.Int32)">
<inheritdoc />
</member>
<member name="M:DotSpatial.Projections.Bonne.EllipticalInverse(System.Double[],System.Double[],System.Int32,System.Int32)">
<inheritdoc />
</member>
<member name="M:DotSpatial.Projections.Bonne.OnInit(DotSpatial.Projections.ProjectionInfo)">
<summary>
Initializes the transform using the parameters from the specified coordinate system information
</summary>
<param name="projInfo">A ProjectionInfo class contains all the standard and custom parameters needed to initialize this transform</param>
</member>
<member name="T:DotSpatial.Projections.ProjectedCategories.StateSystems">
<summary>
StateSystems
</summary>
</member>
<member name="M:DotSpatial.Projections.ProjectedCategories.StateSystems.#ctor">
<summary>
Creates a new instance of StateSystems
</summary>
</member>
<member name="T:DotSpatial.Projections.ProjectedCategories.NationalGridsAustralia">
<summary>
NatGridsAustralia
</summary>
</member>
<member name="M:DotSpatial.Projections.ProjectedCategories.NationalGridsAustralia.#ctor">
<summary>
Creates a new instance of NatGridsAustralia
</summary>
</member>
<member name="T:DotSpatial.Projections.Orthographic">
<summary>
Orthographic
</summary>
</member>
<member name="M:DotSpatial.Projections.Orthographic.#ctor">
<summary>
Creates a new instance of Orthographic
</summary>
</member>
<member name="M:DotSpatial.Projections.Orthographic.OnForward(System.Double[],System.Double[],System.Int32,System.Int32)">
<inheritdoc />
</member>
<member name="M:DotSpatial.Projections.Orthographic.OnInverse(System.Double[],System.Double[],System.Int32,System.Int32)">
<inheritdoc />
</member>
<member name="M:DotSpatial.Projections.Orthographic.OnInit(DotSpatial.Projections.ProjectionInfo)">
<summary>
Initializes the transform using the parameters from the specified coordinate system information
</summary>
<param name="projInfo">A ProjectionInfo class contains all the standard and custom parameters needed to initialize this transform</param>
</member>
<member name="T:DotSpatial.Projections.Kavraisky5">
<summary>
Kavraisky5 is just a tweaked version of Quartic Authalic
</summary>
</member>
<member name="M:DotSpatial.Projections.Kavraisky5.#ctor">
<summary>
Creates a new instance of Kavraisky5
</summary>
</member>
<member name="M:DotSpatial.Projections.Kavraisky5.OnInit(DotSpatial.Projections.ProjectionInfo)">
<summary>
Initializes the transform using the parameters from the specified coordinate system information
</summary>
<param name="projInfo">A ProjectionInfo class contains all the standard and custom parameters needed to initialize this transform</param>
</member>
<member name="T:DotSpatial.Projections.EquidistantConic">
<summary>
EquidistantConic
</summary>
</member>
<member name="M:DotSpatial.Projections.EquidistantConic.#ctor">
<summary>
Creates a new instance of EquidistantConic
</summary>
</member>
<member name="M:DotSpatial.Projections.EquidistantConic.OnForward(System.Double[],System.Double[],System.Int32,System.Int32)">
<inheritdoc />
</member>
<member name="M:DotSpatial.Projections.EquidistantConic.OnInverse(System.Double[],System.Double[],System.Int32,System.Int32)">
<inheritdoc />
</member>
<member name="M:DotSpatial.Projections.EquidistantConic.OnSpecial(System.Double[],DotSpatial.Projections.ProjectionInfo,DotSpatial.Projections.Factors)">
<summary>
This exists in the case that we ever develop code to perform the special proj4 calculations
</summary>
<param name="lp"></param>
<param name="p"></param>
<param name="fac"></param>
</member>
<member name="M:DotSpatial.Projections.EquidistantConic.OnInit(DotSpatial.Projections.ProjectionInfo)">
<summary>
Initializes the transform using the parameters from the specified coordinate system information
</summary>
<param name="projInfo">A ProjectionInfo class contains all the standard and custom parameters needed to initialize this transform</param>
</member>
<member name="T:DotSpatial.Projections.AnalyticModes">
<summary>
AnalyticCodes
</summary>
</member>
<member name="F:DotSpatial.Projections.AnalyticModes.IsAnalXlYl">
<summary>
Derivatives of lon analytic
</summary>
</member>
<member name="F:DotSpatial.Projections.AnalyticModes.IsAnalXpYp">
<summary>
Derivatives of lat analytic
</summary>
</member>
<member name="F:DotSpatial.Projections.AnalyticModes.IsAnalHk">
<summary>
h and k are analytic
</summary>
</member>
<member name="F:DotSpatial.Projections.AnalyticModes.IsAnalConv">
<summary>
convergence analytic
</summary>
</member>
<member name="T:DotSpatial.Projections.ProjectionMessages">
<summary>
A strongly-typed resource class, for looking up localized strings, etc.
</summary>
</member>
<member name="P:DotSpatial.Projections.ProjectionMessages.ResourceManager">
<summary>
Returns the cached ResourceManager instance used by this class.
</summary>
</member>
<member name="P:DotSpatial.Projections.ProjectionMessages.Culture">
<summary>
Overrides the current thread's CurrentUICulture property for all
resource lookups using this strongly typed resource class.
</summary>
</member>
<member name="P:DotSpatial.Projections.ProjectionMessages.DuplicateTableName">
<summary>
Looks up a localized string similar to The name %S was found for more than one lla Table in the Nad folder..
</summary>
</member>
<member name="P:DotSpatial.Projections.ProjectionMessages.Err1_NoArguments">
<summary>
Looks up a localized string similar to No arguments in initialization list.
</summary>
</member>
<member name="P:DotSpatial.Projections.ProjectionMessages.Err10_ZeroRecFlattening">
<summary>
Looks up a localized string similar to The reciprocal flattening (1/f) = 0.
</summary>
</member>
<member name="P:DotSpatial.Projections.ProjectionMessages.Err11_LatitudeOutOfBounds">
<summary>
Looks up a localized string similar to The Latitude was greater than 90 or less than -90.
</summary>
</member>
<member name="P:DotSpatial.Projections.ProjectionMessages.Err12_ESquareNegative">
<summary>
Looks up a localized string similar to The square of eccentricity cannot be a negative value..
</summary>
</member>
<member name="P:DotSpatial.Projections.ProjectionMessages.Err13_NoMajorRadius">
<summary>
Looks up a localized string similar to The given semi-major axis was 0 or not given..
</summary>
</member>
<member name="P:DotSpatial.Projections.ProjectionMessages.Err14_LatLonOutOfBounds">
<summary>
Looks up a localized string similar to The Latitude or Longitude exceeded limits.
</summary>
</member>
<member name="P:DotSpatial.Projections.ProjectionMessages.Err15_InvalidXY">
<summary>
Looks up a localized string similar to The cartesian X or Y coordinate was invalid.
</summary>
</member>
<member name="P:DotSpatial.Projections.ProjectionMessages.Err16_ImproperDMS">
<summary>
Looks up a localized string similar to The Degree Minute Second value is formed imporperly.
</summary>
</member>
<member name="P:DotSpatial.Projections.ProjectionMessages.Err17_NonConvergentRMeridDist">
<summary>
Looks up a localized string similar to The inverse meridinal distance was non-convergent.
</summary>
</member>
<member name="P:DotSpatial.Projections.ProjectionMessages.Err18_NonConvergentRPhi2">
<summary>
Looks up a localized string similar to The inverse Phi2 value was non-converngent.
</summary>
</member>
<member name="P:DotSpatial.Projections.ProjectionMessages.Err19_TrigException">
<summary>
Looks up a localized string similar to The ArcCosign or ArcSign value was too large..
</summary>
</member>
<member name="P:DotSpatial.Projections.ProjectionMessages.Err2_NoOptions">
<summary>
Looks up a localized string similar to No options found in &apos;init&apos; file.
</summary>
</member>
<member name="P:DotSpatial.Projections.ProjectionMessages.Err20_ToleranceConditionError">
<summary>
Looks up a localized string similar to Tolerance Condition Error.
</summary>
</member>
<member name="P:DotSpatial.Projections.ProjectionMessages.Err21_ConicLatitudeError">
<summary>
Looks up a localized string similar to The conic lat_1 value cannot be its -lat_2.
</summary>
</member>
<member name="P:DotSpatial.Projections.ProjectionMessages.Err22_Lat1TooLarge">
<summary>
Looks up a localized string similar to Latitude 1 cannot be greater than or equal to 90.
</summary>
</member>
<member name="P:DotSpatial.Projections.ProjectionMessages.Err23_Lat1TooSmall">
<summary>
Looks up a localized string similar to Latitude 2 cannot be equal to 0.
</summary>
</member>
<member name="P:DotSpatial.Projections.ProjectionMessages.Err24_Lat_tsTooLarge">
<summary>
Looks up a localized string similar to The lat_ts parameter cannot be greater than or equal to 90.
</summary>
</member>
<member name="P:DotSpatial.Projections.ProjectionMessages.Err25_NoControlPtSeparation">
<summary>
Looks up a localized string similar to There was no distance between the control points.
</summary>
</member>
<member name="P:DotSpatial.Projections.ProjectionMessages.Err26_ProjectionNotRotated">
<summary>
Looks up a localized string similar to Projection not selected to be rotated.
</summary>
</member>
<member name="P:DotSpatial.Projections.ProjectionMessages.Err27_WorMTooSmall">
<summary>
Looks up a localized string similar to W &lt;= 0 or M &lt;= 0.
</summary>
</member>
<member name="P:DotSpatial.Projections.ProjectionMessages.Err28_LsatOutOfBounds">
<summary>
Looks up a localized string similar to lsat not in 1-5 range.
</summary>
</member>
<member name="P:DotSpatial.Projections.ProjectionMessages.Err29_PathNotInRange">
<summary>
Looks up a localized string similar to Path not in range.
</summary>
</member>
<member name="P:DotSpatial.Projections.ProjectionMessages.Err3_NoColon">
<summary>
Looks up a localized string similar to No colon in init= string.
</summary>
</member>
<member name="P:DotSpatial.Projections.ProjectionMessages.Err30_HTooSmall">
<summary>
Looks up a localized string similar to H was negative or 0.
</summary>
</member>
<member name="P:DotSpatial.Projections.ProjectionMessages.Err31_KTooSmall">
<summary>
Looks up a localized string similar to K was less than 0.
</summary>
</member>
<member name="P:DotSpatial.Projections.ProjectionMessages.Err32_LatOutOfBounds">
<summary>
Looks up a localized string similar to The central latitude was 0 or 90 or alpha = 90.
</summary>
</member>
<member name="P:DotSpatial.Projections.ProjectionMessages.Err33_InvalidLatitudes">
<summary>
Looks up a localized string similar to Lat_1 = lat_2 or lat_1 = 0 or lat_2 = 90.
</summary>
</member>
<member name="P:DotSpatial.Projections.ProjectionMessages.Err34_EllipticalRequired">
<summary>
Looks up a localized string similar to Elliptical Usage Required.
</summary>
</member>
<member name="P:DotSpatial.Projections.ProjectionMessages.Err35_InvalidUTMZone">
<summary>
Looks up a localized string similar to The UTM zone parameter was invalid.
</summary>
</member>
<member name="P:DotSpatial.Projections.ProjectionMessages.Err36_TchebyException">
<summary>
Looks up a localized string similar to The arguments were out of range for Tcheby eval.
</summary>
</member>
<member name="P:DotSpatial.Projections.ProjectionMessages.Err37_ProjNotFound">
<summary>
Looks up a localized string similar to Failed to find projection to be rotated.
</summary>
</member>
<member name="P:DotSpatial.Projections.ProjectionMessages.Err38_CorrectionNotFound">
<summary>
Looks up a localized string similar to Failed to load NAD27-83 correction file.
</summary>
</member>
<member name="P:DotSpatial.Projections.ProjectionMessages.Err39_NorMnotSpecified">
<summary>
Looks up a localized string similar to Both n and m must be specified and &gt; 0.
</summary>
</member>
<member name="P:DotSpatial.Projections.ProjectionMessages.Err4_NotNamed">
<summary>
Looks up a localized string similar to Projection not named.
</summary>
</member>
<member name="P:DotSpatial.Projections.ProjectionMessages.Err40_InvalidN">
<summary>
Looks up a localized string similar to N&lt;= 0, n &gt; 1 or not specified.
</summary>
</member>
<member name="P:DotSpatial.Projections.ProjectionMessages.Err41_Lat1OrLat2Missing">
<summary>
Looks up a localized string similar to lat_1 or lat_2 not specified.
</summary>
</member>
<member name="P:DotSpatial.Projections.ProjectionMessages.Err42_Lat1EqualsLat2">
<summary>
Looks up a localized string similar to |lat_1| =|lat_2| .
</summary>
</member>
<member name="P:DotSpatial.Projections.ProjectionMessages.Err43_MeanLatError">
<summary>
Looks up a localized string similar to lat_0 is pi/2 from mean lat.
</summary>
</member>
<member name="P:DotSpatial.Projections.ProjectionMessages.Err44_CoordinateUnreadable">
<summary>
Looks up a localized string similar to Failed to parse coordinate system definition.
</summary>
</member>
<member name="P:DotSpatial.Projections.ProjectionMessages.Err45_GeocentricMissingZ">
<summary>
Looks up a localized string similar to Geocentric transformation missing z or ellips.
</summary>
</member>
<member name="P:DotSpatial.Projections.ProjectionMessages.Err46_UknownPMID">
<summary>
Looks up a localized string similar to Uknown prime meridian conversion ID.
</summary>
</member>
<member name="P:DotSpatial.Projections.ProjectionMessages.Err5_UknownProjection">
<summary>
Looks up a localized string similar to UnknownProjectionId.
</summary>
</member>
<member name="P:DotSpatial.Projections.ProjectionMessages.Err6_EffectiveEccentricity1">
<summary>
Looks up a localized string similar to Effective eccentricity = 1.
</summary>
</member>
<member name="P:DotSpatial.Projections.ProjectionMessages.Err7_UknownUnitID">
<summary>
Looks up a localized string similar to Unkown unit conversion ID.
</summary>
</member>
<member name="P:DotSpatial.Projections.ProjectionMessages.Err8_Invalidboolean">
<summary>
Looks up a localized string similar to Invalid boolean parameter argument.
</summary>
</member>
<member name="P:DotSpatial.Projections.ProjectionMessages.Err9_UknownEllipse">
<summary>
Looks up a localized string similar to The elliptical parameter ellps= was unkown.
</summary>
</member>
<member name="P:DotSpatial.Projections.ProjectionMessages.IndexMismatch">
<summary>
Looks up a localized string similar to There was an index mismatch problem with the specified file..
</summary>
</member>
<member name="P:DotSpatial.Projections.ProjectionMessages.InverseShiftFailed">
<summary>
Looks up a localized string similar to Inverse grid shift iteration faield, presumably at grid edge. Using first approximation..
</summary>
</member>
<member name="P:DotSpatial.Projections.ProjectionMessages.InvShiftConvergeFailed">
<summary>
Looks up a localized string similar to Inverse grid shift iterator failed to converge..
</summary>
</member>
<member name="T:DotSpatial.Projections.ProjectedCategories.UtmNad1927">
<summary>
UtmNad1927
</summary>
</member>
<member name="M:DotSpatial.Projections.ProjectedCategories.UtmNad1927.#ctor">
<summary>
Creates a new instance of UtmNad1927
</summary>
</member>
<member name="T:DotSpatial.Projections.ProjectedCategories.TransverseMercatorSystems">
<summary>
TransverseMercator
</summary>
</member>
<member name="M:DotSpatial.Projections.ProjectedCategories.TransverseMercatorSystems.#ctor">
<summary>
Creates a new instance of TransverseMercator
</summary>
</member>
<member name="T:DotSpatial.Projections.ProjectedCategories.NationalGridsNewZealand">
<summary>
NationalGridsNewZealand
</summary>
</member>
<member name="M:DotSpatial.Projections.ProjectedCategories.NationalGridsNewZealand.#ctor">
<summary>
Creates a new instance of NationalGridsNewZealand
</summary>
</member>
<member name="T:DotSpatial.Projections.GeographicSystems">
<summary>
GeographicSystems
</summary>
</member>
<member name="M:DotSpatial.Projections.GeographicSystems.#ctor">
<summary>
Creates a new instance of GeographicSystems
</summary>
</member>
<member name="M:DotSpatial.Projections.GeographicSystems.GetCategory(System.String)">
<summary>
Given the string name, this will return the specified coordinate category
</summary>
<param name="name"></param>
<returns></returns>
</member>
<member name="P:DotSpatial.Projections.GeographicSystems.Names">
<summary>
Gets an array of all the names of the coordinate system categories
in this collection of systems.
</summary>
</member>
<member name="T:DotSpatial.Projections.KnownTransform">
<summary>
KnownTransforms
</summary>
</member>
<member name="F:DotSpatial.Projections.KnownTransform.Aitoff">
<summary>
Aitoff
</summary>
</member>
<member name="F:DotSpatial.Projections.KnownTransform.Albers_Equal_Area">
<summary>
Albers Equal Area
</summary>
</member>
<member name="F:DotSpatial.Projections.KnownTransform.Azimuthal_Equidistant">
<summary>
Azimuthal Equidistant
</summary>
</member>
<member name="F:DotSpatial.Projections.KnownTransform.Bipolar_Oblique_Conformal_Conic">
<summary>
Bipolar Oblique Conformal Conic
</summary>
</member>
<member name="F:DotSpatial.Projections.KnownTransform.Bonne">
<summary>
Bonne
</summary>
</member>
<member name="F:DotSpatial.Projections.KnownTransform.Cassini">
<summary>
Cassini
</summary>
</member>
<member name="F:DotSpatial.Projections.KnownTransform.Craster_Parabolic">
<summary>
Craster Parabolic
</summary>
</member>
<member name="F:DotSpatial.Projections.KnownTransform.Cylindrical_Equal_Area">
<summary>
Cylindrical Equal Area
</summary>
</member>
<member name="F:DotSpatial.Projections.KnownTransform.Eckert_I">
<summary>
Eckert 1
</summary>
</member>
<member name="F:DotSpatial.Projections.KnownTransform.Eckert_II">
<summary>
Eckert 2
</summary>
</member>
<member name="F:DotSpatial.Projections.KnownTransform.Eckert_III">
<summary>
Eckert 3
</summary>
</member>
<member name="F:DotSpatial.Projections.KnownTransform.Eckert_IV">
<summary>
Eckert 4
</summary>
</member>
<member name="F:DotSpatial.Projections.KnownTransform.Eckert_V">
<summary>
Eckert 5
</summary>
</member>
<member name="F:DotSpatial.Projections.KnownTransform.Eckert_VI">
<summary>
Eckert 6
</summary>
</member>
<member name="F:DotSpatial.Projections.KnownTransform.Elliptical_Transform">
<summary>
Elliptical Transform
</summary>
</member>
<member name="F:DotSpatial.Projections.KnownTransform.Equidistant_Conic">
<summary>
Equidistant Conic
</summary>
</member>
<member name="F:DotSpatial.Projections.KnownTransform.Equidistant_Cylindrical">
<summary>
Equidistant_Cylindrical
</summary>
</member>
<member name="F:DotSpatial.Projections.KnownTransform.Foucaut">
<summary>
Foucaut
</summary>
</member>
<member name="F:DotSpatial.Projections.KnownTransform.Gall_Stereographic">
<summary>
Gall Stereographic
</summary>
</member>
<member name="F:DotSpatial.Projections.KnownTransform.General_Sinusoidal">
<summary>
General Sinusoidal
</summary>
</member>
<member name="F:DotSpatial.Projections.KnownTransform.Geostationary_Satellite">
<summary>
Geostationary Satellite
</summary>
</member>
<member name="F:DotSpatial.Projections.KnownTransform.Gnomonic">
<summary>
Gnomonic
</summary>
</member>
<member name="F:DotSpatial.Projections.KnownTransform.Goode_Homolosine">
<summary>
Goode Homolosine
</summary>
</member>
<member name="F:DotSpatial.Projections.KnownTransform.Hammer_Aitoff">
<summary>
Hammer Aitoff
</summary>
</member>
<member name="F:DotSpatial.Projections.KnownTransform.Kavraisky_V">
<summary>
Kavraisky 5
</summary>
</member>
<member name="F:DotSpatial.Projections.KnownTransform.Kavraisky_VII">
<summary>
Kavraisky 7
</summary>
</member>
<member name="F:DotSpatial.Projections.KnownTransform.Krovak">
<summary>
Krovak
</summary>
</member>
<member name="F:DotSpatial.Projections.KnownTransform.Lambert_Azimuthal_Equal_Area">
<summary>
Lambert Azimuthal Equal Area
</summary>
</member>
<member name="F:DotSpatial.Projections.KnownTransform.Lambert_Conformal_Conic">
<summary>
Lambert Conformal Conic
</summary>
</member>
<member name="F:DotSpatial.Projections.KnownTransform.Lambert_Equal_Area_Conic">
<summary>
Lambert Equal Area Conic
</summary>
</member>
<member name="F:DotSpatial.Projections.KnownTransform.LongLat">
<summary>
Latitude / Longitude
</summary>
</member>
<member name="F:DotSpatial.Projections.KnownTransform.Loximuthal">
<summary>
Loximuthal
</summary>
</member>
<member name="F:DotSpatial.Projections.KnownTransform.McBryde_Thomas_Flat_Polar_Sine">
<summary>
McBryde Thomas Flat Polar Sine
</summary>
</member>
<member name="F:DotSpatial.Projections.KnownTransform.Mercator">
<summary>
Mercator
</summary>
</member>
<member name="F:DotSpatial.Projections.KnownTransform.Miller_Cylindrical">
<summary>
Miller Cylindrical
</summary>
</member>
<member name="F:DotSpatial.Projections.KnownTransform.Mollweide">
<summary>
Mollweide
</summary>
</member>
<member name="F:DotSpatial.Projections.KnownTransform.New_Zealand_Map_Grid">
<summary>
New Zealand Map Grid
</summary>
</member>
<member name="F:DotSpatial.Projections.KnownTransform.Oblique_Cylindrical_Equal_Area">
<summary>
Oblique Cylindrical Equal Area
</summary>
</member>
<member name="F:DotSpatial.Projections.KnownTransform.Oblique_Mercator">
<summary>
Oblique Mercator
</summary>
</member>
<member name="F:DotSpatial.Projections.KnownTransform.Oblique_Stereographic_Alternative">
<summary>
Oblique Stereographic Alternative
</summary>
</member>
<member name="F:DotSpatial.Projections.KnownTransform.Orthographic">
<summary>
Orthographic
</summary>
</member>
<member name="F:DotSpatial.Projections.KnownTransform.Polyconic">
<summary>
Polyconic
</summary>
</member>
<member name="F:DotSpatial.Projections.KnownTransform.Putins_P1">
<summary>
PutinsP1
</summary>
</member>
<member name="F:DotSpatial.Projections.KnownTransform.Quartic_Authalic">
<summary>
Quartic Authalic
</summary>
</member>
<member name="F:DotSpatial.Projections.KnownTransform.Robinson">
<summary>
Robinson
</summary>
</member>
<member name="F:DotSpatial.Projections.KnownTransform.Sinusoidal">
<summary>
Sinusoidal
</summary>
</member>
<member name="F:DotSpatial.Projections.KnownTransform.Stereographic">
<summary>
Stereographic
</summary>
</member>
<member name="F:DotSpatial.Projections.KnownTransform.Swiss_Oblique_Mercator">
<summary>
Swiss Oblique Mercator
</summary>
</member>
<member name="F:DotSpatial.Projections.KnownTransform.Transverse_Mercator">
<summary>
Transverse Mercator
</summary>
</member>
<member name="F:DotSpatial.Projections.KnownTransform.Two_Point_Equidistant">
<summary>
Two Point Equidistant
</summary>
</member>
<member name="F:DotSpatial.Projections.KnownTransform.Universal_Polar_Stereographic">
<summary>
Universal Polar Stereographic
</summary>
</member>
<member name="F:DotSpatial.Projections.KnownTransform.Universal_Transverse_Mercator">
<summary>
Universal Transverse Mercator
</summary>
</member>
<member name="F:DotSpatial.Projections.KnownTransform.Vander_Grinten_I">
<summary>
Vander Grinten 1
</summary>
</member>
<member name="F:DotSpatial.Projections.KnownTransform.Wagner_IV">
<summary>
Wagner 4
</summary>
</member>
<member name="F:DotSpatial.Projections.KnownTransform.Wagner_V">
<summary>
Wagner 5
</summary>
</member>
<member name="F:DotSpatial.Projections.KnownTransform.Wagner6">
<summary>
Wagner 6
</summary>
</member>
<member name="F:DotSpatial.Projections.KnownTransform.Winkel_I">
<summary>
Winkel 1
</summary>
</member>
<member name="F:DotSpatial.Projections.KnownTransform.Winkel_II">
<summary>
Winkel 2
</summary>
</member>
<member name="F:DotSpatial.Projections.KnownTransform.Winkel_Tripel">
<summary>
Winkel Tripel
</summary>
</member>
<member name="T:DotSpatial.Projections.HotineObliqueMercatorAzimuthCenter">
<summary>
HotineObliqueMercatorAzimuthalCenter - Used to properly direct the Swiss Oblique Mercator
when it appears as Hotine Oblique Mercator Azimuthal Center. At current, the Azimuth
parameter is ignored as I don't know how to send it into Proj4.
</summary>
</member>
<member name="M:DotSpatial.Projections.HotineObliqueMercatorAzimuthCenter.#ctor">
<summary>
Creates a new instance of HotineObliqueMercatorAzimuthalCenter
</summary>
</member>
<member name="T:DotSpatial.Projections.HammerAitoff">
<summary>
HammerAitoff
</summary>
</member>
<member name="M:DotSpatial.Projections.HammerAitoff.#ctor">
<summary>
Creates a new instance of HammerAitoff
</summary>
</member>
<member name="M:DotSpatial.Projections.HammerAitoff.OnForward(System.Double[],System.Double[],System.Int32,System.Int32)">
<inheritdoc />
</member>
<member name="M:DotSpatial.Projections.HammerAitoff.OnInit(DotSpatial.Projections.ProjectionInfo)">
<summary>
Initializes the transform using the parameters from the specified coordinate system information
</summary>
<param name="projInfo">A ProjectionInfo class contains all the standard and custom parameters needed to initialize this transform</param>
</member>
<member name="T:DotSpatial.Projections.ProjectedCategories.GaussKrugerBeijing1954">
<summary>
GaussKrugerBeijing1954
</summary>
</member>
<member name="M:DotSpatial.Projections.ProjectedCategories.GaussKrugerBeijing1954.#ctor">
<summary>
Creates a new instance of GaussKrugerBeijing1954
</summary>
</member>
<member name="T:DotSpatial.Projections.NadTables">
<summary>
NadTables
</summary>
</member>
<member name="M:DotSpatial.Projections.NadTables.#ctor">
<summary>
Creates a new instance of NadTables
</summary>
</member>
<member name="P:DotSpatial.Projections.NadTables.Tables">
<summary>
Gets an array of the lla tables that have been added as a resource
</summary>
</member>
<member name="T:DotSpatial.Projections.MeridionalDistance">
<summary>
MeridinalDistance
</summary>
</member>
<member name="M:DotSpatial.Projections.MeridionalDistance.GetEn(System.Double)">
<summary>
Formerly pj_enfn from Proj4
</summary>
<param name="es"></param>
<returns></returns>
</member>
<member name="M:DotSpatial.Projections.MeridionalDistance.MeridionalLength(System.Double,System.Double,System.Double,System.Double[])">
<summary>
Formerly pj_mlfn
Given geodetic angular displacement phi, this calculates the equivalent meridional distance
</summary>
<param name="phi">The geodetic angular displacement</param>
<param name="sphi"></param>
<param name="cphi"></param>
<param name="en"></param>
<returns></returns>
</member>
<member name="M:DotSpatial.Projections.MeridionalDistance.AngularDistance(System.Double,System.Double,System.Double[])">
<summary>
Formerly pj_inv_mlfn
Given the linear distance, this calculates the equivalent geodetic angular displacement
</summary>
<param name="arg"></param>
<param name="es"></param>
<param name="en"></param>
<returns></returns>
</member>
<member name="T:DotSpatial.Projections.GridShift">
<summary>
GridShift
</summary>
</member>
<member name="M:DotSpatial.Projections.GridShift.Apply(System.String[],System.Boolean,System.Double[],System.Int32,System.Int64)">
<summary>
Applies either a forward or backward gridshift based on the specified name
</summary>
<param name="names"></param>
<param name="inverse"></param>
<param name="xy"></param>
<param name="startIndex"></param>
<param name="numPoints"></param>
</member>
<member name="M:DotSpatial.Projections.GridShift.NadInterpolate(DotSpatial.Projections.PhiLam,DotSpatial.Projections.NadTable)">
<summary>
</summary>
<param name="t"></param>
<param name="ct"></param>
<returns></returns>
</member>
<member name="M:DotSpatial.Projections.GridShift.GetValue(System.Int32,System.Int32,DotSpatial.Projections.NadTable)">
<summary>
Checks the edges to make sure that we are not attempting to interpolate
from cells that don't exist.
</summary>
<param name="iPhi">The cell index in the phi direction</param>
<param name="iLam">The cell index in the lambda direction</param>
<param name="table">The Table with the values</param>
<returns>A PhiLam that has the shift coefficeints.</returns>
</member>
<member name="T:DotSpatial.Projections.ProjCloneableEM">
<summary>
CloneableEM
</summary>
</member>
<member name="M:DotSpatial.Projections.ProjCloneableEM.Copy``1(``0)">
<summary>
The type parameter T is optional, so the intended use would be like:
ObjectType copy = myObject.Copy();
</summary>
<typeparam name="T">The type of the object</typeparam>
<param name="original">The original object</param>
<returns>A new object of the same type as the type being copied.</returns>
</member>
<member name="T:DotSpatial.Projections.AuxiliarySphereType">
<summary>
AuxiliarySphereTypes
</summary>
</member>
<member name="F:DotSpatial.Projections.AuxiliarySphereType.NotSpecified">
<summary>
This indicates that this parameter should not appear in the projection string.
</summary>
</member>
<member name="F:DotSpatial.Projections.AuxiliarySphereType.SemimajorAxis">
<summary>
Use semimajor axis or radius of the geographic coordinate system
</summary>
</member>
<member name="F:DotSpatial.Projections.AuxiliarySphereType.SemiminorAxis">
<summary>
Use semiminor axis or radius
</summary>
</member>
<member name="F:DotSpatial.Projections.AuxiliarySphereType.Authalic">
<summary>
Calculate and use authalic radius
</summary>
</member>
<member name="F:DotSpatial.Projections.AuxiliarySphereType.AuthalicWithConvertedLatitudes">
<summary>
Use authalic radius and convert geodetic latitudes to authalic latitudes
</summary>
</member>
<member name="T:DotSpatial.Projections.Winkel2">
<summary>
Winkel2
</summary>
</member>
<member name="M:DotSpatial.Projections.Winkel2.#ctor">
<summary>
Creates a new instance of Winkel2
</summary>
</member>
<member name="M:DotSpatial.Projections.Winkel2.OnInit(DotSpatial.Projections.ProjectionInfo)">
<summary>
Initializes the transform using the parameters from the specified coordinate system information
</summary>
<param name="projInfo">A ProjectionInfo class contains all the standard and custom parameters needed to initialize this transform</param>
</member>
<member name="M:DotSpatial.Projections.Winkel2.OnForward(System.Double[],System.Double[],System.Int32,System.Int32)">
<inheritdoc />
</member>
<member name="T:DotSpatial.Projections.StereographicNorthPole">
<summary>
StereographicNorthPole
</summary>
</member>
<member name="T:DotSpatial.Projections.Stereographic">
<summary>
Stereographic
</summary>
</member>
<member name="M:DotSpatial.Projections.Stereographic.#ctor">
<summary>
Creates a new instance of Stereographic
</summary>
</member>
<member name="M:DotSpatial.Projections.Stereographic.EllipticalForward(System.Double[],System.Double[],System.Int32,System.Int32)">
<inheritdoc />
</member>
<member name="M:DotSpatial.Projections.Stereographic.SphericalForward(System.Double[],System.Double[],System.Int32,System.Int32)">
<inheritdoc />
</member>
<member name="M:DotSpatial.Projections.Stereographic.EllipticalInverse(System.Double[],System.Double[],System.Int32,System.Int32)">
<inheritdoc />
</member>
<member name="M:DotSpatial.Projections.Stereographic.SphericalInverse(System.Double[],System.Double[],System.Int32,System.Int32)">
<inheritdoc />
</member>
<member name="M:DotSpatial.Projections.Stereographic.OnInit(DotSpatial.Projections.ProjectionInfo)">
<summary>
Initializes the transform using the parameters from the specified coordinate system information
</summary>
<param name="projInfo">A ProjectionInfo class contains all the standard and custom parameters needed to initialize this transform</param>
</member>
<member name="M:DotSpatial.Projections.StereographicNorthPole.#ctor">
<summary>
Creates a new instance of StereographicNorthPole
</summary>
</member>
<member name="T:DotSpatial.Projections.Gnomonic">
<summary>
Gnomonic
</summary>
</member>
<member name="M:DotSpatial.Projections.Gnomonic.#ctor">
<summary>
Creates a new instance of Gnomonic
</summary>
</member>
<member name="M:DotSpatial.Projections.Gnomonic.OnForward(System.Double[],System.Double[],System.Int32,System.Int32)">
<inheritdoc />
</member>
<member name="M:DotSpatial.Projections.Gnomonic.OnInverse(System.Double[],System.Double[],System.Int32,System.Int32)">
<inheritdoc />
</member>
<member name="M:DotSpatial.Projections.Gnomonic.OnInit(DotSpatial.Projections.ProjectionInfo)">
<summary>
Initializes the transform using the parameters from the specified coordinate system information
</summary>
<param name="projInfo">A ProjectionInfo class contains all the standard and custom parameters needed to initialize this transform</param>
</member>
<member name="T:DotSpatial.Projections.Factors">
<summary>
Factors
</summary>
</member>
<member name="F:DotSpatial.Projections.Factors.Xl">
<summary>
derivatives of x for lambda
</summary>
</member>
<member name="F:DotSpatial.Projections.Factors.Xp">
<summary>
derivatives of x for phi
</summary>
</member>
<member name="F:DotSpatial.Projections.Factors.Yl">
<summary>
derivatives of y for lambda
</summary>
</member>
<member name="F:DotSpatial.Projections.Factors.Yp">
<summary>
derivatives of y for phi
</summary>
</member>
<member name="F:DotSpatial.Projections.Factors.H">
<summary>
Meridinal scale
</summary>
</member>
<member name="F:DotSpatial.Projections.Factors.K">
<summary>
parallel scale
</summary>
</member>
<member name="F:DotSpatial.Projections.Factors.Omega">
<summary>
Angular distortion
</summary>
</member>
<member name="F:DotSpatial.Projections.Factors.Thetap">
<summary>
theta prime
</summary>
</member>
<member name="F:DotSpatial.Projections.Factors.Conv">
<summary>
Convergence
</summary>
</member>
<member name="F:DotSpatial.Projections.Factors.S">
<summary>
Areal scale factor
</summary>
</member>
<member name="F:DotSpatial.Projections.Factors.A">
<summary>
max scale error
</summary>
</member>
<member name="F:DotSpatial.Projections.Factors.B">
<summary>
min scale error
</summary>
</member>
<member name="F:DotSpatial.Projections.Factors.Code">
<summary>
Info as to analytics
</summary>
</member>
<member name="T:DotSpatial.Projections.MercatorAuxiliarySphere">
<summary>
Mercator
</summary>
</member>
<member name="M:DotSpatial.Projections.MercatorAuxiliarySphere.#ctor">
<summary>
Creates a new instance of Mercator
</summary>
</member>
<member name="M:DotSpatial.Projections.MercatorAuxiliarySphere.EllipticalForward(System.Double[],System.Double[],System.Int32,System.Int32)">
<inheritdoc />
</member>
<member name="M:DotSpatial.Projections.MercatorAuxiliarySphere.SphericalForward(System.Double[],System.Double[],System.Int32,System.Int32)">
<inheritdoc />
</member>
<member name="M:DotSpatial.Projections.MercatorAuxiliarySphere.EllipticalInverse(System.Double[],System.Double[],System.Int32,System.Int32)">
<inheritdoc />
</member>
<member name="M:DotSpatial.Projections.MercatorAuxiliarySphere.SphericalInverse(System.Double[],System.Double[],System.Int32,System.Int32)">
<inheritdoc />
</member>
<member name="M:DotSpatial.Projections.MercatorAuxiliarySphere.Np(System.Double)">
<summary>
n' is a calculation based on the eccentricity
</summary>
<param name="phi"></param>
</member>
<member name="M:DotSpatial.Projections.MercatorAuxiliarySphere.OnInit(DotSpatial.Projections.ProjectionInfo)">
<summary>
Initializes the transform using the parameters from the specified coordinate system information
</summary>
<param name="projInfo">A ProjectionInfo class contains all the standard and custom parameters needed to initialize this transform</param>
</member>
<member name="T:DotSpatial.Projections.ProjectedCategories.UtmOther">
<summary>
UtmOther
</summary>
</member>
<member name="M:DotSpatial.Projections.ProjectedCategories.UtmOther.#ctor">
<summary>
Creates a new instance of UtmOther
</summary>
</member>
<member name="T:DotSpatial.Projections.ProjectedCategories.StatePlaneNad1983Feet">
<summary>
StatePlaneNad1983Feet
</summary>
</member>
<member name="M:DotSpatial.Projections.ProjectedCategories.StatePlaneNad1983Feet.#ctor">
<summary>
Creates a new instance of StatePlaneNad1983Feet
</summary>
</member>
<member name="T:DotSpatial.Projections.ProjectedCategories.SpheroidBased">
<summary>
SpheroidBased
</summary>
</member>
<member name="F:DotSpatial.Projections.ProjectedCategories.SpheroidBased.Lambert2">
<summary>
Lambert 2 (Central France)
</summary>
</member>
<member name="F:DotSpatial.Projections.ProjectedCategories.SpheroidBased.Lambert2Wide">
<summary>
Lambert 2 (Étendu)
</summary>
</member>
<member name="M:DotSpatial.Projections.ProjectedCategories.SpheroidBased.#ctor">
<summary>
Creates a new instance of SpheroidBased
</summary>
</member>
<member name="T:DotSpatial.Projections.ProjectedCategories.NationalGrids">
<summary>
NationalGrids
</summary>
</member>
<member name="M:DotSpatial.Projections.ProjectedCategories.NationalGrids.#ctor">
<summary>
Creates a new instance of NationalGrids
</summary>
</member>
<member name="T:DotSpatial.Projections.ProjectedCategories.Europe">
<summary>
Europe
</summary>
</member>
<member name="M:DotSpatial.Projections.ProjectedCategories.Europe.#ctor">
<summary>
Creates a new instance of Europe
</summary>
</member>
<member name="T:DotSpatial.Projections.GridShiftTableFormat">
<summary>
GridShiftTableFormats
</summary>
</member>
<member name="F:DotSpatial.Projections.GridShiftTableFormat.DAT">
<summary>
The data format used by ntv1
</summary>
</member>
<member name="F:DotSpatial.Projections.GridShiftTableFormat.GSB">
<summary>
The data format used by ntv2 and many others
</summary>
</member>
<member name="F:DotSpatial.Projections.GridShiftTableFormat.LLA">
<summary>
The data format use by several other grid types
</summary>
</member>
<member name="T:DotSpatial.Projections.DatNadTable">
<summary>
Handles the specific case of dat files like the ntv1 file format.
</summary>
</member>
<member name="M:DotSpatial.Projections.DatNadTable.#ctor(System.String)">
<summary>
Creates a new instance of GsbNadTable
</summary>
</member>
<member name="M:DotSpatial.Projections.DatNadTable.ReadHeader">
<inheritdoc></inheritdoc>
</member>
<member name="M:DotSpatial.Projections.DatNadTable.FillData">
<inheritdoc></inheritdoc>
</member>
<member name="T:DotSpatial.Projections.Winkel1">
<summary>
Winkel1
</summary>
</member>
<member name="M:DotSpatial.Projections.Winkel1.#ctor">
<summary>
Creates a new instance of Winkel1
</summary>
</member>
<member name="M:DotSpatial.Projections.Winkel1.OnInit(DotSpatial.Projections.ProjectionInfo)">
<summary>
Initializes the transform using the parameters from the specified coordinate system information
</summary>
<param name="projInfo">A ProjectionInfo class contains all the standard and custom parameters needed to initialize this transform</param>
</member>
<member name="M:DotSpatial.Projections.Winkel1.OnForward(System.Double[],System.Double[],System.Int32,System.Int32)">
<inheritdoc />
</member>
<member name="M:DotSpatial.Projections.Winkel1.OnInverse(System.Double[],System.Double[],System.Int32,System.Int32)">
<inheritdoc />
</member>
<member name="T:DotSpatial.Projections.Gauss">
<summary>
Gauss
</summary>
</member>
<member name="M:DotSpatial.Projections.Gauss.#ctor(System.Double,System.Double,System.Double@,System.Double@)">
<summary>
Creates a new instance of Gauss
</summary>
</member>
<member name="M:DotSpatial.Projections.Gauss.OnForward(System.Double[],System.Double[],System.Int32,System.Int32)">
<inheritdoc />
</member>
<member name="M:DotSpatial.Projections.Gauss.OnInverse(System.Double[],System.Double[],System.Int32,System.Int32)">
<inheritdoc />
</member>
<member name="T:DotSpatial.Projections.Eckert6">
<summary>
Eckert6
</summary>
</member>
<member name="M:DotSpatial.Projections.Eckert6.#ctor">
<summary>
Creates a new instance of Eckert6
</summary>
</member>
<member name="M:DotSpatial.Projections.Eckert6.OnInit(DotSpatial.Projections.ProjectionInfo)">
<summary>
Initializes the transform using the parameters from the specified coordinate system information
</summary>
<param name="projInfo">A ProjectionInfo class contains all the standard and custom parameters needed to initialize this transform</param>
</member>
<member name="T:DotSpatial.Projections.CrasterParabolic">
<summary>
CrasterParabolic
</summary>
</member>
<member name="M:DotSpatial.Projections.CrasterParabolic.#ctor">
<summary>
Creates a new instance of CrasterParabolic
</summary>
</member>
<member name="M:DotSpatial.Projections.CrasterParabolic.OnForward(System.Double[],System.Double[],System.Int32,System.Int32)">
<inheritdoc />
</member>
<member name="M:DotSpatial.Projections.CrasterParabolic.OnInverse(System.Double[],System.Double[],System.Int32,System.Int32)">
<inheritdoc />
</member>
<member name="T:DotSpatial.Projections.ProjectionNames">
<summary>
A strongly-typed resource class, for looking up localized strings, etc.
</summary>
</member>
<member name="P:DotSpatial.Projections.ProjectionNames.ResourceManager">
<summary>
Returns the cached ResourceManager instance used by this class.
</summary>
</member>
<member name="P:DotSpatial.Projections.ProjectionNames.Culture">
<summary>
Overrides the current thread's CurrentUICulture property for all
resource lookups using this strongly typed resource class.
</summary>
</member>
<member name="P:DotSpatial.Projections.ProjectionNames.Michigan">
<summary>
Looks up a localized string similar to Michigan GeoRef (2008).
</summary>
</member>
<member name="T:DotSpatial.Projections.ProjectedCategories.Polar">
<summary>
Polar
</summary>
</member>
<member name="M:DotSpatial.Projections.ProjectedCategories.Polar.#ctor">
<summary>
Creates a new instance of Polar
</summary>
</member>
<member name="T:DotSpatial.Projections.ProjectedCategories.NationalGridsCanada">
<summary>
NationalGridsCanada
</summary>
</member>
<member name="M:DotSpatial.Projections.ProjectedCategories.NationalGridsCanada.#ctor">
<summary>
Creates a new instance of NationalGridsCanada
</summary>
</member>
<member name="T:DotSpatial.Projections.ProjectedCategories.Asia">
<summary>
Asia
</summary>
</member>
<member name="M:DotSpatial.Projections.ProjectedCategories.Asia.#ctor">
<summary>
Creates a new instance of Asia
</summary>
</member>
<member name="T:DotSpatial.Projections.Proj4Ellipsoid">
<summary>
Proj4Ellipsoids
</summary>
</member>
<member name="F:DotSpatial.Projections.Proj4Ellipsoid.Custom">
<summary>
Custom will use the a parameter for the major axis and the
rf parameter for the flattening divisor
</summary>
</member>
<member name="F:DotSpatial.Projections.Proj4Ellipsoid.Merit_1983">
<summary>
MERIT 1983
</summary>
</member>
<member name="F:DotSpatial.Projections.Proj4Ellipsoid.SovietGeodeticSystem_1985">
<summary>
Soviet Geodetic System 85
</summary>
</member>
<member name="F:DotSpatial.Projections.Proj4Ellipsoid.GRS_1980">
<summary>
Geodetic Reference System 1980(IUGG, 1980)
</summary>
</member>
<member name="F:DotSpatial.Projections.Proj4Ellipsoid.IAU_1976">
<summary>
International Astronomical Union 1976
</summary>
</member>
<member name="F:DotSpatial.Projections.Proj4Ellipsoid.Airy_1830">
<summary>
Sir George Biddell Airy 1830 (Britain)
</summary>
</member>
<member name="F:DotSpatial.Projections.Proj4Ellipsoid.AppPhysics_1965">
<summary>
App. Physics. 1965
</summary>
</member>
<member name="F:DotSpatial.Projections.Proj4Ellipsoid.NavalWeaponsLab_1965">
<summary>
Naval Weapons Lab., 1965
</summary>
</member>
<member name="F:DotSpatial.Projections.Proj4Ellipsoid.AiryModified">
<summary>
Modified Airy
</summary>
</member>
<member name="F:DotSpatial.Projections.Proj4Ellipsoid.Andrae_1876">
<summary>
Andrae 1876 (Den., Iclnd.)
</summary>
</member>
<member name="F:DotSpatial.Projections.Proj4Ellipsoid.Austrailia_SouthAmerica">
<summary>
Austrailian National and South American 1969
</summary>
</member>
<member name="F:DotSpatial.Projections.Proj4Ellipsoid.GRS_1967">
<summary>
Geodetic Reference System 67 (IUGG 1967)
</summary>
</member>
<member name="F:DotSpatial.Projections.Proj4Ellipsoid.Bessel_1841">
<summary>
Bessel 1841
</summary>
</member>
<member name="F:DotSpatial.Projections.Proj4Ellipsoid.BesselNamibia">
<summary>
Bessel 1841 (Namibia)
</summary>
</member>
<member name="F:DotSpatial.Projections.Proj4Ellipsoid.Clarke_1866">
<summary>
Clarke 1866
</summary>
</member>
<member name="F:DotSpatial.Projections.Proj4Ellipsoid.ClarkeModified_1880">
<summary>
Clarke 1880 Modified
</summary>
</member>
<member name="F:DotSpatial.Projections.Proj4Ellipsoid.CPM_1799">
<summary>
Comm. des Poids et Mesures 1799
</summary>
</member>
<member name="F:DotSpatial.Projections.Proj4Ellipsoid.Delambre_1810">
<summary>
Delambre 1810 (Belgium)
</summary>
</member>
<member name="F:DotSpatial.Projections.Proj4Ellipsoid.Engelis_1985">
<summary>
Engelis 1985
</summary>
</member>
<member name="F:DotSpatial.Projections.Proj4Ellipsoid.Everest_1830">
<summary>
Everest 1830
</summary>
</member>
<member name="F:DotSpatial.Projections.Proj4Ellipsoid.Everest_1948">
<summary>
Everest 1948
</summary>
</member>
<member name="F:DotSpatial.Projections.Proj4Ellipsoid.Everest_1956">
<summary>
Everest 1956
</summary>
</member>
<member name="F:DotSpatial.Projections.Proj4Ellipsoid.Everest_1969">
<summary>
Everest 1969
</summary>
</member>
<member name="F:DotSpatial.Projections.Proj4Ellipsoid.Everest_SS">
<summary>
Everest (Sabah and Sarawak)
</summary>
</member>
<member name="F:DotSpatial.Projections.Proj4Ellipsoid.Everest_Pakistan">
<summary>
Everest (Pakistan)
</summary>
</member>
<member name="F:DotSpatial.Projections.Proj4Ellipsoid.Fischer_1960">
<summary>
Fischer (Mercury Datum) 1960
</summary>
</member>
<member name="F:DotSpatial.Projections.Proj4Ellipsoid.FischerModified_1960">
<summary>
Modified Fischer 1960
</summary>
</member>
<member name="F:DotSpatial.Projections.Proj4Ellipsoid.Fischer_1968">
<summary>
Fischer 1968
</summary>
</member>
<member name="F:DotSpatial.Projections.Proj4Ellipsoid.Helmert_1906">
<summary>
Helmert 1906
</summary>
</member>
<member name="F:DotSpatial.Projections.Proj4Ellipsoid.Hough">
<summary>
Hough
</summary>
</member>
<member name="F:DotSpatial.Projections.Proj4Ellipsoid.Indonesian_1974">
<summary>
Indonesian 1974
</summary>
</member>
<member name="F:DotSpatial.Projections.Proj4Ellipsoid.International_1909">
<summary>
International 1909
</summary>
</member>
<member name="F:DotSpatial.Projections.Proj4Ellipsoid.Krassovsky_1942">
<summary>
Krassovsky 1942
</summary>
</member>
<member name="F:DotSpatial.Projections.Proj4Ellipsoid.Kaula_1961">
<summary>
Kaula 1961
</summary>
</member>
<member name="F:DotSpatial.Projections.Proj4Ellipsoid.Lerch_1979">
<summary>
Lerch 1979
</summary>
</member>
<member name="F:DotSpatial.Projections.Proj4Ellipsoid.Maupertius_1738">
<summary>
Maupertius 1738
</summary>
</member>
<member name="F:DotSpatial.Projections.Proj4Ellipsoid.InternationalNew_1967">
<summary>
New International 1967
</summary>
</member>
<member name="F:DotSpatial.Projections.Proj4Ellipsoid.Plessis_1817">
<summary>
Plessis 1817 (France)
</summary>
</member>
<member name="F:DotSpatial.Projections.Proj4Ellipsoid.SoutheastAsia">
<summary>
Southeast Asia
</summary>
</member>
<member name="F:DotSpatial.Projections.Proj4Ellipsoid.Walbeck">
<summary>
Walbekc (Germany)
</summary>
</member>
<member name="F:DotSpatial.Projections.Proj4Ellipsoid.WGS_1960">
<summary>
World Geodetic System 1960
</summary>
</member>
<member name="F:DotSpatial.Projections.Proj4Ellipsoid.WGS_1966">
<summary>
World Geodetic System 1966
</summary>
</member>
<member name="F:DotSpatial.Projections.Proj4Ellipsoid.WGS_1972">
<summary>
World Geodetic System 1972
</summary>
</member>
<member name="F:DotSpatial.Projections.Proj4Ellipsoid.WGS_1984">
<summary>
World Geodetic System 1984
</summary>
</member>
<member name="F:DotSpatial.Projections.Proj4Ellipsoid.Sphere">
<summary>
Normal Sphere
</summary>
</member>
<member name="T:DotSpatial.Projections.KnownCoordinateSystems">
<summary>
KnownCoordinateSystems
</summary>
</member>
<member name="F:DotSpatial.Projections.KnownCoordinateSystems.Geographic">
<summary>
Geographic systems operate in angular units, but can use different
spheroid definitions or angular offsets.
</summary>
</member>
<member name="F:DotSpatial.Projections.KnownCoordinateSystems.Projected">
<summary>
Projected systems are systems that use linear units like meters or feet
rather than angular units like degrees or radians
</summary>
</member>
<member name="T:DotSpatial.Projections.GeographicCategories.SpheroidBased">
<summary>
SpheroidBased
</summary>
</member>
<member name="M:DotSpatial.Projections.GeographicCategories.SpheroidBased.#ctor">
<summary>
Creates a new instance of SpheroidBased
</summary>
</member>
<member name="T:DotSpatial.Projections.GeographicCategories.NorthAmerica">
<summary>
NorthAmerica
</summary>
</member>
<member name="M:DotSpatial.Projections.GeographicCategories.NorthAmerica.#ctor">
<summary>
Creates a new instance of NorthAmerica
</summary>
</member>
<member name="T:DotSpatial.Projections.GsbNadTable">
<summary>
This is a special case of a NadTable and has specific reading techniques that need to be handled
</summary>
</member>
<member name="M:DotSpatial.Projections.GsbNadTable.#ctor(System.String,System.Int64)">
<summary>
Creates a new instance of GsbNadTable
</summary>
</member>
<member name="M:DotSpatial.Projections.GsbNadTable.ReadHeader">
<inheritdoc/>
</member>
<member name="M:DotSpatial.Projections.GsbNadTable.Initialize">
<summary>
This handles the creation of the
</summary>
</member>
<member name="M:DotSpatial.Projections.GsbNadTable.FillData">
<inheritdoc/>
</member>
<member name="M:DotSpatial.Projections.GsbNadTable.GetDouble(System.Byte[],System.Int32)">
<summary>
Gets the double value from the specified position in the byte array
Using BigEndian format.
</summary>
<param name="array"></param>
<param name="offset"></param>
<returns></returns>
</member>
<member name="T:DotSpatial.Projections.WinkelTripel">
<summary>
WinkelTripel
</summary>
</member>
<member name="M:DotSpatial.Projections.WinkelTripel.#ctor">
<summary>
Creates a new instance of WinkelTripel
</summary>
</member>
<member name="M:DotSpatial.Projections.WinkelTripel.OnForward(System.Double[],System.Double[],System.Int32,System.Int32)">
<inheritdoc />
</member>
<member name="M:DotSpatial.Projections.WinkelTripel.OnInit(DotSpatial.Projections.ProjectionInfo)">
<summary>
Initializes the transform using the parameters from the specified coordinate system information
</summary>
<param name="projInfo">A ProjectionInfo class contains all the standard and custom parameters needed to initialize this transform</param>
</member>
<member name="T:DotSpatial.Projections.TwoPointEquidistant">
<summary>
TwoPointEquidistant
</summary>
</member>
<member name="M:DotSpatial.Projections.TwoPointEquidistant.#ctor">
<summary>
Creates a new instance of TwoPointEquidistant
</summary>
</member>
<member name="M:DotSpatial.Projections.TwoPointEquidistant.OnInit(DotSpatial.Projections.ProjectionInfo)">
<summary>
Initializes the transform using the parameters from the specified coordinate system information
</summary>
<param name="projInfo">A ProjectionInfo class contains all the standard and custom parameters needed to initialize this transform</param>
</member>
<member name="M:DotSpatial.Projections.TwoPointEquidistant.OnForward(System.Double[],System.Double[],System.Int32,System.Int32)">
<inheritdoc />
</member>
<member name="M:DotSpatial.Projections.TwoPointEquidistant.OnInverse(System.Double[],System.Double[],System.Int32,System.Int32)">
<inheritdoc />
</member>
<member name="T:DotSpatial.Projections.Eckert5">
<summary>
Eckert5
</summary>
</member>
<member name="M:DotSpatial.Projections.Eckert5.#ctor">
<summary>
Creates a new instance of Eckert5
</summary>
</member>
<member name="M:DotSpatial.Projections.Eckert5.OnForward(System.Double[],System.Double[],System.Int32,System.Int32)">
<inheritdoc />
</member>
<member name="M:DotSpatial.Projections.Eckert5.OnInverse(System.Double[],System.Double[],System.Int32,System.Int32)">
<inheritdoc />
</member>
<member name="T:DotSpatial.Projections.ProjectedCategories.StatePlaneNad1927">
<summary>
StatePlaneNad1927
</summary>
</member>
<member name="M:DotSpatial.Projections.ProjectedCategories.StatePlaneNad1927.#ctor">
<summary>
Creates a new instance of StatePlaneNad1927
</summary>
</member>
<member name="T:DotSpatial.Projections.ProjectedCategories.NationalGridsNorway">
<summary>
NationalGridsNorway
</summary>
</member>
<member name="M:DotSpatial.Projections.ProjectedCategories.NationalGridsNorway.#ctor">
<summary>
Creates a new instance of NationalGridsNorway
</summary>
</member>
<member name="T:DotSpatial.Projections.UniversalPolarStereographic">
<summary>
UniversalPolarStereographic
</summary>
</member>
<member name="M:DotSpatial.Projections.UniversalPolarStereographic.#ctor">
<summary>
Creates a new instance of UniversalPolarStereographic
</summary>
</member>
<member name="M:DotSpatial.Projections.UniversalPolarStereographic.OnInit(DotSpatial.Projections.ProjectionInfo)">
<summary>
Initializes the transform using the parameters from the specified coordinate system information
</summary>
<param name="projInfo">A ProjectionInfo class contains all the standard and custom parameters needed to initialize this transform</param>
</member>
<member name="T:DotSpatial.Projections.Eckert4">
<summary>
Eckert4
</summary>
</member>
<member name="M:DotSpatial.Projections.Eckert4.#ctor">
<summary>
Creates a new instance of Eckert4
</summary>
</member>
<member name="M:DotSpatial.Projections.Eckert4.OnForward(System.Double[],System.Double[],System.Int32,System.Int32)">
<inheritdoc />
</member>
<member name="M:DotSpatial.Projections.Eckert4.OnInverse(System.Double[],System.Double[],System.Int32,System.Int32)">
<inheritdoc />
</member>
<member name="T:DotSpatial.Projections.Reproject">
<summary>
Reproject
</summary>
</member>
<member name="M:DotSpatial.Projections.Reproject.ReprojectPoints(System.Double[],System.Double[],DotSpatial.Projections.ProjectionInfo,DotSpatial.Projections.ProjectionInfo,System.Int32,System.Int32)">
<summary>
</summary>
<param name="xy">The xy array should be in interleaved set of xy coordinates like [x1, y1, x2, y2, ... xn, yn]</param>
<param name="z">The z array is the array of all the z values</param>
<param name="source"></param>
<param name="dest"></param>
<param name="startIndex"></param>
<param name="numPoints"></param>
</member>
<member name="T:DotSpatial.Projections.ProjectedCategories.UtmWgs1984">
<summary>
UtmWgs1984
</summary>
</member>
<member name="M:DotSpatial.Projections.ProjectedCategories.UtmWgs1984.#ctor">
<summary>
Creates a new instance of UtmWgs1984
</summary>
</member>
<member name="T:DotSpatial.Projections.ProjectedCategories.NorthAmerica">
<summary>
NorthAmerica
</summary>
</member>
<member name="M:DotSpatial.Projections.ProjectedCategories.NorthAmerica.#ctor">
<summary>
Creates a new instance of NorthAmerica
</summary>
</member>
<member name="T:DotSpatial.Projections.GeographicInfo">
<summary>
GeographicInfo
</summary>
</member>
<member name="M:DotSpatial.Projections.GeographicInfo.#ctor">
<summary>
Creates a new instance of GeographicInfo
</summary>
</member>
<member name="M:DotSpatial.Projections.GeographicInfo.ToEsriString">
<summary>
Generates an esri string from the information in this geographic info class, including the name, datum, meridian, and unit.
</summary>
<returns></returns>
</member>
<member name="M:DotSpatial.Projections.GeographicInfo.ReadEsriString(System.String)">
<summary>
Reads an esri string in order to parse the datum, meridian and unit as well as the name.
</summary>
<param name="esriString">The string to parse</param>
</member>
<member name="M:DotSpatial.Projections.GeographicInfo.ReadProj4Parameters(System.Collections.Generic.Dictionary{System.String,System.String})">
<summary>
Reads in parameters from the proj4 string that control the datum and prime meridian
</summary>
<param name="parameters">The dictionary of all the parameter names and values in string form</param>
</member>
<member name="P:DotSpatial.Projections.GeographicInfo.Datum">
<summary>
Gets or sets the datum
eg: D_WGS_1984
</summary>
</member>
<member name="P:DotSpatial.Projections.GeographicInfo.Meridian">
<summary>
Gets or sets the prime meridian longitude of the 0 mark, relative to Greenwitch
</summary>
</member>
<member name="P:DotSpatial.Projections.GeographicInfo.Name">
<summary>
Gets or sets the geographic coordinate system name
eg: GCS_WGS_1984
</summary>
</member>
<member name="P:DotSpatial.Projections.GeographicInfo.Unit">
<summary>
Gets or sets the units
</summary>
</member>
<member name="T:DotSpatial.Projections.GeographicCategories.Oceans">
<summary>
Oceans
</summary>
</member>
<member name="M:DotSpatial.Projections.GeographicCategories.Oceans.#ctor">
<summary>
Creates a new instance of Oceans
</summary>
</member>
<member name="T:DotSpatial.Projections.Eckert3">
<summary>
Eckert3
</summary>
</member>
<member name="M:DotSpatial.Projections.Eckert3.#ctor">
<summary>
Creates a new instance of Eckert3
</summary>
</member>
<member name="M:DotSpatial.Projections.Eckert3.OnForward(System.Double[],System.Double[],System.Int32,System.Int32)">
<inheritdoc />
</member>
<member name="M:DotSpatial.Projections.Eckert3.OnInverse(System.Double[],System.Double[],System.Int32,System.Int32)">
<inheritdoc />
</member>
<member name="T:DotSpatial.Projections.ProjectedCategories.UtmWgs1972">
<summary>
UtmWgs1972
</summary>
</member>
<member name="M:DotSpatial.Projections.ProjectedCategories.UtmWgs1972.#ctor">
<summary>
Creates a new instance of UtmWgs1972
</summary>
</member>
<member name="T:DotSpatial.Projections.DatumType">
<summary>
DatumTypes
</summary>
</member>
<member name="F:DotSpatial.Projections.DatumType.Unknown">
<summary>
The datum type is not with a well defined ellips or grid-shift
</summary>
</member>
<member name="F:DotSpatial.Projections.DatumType.Param3">
<summary>
The datum transform to WGS84 can be defined using 3 double parameters
</summary>
</member>
<member name="F:DotSpatial.Projections.DatumType.Param7">
<summary>
The datum transform to WGS84 can be defined using 7 double parameters
</summary>
</member>
<member name="F:DotSpatial.Projections.DatumType.GridShift">
<summary>
The transform requires a special nad gridshift
</summary>
</member>
<member name="F:DotSpatial.Projections.DatumType.WGS84">
<summary>
The datum is already the WGS84 datum
</summary>
</member>
</members>
</doc>
/MKLiveView/v1.0/References/Etc/Microsoft.Maps.MapControl.WPF.dll
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/MKLiveView/v1.0/References/Etc/Microsoft.Maps.MapControl.WPF.xml
0,0 → 1,1509
<?xml version="1.0" encoding="utf-8"?>
<doc>
<assembly>
<name>Microsoft.Maps.MapControl.WPF</name>
</assembly>
<members>
<member name="N:Microsoft.Maps.MapControl.WPF">
<summary>The Microsoft.Maps.MapControl.WPF namespace contains the most commonly used classes of the wpf_product_name.</summary>
</member>
<member name="T:Microsoft.Maps.MapControl.WPF.AerialMode">
<summary>Represents Aerial and Aerial with labels map modes.</summary>
</member>
<member name="M:Microsoft.Maps.MapControl.WPF.AerialMode.#ctor">
<summary>Initializes a new instance of the <see cref="T:Microsoft.Maps.MapControl.WPF.AerialMode"></see> class.</summary>
</member>
<member name="M:Microsoft.Maps.MapControl.WPF.AerialMode.#ctor(System.Boolean)">
<summary>Initializes a new instance of the <see cref="T:Microsoft.Maps.MapControl.WPF.AerialMode"></see> class.</summary>
<param name="labels">A bool indicating whether or not to display map labels.</param>
</member>
<member name="P:Microsoft.Maps.MapControl.WPF.AerialMode.Labels">
<summary>Gets or sets whether to show map labels.</summary>
<returns>Returns <see cref="T:System.Boolean"></see>.</returns>
</member>
<member name="T:Microsoft.Maps.MapControl.WPF.AltitudeReference">
<summary>Represents the starting plane of the altitude measurement.</summary>
</member>
<member name="F:Microsoft.Maps.MapControl.WPF.AltitudeReference.Ellipsoid">
<summary>The altitude is measured from the ellipsoid.</summary>
</member>
<member name="F:Microsoft.Maps.MapControl.WPF.AltitudeReference.Ground">
<summary>The altitude is measured from the ground.</summary>
</member>
<member name="F:Microsoft.Maps.MapControl.WPF.AltitudeReference.SeaLevel">
<summary>The altitude is measured from sea level.</summary>
</member>
<member name="F:Microsoft.Maps.MapControl.WPF.AltitudeReference.Surface">
<summary>The altitude is measured from the surface.</summary>
</member>
<member name="T:Microsoft.Maps.MapControl.WPF.AnimationLevel">
<summary>Determines when map navigation is animated.</summary>
</member>
<member name="F:Microsoft.Maps.MapControl.WPF.AnimationLevel.Full">
<summary>Map navigation is always animated.</summary>
</member>
<member name="F:Microsoft.Maps.MapControl.WPF.AnimationLevel.None">
<summary>The map navigates to a new view by snapping to it instead of using animation.</summary>
</member>
<member name="F:Microsoft.Maps.MapControl.WPF.AnimationLevel.UserInput">
<summary>Map navigation is only animated in response to user input.</summary>
</member>
<member name="T:Microsoft.Maps.MapControl.WPF.ApplicationIdCredentialsProvider">
<summary>Provides credentials in the form of an application ID (a maps_ticket).</summary>
</member>
<member name="M:Microsoft.Maps.MapControl.WPF.ApplicationIdCredentialsProvider.#ctor">
<summary>Initializes a new instance of the <see cref="T:Microsoft.Maps.MapControl.WPF.ApplicationIdCredentialsProvider"></see> class.</summary>
</member>
<member name="M:Microsoft.Maps.MapControl.WPF.ApplicationIdCredentialsProvider.#ctor(System.String)">
<summary>Initializes a new instance of the <see cref="T:Microsoft.Maps.MapControl.ApplicationIdCredentialsProvider"></see> class using the specified application ID.</summary>
<param name="applicationId">The application ID, or Bing Maps Key, to use.</param>
</member>
<member name="E:Microsoft.Maps.MapControl.WPF.ApplicationIdCredentialsProvider.PropertyChanged">
<summary>Occurs when a property of this class changes.</summary>
</member>
<member name="M:Microsoft.Maps.MapControl.WPF.ApplicationIdCredentialsProvider.GetCredentials(System.Action{Microsoft.Maps.MapControl.WPF.Credentials})">
<summary>Retrieves the credentials for the map control. This method can be used to pass your Bing Maps Key to other Bing Maps APIs, such as the Bing Maps REST Serviceshttp://msdn.microsoft.com/en-us/library/ff701713.aspx.</summary>
<param name="callback">The function to call when credentials are retrieved.</param>
</member>
<member name="M:Microsoft.Maps.MapControl.WPF.ApplicationIdCredentialsProvider.OnPropertyChanged(System.String)">
<summary>Enables the ability to provide custom handling when a property of this class changes.</summary>
<param name="propertyName">The name of the property that changed.</param>
</member>
<member name="P:Microsoft.Maps.MapControl.WPF.ApplicationIdCredentialsProvider.ApplicationId">
<summary>Gets or sets the application ID. The application ID is your Bing Maps Key. Information about getting a Bing Maps Key is found in Getting a Bing Maps Keyhttp://msdn.microsoft.com/en-us/library/ff428642.aspx.</summary>
<returns>Returns <see cref="T:System.String"></see>.</returns>
</member>
<member name="T:Microsoft.Maps.MapControl.WPF.Credentials">
<summary>Contains information used to authenticate requests.</summary>
</member>
<member name="M:Microsoft.Maps.MapControl.WPF.Credentials.#ctor">
<summary>Initializes a new instance of the <see cref="T:Microsoft.Maps.MapControl.WPF.Credentials"></see> class.</summary>
</member>
<member name="M:Microsoft.Maps.MapControl.WPF.Credentials.Equals(System.Object)">
<summary>Determines whether the credentials are equal to the specified object.</summary>
<returns>Returns <see cref="T:System.Boolean"></see>.</returns>
<param name="obj">The object to compare to.</param>
</member>
<member name="M:Microsoft.Maps.MapControl.WPF.Credentials.GetHashCode">
<summary>Retrieves the hash code for the credentials.</summary>
<returns>Returns <see cref="T:System.Int32"></see>.</returns>
</member>
<member name="M:Microsoft.Maps.MapControl.WPF.Credentials.op_Equality(Microsoft.Maps.MapControl.WPF.Credentials,Microsoft.Maps.MapControl.WPF.Credentials)">
<summary>Determines whether two credentials are equal.</summary>
<returns>Returns <see cref="T:System.Boolean"></see>.</returns>
<param name="credentials2">The second credentials object to compare.</param>
<param name="credentials1">The first credentials object to compare.</param>
</member>
<member name="M:Microsoft.Maps.MapControl.WPF.Credentials.op_Inequality(Microsoft.Maps.MapControl.WPF.Credentials,Microsoft.Maps.MapControl.WPF.Credentials)">
<summary>Determines whether two credentials are not equal.</summary>
<returns>Returns <see cref="T:System.Boolean"></see>.</returns>
<param name="credentials2">The second credentials object to compare.</param>
<param name="credentials1">The first credentials object to compare.</param>
</member>
<member name="M:Microsoft.Maps.MapControl.WPF.Credentials.ToString">
<summary>Converts the credentials to a string.</summary>
<returns>Returns <see cref="T:System.String"></see>.</returns>
</member>
<member name="P:Microsoft.Maps.MapControl.WPF.Credentials.ApplicationId">
<summary>Gets or sets the application ID, or Bing Maps Key, for these credentials.</summary>
<returns>Returns <see cref="T:System.String"></see>.</returns>
</member>
<member name="P:Microsoft.Maps.MapControl.WPF.Credentials.Token">
<summary>The wpf_product_name does not support the use of tokens for authentication.</summary>
<returns>Returns <see cref="T:System.String"></see>.</returns>
</member>
<member name="T:Microsoft.Maps.MapControl.WPF.LoadingErrorEventArgs">
<summary>Provides error data when the map does not load.</summary>
</member>
<member name="M:Microsoft.Maps.MapControl.WPF.LoadingErrorEventArgs.#ctor(System.Exception)">
<summary>Initializes a new instance of the <see cref="T:Microsoft.Maps.MapControl.WPF.LoadingErrorEventArgs"></see> class.</summary>
<param name="loadingException">The exception that that causes the map to not load correctly.</param>
</member>
<member name="P:Microsoft.Maps.MapControl.WPF.LoadingErrorEventArgs.LoadingException">
<summary>Gets the exception that caused the map loading error.</summary>
<returns>Returns <see cref="T:System.Exception"></see>.</returns>
</member>
<member name="T:Microsoft.Maps.MapControl.WPF.Location">
<summary>Contains the altitude and coordinate values of a location on the map.</summary>
</member>
<member name="M:Microsoft.Maps.MapControl.WPF.Location.#ctor">
<summary>Initializes a new instance of the <see cref="T:Microsoft.Maps.MapControl.WPF.Location"></see> structure.</summary>
</member>
<member name="M:Microsoft.Maps.MapControl.WPF.Location.#ctor(Microsoft.Maps.MapControl.WPF.Location)">
<summary>Initializes a new instance of the <see cref="T:Microsoft.Maps.MapControl.WPF.Location"></see> structure using the given location.</summary>
<param name="location">The location to use.</param>
</member>
<member name="M:Microsoft.Maps.MapControl.WPF.Location.#ctor(System.Double,System.Double)">
<summary>Initializes a new instance of the <see cref="T:Microsoft.Maps.MapControl.WPF Location"></see> structure using the given latitude and longitude values.</summary>
<param name="latitude">The latitude of the location.</param>
<param name="longitude">The longitude of the location.</param>
</member>
<member name="M:Microsoft.Maps.MapControl.WPF.Location.#ctor(System.Double,System.Double,System.Double)">
<summary>Initializes a new instance of the <see cref="T:Microsoft.Maps.MapControl.WPF Location"></see> structure using the given latitude, longitude and altitude values.</summary>
<param name="latitude">The latitude of the location.</param>
<param name="altitude">The altitude of the location.</param>
<param name="longitude">The longitude of the location.</param>
</member>
<member name="M:Microsoft.Maps.MapControl.WPF.Location.#ctor(System.Double,System.Double,System.Double,Microsoft.Maps.MapControl.WPF.AltitudeReference)">
<summary>Initializes a new instance of the <see cref="T:Microsoft.Maps.MapControl.Location"></see> structure using the given latitude, longitude, altitude and altitude reference values.</summary>
<param name="latitude">The latitude of the location.</param>
<param name="altitudeReference">The reference plane used to measure the altitude.</param>
<param name="altitude">The altitude of the location.</param>
<param name="longitude">The longitude of the location.</param>
</member>
<member name="F:Microsoft.Maps.MapControl.WPF.Location.MaxLatitude">
<summary>Specifies the maximum latitude in degrees.</summary>
</member>
<member name="F:Microsoft.Maps.MapControl.WPF.Location.MaxLongitude">
<summary>Specifies the maximum longitude in degrees.</summary>
</member>
<member name="F:Microsoft.Maps.MapControl.WPF.Location.MinLatitude">
<summary>Specifies the minimum latitude in degrees.</summary>
</member>
<member name="F:Microsoft.Maps.MapControl.WPF.Location.MinLongitude">
<summary>Specifies the minimum longitude in degrees.</summary>
</member>
<member name="M:Microsoft.Maps.MapControl.WPF.Location.Equals(System.Object)">
<summary>Determines whether this location is the same as the given object.</summary>
<returns>Returns <see cref="T:System.Boolean"></see>.</returns>
<param name="obj">The object to use.</param>
</member>
<member name="M:Microsoft.Maps.MapControl.WPF.Location.GetHashCode">
<summary>Retrieves the hash code for this location.</summary>
<returns>Returns <see cref="T:System.Int32"></see>.</returns>
</member>
<member name="M:Microsoft.Maps.MapControl.WPF.Location.NormalizeLongitude(System.Double)">
<summary>Converts an invalid longitude value to be within the valid range, which is -180 to 180.</summary>
<returns>Returns <see cref="T:System.Double"></see>.</returns>
<param name="longitude">The longitude value to normalize.</param>
</member>
<member name="M:Microsoft.Maps.MapControl.WPF.Location.op_Equality(Microsoft.Maps.MapControl.WPF.Location,Microsoft.Maps.MapControl.WPF.Location)">
<summary>Determines whether two instances of <see cref="T:Microsoft.Maps.MapControl.WPF.Location"></see> are equal.</summary>
<returns>Returns <see cref="T:System.Boolean"></see>.</returns>
<param name="location2">The second location to compare.</param>
<param name="location1">The first location to compare.</param>
</member>
<member name="M:Microsoft.Maps.MapControl.WPF.Location.op_Inequality(Microsoft.Maps.MapControl.WPF.Location,Microsoft.Maps.MapControl.WPF.Location)">
<summary>Determines whether two instances of <see cref="T:Microsoft.Maps.MapControl.WPF.Location"></see> are not equal.</summary>
<returns>Returns <see cref="T:System.Boolean"></see>.</returns>
<param name="location2">The second location to compare.</param>
<param name="location1">The first location to compare.</param>
</member>
<member name="M:Microsoft.Maps.MapControl.WPF.Location.ToString">
<summary>Converts the location to a formatted string containing the latitude, longitude, and altitude values.</summary>
<returns>Returns <see cref="T:System.String"></see>.</returns>
</member>
<member name="M:Microsoft.Maps.MapControl.WPF.Location.ToString(System.IFormatProvider)">
<summary>Converts the location to a formatted string containing the latitude, longitude, and altitude values using the specified format provider.</summary>
<returns>Returns <see cref="T:System.String"></see>.</returns>
<param name="provider">An <see cref="T:System.IFormatProvider"></see> implementation that supplies culture-specific formatting information.</param>
</member>
<member name="P:Microsoft.Maps.MapControl.WPF.Location.Altitude">
<summary>Gets or sets altitude for a location.</summary>
<returns>Returns <see cref="T:System.Double"></see>.</returns>
</member>
<member name="P:Microsoft.Maps.MapControl.WPF.Location.AltitudeReference">
<summary>Gets or sets the reference plane used to measure the altitude.</summary>
<returns>Returns <see cref="T:Microsoft.Maps.MapControl.WPF.AltitudeReference"></see>.</returns>
</member>
<member name="P:Microsoft.Maps.MapControl.WPF.Location.Latitude">
<summary>Gets or sets the latitude of the location.</summary>
<returns>Returns <see cref="T:System.Double"></see>.</returns>
</member>
<member name="P:Microsoft.Maps.MapControl.WPF.Location.Longitude">
<summary>Gets or sets the longitude of the location.</summary>
<returns>Returns <see cref="T:System.Double"></see>.</returns>
</member>
<member name="T:Microsoft.Maps.MapControl.WPF.LocationCollection">
<summary>Contains a collection of <see cref="T:Microsoft.Maps.MapControl.WPF.Location"></see> items.</summary>
</member>
<member name="M:Microsoft.Maps.MapControl.WPF.LocationCollection.#ctor">
<summary>Initializes a new instance of the <see cref="T:Microsoft.Maps.MapControl.WPF.LocationCollection"></see> class.</summary>
</member>
<member name="M:Microsoft.Maps.MapControl.WPF.LocationCollection.Add(Microsoft.Maps.MapControl.WPF.Location)">
<summary>Adds a <see cref="T:Microsoft.Maps.MapControl.WPF.Location"></see> to the location collection.</summary>
<param name="location">The location to add.</param>
</member>
<member name="T:Microsoft.Maps.MapControl.WPF.LocationRect">
<summary>Represents a rectangle on the map.</summary>
</member>
<member name="M:Microsoft.Maps.MapControl.WPF.LocationRect.#ctor">
<summary>Initializes a new instance of the <see cref="T:Microsoft.Maps.MapControl.WPF.LocationRect"></see> class.</summary>
</member>
<member name="M:Microsoft.Maps.MapControl.WPF.LocationRect.#ctor(Microsoft.Maps.MapControl.WPF.Location,Microsoft.Maps.MapControl.WPF.Location)">
<summary>Initializes a new instance of the <see cref="T:Microsoft.Maps.MapControl.WPF.LocationRect"></see> class using the specified locations as northwest and southeast corners of the rectangle.</summary>
<param name="corner1">The location of the northwest corner of the rectangle.</param>
<param name="corner2">The location of the southeast corner of the rectangle.</param>
</member>
<member name="M:Microsoft.Maps.MapControl.WPF.LocationRect.#ctor(Microsoft.Maps.MapControl.WPF.Location,System.Double,System.Double)">
<summary>Initializes a new instance of the <see cref="T:Microsoft.Maps.MapControl.WPF.LocationRect"></see> class, centered on the specified location.</summary>
<param name="width">The width of the rectangle.</param>
<param name="height">The height of the rectangle.</param>
<param name="center">The location of the center of the rectangle.</param>
</member>
<member name="M:Microsoft.Maps.MapControl.WPF.LocationRect.#ctor(Microsoft.Maps.MapControl.WPF.LocationRect)">
<summary>Initializes a new instance of the <see cref="T:Microsoft.Maps.MapControl.WPF.LocationRect"></see> class.</summary>
<param name="rect">The location rectangle to use.</param>
</member>
<member name="M:Microsoft.Maps.MapControl.WPF.LocationRect.#ctor(System.Collections.Generic.IList{Microsoft.Maps.MapControl.WPF.Location})">
<summary>Initializes a new instance of the <see cref="T:Microsoft.Maps.MapControl.WPF.LocationRect"></see> class using the specified collection of locations.</summary>
<param name="locations">A location collection containing the corners of the rectangle.</param>
</member>
<member name="M:Microsoft.Maps.MapControl.WPF.LocationRect.#ctor(System.Double,System.Double,System.Double,System.Double)">
<summary>Initializes a new instance of the <see cref="T:Microsoft.Maps.MapControl.WPF.LocationRect"></see> class using the specified borders.</summary>
<param name="east">The latitude of the eastern border of the rectangle.</param>
<param name="west">The latitude of the western border of the rectangle.</param>
<param name="south">The latitude of the southern border of the rectangle.</param>
<param name="north">The latitude of the northern border of the rectangle.</param>
</member>
<member name="M:Microsoft.Maps.MapControl.WPF.LocationRect.Equals(System.Object)">
<summary>Determines whether this location rectangle is equal to the specified object.</summary>
<returns>Returns <see cref="T:System.Boolean"></see>.</returns>
<param name="obj">The object to use.</param>
</member>
<member name="M:Microsoft.Maps.MapControl.WPF.LocationRect.GetHashCode">
<summary>Retrieves the hash code for this location rectangle.</summary>
<returns>Returns <see cref="T:System.Int32"></see>.</returns>
</member>
<member name="M:Microsoft.Maps.MapControl.WPF.LocationRect.Intersection(Microsoft.Maps.MapControl.WPF.LocationRect)">
<summary>Retrieves the intersection rectangle of this location rectangle and the specified location rectangle.</summary>
<returns>Returns <see cref="T:Microsoft.Maps.MapControl.WPF.LocationRect"></see>.</returns>
<param name="rect">The location rectangle to use.</param>
</member>
<member name="M:Microsoft.Maps.MapControl.WPF.LocationRect.Intersects(Microsoft.Maps.MapControl.WPF.LocationRect)">
<summary>Determines whether this location rectangle intersects with the specified location rectangle.</summary>
<returns>Returns <see cref="T:System.Boolean"></see>.</returns>
<param name="rect">The location rectangle to use.</param>
</member>
<member name="M:Microsoft.Maps.MapControl.WPF.LocationRect.op_Equality(Microsoft.Maps.MapControl.WPF.LocationRect,Microsoft.Maps.MapControl.WPF.LocationRect)">
<summary>Determines whether two location rectangle instances are equal.</summary>
<returns>Returns <see cref="T:System.Boolean"></see>.</returns>
<param name="rect2">The second location rectangle to compare.</param>
<param name="rect1">The first location rectangle to compare.</param>
</member>
<member name="M:Microsoft.Maps.MapControl.WPF.LocationRect.op_Inequality(Microsoft.Maps.MapControl.WPF.LocationRect,Microsoft.Maps.MapControl.WPF.LocationRect)">
<summary>Determines whether two location rectangle instances are not equal.</summary>
<returns>Returns <see cref="T:System.Boolean"></see>.</returns>
<param name="rect2">The second location rectangle to compare.</param>
<param name="rect1">The first location rectangle to compare.</param>
</member>
<member name="M:Microsoft.Maps.MapControl.WPF.LocationRect.ToString">
<summary>Converts the location rectangle to a formatted string containing the latitude, longitude, and altitude values of its corners.</summary>
<returns>Returns <see cref="T:System.String"></see>.</returns>
</member>
<member name="M:Microsoft.Maps.MapControl.WPF.LocationRect.ToString(System.IFormatProvider)">
<summary>Converts the location rectangle to a formatted string containing the latitude, longitude, and altitude values of its corners using a given format provider.</summary>
<returns>Returns <see cref="T:System.String"></see>.</returns>
<param name="provider">An <see cref="T:System.IFormatProvider"></see> implementation that supplies culture-specific formatting information.</param>
</member>
<member name="P:Microsoft.Maps.MapControl.WPF.LocationRect.Center">
<summary>Gets the location of the center of the rectangle.</summary>
<returns>Returns <see cref="T:Microsoft.Maps.MapControl.WPF.Location"></see>.</returns>
</member>
<member name="P:Microsoft.Maps.MapControl.WPF.LocationRect.East">
<summary>Gets or sets the longitude of the eastern border of the rectangle.</summary>
<returns>Returns <see cref="T:System.Double"></see>.</returns>
</member>
<member name="P:Microsoft.Maps.MapControl.WPF.LocationRect.Height">
<summary>Gets the height of the location rectangle.</summary>
<returns>Returns <see cref="T:System.Double"></see>.</returns>
</member>
<member name="P:Microsoft.Maps.MapControl.WPF.LocationRect.North">
<summary>Gets or sets the latitude of the northern border of the rectangle.</summary>
<returns>Returns <see cref="T:System.Double"></see>.</returns>
</member>
<member name="P:Microsoft.Maps.MapControl.WPF.LocationRect.Northeast">
<summary>Gets or sets the location of the northeast corner of the rectangle.</summary>
<returns>Returns <see cref="T:Microsoft.Maps.MapControl.WPF.Location"></see>.</returns>
</member>
<member name="P:Microsoft.Maps.MapControl.WPF.LocationRect.Northwest">
<summary>Gets the location or the northwest corner of the rectangle.</summary>
<returns>Returns <see cref="T:Microsoft.Maps.MapControl.WPF.Location"></see>.</returns>
</member>
<member name="P:Microsoft.Maps.MapControl.WPF.LocationRect.South">
<summary>Gets or sets the latitude of the southern border of the rectangle.</summary>
<returns>Returns <see cref="T:System.Double"></see>.</returns>
</member>
<member name="P:Microsoft.Maps.MapControl.WPF.LocationRect.Southeast">
<summary>Gets the location of the southeast corner of the rectangle.</summary>
<returns>Returns <see cref="T:Microsoft.Maps.MapControl.WPF.Location"></see>.</returns>
</member>
<member name="P:Microsoft.Maps.MapControl.WPF.LocationRect.Southwest">
<summary>Gets or sets the location of the southwest corner of the rectangle.</summary>
<returns>Returns <see cref="T:Microsoft.Maps.MapControl.WPF.Location"></see>.</returns>
</member>
<member name="P:Microsoft.Maps.MapControl.WPF.LocationRect.West">
<summary>Gets or sets the longitude of the western border of the rectangle.</summary>
<returns>Returns <see cref="T:System.Double"></see>.</returns>
</member>
<member name="P:Microsoft.Maps.MapControl.WPF.LocationRect.Width">
<summary>Gets or sets the width of the rectangle.</summary>
<returns>Returns <see cref="T:System.Double"></see>.</returns>
</member>
<member name="T:Microsoft.Maps.MapControl.WPF.Map">
<summary>Represents the default map class.</summary>
</member>
<member name="M:Microsoft.Maps.MapControl.WPF.Map.#ctor">
<summary>Initializes a new instance of the <see cref="T:Microsoft.Maps.MapControl.WFF.Map"></see> class.</summary>
</member>
<member name="E:Microsoft.Maps.MapControl.WPF.Map.KeyDown">
<summary>Occurs when a key is pressed while focus is on the map.</summary>
</member>
<member name="E:Microsoft.Maps.MapControl.WPF.Map.LoadingError">
<summary>Occurs when there is an error loading the map.</summary>
</member>
<member name="E:Microsoft.Maps.MapControl.WPF.MapCore.ModeChanged">
<summary>Occurs when the map mode changes.</summary>
</member>
<member name="E:Microsoft.Maps.MapControl.WPF.Map.MouseDoubleClick">
<summary>Occurs when the mouse is used to double click the map.</summary>
</member>
<member name="E:Microsoft.Maps.MapControl.WPF.Map.MouseLeftButtonDown">
<summary>Occurs when the left mouse button is pressed down over the map.</summary>
</member>
<member name="E:Microsoft.Maps.MapControl.WPF.Map.MouseLeftButtonUp">
<summary>Occurs when the left mouse button is released.</summary>
</member>
<member name="E:Microsoft.Maps.MapControl.WPF.Map.MouseMove">
<summary>Occurs when the mouse moves over the map.(</summary>
</member>
<member name="E:Microsoft.Maps.MapControl.WPF.Map.MouseWheel">
<summary>Occurs when the mouse wheel is used.</summary>
</member>
<member name="E:Microsoft.Maps.MapControl.WPF.MapCore.TargetViewChanged">
<summary>Occurs when the view towards which the map is animating changes.</summary>
</member>
<member name="E:Microsoft.Maps.MapControl.WPF.Map.TouchDown">
<summary>Occurs when the screen is touched over the map.</summary>
</member>
<member name="E:Microsoft.Maps.MapControl.WPF.Map.TouchMove">
<summary>Occurs when the screen is touched and dragged to move the map.</summary>
</member>
<member name="E:Microsoft.Maps.MapControl.WPF.Map.TouchUp">
<summary>Occurs when the touch of the map on the screen finishes.</summary>
</member>
<member name="E:Microsoft.Maps.MapControl.WPF.MapCore.ViewChangeEnd">
<summary>Occurs when the view is done changing.</summary>
</member>
<member name="E:Microsoft.Maps.MapControl.WPF.MapCore.ViewChangeOnFrame">
<summary>Occurs for every frame of a view change.</summary>
</member>
<member name="E:Microsoft.Maps.MapControl.WPF.MapCore.ViewChangeStart">
<summary>Occurs when the view starts changing.</summary>
</member>
<member name="M:Microsoft.Maps.MapControl.WPF.Map.Finalize">
<summary>Deconstructs the map.</summary>
</member>
<member name="M:Microsoft.Maps.MapControl.WPF.Map.OnApplyTemplate">
<summary>Builds the visual tree for the <see cref="T:Microsoft.Maps.MapControl.WPF.Map"></see> when a new template is applied.</summary>
</member>
<member name="M:Microsoft.Maps.MapControl.WPF.Map.OnCredentialsProviderChanged(System.Windows.DependencyPropertyChangedEventArgs)">
<summary>Enables the ability to provide custom handling when the credentials provider changes.</summary>
<param name="eventArgs">The event arguments.</param>
</member>
<member name="M:Microsoft.Maps.MapControl.WPF.Map.OnKeyDown(System.Windows.Input.KeyEventArgs)">
<summary>Enables the ability to provide custom handling when a keyboard key is pressed.</summary>
<param name="e">The event arguments.</param>
</member>
<member name="M:Microsoft.Maps.MapControl.WPF.Map.OnMouseDoubleClick(System.Windows.Input.MouseButtonEventArgs)">
<summary>Enables the ability to provide custom handling when the mouse is used to double-click the map.</summary>
<param name="e">The event arguments.</param>
</member>
<member name="M:Microsoft.Maps.MapControl.WPF.Map.OnMouseLeftButtonDown(System.Windows.Input.MouseButtonEventArgs)">
<summary>Enables the ability to provide custom handling when the left mouse button is pressed.</summary>
<param name="e">The event arguments.</param>
</member>
<member name="M:Microsoft.Maps.MapControl.WPF.Map.OnMouseLeftButtonUp(System.Windows.Input.MouseButtonEventArgs)">
<summary>Enables the ability to provide custom handling when the left mouse button is released.</summary>
<param name="e">The event arguments.</param>
</member>
<member name="M:Microsoft.Maps.MapControl.WPF.Map.OnMouseMove(System.Windows.Input.MouseEventArgs)">
<summary>Enables the ability to provide custom handling when the mouse cursor is over the map.</summary>
<param name="e">The event arguments.</param>
</member>
<member name="M:Microsoft.Maps.MapControl.WPF.Map.OnMouseWheel(System.Windows.Input.MouseWheelEventArgs)">
<summary>Enables the ability to provide custom handling when the mouse wheel moves at the same time the mouse cursor is over the map.</summary>
<param name="e">The event arguments.</param>
</member>
<member name="M:Microsoft.Maps.MapControl.WPF.Map.OnTouchDown(System.Windows.Input.TouchEventArgs)">
<summary>Enables the ability to provide custom handling when a finger touches the screen while it is over the map. </summary>
<param name="e">The event arguments.</param>
</member>
<member name="M:Microsoft.Maps.MapControl.WPF.Map.OnTouchMove(System.Windows.Input.TouchEventArgs)">
<summary>Enables the ability to provide custom handling when a finger moves on the screen while it is over the map.</summary>
<param name="e">The event arguments.</param>
</member>
<member name="M:Microsoft.Maps.MapControl.WPF.Map.OnTouchUp(System.Windows.Input.TouchEventArgs)">
<summary>Enables the ability to provide custom handling when a finger is raised off the screen while it is over the map.</summary>
<param name="e">The event arguments.</param>
</member>
<member name="P:Microsoft.Maps.MapControl.WPF.Map.MapForegroundStyle">
<summary>Gets or sets the map foreground style.</summary>
<returns>Returns <see cref="T:System.Windows.Style"></see>.</returns>
</member>
<member name="P:Microsoft.Maps.MapControl.WPF.Map.SupportedManipulations">
<summary>Gets or sets the current set of supported two-dimensional (2-D) manipulationshttp://msdn.microsoft.com/en-us/library/system.windows.input.manipulations.manipulations2d.aspx.</summary>
<returns>Returns System.Windows.Input.Manipulations.Manipulations2Dhttp://msdn.microsoft.com/en-us/library/system.windows.input.manipulations.manipulations2d.aspx.</returns>
</member>
<member name="P:Microsoft.Maps.MapControl.WPF.Map.UriScheme">
<summary>Gets the protocol (http or https) that is used to request the map.</summary>
<returns>Returns <see cref="T:System.String"></see>.</returns>
</member>
<member name="P:Microsoft.Maps.MapControl.WPF.Map.UseHttps">
<summary>Gets or sets whether to use HTTPS protocol when requesting a map.</summary>
<returns>Returns <see cref="T:System.Boolean"></see>.</returns>
</member>
<member name="P:Microsoft.Maps.MapControl.WPF.Map.UseInertia">
<summary>Gets or sets whether to use the inertial animation effect during map navigation.</summary>
<returns>Returns <see cref="T:System.Boolean"></see>.</returns>
</member>
<member name="T:Microsoft.Maps.MapControl.WPF.MapCore">
<summary>Represents the map.</summary>
</member>
<member name="M:Microsoft.Maps.MapControl.WPF.MapCore.#ctor">
<summary>Initializes a new instance of the <see cref="T:Microsoft.Maps.MapControl.WPF.Core.MapCore"></see> class.</summary>
</member>
<member name="F:Microsoft.Maps.MapControl.WPF.MapCore.CenterProperty">
<summary>Identifies the <see cref="P:Microsoft.Maps.MapControl.WPF.MapCore.Center"></see> dependency property.</summary>
</member>
<member name="F:Microsoft.Maps.MapControl.WPF.MapCore.CredentialsProviderProperty">
<summary>Identifies the <see cref="P:Microsoft.Maps.MapControl.WPF.MapCore.CredentialsProvider"></see> dependency property.</summary>
</member>
<member name="F:Microsoft.Maps.MapControl.WPF.MapCore.CultureProperty">
<summary>Identifies the <see cref="P:Microsoft.Maps.MapControl.WPF.MapCore.Culture"></see> dependency property.</summary>
</member>
<member name="F:Microsoft.Maps.MapControl.WPF.MapCore.HeadingProperty">
<summary>Identifies the <see cref="P:Microsoft.Maps.MapControl.WPF.MapCore.Heading"></see> dependency property.</summary>
</member>
<member name="F:Microsoft.Maps.MapControl.WPF.MapCore.ModeProperty">
<summary>Identifies the <see cref="P:Microsoft.Maps.MapControl.WPF.MapCore.Mode"></see> dependency property.</summary>
</member>
<member name="F:Microsoft.Maps.MapControl.WPF.MapCore.ScaleVisibilityProperty">
<summary>Identifies the <see cref="T:Microsoft.Maps.MapControl.WPF.Overlays.Scale"></see>dependency</summary>
</member>
<member name="F:Microsoft.Maps.MapControl.WPF.MapCore.ZoomLevelProperty">
<summary>Identifies the <see cref="P:Microsoft.Maps.MapControl.WPF.MapCore.ZoomLevel"></see> dependency property.</summary>
</member>
<member name="M:Microsoft.Maps.MapControl.WPF.MapCore.Dispose">
<summary>Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. Additionally, halts any pending downloads of map imagery and allows existing map imagery resources to be freed. This method requires that the control is no longer in the visual tree and therefore has no parent. Once disposed, the control may not be added to the visual tree again.</summary>
</member>
<member name="M:Microsoft.Maps.MapControl.WPF.MapCore.Dispose(System.Boolean)">
<summary>Releases unmanaged and managed resources</summary>
<param name="disposing">Set to true to release both managed and unmanaged resources. Set to false to release only unmanaged resources.</param>
</member>
<member name="M:Microsoft.Maps.MapControl.WPF.MapCore.LocationToViewportPoint(Microsoft.Maps.MapControl.WPF.Location)">
<summary>Converts a location to a viewport point.</summary>
<returns>Returns <see cref="T:System.Windows.Point"></see>.</returns>
<param name="location">The location to convert.</param>
</member>
<member name="M:Microsoft.Maps.MapControl.WPF.MapCore.OnApplyTemplate">
<summary>When overridden in a derived class, is invoked whenever application code or internal processes call ApplyTemplatehttp://msdn.microsoft.com/en-us/library/system.windows.frameworkelement.applytemplate.aspx</summary>
</member>
<member name="M:Microsoft.Maps.MapControl.WPF.MapCore.OnCredentialsProviderChanged(System.Windows.DependencyPropertyChangedEventArgs)">
<summary>Occurs when the user presses and holds down a key or keys on the keyboard.</summary>
<param name="eventArgs">The event data to use.</param>
</member>
<member name="M:Microsoft.Maps.MapControl.WPF.MapCore.OnScaleVisibilityChanged(System.Windows.DependencyPropertyChangedEventArgs)">
<summary>Occurs when the ScaleVisibility property is changed.</summary>
<param name="eventArgs">The event data to use.</param>
</member>
<member name="M:Microsoft.Maps.MapControl.WPF.MapCore.OnVisualParentChanged(System.Windows.DependencyObject)">
<summary>Invoked when the parent of this element in the visual tree is changed. Overrides System.Windows.UIElement.OnVisualParentChangedhttp://msdn.microsoft.com/en-us/library/system.windows.frameworkelement.onvisualparentchanged.aspx.</summary>
<param name="oldParent">The old parent element. May be nullNothingnullptra null reference (Nothing in Visual Basic) to indicate that the element did not have a visual parent previously. (Type: System.Windows.DependencyObjecthttp://msdn.microsoft.com/en-us/library/system.windows.dependencyobject.aspx)</param>
</member>
<member name="M:Microsoft.Maps.MapControl.WPF.MapCore.SetView(Microsoft.Maps.MapControl.WPF.Location,System.Double)">
<summary>Sets the map view to the specified center location and zoom level.</summary>
<param name="zoomLevel">The zoom level of the map view.</param>
<param name="center">The location of the center of the map view.</param>
</member>
<member name="M:Microsoft.Maps.MapControl.WPF.MapCore.SetView(Microsoft.Maps.MapControl.WPF.Location,System.Double,System.Double)">
<summary>Sets the map view to the specified center location, zoom level, and directional heading.</summary>
<param name="zoomLevel">The zoom level of the map view.</param>
<param name="center">The location of the center of the map view.</param>
<param name="heading">The directional heading of the map view.</param>
</member>
<member name="M:Microsoft.Maps.MapControl.WPF.MapCore.SetView(System.Double,System.Double)">
<summary>Sets the map view to the specified zoom level and heading.</summary>
<param name="zoomLevel">The zoom level of the map view.</param>
<param name="heading">The heading of the map view.</param>
</member>
<member name="M:Microsoft.Maps.MapControl.WPF.MapCore.SetView(Microsoft.Maps.MapControl.WPF.LocationRect)">
<summary>Sets the map view using the specified location rectangle.</summary>
<param name="boundingRectangle">The rectangle that defines the boundaries of the map view.</param>
</member>
<member name="M:Microsoft.Maps.MapControl.WPF.MapCore.SetView(System.Collections.Generic.IEnumerable{Microsoft.Maps.MapControl.WPF.Location},System.Windows.Thickness,System.Double)">
<summary>Sets the map view to the specified center location, margin, and heading.</summary>
<param name="margin">The margin in viewport pixels. This value must be non-negative.</param>
<param name="locations">The location of the center of the map view.</param>
<param name="heading">The heading of the map view.</param>
</member>
<member name="M:Microsoft.Maps.MapControl.WPF.MapCore.SetView(System.Collections.Generic.IEnumerable{Microsoft.Maps.MapControl.WPF.Location},System.Windows.Thickness,System.Double,System.Double)">
<summary>Sets the map view to the specified center location, margin, heading, and zoom level.</summary>
<param name="maxZoomLevel">The maximum zoom level of the map view.</param>
<param name="margin">The margin in viewport pixels. This value must be non-negative.</param>
<param name="locations">The location of the center of the map view.</param>
<param name="heading">The heading of the map view.</param>
</member>
<member name="M:Microsoft.Maps.MapControl.WPF.MapCore.TryLocationToViewportPoint(Microsoft.Maps.MapControl.WPF.Location,System.Windows.Point@)">
<summary>Determines the location on the map associated with a point on the viewport.</summary>
<returns>Returns <see cref="T:System.Boolean"></see>.</returns>
<param name="viewportPoint">The viewport point.</param>
<param name="location">The location on the map.</param>
</member>
<member name="M:Microsoft.Maps.MapControl.WPF.MapCore.TryViewportPointToLocation(System.Windows.Point,Microsoft.Maps.MapControl.WPF.Location@)">
<summary>Attempts to convert a viewport point to a location on a map.</summary>
<returns>Returns <see cref="T:System.Boolean"></see> if the point was successfully converted to a point on the map.</returns>
<param name="viewportPoint">A viewport coordinate.</param>
<param name="location">Location on the map the corresponds to the viewport point.</param>
</member>
<member name="M:Microsoft.Maps.MapControl.WPF.MapCore.ViewportPointToLocation(System.Windows.Point)">
<summary>Determines the location associated with the viewport point.</summary>
<returns>Returns <see cref="T:Microsoft.Maps.MapControl.WPF.Location"></see>.</returns>
<param name="viewportPoint">The viewport point.</param>
</member>
<member name="P:Microsoft.Maps.MapControl.WPF.MapCore.AnimationLevel">
<summary>Gets or sets the animation level of the map.</summary>
<returns>Returns <see cref="T:Microsoft.Maps.MapControl.WPF.AnimationLevel"></see>.</returns>
</member>
<member name="P:Microsoft.Maps.MapControl.WPF.MapCore.BoundingRectangle">
<summary>Gets the rectangle that defines the boundaries of the map view.</summary>
<returns>Returns <see cref="T:Microsoft.Maps.MapControl.WPF.LocationRect"></see>.</returns>
</member>
<member name="P:Microsoft.Maps.MapControl.WPF.MapCore.Center">
<summary>Gets the center location of the map view.</summary>
<returns>Returns <see cref="T:Microsoft.Maps.MapControl.WPF.Location"></see>.</returns>
</member>
<member name="P:Microsoft.Maps.MapControl.WPF.MapCore.Children">
<summary>Gets the child elements of the map.</summary>
<returns>Returns <see cref="T:System.Windows.Controls.UIElementCollection"></see>.</returns>
</member>
<member name="P:Microsoft.Maps.MapControl.WPF.MapCore.CredentialsProvider">
<summary>Gets or sets the credentials (maps_ticket).</summary>
<returns>Returns <see cref="T:Microsoft.Maps.MapControl.WPF.Core.CredentialsProvider"></see>.</returns>
</member>
<member name="P:Microsoft.Maps.MapControl.WPF.MapCore.Culture">
<summary>Gets or sets the culture used by the map.</summary>
<returns>Returns <see cref="T:System.String"></see>.</returns>
</member>
<member name="P:Microsoft.Maps.MapControl.WPF.MapCore.Heading">
<summary>Gets or sets the directional heading of the map.</summary>
<returns>Returns <see cref="T:System.Double"></see>.</returns>
</member>
<member name="P:Microsoft.Maps.MapControl.WPF.MapCore.Mode">
<summary>Gets or sets the map mode.</summary>
<returns>Returns <see cref="T:Microsoft.Maps.MapControl.WPF.MapMode"></see>.</returns>
</member>
<member name="P:Microsoft.Maps.MapControl.WPF.MapCore.ModeCrossFadeDuration">
<summary>Gets or sets the duration in milliseconds that it takes to cross-fade to a new map mode when a new map mode is set. The default value is 500 milliseconds.</summary>
<returns>Returns <see cref="T:System.Windows.Duration"></see>.</returns>
</member>
<member name="P:Microsoft.Maps.MapControl.WPF.MapCore.ScaleVisibility">
<summary>Gets or sets the visibility of all <see cref="T:Microsoft.Maps.MapControl.WPF.Overlays.Scale"></see> objects on the map. </summary>
<returns>Returns <see cref="T:System.Windows.Visibility"></see>.</returns>
</member>
<member name="P:Microsoft.Maps.MapControl.WPF.MapCore.TargetCenter">
<summary>Gets the pitch of the map view towards which the map is animating.</summary>
<returns>Returns <see cref="T:Microsoft.Maps.MapControl.WPF.Location"></see>.</returns>
</member>
<member name="P:Microsoft.Maps.MapControl.WPF.MapCore.TargetHeading">
<summary>Gets the heading of the map view towards which the map is animating.</summary>
<returns>Returns <see cref="T:System.Double"></see>.</returns>
</member>
<member name="P:Microsoft.Maps.MapControl.WPF.MapCore.TargetZoomLevel">
<summary>Gets the zoom level of the map view towards which the map is animating.</summary>
<returns>Returns <see cref="T:System.Double"></see>.</returns>
</member>
<member name="P:Microsoft.Maps.MapControl.WPF.MapCore.ViewportSize">
<summary>Gets the size of the viewport.</summary>
<returns>Returns <see cref="T:System.Windows.Size"></see>.</returns>
</member>
<member name="P:Microsoft.Maps.MapControl.WPF.MapCore.ZoomLevel">
<summary>Gets or sets the zoom level.</summary>
<returns>Returns <see cref="T:System.Double"></see>.</returns>
</member>
<member name="T:Microsoft.Maps.MapControl.WPF.MapEventArgs">
<summary>Provides data for <see cref="T:Microsoft.Maps.MapControl.WPF.Map"></see> events.</summary>
</member>
<member name="M:Microsoft.Maps.MapControl.WPF.MapEventArgs.#ctor">
<summary>Initializes a new instance of the <see cref="T:Microsoft.Maps.MapControl.WPF.MapEventArgs"></see> class.</summary>
</member>
<member name="P:Microsoft.Maps.MapControl.WPF.MapEventArgs.Handled">
<summary>Gets or sets whether the map event is handled.</summary>
<returns>Returns <see cref="T:System.Boolean"></see>.</returns>
</member>
<member name="T:Microsoft.Maps.MapControl.WPF.MapItemsControl">
<summary>Represents the class that uses a <see cref="T:Microsoft.Maps.MapControl.WPF.MapLayer"></see> as an ItemsPanel. This enables data binding using an ItemsSource and an ItemTemplate. This class inherits from the ItemsControl class.</summary>
</member>
<member name="M:Microsoft.Maps.MapControl.WPF.MapItemsControl.#ctor">
<summary>Initializes a new instance of the <see cref="T:Microsoft.Maps.MapControl.WPF.MapItemsControl"></see> class.</summary>
</member>
<member name="T:Microsoft.Maps.MapControl.WPF.MapLayer">
<summary>Represents a map layer, which positions its child <see cref="T:System.Windows.UIElement"></see> objects using geographic coordinates.</summary>
</member>
<member name="M:Microsoft.Maps.MapControl.WPF.MapLayer.#ctor">
<summary>Initializes a new instance of the <see cref="T:Microsoft.Maps.MapControl.WPF.MapLayer"></see> class.</summary>
</member>
<member name="F:Microsoft.Maps.MapControl.WPF.MapLayer.PositionOffsetProperty">
<summary>Identifies the <see cref="P:Microsoft.Maps.MapControl.MapLayer.WPF.PositionOffset"></see> dependency property.</summary>
</member>
<member name="F:Microsoft.Maps.MapControl.WPF.MapLayer.PositionOriginProperty">
<summary>Identifies the <see cref="P:Microsoft.Maps.MapControl.MapLayer.WPF.PositionOrigin"></see> dependency property.</summary>
</member>
<member name="F:Microsoft.Maps.MapControl.WPF.MapLayer.PositionProperty">
<summary>Identifies the <see cref="P:Microsoft.Maps.MapControl.MapLayer.WPF.Position"></see> dependency property.</summary>
</member>
<member name="F:Microsoft.Maps.MapControl.WPF.MapLayer.PositionRectangleProperty">
<summary>Identifies the <see cref="P:Microsoft.Maps.MapControl.MapLayer.WPF.PositionRectangle"></see> dependency property.</summary>
</member>
<member name="M:Microsoft.Maps.MapControl.WPF.MapLayer.AddChild(System.Windows.UIElement,Microsoft.Maps.MapControl.WPF.Location)">
<summary>Adds a UIElement to the map layer at the specified location.</summary>
<param name="location">The location at which to add the UIElement.</param>
<param name="element">The UIElement to add.</param>
</member>
<member name="M:Microsoft.Maps.MapControl.WPF.MapLayer.AddChild(System.Windows.UIElement,Microsoft.Maps.MapControl.WPF.Location,System.Windows.Point)">
<summary>Adds a UIElement to the map layer at the specified location using the given pixel offset.</summary>
<param name="offset">The pixel offset to use.</param>
<param name="location">The location at which to add the UIElement.</param>
<param name="element">The UIElement to add.</param>
</member>
<member name="M:Microsoft.Maps.MapControl.WPF.MapLayer.AddChild(System.Windows.UIElement,Microsoft.Maps.MapControl.WPF.Location,Microsoft.Maps.MapControl.WPF.PositionOrigin)">
<summary>Adds a UIElement to the map layer at the specified location using the given position origin.</summary>
<param name="origin">The position origin to use.</param>
<param name="location">The location at which to add the UIElement.</param>
<param name="element">The UIElement to add.</param>
</member>
<member name="M:Microsoft.Maps.MapControl.WPF.MapLayer.AddChild(System.Windows.UIElement,Microsoft.Maps.MapControl.WPF.LocationRect)">
<summary>Adds a UIElement to the map layer at the specified location rectangle.</summary>
<param name="locationRect">The location rectangle at which to add the UIElement.</param>
<param name="element">The UIElement to add.</param>
</member>
<member name="M:Microsoft.Maps.MapControl.WPF.MapLayer.ArrangeOverride(System.Windows.Size)">
<summary>Arranges the child elements so that they fit into the map layer.</summary>
<returns>Returns the actual <see cref="T:System.Windows.Size"></see> used..</returns>
<param name="finalSize">The final size of the map layer.</param>
</member>
<member name="M:Microsoft.Maps.MapControl.WPF.MapLayer.GetPosition(System.Windows.DependencyObject)">
<summary>Retrieves the map layer’s position.</summary>
<returns>Returns <see cref="T:Microsoft.Maps.MapControl.WPF.Location"></see>.</returns>
<param name="dependencyObject">The dependency field.</param>
</member>
<member name="M:Microsoft.Maps.MapControl.WPF.MapLayer.GetPositionOffset(System.Windows.DependencyObject)">
<summary>Retrieves the offset of a layer from the position calculated by the map projection, in pixels.</summary>
<returns>Returns <see cref="T:System.Windows.Point"></see>.</returns>
<param name="dependencyObject">The dependency fieldt</param>
</member>
<member name="M:Microsoft.Maps.MapControl.WPF.MapLayer.GetPositionOrigin(System.Windows.DependencyObject)">
<summary>Retrieves the map layer’s position origin.</summary>
<returns>Returns <see cref="T:Microsoft.Maps.MapControl.WPF.PositionOrigin"></see>.</returns>
<param name="dependencyObject">The dependency field.</param>
</member>
<member name="M:Microsoft.Maps.MapControl.WPF.MapLayer.GetPositionRectangle(System.Windows.DependencyObject)">
<summary>Retrieves a <see cref="T:Microsoft.Maps.MapControl.WPF.LocationRect"></see> that <see cref="T:System.Windows.UIElement"></see> objects of the layer are fit into (also known as “arranging”).</summary>
<returns>Returns <see cref="T:Microsoft.Maps.MapControl.WPF.LocationRect"></see>.</returns>
<param name="dependencyObject">The dependency field.</param>
</member>
<member name="M:Microsoft.Maps.MapControl.WPF.MapLayer.MeasureOverride(System.Windows.Size)">
<summary>Measures the elements that need to fit into the map layer.</summary>
<returns>Returns <see cref="T:System.Windows.Size"></see>.</returns>
<param name="availableSize">The available size of the map layer.</param>
</member>
<member name="M:Microsoft.Maps.MapControl.WPF.MapLayer.OnPositionChanged(System.Windows.DependencyObject,System.Windows.DependencyPropertyChangedEventArgs)">
<summary>Enables the ability to provide custom handling when the <see cref="P:Microsoft.Maps.MapControl.MapLayer.WPF.Position"></see> of the layer changes.</summary>
<param name="dependencyObject">The dependency field.</param>
<param name="ea">The event arguments.</param>
</member>
<member name="M:Microsoft.Maps.MapControl.WPF.MapLayer.OnPositionOffsetChanged(System.Windows.DependencyObject,System.Windows.DependencyPropertyChangedEventArgs)">
<summary>Enables the ability to provide custom handling when the <see cref="P:Microsoft.Maps.MapControl.MapLayer.WPF.PositionOffset"></see> of the layer changes.</summary>
<param name="dependencyObject">The dependency field.</param>
<param name="ea">The event arguments.</param>
</member>
<member name="M:Microsoft.Maps.MapControl.WPF.MapLayer.OnPositionOriginChanged(System.Windows.DependencyObject,System.Windows.DependencyPropertyChangedEventArgs)">
<summary>Enables the ability to provide custom handling when the <see cref="P:Microsoft.Maps.MapControl.MapLayer.WPF.PositionOrigin"></see> of the layer changes.</summary>
<param name="dependencyObject">The dependency field.</param>
<param name="ea">The event arguments.</param>
</member>
<member name="M:Microsoft.Maps.MapControl.WPF.MapLayer.OnPositionRectangleChanged(System.Windows.DependencyObject,System.Windows.DependencyPropertyChangedEventArgs)">
<summary>Enables the ability to provide custom handling when the <see cref="P:Microsoft.Maps.MapControl.MapLayer.WPF.PositionRectangle"></see> of the layer changes.</summary>
<param name="dependencyObject">The dependency field.</param>
<param name="ea">The event arguments.</param>
</member>
<member name="M:Microsoft.Maps.MapControl.WPF.MapLayer.SetPosition(System.Windows.DependencyObject,Microsoft.Maps.MapControl.WPF.Location)">
<summary>Sets the position of the map layer.</summary>
<param name="dependencyObject">The dependency field.</param>
<param name="location">The location at which to position the map layer.</param>
</member>
<member name="M:Microsoft.Maps.MapControl.WPF.MapLayer.SetPositionOffset(System.Windows.DependencyObject,System.Windows.Point)">
<summary>Sets the position offset of the map layer.</summary>
<param name="dependencyObject">The dependency field.</param>
<param name="point">The pixel offset to use.</param>
</member>
<member name="M:Microsoft.Maps.MapControl.WPF.MapLayer.SetPositionOrigin(System.Windows.DependencyObject,Microsoft.Maps.MapControl.WPF.PositionOrigin)">
<summary>Sets the position of the origin of the map layer.</summary>
<param name="origin">The position origin of the map layer.</param>
<param name="dependencyObject">The dependency field.</param>
</member>
<member name="M:Microsoft.Maps.MapControl.WPF.MapLayer.SetPositionRectangle(System.Windows.DependencyObject,Microsoft.Maps.MapControl.WPF.LocationRect)">
<summary>Sets the position rectangle of the map layer.</summary>
<param name="dependencyObject">The dependency field.</param>
<param name="rect">The boundaries of the map layer.</param>
</member>
<member name="P:Microsoft.Maps.MapControl.WPF.MapLayer.Position">
<summary>The child element should not have its Width and Height properties defined, instead its HorizontalAlign and VerticalAlign should both be set to Stretch.</summary>
<returns>Returns <see cref="T:Microsoft.Maps.MapControl.WPF.Location"></see>.</returns>
</member>
<member name="P:Microsoft.Maps.MapControl.WPF.MapLayer.PositionOffset">
<summary>Gets the offset of a layer from the position calculated by the map projection, in pixels.</summary>
<returns>Returns <see cref="T:System.Windows.Point"></see>.</returns>
</member>
<member name="P:Microsoft.Maps.MapControl.WPF.MapLayer.PositionOrigin">
<summary>Gets the position origin of the map layer.</summary>
<returns>Returns <see cref="T:Microsoft.Maps.MapControl.WPF.PositionOrigin"></see>.</returns>
</member>
<member name="P:Microsoft.Maps.MapControl.WPF.MapLayer.PositionRectangle">
<summary>Gets a <see cref="T:Microsoft.Maps.MapControl.WPF.LocationRect"></see> that <see cref="T:System.Windows.UIElement"></see> objects are fit into (also known as “arranging”).</summary>
<returns>Returns <see cref="T:Microsoft.Maps.MapControl.WPF.LocationRect"></see>.</returns>
</member>
<member name="T:Microsoft.Maps.MapControl.WPF.MapMode">
<summary>Defines the base class for a map mode. This class must be inherited.</summary>
</member>
<member name="M:Microsoft.Maps.MapControl.WPF.MapMode.#ctor">
<summary>Initializes a new instance of the <see cref="T:Microsoft.Maps.MapControl.WPF.MapMode"></see> class.</summary>
</member>
<member name="M:Microsoft.Maps.MapControl.WPF.MapMode.ArrangeOverride(System.Windows.Size)">
<summary>Arranges the elements so they fit the given size.</summary>
<returns>Returns <see cref="T:System.Windows.Size"></see>.</returns>
<param name="arrangeSize">The size in which to fit the elements.</param>
</member>
<member name="P:Microsoft.Maps.MapControl.WPF.MapMode.ModeBackground">
<summary>Gets whether the map mode typically has a light or a dark background. You can use this value to choose the overlay color. Most of the map modes have dark backgrounds.</summary>
<returns>Returns <see cref="T:Microsoft.Maps.MapControl.WPF.Core.ModeBackground"></see>.</returns>
</member>
<member name="T:Microsoft.Maps.MapControl.WPF.MapPolygon">
<summary>Represents a polygon on the map.</summary>
</member>
<member name="M:Microsoft.Maps.MapControl.WPF.MapPolygon.#ctor">
<summary>Initializes a new instance of the <see cref="T:Microsoft.Maps.MapControl.WPF.MapPolygon"></see> class.</summary>
</member>
<member name="P:Microsoft.Maps.MapControl.WPF.MapPolygon.FillRule">
<summary>Gets or sets the fill rule for the polygon.</summary>
<returns>Returns <see cref="T:System.Windows.Media.FillRule"></see>.</returns>
</member>
<member name="P:Microsoft.Maps.MapControl.WPF.MapPolygon.ProjectedPoints">
<summary>Gets or sets the vertices of the polygon.</summary>
<returns>Returns <see cref="T:System.Windows.Media.PointCollection"></see>.</returns>
</member>
<member name="T:Microsoft.Maps.MapControl.WPF.MapPolyline">
<summary>Represents a polyline on the map.</summary>
</member>
<member name="M:Microsoft.Maps.MapControl.WPF.MapPolyline.#ctor">
<summary>Initializes a new instance of the <see cref="T:Microsoft.Maps.MapControl.WPF.MapPolygon"></see> class.</summary>
</member>
<member name="P:Microsoft.Maps.MapControl.WPF.MapPolyline.FillRule">
<summary>Gets or set the fill rule for the polygon.</summary>
<returns>Returns <see cref="T:System.Windows.Media.FillRule"></see>.</returns>
</member>
<member name="P:Microsoft.Maps.MapControl.WPF.MapPolyline.ProjectedPoints">
<summary>Gets or sets vertices of the polygon.</summary>
<returns>Returns <see cref="T:System.Windows.Media.PointCollection"></see>.</returns>
</member>
<member name="T:Microsoft.Maps.MapControl.WPF.MapShapeBase">
<summary>Represents the base class for a shape on the map. This class must be inherited.</summary>
</member>
<member name="M:Microsoft.Maps.MapControl.WPF.MapShapeBase.#ctor(System.Windows.Shapes.Shape)">
<summary>Initializes a new instance of the <see cref="T:Microsoft.Maps.MapControl.Core.WPF.MapShapeBase"></see> class.</summary>
<param name="shape">The shape to initialize on the map.</param>
</member>
<member name="M:Microsoft.Maps.MapControl.WPF.MapShapeBase.ArrangeOverride(System.Windows.Size)">
<summary>Arranges the shape to fit on the map.</summary>
<returns>Returns the actual <see cref="T:System.Windows.Size"></see>.</returns>
<param name="finalSize">The final size of the shape to fit.</param>
</member>
<member name="M:Microsoft.Maps.MapControl.WPF.MapShapeBase.MeasureOverride(System.Windows.Size)">
<summary>Measures the shape to fit the available size.</summary>
<returns>Returns the actual<see cref="T:System.Windows.Size"></see> needed by the shape and its children..</returns>
<param name="availableSize">The available size of the shape.</param>
</member>
<member name="P:Microsoft.Maps.MapControl.WPF.MapShapeBase.EncapsulatedShape">
<summary>Gets the shape.</summary>
<returns>Returns <see cref="T:System.Windows.Shapes.Shape"></see>.</returns>
</member>
<member name="P:Microsoft.Maps.MapControl.WPF.MapShapeBase.Fill">
<summary>Gets or sets the fill of the shape.</summary>
<returns>Returns <see cref="T:System.Windows.Media.Brush"></see>.</returns>
</member>
<member name="P:Microsoft.Maps.MapControl.WPF.MapShapeBase.Locations">
<summary>Gets or sets the locations that define the vertices of the shape.</summary>
<returns>Returns <see cref="T:Microsoft.Maps.MapControl.WPF.LocationCollection"></see>.</returns>
</member>
<member name="P:Microsoft.Maps.MapControl.WPF.MapShapeBase.Opacity">
<summary>Gets or sets the opacity of the shape.</summary>
<returns>Returns <see cref="T:System.Double"></see>.</returns>
</member>
<member name="P:Microsoft.Maps.MapControl.WPF.MapShapeBase.OpacityMask">
<summary>Gets or sets the opacity mask for the shape.</summary>
<returns>Returns <see cref="T:System.Windows.Media.Brush"></see>.</returns>
</member>
<member name="P:Microsoft.Maps.MapControl.WPF.MapShapeBase.ProjectedPoints">
<summary>When overridden in a derived class, gets or sets the projected points of the shape. Use this property to arrange the points of derived classes.</summary>
<returns>Returns <see cref="T:System.Windows.Media.PointCollection"></see>.</returns>
</member>
<member name="P:Microsoft.Maps.MapControl.WPF.MapShapeBase.Stroke">
<summary>Gets or sets the stroke color of the shape.</summary>
<returns>Returns <see cref="T:System.Windows.Media.Brush"></see>.</returns>
</member>
<member name="P:Microsoft.Maps.MapControl.WPF.MapShapeBase.StrokeDashArray">
<summary>Gets or sets the StrokeDashArray value of the shape.</summary>
<returns>Returns <see cref="T:System.Windows.Media.DoubleCollection"></see>.</returns>
</member>
<member name="P:Microsoft.Maps.MapControl.WPF.MapShapeBase.StrokeDashCap">
<summary>Gets or sets the StrokeDashCap value for the shape.</summary>
<returns>Returns <see cref="T:System.Windows.Media.PenLineCap"></see>.</returns>
</member>
<member name="P:Microsoft.Maps.MapControl.WPF.MapShapeBase.StrokeDashOffset">
<summary>Gets or sets the StrokeDashOffset value for the shape.</summary>
<returns>Returns <see cref="T:System.Double"></see>.</returns>
</member>
<member name="P:Microsoft.Maps.MapControl.WPF.MapShapeBase.StrokeEndLineCap">
<summary>Gets or sets the StrokeEndLineCap value for the shape.</summary>
<returns>Returns <see cref="T:System.Windows.Media.PenLineCap"></see>.</returns>
</member>
<member name="P:Microsoft.Maps.MapControl.WPF.MapShapeBase.StrokeLineJoin">
<summary>Gets or sets the StrokeLineJoin value for the shape.</summary>
<returns>Returns <see cref="T:System.Windows.Media.PenLineJoin"></see>.</returns>
</member>
<member name="P:Microsoft.Maps.MapControl.WPF.MapShapeBase.StrokeMiterLimit">
<summary>Gets or sets the StrokeMiterLimit value for the shape.</summary>
<returns>Returns <see cref="T:System.Double"></see>.</returns>
</member>
<member name="P:Microsoft.Maps.MapControl.WPF.MapShapeBase.StrokeStartLineCap">
<summary>Gets or sets the StrokeStartLineCap value for the shape.</summary>
<returns>Returns <see cref="T:System.Windows.Media.PenLineCap"></see>.</returns>
</member>
<member name="P:Microsoft.Maps.MapControl.WPF.MapShapeBase.StrokeThickness">
<summary>Gets or sets the StrokeThickness value for the shape.</summary>
<returns>Returns <see cref="T:System.Double"></see>.</returns>
</member>
<member name="T:Microsoft.Maps.MapControl.WPF.MapTileLayer">
<summary>Represents a layer of image tiles on the map.</summary>
</member>
<member name="M:Microsoft.Maps.MapControl.WPF.MapTileLayer.#ctor">
<summary>Initializes a new instance of the <see cref="T:Microsoft.Maps.MapControl.WPF.MapTileLayer"></see> class.</summary>
</member>
<member name="M:Microsoft.Maps.MapControl.WPF.MapTileLayer.ArrangeOverride(System.Windows.Size)">
<returns>Returns <see cref="T:System.Windows.Size"></see>.</returns>
</member>
<member name="P:Microsoft.Maps.MapControl.WPF.MapTileLayer.TileHeight">
<summary>Gets or sets the height, in pixels, of a tile in the map tile layer.</summary>
<returns>Returns <see cref="T:System.Int32"></see>.</returns>
</member>
<member name="P:Microsoft.Maps.MapControl.WPF.MapTileLayer.TileSource">
<summary>Gets or sets the tile source associated with the map tile layer.</summary>
<returns>Returns <see cref="T:Microsoft.Maps.MapControl.WPF.TileSource"></see>.</returns>
</member>
<member name="P:Microsoft.Maps.MapControl.WPF.MapTileLayer.TileWidth">
<summary>Gets or sets the width, in pixels, of a tile in the map tile layer.</summary>
<returns>Returns <see cref="T:System.Int32"></see>.</returns>
</member>
<member name="T:Microsoft.Maps.MapControl.WPF.MercatorMode">
<summary>Represents the Mercator map mode.</summary>
</member>
<member name="M:Microsoft.Maps.MapControl.WPF.MercatorMode.#ctor">
<summary>Initializes a new instance of the <see cref="T:Microsoft.Maps.MapControl.WPF.MercatorMode"></see> class.When you instantiate your Map to use the MercatorMode, you can add tile overlays, shapes, images or videos to one or more MapLayer objects.</summary>
</member>
<member name="P:Microsoft.Maps.MapControl.WPF.MercatorMode.ModeBackground">
<summary>Specifies whether the background is light or dark.</summary>
<returns>Returns <see cref="T:Microsoft.Maps.MapControl.WPF.Core.ModeBackground"></see>.</returns>
</member>
<member name="T:Microsoft.Maps.MapControl.WPF.PositionOrigin">
<summary>Represents the anchor point of UIElement, such as an image, at a <see cref="T:Microsoft.Maps.MapControl.WPF.Location"></see> on a <see cref="T:Microsoft.Maps.MapControl.WPF.MapLayer"></see>.</summary>
</member>
<member name="M:Microsoft.Maps.MapControl.WPF.PositionOrigin.#ctor(System.Double,System.Double)">
<summary>Initializes a new instance of the <see cref="T:Microsoft.Maps.MapControl.PositionOrigin"></see> class.</summary>
<param name="horizontalOrigin">The position of the origin along the x-axis.</param>
<param name="verticalOrigin">The position of the origin along the y-axis.</param>
</member>
<member name="F:Microsoft.Maps.MapControl.WPF.PositionOrigin.BottomCenter">
<summary>Specifies the bottom center of the position.</summary>
</member>
<member name="F:Microsoft.Maps.MapControl.WPF.PositionOrigin.BottomLeft">
<summary>Specifies the bottom left of the position.</summary>
</member>
<member name="F:Microsoft.Maps.MapControl.WPF.PositionOrigin.BottomRight">
<summary>Specifies the bottom right of the position.</summary>
</member>
<member name="F:Microsoft.Maps.MapControl.WPF.PositionOrigin.Center">
<summary>Specifies the center of the position.</summary>
</member>
<member name="F:Microsoft.Maps.MapControl.WPF.PositionOrigin.CenterLeft">
<summary>Specifies the center left of the position.</summary>
</member>
<member name="F:Microsoft.Maps.MapControl.WPF.PositionOrigin.CenterRight">
<summary>Specifies the center right of the position.</summary>
</member>
<member name="F:Microsoft.Maps.MapControl.WPF.PositionOrigin.TopCenter">
<summary>Specifies the top center of the position.</summary>
</member>
<member name="F:Microsoft.Maps.MapControl.WPF.PositionOrigin.TopLeft">
<summary>Specifies the top left of the position.</summary>
</member>
<member name="F:Microsoft.Maps.MapControl.WPF.PositionOrigin.TopRight">
<summary>Specifies the top right of the position.</summary>
</member>
<member name="M:Microsoft.Maps.MapControl.WPF.PositionOrigin.Equals(System.Object)">
<summary>Determines whether the specified object is equal to this position origin.</summary>
<returns>Returns <see cref="T:System.Boolean"></see>.</returns>
<param name="obj">The object to compare to.</param>
</member>
<member name="M:Microsoft.Maps.MapControl.WPF.PositionOrigin.Equals(Microsoft.Maps.MapControl.WPF.PositionOrigin)">
<summary>Determines whether the specified position origin is equal to this position origin.</summary>
<returns>Returns <see cref="T:System.Boolean"></see>.</returns>
<param name="origin">The position origin to compare to.</param>
</member>
<member name="M:Microsoft.Maps.MapControl.WPF.PositionOrigin.GetHashCode">
<summary>Retrieves the hash code for this position origin.</summary>
<returns>Returns <see cref="T:System.Int32"></see>.</returns>
</member>
<member name="M:Microsoft.Maps.MapControl.WPF.PositionOrigin.op_Equality(Microsoft.Maps.MapControl.WPF.PositionOrigin,Microsoft.Maps.MapControl.WPF.PositionOrigin)">
<summary>Determines whether two position origin objects are equal.</summary>
<returns>Returns <see cref="T:System.Boolean"></see>.</returns>
<param name="origin2">The second position origin to compare.</param>
<param name="origin1">The first position origin to compare.</param>
</member>
<member name="M:Microsoft.Maps.MapControl.WPF.PositionOrigin.op_Inequality(Microsoft.Maps.MapControl.WPF.PositionOrigin,Microsoft.Maps.MapControl.WPF.PositionOrigin)">
<summary>Determines whether two position origins are not equal.</summary>
<returns>Returns <see cref="T:System.Boolean"></see>.</returns>
<param name="origin2">Gets or sets the y-axis position of the position origin.</param>
<param name="origin1">Gets or sets the x-axis position of the position origin.</param>
</member>
<member name="P:Microsoft.Maps.MapControl.WPF.PositionOrigin.X">
<summary>Gets or sets the x-axis position of the position origin.</summary>
<returns>Returns <see cref="T:System.Double"></see>.</returns>
</member>
<member name="P:Microsoft.Maps.MapControl.WPF.PositionOrigin.Y">
<summary>Gets or sets the y-axis position of the position origin.</summary>
<returns>Returns <see cref="T:System.Double"></see>.</returns>
</member>
<member name="T:Microsoft.Maps.MapControl.WPF.Pushpin">
<summary>Represents a pushpin on the map.</summary>
</member>
<member name="M:Microsoft.Maps.MapControl.WPF.Pushpin.#ctor">
<summary>Initializes a new instance of the <see cref="T:Microsoft.Maps.MapControl.WPF.Pushpin"></see> class.</summary>
</member>
<member name="F:Microsoft.Maps.MapControl.WPF.Pushpin.HeadingProperty">
<summary>Identifies the <see cref="P:Microsoft.Maps.MapControl.WPF.Pushpin.Heading"></see> dependency property.</summary>
</member>
<member name="F:Microsoft.Maps.MapControl.WPF.Pushpin.LocationDependencyProperty">
<summary>Identifies the <see cref="P:Microsoft.Maps.MapControl.WPF.Pushpin.Location"></see> dependency property.</summary>
</member>
<member name="F:Microsoft.Maps.MapControl.WPF.Pushpin.PositionOriginDependencyProperty">
<summary>Identifies the <see cref="P:Microsoft.Maps.MapControl,WPF.Pushpin.PositionLocation"></see> dependency property.</summary>
</member>
<member name="M:Microsoft.Maps.MapControl.WPF.Pushpin.UpdateRenderTransform">
<summary>???</summary>
</member>
<member name="P:Microsoft.Maps.MapControl.WPF.Pushpin.Heading">
<summary>Gets or sets the heading of the pushpin on the map.</summary>
<returns>Returns <see cref="T:System.Double"></see>.</returns>
</member>
<member name="P:Microsoft.Maps.MapControl.WPF.Pushpin.Location">
<summary>Gets or sets the location of the pushpin on the map.</summary>
<returns>Returns <see cref="T:Microsoft.Maps.MapControl.WPF.Location"></see>.</returns>
</member>
<member name="P:Microsoft.Maps.MapControl.WPF.Pushpin.PositionOrigin">
<summary>Gets or sets the position origin of the pushpin, which defines the position on the pushpin to anchor to the map.</summary>
<returns>Returns <see cref="T:Microsoft.Maps.MapControl.WPF.PositionOrigin"></see>.</returns>
</member>
<member name="T:Microsoft.Maps.MapControl.WPF.RoadMode">
<summary>Represents the Road map mode.</summary>
</member>
<member name="M:Microsoft.Maps.MapControl.WPF.RoadMode.#ctor">
<summary>Represents the Road map mode.</summary>
</member>
<member name="P:Microsoft.Maps.MapControl.WPF.RoadMode.ModeBackground">
<summary>Gets the background style of the mode.</summary>
<returns>Returns <see cref="T:Microsoft.Maps.MapControl.WPF.Core.ModeBackground"></see>.</returns>
</member>
<member name="T:Microsoft.Maps.MapControl.WPF.TileSource">
<summary>Retrieves the URI for a tile based on its zoom level and tile position.</summary>
</member>
<member name="M:Microsoft.Maps.MapControl.WPF.TileSource.#ctor">
<summary>Initializes a new instance of the <see cref="T:Microsoft.Maps.MapControl.WPF.TileSource"></see> class.</summary>
</member>
<member name="M:Microsoft.Maps.MapControl.WPF.TileSource.#ctor(System.String)">
<summary>Initializes a new instance of the <see cref="T:Microsoft.Maps.MapControl.WPF.TileSource"></see> class.</summary>
<param name="uriFormat">The format used to create the URI.</param>
</member>
<member name="E:Microsoft.Maps.MapControl.WPF.TileSource.PropertyChanged">
<summary>Occurs when a property of the tile source changes.</summary>
</member>
<member name="F:Microsoft.Maps.MapControl.WPF.TileSource.QuadKeyUriFragment">
<summary>Specifies the piece of the URI that is the quad key.</summary>
</member>
<member name="F:Microsoft.Maps.MapControl.WPF.TileSource.SubdomainUriFragment">
<summary>Specifies the piece of the URI that is the sub-domain.</summary>
</member>
<member name="F:Microsoft.Maps.MapControl.WPF.TileSource.UriSchemeUriFragment">
<summary>Specifies the pieces of the URI that specify the URI scheme.</summary>
</member>
<member name="M:Microsoft.Maps.MapControl.WPF.TileSource.GetSubdomain(Microsoft.Maps.MapControl.WPF.Core.QuadKey)">
<summary>Retrieves the sub-domain for the tile identified by the specified quad key.</summary>
<returns>Returns <see cref="T:System.String"></see>.</returns>
</member>
<member name="M:Microsoft.Maps.MapControl.WPF.TileSource.GetUri(System.Int32,System.Int32,System.Int32)">
<summary>Retrieves the URI for the tile specified by the given x, y coordinates and zoom level.</summary>
<returns>Returns a <see cref="T:System.Uri"></see> for the tile.</returns>
<param name="zoomLevel">The zoom level of the tile.</param>
<param name="x">The horizontal position of the tile.</param>
<param name="y">The vertical position of the tile.</param>
</member>
<member name="M:Microsoft.Maps.MapControl.WPF.TileSource.OnPropertyChanged(System.String)">
<summary>Enables the ability to provide custom handling when a property of the tile source changes.</summary>
<param name="propertyName">The name of the changed property.</param>
</member>
<member name="M:Microsoft.Maps.MapControl.WPF.TileSource.SetSubdomains(System.String[][])">
<summary>Sets a matrix that represents sub-domains.</summary>
<param name="subdomains">A string matrix that specifies the sub-domains.</param>
</member>
<member name="P:Microsoft.Maps.MapControl.WPF.TileSource.UriFormat">
<summary>Gets or sets the format used to create the URI.</summary>
<returns>Returns <see cref="T:System.String"></see>.The following markers may be present in the string. {quadkey} The string in the UriFormat that will be replaced with a quad key.{UriScheme} The string in the UriFormat that will be replaced with a URI scheme.{subdomain} The string in the UriFormat that will be replaced with the sub domain.</returns>
</member>
<member name="P:Microsoft.Maps.MapControl.WPF.TileSource.Visibility">
<summary>Gets or sets the visibility of the tile.</summary>
<returns>Returns <see cref="T:System.Windows.Visibility"></see>.</returns>
</member>
<member name="N:Microsoft.Maps.MapControl.WPF.Core">
<summary>The Microsoft.Maps.MapControl.WPF.Core namespace contains core classes of the map control. More advanced users can override these classes to implement their own features.</summary>
</member>
<member name="T:Microsoft.Maps.MapControl.WPF.Core.ConfigurationNotLoadedException">
<summary>Represents the exception that is thrown when a configuration has not loaded.</summary>
</member>
<member name="M:Microsoft.Maps.MapControl.WPF.Core.ConfigurationNotLoadedException.#ctor">
<summary>Initializes a new instance of the <see cref="T:Microsoft.Maps.MapControl.WPF.Core.ConfigurationNotLoadedException"></see> class.</summary>
</member>
<member name="M:Microsoft.Maps.MapControl.WPF.Core.ConfigurationNotLoadedException.#ctor(System.String)">
<summary>Initializes a new instance of the <see cref="T:Microsoft.Maps.MapControl.WPF.Core.ConfigurationNotLoadedException"></see> class.</summary>
<param name="message">The error message that explains the reason for the exception.</param>
</member>
<member name="M:Microsoft.Maps.MapControl.WPF.Core.ConfigurationNotLoadedException.#ctor(System.String,System.Exception)">
<summary>Initializes a new instance of the <see cref="T:Microsoft.Maps.MapControl.WPF.Core.ConfigurationNotLoadedException"></see> class.</summary>
<param name="innerException">The error type that is the cause of the current exception or null.</param>
<param name="message">The error message that explains the reason for the exception.</param>
</member>
<member name="T:Microsoft.Maps.MapControl.WPF.Core.CredentialsInvalidException">
<summary>The exception that is thrown when the specified credentials are invalid.</summary>
</member>
<member name="M:Microsoft.Maps.MapControl.WPF.Core.CredentialsInvalidException.#ctor">
<summary>Initializes a new instance of the <see cref="T:Microsoft.Maps.MapControl.WPF.Core.CredentialsInvalidException"></see> class.</summary>
</member>
<member name="M:Microsoft.Maps.MapControl.WPF.Core.CredentialsInvalidException.#ctor(System.String)">
<summary>Initializes a new instance of the <see cref="T:Microsoft.Maps.MapControl.WPF.Core.CredentialsInvalidException"></see> class.</summary>
<param name="message">The error message.</param>
</member>
<member name="M:Microsoft.Maps.MapControl.WPF.Core.CredentialsInvalidException.#ctor(System.String,System.Exception)">
<summary>Initializes a new instance of the <see cref="T:Microsoft.Maps.MapControl.WPF.Core.CredentialsInvalidException"></see> class.</summary>
<param name="innerException">The inner exception.</param>
<param name="message">The error message.</param>
</member>
<member name="T:Microsoft.Maps.MapControl.WPF.Core.CredentialsProvider">
<summary>Provides credentials used to authenticate requests. This class must be inherited.</summary>
</member>
<member name="M:Microsoft.Maps.MapControl.WPF.Core.CredentialsProvider.#ctor">
<summary>Initializes a new instance of the <see cref="T:Microsoft.Maps.MapControl.WPF.Core.CredentialsProvider"></see> class.</summary>
</member>
<member name="M:Microsoft.Maps.MapControl.WPF.Core.CredentialsProvider.GetCredentials(System.Action{Microsoft.Maps.MapControl.WPF.Credentials})">
<summary>When overridden in a derived class, retrieves the credentials used by the map control.</summary>
<param name="callback">The function to call when the credentials are retrieved.</param>
</member>
<member name="T:Microsoft.Maps.MapControl.WPF.Core.MapConfiguration">
<summary>Contains asynchronous configuration settings. The configuration settings are loaded when an event handler is added to AsynchronousConfigurationLoaded.</summary>
</member>
<member name="E:Microsoft.Maps.MapControl.WPF.Core.MapConfiguration.Loaded">
<summary>Occurs when the configuration is loaded.</summary>
</member>
<member name="M:Microsoft.Maps.MapControl.WPF.Core.MapConfiguration.GetSection(System.String,System.String,System.String,Microsoft.Maps.MapControl.WPF.Core.MapConfigurationCallback)">
<summary>Loads the configuration. If configuration is already loaded, this method calls the callback function without trying to load the configuration.</summary>
<param name="version">The version string of the configuration.</param>
<param name="callback">The callback function to call after the configuration is loaded.</param>
<param name="sectionName">The name of the configuration section to load.</param>
<param name="culture">The culture of the configuration.</param>
</member>
<member name="M:Microsoft.Maps.MapControl.WPF.Core.MapConfiguration.GetSection(System.String,System.String,System.String,Microsoft.Maps.MapControl.WPF.Core.MapConfigurationCallback,System.Object)">
<summary>Loads the configuration. If configuration is already loaded, this method calls the callback function without trying to load the configuration.</summary>
<param name="version">The version string of the configuration.</param>
<param name="callback">The callback function to call after the configuration is loaded.</param>
<param name="sectionName">The name of the configuration section.</param>
<param name="userState">An object that stores user defined information. This object is returned in the callback function.</param>
<param name="culture">The culture of the configuration.</param>
</member>
<member name="M:Microsoft.Maps.MapControl.WPF.Core.MapConfiguration.Load(System.Xml.XmlReader)">
<summary>Loads the configuration using the xml provided.</summary>
<param name="config">The configuration xml to use.</param>
</member>
<member name="M:Microsoft.Maps.MapControl.WPF.Core.MapConfiguration.Load(System.Uri)">
<summary>Loads the configuration from the configuration service.</summary>
<param name="address">The URI that contains the configuration.</param>
</member>
<member name="M:Microsoft.Maps.MapControl.WPF.Core.MapConfiguration.SetServiceUri(System.Uri)">
<summary>Sets the URI of the configuration service.</summary>
<param name="address">The URI of the configuration service.</param>
</member>
<member name="T:Microsoft.Maps.MapControl.WPF.Core.MapConfigurationCallback">
<summary>Represents the callback function to call when the map configuration has loaded.</summary>
</member>
<member name="T:Microsoft.Maps.MapControl.WPF.Core.MapConfigurationLoadedEventArgs">
<summary>Provides data for the <see cref="E:Microsoft.Maps.MapControl.WPF.Core.MapConfiguration.Loaded"></see> event.</summary>
</member>
<member name="M:Microsoft.Maps.MapControl.WPF.Core.MapConfigurationLoadedEventArgs.#ctor(System.Exception)">
<summary>Initializes a new instance of the <see cref="T:Microsoft.Maps.MapControl.Core.MapConfigurationLoadedEventArgs"></see> class.</summary>
<param name="error">The error that occurred when the configuration was loaded.</param>
</member>
<member name="P:Microsoft.Maps.MapControl.WPF.Core.MapConfigurationLoadedEventArgs.Error">
<summary>Gets the error that occurred when the configuration was loaded.</summary>
<returns>Returns <see cref="T:System.Exception"></see>.</returns>
</member>
<member name="T:Microsoft.Maps.MapControl.WPF.Core.MapConfigurationSection">
<summary>Represents a section of the map configuration.</summary>
</member>
<member name="M:Microsoft.Maps.MapControl.WPF.Core.MapConfigurationSection.Contains(System.String)">
<summary>Returns a bool indicating if the configuration setting identified by the specified key is in the map configuration.</summary>
<returns>Returns <see cref="T:System.Boolean"></see>.</returns>
<param name="key">The key to use.</param>
</member>
<member name="P:Microsoft.Maps.MapControl.WPF.Core.MapConfigurationSection.Item(System.String)">
<summary>Gets the configuration setting identified by the specified key.</summary>
<returns>Returns <see cref="T:System.String"></see>.</returns>
<param name="key">The configuration setting key.</param>
</member>
<member name="T:Microsoft.Maps.MapControl.WPF.Core.ModeBackground">
<summary>Contains background styles that allow the foreground controls to choose appropriate foreground styles.</summary>
</member>
<member name="F:Microsoft.Maps.MapControl.WPF.Core.ModeBackground.Dark">
<summary>The background is more typically dark (black).</summary>
</member>
<member name="F:Microsoft.Maps.MapControl.WPF.Core.ModeBackground.Light">
<summary>The background is more typically light (white).</summary>
</member>
<member name="T:Microsoft.Maps.MapControl.WPF.Core.QuadKey">
<summary>Represents a Bing Maps quadkey.</summary>
</member>
<member name="M:Microsoft.Maps.MapControl.WPF.Core.QuadKey.#ctor(System.Int32,System.Int32,System.Int32)">
<summary>Initializes a new instance of the <see cref="T:Microsoft.Maps.MapControl.WPF.Core.QuadKey"></see> class specifying the quadkey.</summary>
<param name="zoomLevel">The zoom level of the tile.</param>
<param name="x">The x-axis position of the tile.</param>
<param name="y">The y-axis position of the tile.</param>
</member>
<member name="M:Microsoft.Maps.MapControl.WPF.Core.QuadKey.#ctor(System.String)">
<summary>Initializes a new instance of the <see cref="T:Microsoft.Maps.MapControl.WPF.Core.QuadKey"></see> class, specifying the position and zoom level of the tile.</summary>
<param name="quadKey">A string containing the quadkey of a tile.</param>
</member>
<member name="M:Microsoft.Maps.MapControl.WPF.Core.QuadKey.Equals(System.Object)">
<summary>Determines whether this quadkey is equal to the specified object.</summary>
<returns>Returns <see cref="T:System.Boolean"></see>.</returns>
<param name="obj">The object to compare.</param>
</member>
<member name="M:Microsoft.Maps.MapControl.WPF.Core.QuadKey.GetHashCode">
<summary>Retrieves the hash code for this quad key.</summary>
<returns>Returns <see cref="T:System.Int32"></see>.</returns>
</member>
<member name="M:Microsoft.Maps.MapControl.WPF.Core.QuadKey.op_Equality(Microsoft.Maps.MapControl.WPF.Core.QuadKey,Microsoft.Maps.MapControl.WPF.Core.QuadKey)">
<summary>Determines whether two tiles are equal.</summary>
<returns>Returns <see cref="T:System.Boolean"></see>.</returns>
<param name="tile1">The first tile to compare.</param>
<param name="tile2">The second tile to compare.</param>
</member>
<member name="M:Microsoft.Maps.MapControl.WPF.Core.QuadKey.op_Inequality(Microsoft.Maps.MapControl.WPF.Core.QuadKey,Microsoft.Maps.MapControl.WPF.Core.QuadKey)">
<summary>Determines whether two tiles are not equal.</summary>
<returns>Returns <see cref="T:System.Boolean"></see>.</returns>
<param name="tile1">The first time to compare.</param>
<param name="tile2">The second tile to compare.</param>
</member>
<member name="P:Microsoft.Maps.MapControl.WPF.Core.QuadKey.Key">
<summary>Gets the quadkey string of the tile.</summary>
<returns>Returns <see cref="T:System.String"></see>.</returns>
</member>
<member name="P:Microsoft.Maps.MapControl.WPF.Core.QuadKey.X">
<summary>Gets the x-axis position of the tile.</summary>
<returns>Returns <see cref="T:System.Int32"></see>.</returns>
</member>
<member name="P:Microsoft.Maps.MapControl.WPF.Core.QuadKey.Y">
<summary>Gets the y-axis position of the tile.</summary>
<returns>Returns <see cref="T:System.Int32"></see>.</returns>
</member>
<member name="P:Microsoft.Maps.MapControl.WPF.Core.QuadKey.ZoomLevel">
<summary>Gets or sets the zoom level of the tile.</summary>
<returns>Returns <see cref="T:System.Int32"></see>.</returns>
</member>
<member name="N:Microsoft.Maps.MapControl.WPF.Design">
<summary>The Microsoft.Maps.MapControl.WPF.Design namespace contains classes such as type converters.</summary>
</member>
<member name="T:Microsoft.Maps.MapControl.WPF.Design.ApplicationIdCredentialsProviderConverter">
<summary>Contains methods that parse a string into an <see cref="T:Microsoft.Maps.MapControl.WPF.ApplicationIdCredentialsProvider"></see>.</summary>
</member>
<member name="M:Microsoft.Maps.MapControl.WPF.Design.ApplicationIdCredentialsProviderConverter.#ctor">
<summary>Initializes a new instance of the <see cref="T:Microsoft.Maps.MapControl.WPF.Design.ApplicationIdCredentialsProviderConverter"></see> class.</summary>
</member>
<member name="M:Microsoft.Maps.MapControl.WPF.Design.ApplicationIdCredentialsProviderConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type)">
<summary>Determines whether the given type can be converted to a <see cref="T:Microsoft.Maps.MapControl.WPF.ApplicationIdCredentialsProvider"></see>.</summary>
<returns>Returns <see cref="T:System.Boolean"></see>.</returns>
<param name="sourceType">The type of the object to convert.</param>
<param name="context">The context of the conversion.</param>
</member>
<member name="M:Microsoft.Maps.MapControl.WPF.Design.ApplicationIdCredentialsProviderConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)">
<summary>Converts the specified object to an <see cref="T:Microsoft.Maps.MapControl.WPF.ApplicationIdCredentialsProvider"></see>.</summary>
<returns>Returns <see cref="T:System.Object"></see>.</returns>
<param name="context">The context to use in the conversion.</param>
<param name="value">The object to convert.</param>
<param name="culture">The culture to use in the conversion.</param>
</member>
<member name="T:Microsoft.Maps.MapControl.WPF.Design.LocationCollectionConverter">
<summary>Contains methods that parse a string containing locations into a <see cref="T:Microsoft.Maps.MapControl.WPF.LocationCollection"></see>.</summary>
</member>
<member name="M:Microsoft.Maps.MapControl.WPF.Design.LocationCollectionConverter.#ctor">
<summary>Initializes a new instance of the <see cref="T:Microsoft.Maps.MapControl.WPF.Design.LocationCollectionConverter"></see> class.</summary>
</member>
<member name="M:Microsoft.Maps.MapControl.WPF.Design.LocationCollectionConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type)">
<summary>Determines whether the given type can be converted to a <see cref="T:Microsoft.Maps.MapControl.WPF.LocationCollection"></see>.</summary>
<returns>Returns <see cref="T:System.Boolean"></see>.</returns>
<param name="sourceType">The object type from which to convert.</param>
<param name="context">The format context provider of the type.</param>
</member>
<member name="M:Microsoft.Maps.MapControl.WPF.Design.LocationCollectionConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)">
<summary>Converts the given object to a <see cref="T:Microsoft.Maps.MapControl.LocationCollection"></see>.</summary>
<returns>Returns <see cref="T:System.Object"></see>.</returns>
<param name="context">The format context provider of the type.</param>
<param name="value">The object to convert.</param>
<param name="culture">The culture to use in the conversion.</param>
</member>
<member name="T:Microsoft.Maps.MapControl.WPF.Design.LocationConverter">
<summary>Contains methods that parse a string into a <see cref="T:Microsoft.Maps.MapControl.WPF.Location"></see>.</summary>
</member>
<member name="M:Microsoft.Maps.MapControl.WPF.Design.LocationConverter.#ctor">
<summary>Initializes a new instance of the <see cref="T:Microsoft.Maps.MapControl.Design.LocationConverter"></see> class.</summary>
</member>
<member name="M:Microsoft.Maps.MapControl.WPF.Design.LocationConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type)">
<summary>Determines whether or not the given type can be converted to a <see cref="T:Microsoft.Maps.MapControl.Location"></see>.</summary>
<returns>Returns <see cref="T:System.Boolean"></see>.</returns>
<param name="sourceType">The object type from which to convert.</param>
<param name="context">The format context provider of the type.</param>
</member>
<member name="M:Microsoft.Maps.MapControl.WPF.Design.LocationConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)">
<summary>Converts a given object to a <see cref="T:Microsoft.Maps.MapControl.Location"></see>.</summary>
<returns>Returns <see cref="T:System.Object"></see>.</returns>
<param name="context">The format context provider of the type. </param>
<param name="value">The object to convert.</param>
<param name="culture">The culture to use in the conversion.</param>
</member>
<member name="T:Microsoft.Maps.MapControl.WPF.Design.LocationRectConverter">
<summary>Contains methods that parse a string into a <see cref="T:Microsoft.Maps.MapControl.WPF.LocationRect"></see>.</summary>
</member>
<member name="M:Microsoft.Maps.MapControl.WPF.Design.LocationRectConverter.#ctor">
<summary>Initializes a new instance of the <see cref="T:Microsoft.Maps.MapControl.WPF.Design.LocationRectConverter"></see> class.</summary>
</member>
<member name="M:Microsoft.Maps.MapControl.WPF.Design.LocationRectConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type)">
<summary>Determines whether the given type can be converted to a <see cref="T:Microsoft.Maps.MapControl.WPF.LocationRect"></see>.</summary>
<returns>Returns <see cref="T:System.Boolean"></see>.</returns>
<param name="sourceType">The object type from which to convert.</param>
<param name="context">The format context provider of the type.</param>
</member>
<member name="M:Microsoft.Maps.MapControl.WPF.Design.LocationRectConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)">
<summary>Converts the given object to a <see cref="T:Microsoft.Maps.MapControl.LocationRect"></see>.</summary>
<returns>Returns <see cref="T:System.Object"></see>.</returns>
<param name="context">The format context provider of the type.</param>
<param name="value">The object to convert.</param>
<param name="culture">The culture to use in the conversion.</param>
</member>
<member name="T:Microsoft.Maps.MapControl.WPF.Design.MapModeConverter">
<summary>Contains methods that parse a string into a <see cref="T:Microsoft.Maps.MapControl.WPF.MapMode"></see>.</summary>
</member>
<member name="M:Microsoft.Maps.MapControl.WPF.Design.MapModeConverter.#ctor">
<summary>Initializes a new instance of the <see cref="T:Microsoft.Maps.MapControl.WPF.Design.MapModeConverter"></see> class.</summary>
</member>
<member name="M:Microsoft.Maps.MapControl.WPF.Design.MapModeConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type)">
<summary>Determines whether the given type can be converted to a <see cref="T:Microsoft.Maps.MapControl.WPF.MapMode"></see>.</summary>
<returns>Returns <see cref="T:System.Boolean"></see>.</returns>
<param name="sourceType">The object type from which to convert.</param>
<param name="context">The format context provider of the type. </param>
</member>
<member name="M:Microsoft.Maps.MapControl.WPF.Design.MapModeConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)">
<summary>Converts the given object to a <see cref="T:Microsoft.Maps.MapControl.WPF.Core.MapMode"></see>.</summary>
<returns>Returns <see cref="T:System.Object"></see>.</returns>
<param name="context">The format context provider of the type.</param>
<param name="value">The object to convert.</param>
<param name="culture">The culture to use in the conversion.</param>
</member>
<member name="T:Microsoft.Maps.MapControl.WPF.Design.PositionOriginConverter">
<summary>Contains methods that parse a string into a <see cref="T:Microsoft.Maps.MapControl.WPF.PositionOrigin"></see>.</summary>
</member>
<member name="M:Microsoft.Maps.MapControl.WPF.Design.PositionOriginConverter.#ctor">
<summary>Initializes a new instance of the <see cref="T:Microsoft.Maps.MapControl.WPF.Design.PositionOriginConverter"></see> class.</summary>
</member>
<member name="M:Microsoft.Maps.MapControl.WPF.Design.PositionOriginConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type)">
<summary>Determines whether the specified object can be converted to a <see cref="T:Microsoft.Maps.MapControl.WPF.PositionOrigin"></see>.</summary>
<returns>Returns <see cref="T:System.Boolean"></see>.</returns>
<param name="sourceType">The type of the object to convert.</param>
<param name="context">The context to use in the conversion.</param>
</member>
<member name="M:Microsoft.Maps.MapControl.WPF.Design.PositionOriginConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)">
<summary>Converts the specified object to a <see cref="T:Microsoft.Maps.MapControl.PositionOrigin"></see>.</summary>
<returns>Returns <see cref="T:System.Object"></see>.</returns>
<param name="context">The context to use in the conversion.</param>
<param name="value">The object to convert.</param>
<param name="culture">The culture to use in the conversion.</param>
</member>
<member name="N:Microsoft.Maps.MapControl.WPF.Overlays">
<summary>The Microsoft.Maps.MapControl.WPF.Overlays namespace contains classes that represent default overlays, such as the map copyright overlay.</summary>
</member>
<member name="T:Microsoft.Maps.MapControl.WPF.Overlays.Compass">
<summary>Represents the compass control.</summary>
</member>
<member name="M:Microsoft.Maps.MapControl.WPF.Overlays.Compass.#ctor">
<summary>Initializes a new instance of the <see cref="T: Microsoft.Maps.MapControl.WPF.Overlays.Compass"></see> class.</summary>
</member>
<member name="F:Microsoft.Maps.MapControl.WPF.Overlays.Compass.HeadingProperty">
<summary>Identifies the <see cref="P:Microsoft.Maps.MapControl.WPF.Overlays.Compass.Heading"></see> dependency property.</summary>
</member>
<member name="M:Microsoft.Maps.MapControl.WPF.Overlays.Compass.InitializeComponent">
<summary>Initialize the compass.</summary>
</member>
<member name="P:Microsoft.Maps.MapControl.WPF.Overlays.Compass.Heading">
<summary>Gets or sets the compass heading.</summary>
<returns>Returns <see cref="T:System.Double"></see>.</returns>
</member>
<member name="T:Microsoft.Maps.MapControl.WPF.Overlays.Copyright">
<summary>Represents the copyright control on the map.</summary>
</member>
<member name="M:Microsoft.Maps.MapControl.WPF.Overlays.Copyright.#ctor">
<summary>Initializes a new instance of the <see cref="T:Microsoft.Maps.MapControl.WPF.Overlays.Copyright"></see> class.</summary>
</member>
<member name="M:Microsoft.Maps.MapControl.WPF.Overlays.Copyright.InitializeComponent">
<summary>Initializes the copyright control.</summary>
</member>
<member name="M:Microsoft.Maps.MapControl.WPF.Overlays.Copyright.OnAttributionsChanged(System.Collections.IList,System.Collections.IList)">
<summary>Enables derived classes to provide custom handling when the <see cref="P:Microsoft.Maps.MapControl.Overlays.Copyright.Attributions"></see> property changes.</summary>
<param name="oldItems">The old attributions values.</param>
<param name="newItems">The new attributions values.</param>
</member>
<member name="T:Microsoft.Maps.MapControl.WPF.Overlays.DistanceUnit">
<summary>Represents the units of distance used by the scale bar.</summary>
</member>
<member name="F:Microsoft.Maps.MapControl.WPF.Overlays.DistanceUnit.Default">
<summary>The scale bar uses the default unit of distance of the current country or region.</summary>
</member>
<member name="F:Microsoft.Maps.MapControl.WPF.Overlays.DistanceUnit.KilometersMeters">
<summary>The scale bar uses kilometers for long distances and meters for shorter distances.</summary>
</member>
<member name="F:Microsoft.Maps.MapControl.WPF.Overlays.DistanceUnit.MilesFeet">
<summary>The scale bar uses miles for long distances and feet for short distances.</summary>
</member>
<member name="F:Microsoft.Maps.MapControl.WPF.Overlays.DistanceUnit.MilesYards">
<summary>The scale bar uses miles for long distances and yards for short distances.</summary>
</member>
<member name="T:Microsoft.Maps.MapControl.WPF.Overlays.LoadingErrorMessage">
<summary>Represents a Windows Presentation Foundation control that shows an error message.</summary>
</member>
<member name="M:Microsoft.Maps.MapControl.WPF.Overlays.LoadingErrorMessage.#ctor">
<summary>Initializes a new instance of the <see cref="T:Microsoft.Maps.MapControl.WPF.Overlays.LoadingErrorMessage"></see> class.</summary>
</member>
<member name="M:Microsoft.Maps.MapControl.WPF.Overlays.LoadingErrorMessage.InitializeComponent">
<summary>Initializes the error message control.</summary>
</member>
<member name="M:Microsoft.Maps.MapControl.WPF.Overlays.LoadingErrorMessage.SetConfigurationError(System.String)">
<summary>Displays a configuration loading error.</summary>
<param name="culture">The culture to use to localize the error message or null to use the default culture.</param>
</member>
<member name="M:Microsoft.Maps.MapControl.WPF.Overlays.LoadingErrorMessage.SetCredentialsError(System.String)">
<summary>Displays an error if credentials are invalid.</summary>
<param name="culture">The culture in which to display the error message.</param>
</member>
<member name="M:Microsoft.Maps.MapControl.WPF.Overlays.LoadingErrorMessage.SetUriSchemeError(System.String)">
<summary>Displays an error for a bad URL.</summary>
<param name="culture">The culture to use to localize the error message or null to use the default culture.</param>
</member>
<member name="T:Microsoft.Maps.MapControl.WPF.Overlays.Logo">
<summary>Represents the Bing Maps WPF Control logo.</summary>
</member>
<member name="M:Microsoft.Maps.MapControl.WPF.Overlays.Logo.#ctor">
<summary>Initializes a new instance of the <see cref="T:Microsoft.Maps.MapControl.WPF.Overlays.Logo"></see> class.</summary>
</member>
<member name="M:Microsoft.Maps.MapControl.WPF.Overlays.Logo.InitializeComponent">
<summary>Initializes the logo overlay.</summary>
</member>
<member name="T:Microsoft.Maps.MapControl.WPF.Overlays.MapForeground">
<summary>Represents the control that displays map overlays such as the logo, scale bar and the copyright information.</summary>
</member>
<member name="M:Microsoft.Maps.MapControl.WPF.Overlays.MapForeground.#ctor(Microsoft.Maps.MapControl.WPF.Map)">
<summary>Initializes a new instance of the <see cref="M:Microsoft.Maps.MapControl.WPF.Overlays.MapForeground"></see> class</summary>
<param name="map">The map to use.</param>
</member>
<member name="M:Microsoft.Maps.MapControl.WPF.Overlays.MapForeground.OnApplyTemplate">
<summary>Enables the ability to provide custom handling when a new template is applied to the map foreground.</summary>
</member>
<member name="T:Microsoft.Maps.MapControl.WPF.Overlays.Scale">
<summary>Represents the scale bar control on a map.</summary>
</member>
<member name="M:Microsoft.Maps.MapControl.WPF.Overlays.Scale.#ctor">
<summary>Initializes a new instance of the <see cref="T:Microsoft.Maps.MapControl.WPF.Overlays.Scale"></see> class.</summary>
</member>
<member name="F:Microsoft.Maps.MapControl.WPF.Overlays.Scale.CultureProperty">
<summary>Identifies the <see cref="P:Microsoft.Maps.MapControl.WPF.Overlays.Scale.Culture"></see> dependency property.</summary>
</member>
<member name="F:Microsoft.Maps.MapControl.WPF.Overlays.Scale.DistanceUnitProperty">
<summary>Identifies the <see cref="P:Microsoft.Maps.MapControl.WPF.Overlays.Scale.DistanceUnit"></see> dependency property.</summary>
</member>
<member name="M:Microsoft.Maps.MapControl.WPF.Overlays.Scale.InitializeComponent">
<summary>Initializes the scale bar control.</summary>
</member>
<member name="M:Microsoft.Maps.MapControl.WPF.Overlays.Scale.OnCultureChanged">
<summary>Enables derived classes to provide custom handling when the culture of the scale bar changes.</summary>
</member>
<member name="M:Microsoft.Maps.MapControl.WPF.Overlays.Scale.OnPerPixelChanged">
<summary>Enables derived classes to provide custom handling when the <see cref="P:Microsoft.Maps.MapControl.Overlays.WPF.Scale.MetersPerPixel"></see> value of the scale bar changes.</summary>
</member>
<member name="M:Microsoft.Maps.MapControl.WPF.Overlays.Scale.OnUnitChanged">
<summary>Enables derived classes to provide custom handling when the units used by the scale bar changes.</summary>
</member>
<member name="P:Microsoft.Maps.MapControl.WPF.Overlays.Scale.Culture">
<summary>Gets or sets the culture of the scale bar, which determines the language and default units used by the scale bar.</summary>
<returns>Returns <see cref="T:System.String"></see>.</returns>
</member>
<member name="P:Microsoft.Maps.MapControl.WPF.Overlays.Scale.DistanceUnit">
<summary>Gets or sets the distance unit used by the scale bar.</summary>
<returns>Returns <see cref="T:Microsoft.Maps.MapControl.WPF.Overlays.DistanceUnit"></see>.</returns>
</member>
<member name="P:Microsoft.Maps.MapControl.WPF.Overlays.Scale.MetersPerPixel">
<summary>Gets or sets the meters per pixel to display on the scale bar.</summary>
<returns>Returns <see cref="T:System.Double"></see>.</returns>
</member>
<member name="T:Microsoft.Maps.MapControl.WPF.Overlays.ShadowText">
<summary>Represents a shadowed text label that is easier to see on the map that text of a single color. The text is displayed by offsetting text in one color on top of another color.</summary>
</member>
<member name="M:Microsoft.Maps.MapControl.WPF.Overlays.ShadowText.#ctor">
<summary>Initializes a new instance of the <see cref="T:Microsoft.Maps.MapControl.Overlays.WPF.ShadowText"></see> class.</summary>
</member>
<member name="F:Microsoft.Maps.MapControl.WPF.Overlays.ShadowText.ForegroundBottomProperty">
<summary>Identifies the <see cref="P:Microsoft.Maps.MapControl.Overlays.WPF.ShadowText.ForegroundBottom"></see> dependency property.</summary>
</member>
<member name="F:Microsoft.Maps.MapControl.WPF.Overlays.ShadowText.ForegroundTopProperty">
<summary>Identifies the <see cref="P:Microsoft.Maps.MapControl.WPF.Overlays.ShadowText.ForegroundTop"></see> dependency property.</summary>
</member>
<member name="F:Microsoft.Maps.MapControl.WPF.Overlays.ShadowText.TextProperty">
<summary>Identifies the <see cref="P:Microsoft.Maps.MapControl.WPF,Overlays.ShadowText.Text"></see> dependency property.</summary>
</member>
<member name="M:Microsoft.Maps.MapControl.WPF.Overlays.ShadowText.InitializeComponent">
<summary>Initializes the shadow text control.</summary>
</member>
<member name="P:Microsoft.Maps.MapControl.WPF.Overlays.ShadowText.ForegroundBottom">
<summary>Gets or sets the color of the shadow behind the text.</summary>
<returns>Returns <see cref="T:System.Windows.Media.Brush"></see>.</returns>
</member>
<member name="P:Microsoft.Maps.MapControl.WPF.Overlays.ShadowText.ForegroundTop">
<summary>Gets or sets the color of the text.</summary>
<returns>Returns <see cref="T:System.Windows.Media.Brush"></see>.</returns>
</member>
<member name="P:Microsoft.Maps.MapControl.WPF.Overlays.ShadowText.Text">
<summary>Gets or sets the text of the shadow text control on the map.</summary>
<returns>Returns <see cref="T:System.String"></see>.</returns>
</member>
</members>
</doc>