feat: Initial commit

This commit is contained in:
2025-02-14 16:06:00 +08:00
commit da75a84e02
1056 changed files with 163517 additions and 0 deletions

Binary file not shown.

View File

@@ -0,0 +1,33 @@
fileFormatVersion: 2
guid: 10b954b67e28e454e9c09356caeb2242
PluginImporter:
externalObjects: {}
serializedVersion: 2
iconMap: {}
executionOrder: {}
defineConstraints: []
isPreloaded: 0
isOverridable: 0
isExplicitlyReferenced: 0
validateReferences: 1
platformData:
- first:
Any:
second:
enabled: 1
settings: {}
- first:
Editor: Editor
second:
enabled: 0
settings:
DefaultValueInitialized: true
- first:
Windows Store Apps: WindowsStoreApps
second:
enabled: 0
settings:
CPU: AnyCPU
userData:
assetBundleName:
assetBundleVariant:

Binary file not shown.

View File

@@ -0,0 +1,33 @@
fileFormatVersion: 2
guid: c691ac281fb46a2429494f29b8ea9989
PluginImporter:
externalObjects: {}
serializedVersion: 2
iconMap: {}
executionOrder: {}
defineConstraints: []
isPreloaded: 0
isOverridable: 0
isExplicitlyReferenced: 0
validateReferences: 1
platformData:
- first:
Any:
second:
enabled: 1
settings: {}
- first:
Editor: Editor
second:
enabled: 0
settings:
DefaultValueInitialized: true
- first:
Windows Store Apps: WindowsStoreApps
second:
enabled: 0
settings:
CPU: AnyCPU
userData:
assetBundleName:
assetBundleVariant:

Binary file not shown.

View File

@@ -0,0 +1,33 @@
fileFormatVersion: 2
guid: d0a7b12d60cd31d46830e900047e8734
PluginImporter:
externalObjects: {}
serializedVersion: 2
iconMap: {}
executionOrder: {}
defineConstraints: []
isPreloaded: 0
isOverridable: 0
isExplicitlyReferenced: 0
validateReferences: 1
platformData:
- first:
Any:
second:
enabled: 1
settings: {}
- first:
Editor: Editor
second:
enabled: 0
settings:
DefaultValueInitialized: true
- first:
Windows Store Apps: WindowsStoreApps
second:
enabled: 0
settings:
CPU: AnyCPU
userData:
assetBundleName:
assetBundleVariant:

Binary file not shown.

View File

@@ -0,0 +1,33 @@
fileFormatVersion: 2
guid: 6400143f55350694b924a2743b16b0ae
PluginImporter:
externalObjects: {}
serializedVersion: 2
iconMap: {}
executionOrder: {}
defineConstraints: []
isPreloaded: 0
isOverridable: 0
isExplicitlyReferenced: 0
validateReferences: 1
platformData:
- first:
Any:
second:
enabled: 1
settings: {}
- first:
Editor: Editor
second:
enabled: 0
settings:
DefaultValueInitialized: true
- first:
Windows Store Apps: WindowsStoreApps
second:
enabled: 0
settings:
CPU: AnyCPU
userData:
assetBundleName:
assetBundleVariant:

Binary file not shown.

View File

@@ -0,0 +1,33 @@
fileFormatVersion: 2
guid: e8e78e82d56ab434c8bb437a3838ece0
PluginImporter:
externalObjects: {}
serializedVersion: 2
iconMap: {}
executionOrder: {}
defineConstraints: []
isPreloaded: 0
isOverridable: 0
isExplicitlyReferenced: 0
validateReferences: 1
platformData:
- first:
Any:
second:
enabled: 1
settings: {}
- first:
Editor: Editor
second:
enabled: 0
settings:
DefaultValueInitialized: true
- first:
Windows Store Apps: WindowsStoreApps
second:
enabled: 0
settings:
CPU: AnyCPU
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,271 @@
<?xml version="1.0"?>
<doc>
<assembly>
<name>Cryville.Culture</name>
</assembly>
<members>
<member name="T:Cryville.Culture.IdValidity">
<summary>
提供一系列基于 ID 有效性数据检查 ID 有效性的方法。
</summary>
<remarks>
<para>
该类解析 CLDR 中 <see href="https://github.com/unicode-org/cldr/tree/main/common/validity"><c>common/validity</c></see> 目录中的 XML 文档。
</para>
</remarks>
</member>
<member name="M:Cryville.Culture.IdValidity.Load(System.Xml.Linq.XDocument)">
<summary>
从一个 XML 文档中加载有效性数据。
</summary>
<param name="xml">要加载的 XML 文档。</param>
<exception cref="T:System.ArgumentNullException">
<paramref name="xml" /><see langword="null" />
</exception>
<exception cref="T:System.InvalidOperationException">文档中的一个 ID 列表已被加载。</exception>
<remarks>
<para>
该方法解析 CLDR 中 <see href="https://github.com/unicode-org/cldr/tree/main/common/validity"><c>common/validity</c></see> 目录中的 XML 文档。
</para>
</remarks>
</member>
<member name="M:Cryville.Culture.IdValidity.Check(System.String,System.String)">
<summary>
获取一个 ID 的 ID 状态。
</summary>
<param name="id">要检查的 ID。</param>
<param name="type">ID 的类型。</param>
<returns>
ID 的 ID 状态。如果没找到 ID 则返回 <see langword="null" />
</returns>
<exception cref="T:System.InvalidOperationException">没有找到或没有加载给定类型的 ID 列表。</exception>
</member>
<member name="M:Cryville.Culture.IdValidity.Check(System.String,System.String,System.String)">
<summary>
确定一个 ID 是否处于给定的状态。
</summary>
<param name="id">要检查的 ID。</param>
<param name="type">ID 的类型。</param>
<param name="status">要检查的状态。</param>
<returns>给定的 ID 是否处于给定的状态。</returns>
<exception cref="T:System.InvalidOperationException">没有找到或没有加载给定类型和给定状态的 ID 列表。</exception>
</member>
<member name="M:Cryville.Culture.IdValidity.Enumerate(System.String)">
<summary>
获取给定类型的所有 ID 的列表。
</summary>
<param name="type">ID 的类型。</param>
<returns>给定类型的所有 ID 的列表。</returns>
<exception cref="T:System.InvalidOperationException">没有找到或没有加载给定类型的 ID 列表。</exception>
</member>
<member name="M:Cryville.Culture.IdValidity.Enumerate(System.String,System.String)">
<summary>
获取给定类型和给定状态的所有 ID 的列表。
</summary>
<param name="type">ID 的类型。</param>
<param name="status">ID 的状态。</param>
<returns>给定类型和给定状态的所有 ID 的列表。</returns>
<exception cref="T:System.InvalidOperationException">没有找到或没有加载给定类型和给定状态的 ID 列表。</exception>
</member>
<member name="T:Cryville.Culture.LanguageId">
<summary>
表示一个 <see href="https://unicode.org/reports/tr35/#Unicode_language_identifier">Unicode 语言标识符</see>
</summary>
</member>
<member name="P:Cryville.Culture.LanguageId.Language">
<summary>
语言子标签。
</summary>
</member>
<member name="P:Cryville.Culture.LanguageId.Script">
<summary>
文字子标签。
</summary>
</member>
<member name="P:Cryville.Culture.LanguageId.Region">
<summary>
区域子标签。
</summary>
</member>
<member name="P:Cryville.Culture.LanguageId.Variant">
<summary>
变体子标签。
</summary>
</member>
<member name="M:Cryville.Culture.LanguageId.#ctor(System.String)">
<summary>
创建一个 <see cref="T:Cryville.Culture.LanguageId" /> 结构体的实例。
</summary>
<param name="str">标识符的字符串表示。</param>
<exception cref="T:System.ArgumentNullException">
<paramref name="str" /><see langword="null" />
</exception>
<exception cref="T:System.FormatException">输入的字符串格式不正确。</exception>
</member>
<member name="P:Cryville.Culture.LanguageId.IsGrandfathered">
<summary>
当前 Unicode 语言标识符是否表示一个<see href="https://www.rfc-editor.org/rfc/rfc5646.html#section-2.1">保留标签</see>grandfathered tag
</summary>
</member>
<member name="P:Cryville.Culture.LanguageId.IsValid">
<summary>
当前 Unicode 语言标识符是否有效。
</summary>
<remarks>
<para>
该属性通过调用 <see cref="M:Cryville.Culture.IdValidity.Check(System.String,System.String)" /> 来确定其所有子标签是否有效。获取该属性前,先调用 <see cref="M:Cryville.Culture.IdValidity.Load(System.Xml.Linq.XDocument)" /> 加载有效性数据。
</para>
</remarks>
</member>
<member name="P:Cryville.Culture.LanguageId.SyntaxCanonicalized">
<summary>
获取当前 Unicode 语言标识符的一个标准语法版本。
</summary>
</member>
<member name="M:Cryville.Culture.LanguageId.Clone(System.Boolean)">
<summary>
获取当前 Unicode 语言标识符的一个副本。
</summary>
<param name="excludeVariant">是否排除变体子标签。</param>
<returns>当前 Unicode 语言标识符的一个副本。</returns>
</member>
<member name="M:Cryville.Culture.LanguageId.Equals(Cryville.Culture.LanguageId)">
<inheritdoc />
</member>
<member name="M:Cryville.Culture.LanguageId.Equals(System.Object)">
<inheritdoc />
</member>
<member name="M:Cryville.Culture.LanguageId.GetHashCode">
<inheritdoc />
</member>
<member name="M:Cryville.Culture.LanguageId.op_Equality(Cryville.Culture.LanguageId,Cryville.Culture.LanguageId)">
<inheritdoc />
</member>
<member name="M:Cryville.Culture.LanguageId.op_Inequality(Cryville.Culture.LanguageId,Cryville.Culture.LanguageId)">
<inheritdoc />
</member>
<member name="M:Cryville.Culture.LanguageId.ToString">
<inheritdoc />
</member>
<member name="T:Cryville.Culture.LanguageMatching">
<summary>
提供基于语言匹配数据为请求的语言匹配一个应用支持的语言的方法。
</summary>
<remarks>
<para>
该类解析 CLDR 中的 <see href="https://github.com/unicode-org/cldr/tree/main/common/supplemental/languageInfo.xml"><c>common/supplemental/languageInfo.xml</c></see>
</para>
</remarks>
</member>
<member name="M:Cryville.Culture.LanguageMatching.#ctor(System.Xml.Linq.XDocument,Cryville.Culture.LikelySubtags)">
<summary>
创建一个 <see cref="T:Cryville.Culture.LanguageMatching" /> 类的实例。
</summary>
<param name="xml">
要加载的 <c>languageInfo</c> XML 文档。
</param>
<param name="subtags">子标签倾向数据。</param>
<exception cref="T:System.ArgumentNullException">
<paramref name="xml" /><paramref name="subtags" /><see langword="null" />
</exception>
<exception cref="T:System.FormatException">
给定的 <c>languageInfo</c> XML 文档无效。
</exception>
</member>
<member name="M:Cryville.Culture.LanguageMatching.GetDistance(Cryville.Culture.LanguageId,Cryville.Culture.LanguageId)">
<summary>
计算两个语言之间的距离。
</summary>
<param name="start">起点语言。</param>
<param name="end">终点语言。</param>
<returns>
<paramref name="start" /> 语言到 <paramref name="end" /> 语言的距离。
</returns>
<exception cref="T:System.InvalidOperationException">无法计算距离。</exception>
</member>
<member name="M:Cryville.Culture.LanguageMatching.Match(Cryville.Culture.LanguageId,System.Collections.Generic.IEnumerable{Cryville.Culture.LanguageId},Cryville.Culture.LanguageId@,System.Int32@)">
<summary>
从支持的语言列表中为请求的语言匹配一个语言。
</summary>
<param name="desired">请求的语言。</param>
<param name="supported">支持的语言列表。</param>
<param name="match">
匹配的语言。如果没有匹配则为 <see cref="T:Cryville.Culture.LanguageId" /> 的默认值。
</param>
<param name="distance">
<paramref name="desired" /><paramref name="match" /> 的距离。如果没有匹配则为 <see cref="F:System.Int32.MaxValue" />
</param>
<returns>匹配是否成功。</returns>
<exception cref="T:System.ArgumentNullException">
<paramref name="supported" /><see langword="null" />
</exception>
</member>
<member name="T:Cryville.Culture.LikelySubtags">
<summary>
提供基于子标签倾向数据最大化和最小化 Unicode 语言标识符的方法。
</summary>
<remarks>
<para>
该类解析 CLDR 中的 <see href="https://github.com/unicode-org/cldr/tree/main/common/supplemental/likelySubtags.xml"><c>common/supplemental/likelySubtags.xml</c></see>
</para>
</remarks>
</member>
<member name="M:Cryville.Culture.LikelySubtags.#ctor(System.Xml.Linq.XDocument,Cryville.Culture.SupplementalMetadata)">
<summary>
创建一个 <see cref="T:Cryville.Culture.LikelySubtags" /> 类的实例。
</summary>
<param name="xml">
要加载的 <c>likelySubtags</c> XML 文档。
</param>
<param name="metadata">别名数据。</param>
<exception cref="T:System.ArgumentNullException">
<paramref name="xml" /><paramref name="metadata" /><see langword="null" />
</exception>
</member>
<member name="M:Cryville.Culture.LikelySubtags.AddLikelySubtags(Cryville.Culture.LanguageId)">
<summary>
最大化一个 Unicode 语言标识符。
</summary>
<param name="source">要最大化的 Unicode 语言标识符。</param>
<returns>最大化的 Unicode 语言标识符。</returns>
<exception cref="T:System.Collections.Generic.KeyNotFoundException">没有找到匹配的子标签倾向。</exception>
</member>
<member name="M:Cryville.Culture.LikelySubtags.RemoveLikelySubtags(Cryville.Culture.LanguageId,System.Boolean)">
<summary>
最小化一个 Unicode 语言标识符。
</summary>
<param name="source">要最小化的 Unicode 语言标识符。</param>
<param name="favoringScript">是否倾向保留文字子标签而不是区域子标签。</param>
<returns>最小化的 Unicode 语言标识符。</returns>
<exception cref="T:System.Collections.Generic.KeyNotFoundException">没有找到匹配的子标签倾向。</exception>
</member>
<member name="T:Cryville.Culture.SupplementalMetadata">
<summary>
提供基于别名数据将一个别名 ID 转换为其标准形式的方法。
</summary>
<remarks>
<para>
该类解析 CLDR 中的 <see href="https://github.com/unicode-org/cldr/tree/main/common/supplemental/supplementalMetadata.xml"><c>common/supplemental/supplementalMetadata.xml</c></see>
</para>
</remarks>
</member>
<member name="M:Cryville.Culture.SupplementalMetadata.#ctor(System.Xml.Linq.XDocument)">
<summary>
创建一个 <see cref="T:Cryville.Culture.SupplementalMetadata" /> 类的实例。
</summary>
<param name="xml">
要加载的 <c>supplementalMetadata</c> XML 文档。
</param>
<exception cref="T:System.ArgumentNullException">
<paramref name="xml" /><see langword="null" />
</exception>
</member>
<member name="M:Cryville.Culture.SupplementalMetadata.Canonicalize(Cryville.Culture.LanguageId)">
<summary>
将一个 Unicode 语言标识符内的所有别名子标签转换为其标准形式。
</summary>
<param name="source">要转换的 Unicode 语言标识符。</param>
<returns>标准化的 Unicode 语言标识符。</returns>
</member>
</members>
</doc>

View File

@@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: 378cfcd9bd044114a8b6d5356d57b450
TextScriptImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

Binary file not shown.

View File

@@ -0,0 +1,33 @@
fileFormatVersion: 2
guid: bbd7028c8e208de4baba16953f3d7994
PluginImporter:
externalObjects: {}
serializedVersion: 2
iconMap: {}
executionOrder: {}
defineConstraints: []
isPreloaded: 0
isOverridable: 0
isExplicitlyReferenced: 0
validateReferences: 1
platformData:
- first:
Any:
second:
enabled: 1
settings: {}
- first:
Editor: Editor
second:
enabled: 0
settings:
DefaultValueInitialized: true
- first:
Windows Store Apps: WindowsStoreApps
second:
enabled: 0
settings:
CPU: AnyCPU
userData:
assetBundleName:
assetBundleVariant:

Binary file not shown.

View File

@@ -0,0 +1,33 @@
fileFormatVersion: 2
guid: 8d1f8c7a3ad93a24fac5fb10f77cf181
PluginImporter:
externalObjects: {}
serializedVersion: 2
iconMap: {}
executionOrder: {}
defineConstraints: []
isPreloaded: 0
isOverridable: 0
isExplicitlyReferenced: 0
validateReferences: 1
platformData:
- first:
Any:
second:
enabled: 1
settings: {}
- first:
Editor: Editor
second:
enabled: 0
settings:
DefaultValueInitialized: true
- first:
Windows Store Apps: WindowsStoreApps
second:
enabled: 0
settings:
CPU: AnyCPU
userData:
assetBundleName:
assetBundleVariant:

Binary file not shown.

View File

@@ -0,0 +1,33 @@
fileFormatVersion: 2
guid: 45cfa09bfc590d6409f71a1e47295469
PluginImporter:
externalObjects: {}
serializedVersion: 2
iconMap: {}
executionOrder: {}
defineConstraints: []
isPreloaded: 0
isOverridable: 0
isExplicitlyReferenced: 0
validateReferences: 1
platformData:
- first:
Any:
second:
enabled: 1
settings: {}
- first:
Editor: Editor
second:
enabled: 0
settings:
DefaultValueInitialized: true
- first:
Windows Store Apps: WindowsStoreApps
second:
enabled: 0
settings:
CPU: AnyCPU
userData:
assetBundleName:
assetBundleVariant:

Binary file not shown.

View File

@@ -0,0 +1,33 @@
fileFormatVersion: 2
guid: 35ea5e9381f6a3f41a32711f14839a50
PluginImporter:
externalObjects: {}
serializedVersion: 2
iconMap: {}
executionOrder: {}
defineConstraints: []
isPreloaded: 0
isOverridable: 0
isExplicitlyReferenced: 0
validateReferences: 1
platformData:
- first:
Any:
second:
enabled: 1
settings: {}
- first:
Editor: Editor
second:
enabled: 0
settings:
DefaultValueInitialized: true
- first:
Windows Store Apps: WindowsStoreApps
second:
enabled: 0
settings:
CPU: AnyCPU
userData:
assetBundleName:
assetBundleVariant:

Binary file not shown.

View File

@@ -0,0 +1,33 @@
fileFormatVersion: 2
guid: c5001c2ca06c6ab44b21914f55312fe0
PluginImporter:
externalObjects: {}
serializedVersion: 2
iconMap: {}
executionOrder: {}
defineConstraints: []
isPreloaded: 0
isOverridable: 0
isExplicitlyReferenced: 0
validateReferences: 1
platformData:
- first:
Any:
second:
enabled: 1
settings: {}
- first:
Editor: Editor
second:
enabled: 0
settings:
DefaultValueInitialized: true
- first:
Windows Store Apps: WindowsStoreApps
second:
enabled: 0
settings:
CPU: AnyCPU
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,223 @@
<?xml version="1.0"?>
<doc>
<assembly>
<name>Cryville.EEW.Colors</name>
</assembly>
<members>
<member name="T:Cryville.EEW.Colors.ColorSpaceUtils">
<summary>
Contains <see langword="static" /> methods related to color spaces.
</summary>
</member>
<member name="M:Cryville.EEW.Colors.ColorSpaceUtils.OkLchToSrgb(System.Int32,System.Single,System.Single,System.Single)">
<summary>
Converts a OkLch color to sRGB.
</summary>
<param name="A">The alpha channel (0-255).</param>
<param name="L">The luminance channel.</param>
<param name="c">The chroma channel.</param>
<param name="h">The hue channel.</param>
<returns></returns>
</member>
<member name="T:Cryville.EEW.Colors.EmptyColorScheme">
<summary>
An empty <see cref="T:Cryville.EEW.Colors.IColorScheme" /> that always returns <see cref="P:System.Drawing.Color.Gray" />.
</summary>
</member>
<member name="P:Cryville.EEW.Colors.EmptyColorScheme.Instance">
<summary>
The shared instance of the <see cref="T:Cryville.EEW.Colors.EmptyColorScheme" /> class.
</summary>
</member>
<member name="P:Cryville.EEW.Colors.EmptyColorScheme.WrappedInstance">
<summary>
The shared instance of the <see cref="T:Cryville.EEW.Colors.WrappedColorScheme" /> class wrapped around <see cref="P:Cryville.EEW.Colors.EmptyColorScheme.Instance" />.
</summary>
</member>
<member name="M:Cryville.EEW.Colors.EmptyColorScheme.From(Cryville.EEW.Report.ReportViewModelPropertyType,System.IConvertible)">
<inheritdoc />
</member>
<member name="T:Cryville.EEW.Colors.IColor">
<summary>
Represents a color.
</summary>
</member>
<member name="M:Cryville.EEW.Colors.IColor.ToSrgb">
<summary>
Converts the current instance to an sRGB color.
</summary>
<returns>The converted color.</returns>
</member>
<member name="P:Cryville.EEW.Colors.IColor.Lightness">
<summary>
The lightness of the color. <c>0</c> represents a black color; <c>1</c> represents a white color.
</summary>
</member>
<member name="T:Cryville.EEW.Colors.IColorScheme">
<summary>
Represents a color scheme, extracting colors from different properties.
</summary>
</member>
<member name="M:Cryville.EEW.Colors.IColorScheme.From(Cryville.EEW.Report.ReportViewModelPropertyType,System.IConvertible)">
<summary>
Extracts a color from a property.
</summary>
<param name="type">The type of the property.</param>
<param name="value">The value of the property.</param>
<returns>The color.</returns>
</member>
<member name="M:Cryville.EEW.Colors.IColorScheme.From(System.Collections.Generic.IEnumerable{System.ValueTuple{Cryville.EEW.Report.ReportViewModelPropertyType,System.IConvertible}})">
<summary>
Extracts a color from a set properties.
</summary>
<param name="props">The properties.</param>
<returns>The color.</returns>
</member>
<member name="T:Cryville.EEW.Colors.ISeverityColorMapping">
<summary>
Represents a mapping that maps severity to color.
</summary>
</member>
<member name="M:Cryville.EEW.Colors.ISeverityColorMapping.FromSeverity(System.Single,System.Single@)">
<summary>
Extracts a color from severity.
</summary>
<param name="severity">The severity.</param>
<param name="luminance">The luminance of the color.</param>
<returns>The color.</returns>
</member>
<member name="M:Cryville.EEW.Colors.ISeverityColorMapping.From(System.Single)">
<summary>
Extracts a color from severity.
</summary>
<param name="severity">The severity.</param>
<returns>The color.</returns>
</member>
<member name="T:Cryville.EEW.Colors.ISubColorScheme">
<summary>
Represents a sub-color scheme, extracting colors from different properties.
</summary>
</member>
<member name="M:Cryville.EEW.Colors.ISubColorScheme.From(Cryville.EEW.Report.ReportViewModelPropertyType,System.IConvertible,Cryville.EEW.Colors.IColor)">
<summary>
Extracts a color from a property.
</summary>
<param name="type">The type of the property.</param>
<param name="value">The value of the property.</param>
<param name="color">The color extracted from the same property from another color scheme.</param>
<returns>The color.</returns>
</member>
<member name="M:Cryville.EEW.Colors.ISubColorScheme.From(System.Collections.Generic.IEnumerable{System.ValueTuple{Cryville.EEW.Report.ReportViewModelPropertyType,System.IConvertible}},Cryville.EEW.Colors.IColor)">
<summary>
Extracts a color from a set properties.
</summary>
<param name="props">The properties.</param>
<param name="color">The color extracted from the same property from another color scheme.</param>
<returns>The color.</returns>
</member>
<member name="T:Cryville.EEW.Colors.SeverityBasedColorScheme">
<summary>
A color scheme that is based on a severity scheme and a severity color mapping.
</summary>
<param name="scheme">The severity scheme.</param>
<param name="mapping">The severity color mapping.</param>
</member>
<member name="M:Cryville.EEW.Colors.SeverityBasedColorScheme.#ctor(Cryville.EEW.Report.ISeverityScheme,Cryville.EEW.Colors.ISeverityColorMapping)">
<summary>
A color scheme that is based on a severity scheme and a severity color mapping.
</summary>
<param name="scheme">The severity scheme.</param>
<param name="mapping">The severity color mapping.</param>
</member>
<member name="M:Cryville.EEW.Colors.SeverityBasedColorScheme.From(Cryville.EEW.Report.ReportViewModelPropertyType,System.IConvertible)">
<inheritdoc />
</member>
<member name="M:Cryville.EEW.Colors.SeverityBasedColorScheme.From(System.Collections.Generic.IEnumerable{System.ValueTuple{Cryville.EEW.Report.ReportViewModelPropertyType,System.IConvertible}})">
<inheritdoc />
</member>
<member name="T:Cryville.EEW.Colors.SrgbColor">
<summary>
Represents an sRGB color.
</summary>
<param name="A">The alpha channel.</param>
<param name="R">The red channel.</param>
<param name="G">The green channel.</param>
<param name="B">The blue channel.</param>
</member>
<member name="M:Cryville.EEW.Colors.SrgbColor.#ctor(System.Byte,System.Byte,System.Byte,System.Byte)">
<summary>
Represents an sRGB color.
</summary>
<param name="A">The alpha channel.</param>
<param name="R">The red channel.</param>
<param name="G">The green channel.</param>
<param name="B">The blue channel.</param>
</member>
<member name="P:Cryville.EEW.Colors.SrgbColor.A">
<summary>The alpha channel.</summary>
</member>
<member name="P:Cryville.EEW.Colors.SrgbColor.R">
<summary>The red channel.</summary>
</member>
<member name="P:Cryville.EEW.Colors.SrgbColor.G">
<summary>The green channel.</summary>
</member>
<member name="P:Cryville.EEW.Colors.SrgbColor.B">
<summary>The blue channel.</summary>
</member>
<member name="M:Cryville.EEW.Colors.SrgbColor.#ctor(System.Byte,System.Byte,System.Byte)">
<summary>
Creates an instance of the <see cref="T:Cryville.EEW.Colors.SrgbColor" /> struct, with the alpha channel set to 255.
</summary>
<param name="R">The red channel.</param>
<param name="G">The green channel.</param>
<param name="B">The blue channel.</param>
</member>
<member name="M:Cryville.EEW.Colors.SrgbColor.FromColor(System.Drawing.Color)">
<summary>
Converts a system color to an instance of the <see cref="T:Cryville.EEW.Colors.SrgbColor" /> struct.
</summary>
<param name="color">The system color.</param>
<returns>The converted color.</returns>
</member>
<member name="M:Cryville.EEW.Colors.SrgbColor.op_Implicit(System.Drawing.Color)~Cryville.EEW.Colors.SrgbColor">
<summary>
Converts a system color to an instance of the <see cref="T:Cryville.EEW.Colors.SrgbColor" /> struct.
</summary>
<param name="color">The system color.</param>
</member>
<member name="M:Cryville.EEW.Colors.SrgbColor.ToSrgb">
<inheritdoc />
</member>
<member name="M:Cryville.EEW.Colors.SrgbColor.ToColor">
<summary>
Converts the current instance to a system color.
</summary>
<returns>The converted color.</returns>
</member>
<member name="M:Cryville.EEW.Colors.SrgbColor.op_Implicit(Cryville.EEW.Colors.SrgbColor)~System.Drawing.Color">
<summary>
Converts an instance of the <see cref="T:Cryville.EEW.Colors.SrgbColor" /> struct to a system color.
</summary>
<param name="color">The color.</param>
</member>
<member name="T:Cryville.EEW.Colors.WrappedColorScheme">
<summary>
A sub color scheme identical to a specific color scheme.
</summary>
<param name="parent">The color scheme this sub color scheme is based on.</param>
</member>
<member name="M:Cryville.EEW.Colors.WrappedColorScheme.#ctor(Cryville.EEW.Colors.IColorScheme)">
<summary>
A sub color scheme identical to a specific color scheme.
</summary>
<param name="parent">The color scheme this sub color scheme is based on.</param>
</member>
<member name="M:Cryville.EEW.Colors.WrappedColorScheme.From(Cryville.EEW.Report.ReportViewModelPropertyType,System.IConvertible,Cryville.EEW.Colors.IColor)">
<inheritdoc />
</member>
<member name="M:Cryville.EEW.Colors.WrappedColorScheme.From(System.Collections.Generic.IEnumerable{System.ValueTuple{Cryville.EEW.Report.ReportViewModelPropertyType,System.IConvertible}},Cryville.EEW.Colors.IColor)">
<inheritdoc />
</member>
</members>
</doc>

View File

@@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: f834593e641dd3e46953e3c5326f17b9
TextScriptImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

Binary file not shown.

View File

@@ -0,0 +1,33 @@
fileFormatVersion: 2
guid: f43b9018a46d4c94c86b8fcecccdd731
PluginImporter:
externalObjects: {}
serializedVersion: 2
iconMap: {}
executionOrder: {}
defineConstraints: []
isPreloaded: 0
isOverridable: 0
isExplicitlyReferenced: 0
validateReferences: 1
platformData:
- first:
Any:
second:
enabled: 1
settings: {}
- first:
Editor: Editor
second:
enabled: 0
settings:
DefaultValueInitialized: true
- first:
Windows Store Apps: WindowsStoreApps
second:
enabled: 0
settings:
CPU: AnyCPU
userData:
assetBundleName:
assetBundleVariant:

Binary file not shown.

View File

@@ -0,0 +1,33 @@
fileFormatVersion: 2
guid: 2e1f757b879267741a4ce2c3e9b90cfb
PluginImporter:
externalObjects: {}
serializedVersion: 2
iconMap: {}
executionOrder: {}
defineConstraints: []
isPreloaded: 0
isOverridable: 0
isExplicitlyReferenced: 0
validateReferences: 1
platformData:
- first:
Any:
second:
enabled: 1
settings: {}
- first:
Editor: Editor
second:
enabled: 0
settings:
DefaultValueInitialized: true
- first:
Windows Store Apps: WindowsStoreApps
second:
enabled: 0
settings:
CPU: AnyCPU
userData:
assetBundleName:
assetBundleVariant:

Binary file not shown.

View File

@@ -0,0 +1,33 @@
fileFormatVersion: 2
guid: 1f171de94b2452a4cbbd151070e1311f
PluginImporter:
externalObjects: {}
serializedVersion: 2
iconMap: {}
executionOrder: {}
defineConstraints: []
isPreloaded: 0
isOverridable: 0
isExplicitlyReferenced: 0
validateReferences: 1
platformData:
- first:
Any:
second:
enabled: 1
settings: {}
- first:
Editor: Editor
second:
enabled: 0
settings:
DefaultValueInitialized: true
- first:
Windows Store Apps: WindowsStoreApps
second:
enabled: 0
settings:
CPU: AnyCPU
userData:
assetBundleName:
assetBundleVariant:

Binary file not shown.

View File

@@ -0,0 +1,33 @@
fileFormatVersion: 2
guid: 04db10530eaf4a84ca2096e9959909e9
PluginImporter:
externalObjects: {}
serializedVersion: 2
iconMap: {}
executionOrder: {}
defineConstraints: []
isPreloaded: 0
isOverridable: 0
isExplicitlyReferenced: 0
validateReferences: 1
platformData:
- first:
Any:
second:
enabled: 1
settings: {}
- first:
Editor: Editor
second:
enabled: 0
settings:
DefaultValueInitialized: true
- first:
Windows Store Apps: WindowsStoreApps
second:
enabled: 0
settings:
CPU: AnyCPU
userData:
assetBundleName:
assetBundleVariant:

Binary file not shown.

View File

@@ -0,0 +1,33 @@
fileFormatVersion: 2
guid: c562a6a2a51fc9346b5d291b89cea2f5
PluginImporter:
externalObjects: {}
serializedVersion: 2
iconMap: {}
executionOrder: {}
defineConstraints: []
isPreloaded: 0
isOverridable: 0
isExplicitlyReferenced: 0
validateReferences: 1
platformData:
- first:
Any:
second:
enabled: 1
settings: {}
- first:
Editor: Editor
second:
enabled: 0
settings:
DefaultValueInitialized: true
- first:
Windows Store Apps: WindowsStoreApps
second:
enabled: 0
settings:
CPU: AnyCPU
userData:
assetBundleName:
assetBundleVariant:

Binary file not shown.

View File

@@ -0,0 +1,33 @@
fileFormatVersion: 2
guid: 4675910bbaebec049ad6f8d77bf6b0d7
PluginImporter:
externalObjects: {}
serializedVersion: 2
iconMap: {}
executionOrder: {}
defineConstraints: []
isPreloaded: 0
isOverridable: 0
isExplicitlyReferenced: 0
validateReferences: 1
platformData:
- first:
Any:
second:
enabled: 1
settings: {}
- first:
Editor: Editor
second:
enabled: 0
settings:
DefaultValueInitialized: true
- first:
Windows Store Apps: WindowsStoreApps
second:
enabled: 0
settings:
CPU: AnyCPU
userData:
assetBundleName:
assetBundleVariant:

Binary file not shown.

View File

@@ -0,0 +1,33 @@
fileFormatVersion: 2
guid: 8fe0570f760f4214f993f5217e0166b2
PluginImporter:
externalObjects: {}
serializedVersion: 2
iconMap: {}
executionOrder: {}
defineConstraints: []
isPreloaded: 0
isOverridable: 0
isExplicitlyReferenced: 0
validateReferences: 1
platformData:
- first:
Any:
second:
enabled: 1
settings: {}
- first:
Editor: Editor
second:
enabled: 0
settings:
DefaultValueInitialized: true
- first:
Windows Store Apps: WindowsStoreApps
second:
enabled: 0
settings:
CPU: AnyCPU
userData:
assetBundleName:
assetBundleVariant:

Binary file not shown.

View File

@@ -0,0 +1,33 @@
fileFormatVersion: 2
guid: 37ed47e9ab4b01b40819663f4af92283
PluginImporter:
externalObjects: {}
serializedVersion: 2
iconMap: {}
executionOrder: {}
defineConstraints: []
isPreloaded: 0
isOverridable: 0
isExplicitlyReferenced: 0
validateReferences: 1
platformData:
- first:
Any:
second:
enabled: 1
settings: {}
- first:
Editor: Editor
second:
enabled: 0
settings:
DefaultValueInitialized: true
- first:
Windows Store Apps: WindowsStoreApps
second:
enabled: 0
settings:
CPU: AnyCPU
userData:
assetBundleName:
assetBundleVariant:

Binary file not shown.

View File

@@ -0,0 +1,33 @@
fileFormatVersion: 2
guid: f1c3e59800c7cd140ba8f15882043aad
PluginImporter:
externalObjects: {}
serializedVersion: 2
iconMap: {}
executionOrder: {}
defineConstraints: []
isPreloaded: 0
isOverridable: 0
isExplicitlyReferenced: 0
validateReferences: 1
platformData:
- first:
Any:
second:
enabled: 1
settings: {}
- first:
Editor: Editor
second:
enabled: 0
settings:
DefaultValueInitialized: true
- first:
Windows Store Apps: WindowsStoreApps
second:
enabled: 0
settings:
CPU: AnyCPU
userData:
assetBundleName:
assetBundleVariant:

Binary file not shown.

View File

@@ -0,0 +1,33 @@
fileFormatVersion: 2
guid: 912e8b96775628c42b791f4fab89a87c
PluginImporter:
externalObjects: {}
serializedVersion: 2
iconMap: {}
executionOrder: {}
defineConstraints: []
isPreloaded: 0
isOverridable: 0
isExplicitlyReferenced: 0
validateReferences: 1
platformData:
- first:
Any:
second:
enabled: 1
settings: {}
- first:
Editor: Editor
second:
enabled: 0
settings:
DefaultValueInitialized: true
- first:
Windows Store Apps: WindowsStoreApps
second:
enabled: 0
settings:
CPU: AnyCPU
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,470 @@
<?xml version="1.0"?>
<doc>
<assembly>
<name>Cryville.EEW.Map</name>
</assembly>
<members>
<member name="T:Cryville.EEW.Map.EmptyMapGeneratorContext">
<summary>
An empty <see cref="T:Cryville.EEW.Map.IMapGeneratorContext" />.
</summary>
</member>
<member name="P:Cryville.EEW.Map.EmptyMapGeneratorContext.Instance">
<summary>
A shared instance of the <see cref="T:Cryville.EEW.Map.EmptyMapGeneratorContext" /> class.
</summary>
</member>
<member name="P:Cryville.EEW.Map.EmptyMapGeneratorContext.UseContinuousColor">
<inheritdoc />
</member>
<member name="P:Cryville.EEW.Map.EmptyMapGeneratorContext.ColorScheme">
<inheritdoc />
</member>
<member name="P:Cryville.EEW.Map.EmptyMapGeneratorContext.BorderColorScheme">
<inheritdoc />
</member>
<member name="P:Cryville.EEW.Map.EmptyMapGeneratorContext.TextColorScheme">
<inheritdoc />
</member>
<member name="T:Cryville.EEW.Map.GeoJSONMapUtils">
<summary>
Contains <see langword="static" /> utility methods that extracts coordinates from GeoJSON objects.
</summary>
</member>
<member name="M:Cryville.EEW.Map.GeoJSONMapUtils.ToPoint(Cryville.EEW.Models.GeoJSON.Position)">
<summary>
Extracts coordinates from an instance of the <see cref="T:Cryville.EEW.Models.GeoJSON.Position" /> struct.
</summary>
<param name="v">The position.</param>
<returns>The coordinates.</returns>
</member>
<member name="M:Cryville.EEW.Map.GeoJSONMapUtils.ToLine(Cryville.EEW.Models.GeoJSON.Position[])">
<summary>
Extracts coordinates from an array of instances of the <see cref="T:Cryville.EEW.Models.GeoJSON.Position" /> struct.
</summary>
<param name="v">the position array.</param>
<returns>The coordinates.</returns>
</member>
<member name="M:Cryville.EEW.Map.GeoJSONMapUtils.ToLine(Cryville.EEW.Models.GeoJSON.LineString)">
<summary>
Extracts coordinates from an instance of the <see cref="T:Cryville.EEW.Models.GeoJSON.LineString" /> class.
</summary>
<param name="v">The line string.</param>
<returns>The coordinates.</returns>
</member>
<member name="M:Cryville.EEW.Map.GeoJSONMapUtils.ToMultiLine(Cryville.EEW.Models.GeoJSON.Geometry)">
<summary>
Extracts coordinates from a line geometry.
</summary>
<param name="v">The line geometry.</param>
<returns>The coordinates.</returns>
<exception cref="T:System.ArgumentException"><paramref name="v" /> is not a line geometry.</exception>
</member>
<member name="M:Cryville.EEW.Map.GeoJSONMapUtils.ToPolygon(Cryville.EEW.Models.GeoJSON.Position[][])">
<summary>
Extracts coordinates from an array of instances of arrays of instances of the <see cref="T:Cryville.EEW.Models.GeoJSON.Position" /> struct.
</summary>
<param name="v">The position array.</param>
<returns>The coordinates.</returns>
</member>
<member name="M:Cryville.EEW.Map.GeoJSONMapUtils.ToPolygon(Cryville.EEW.Models.GeoJSON.Polygon)">
<summary>
Extracts coordinates from an instance of the <see cref="T:Cryville.EEW.Models.GeoJSON.Polygon" /> class.
</summary>
<param name="v">The polygon.</param>
<returns>The coordinates.</returns>
</member>
<member name="M:Cryville.EEW.Map.GeoJSONMapUtils.ToMultiPolygon(Cryville.EEW.Models.GeoJSON.Geometry)">
<summary>
Extracts coordinates from a polygon geometry.
</summary>
<param name="v">The polygon geometry.</param>
<returns>The coordinates.</returns>
<exception cref="T:System.ArgumentException"><paramref name="v" /> is not a polygon geometry.</exception>
</member>
<member name="T:Cryville.EEW.Map.IMapGeneratorContext">
<summary>
Represents a context used in map view generators.
</summary>
</member>
<member name="P:Cryville.EEW.Map.IMapGeneratorContext.UseContinuousColor">
<summary>
Whether to use continuous color.
</summary>
</member>
<member name="P:Cryville.EEW.Map.IMapGeneratorContext.ColorScheme">
<summary>
The color scheme.
</summary>
</member>
<member name="P:Cryville.EEW.Map.IMapGeneratorContext.BorderColorScheme">
<summary>
The border color scheme.
</summary>
</member>
<member name="P:Cryville.EEW.Map.IMapGeneratorContext.TextColorScheme">
<summary>
The text color scheme.
</summary>
</member>
<member name="T:Cryville.EEW.Map.ColorMask">
<summary>
Specifies what colors of the element are to be set.
</summary>
</member>
<member name="F:Cryville.EEW.Map.ColorMask.None">
<summary>
None.
</summary>
</member>
<member name="F:Cryville.EEW.Map.ColorMask.Fill">
<summary>
Fill color.
</summary>
</member>
<member name="F:Cryville.EEW.Map.ColorMask.Border">
<summary>
Border color.
</summary>
</member>
<member name="F:Cryville.EEW.Map.ColorMask.Text">
<summary>
Text color.
</summary>
</member>
<member name="T:Cryville.EEW.Map.MapElement">
<summary>
A map element.
</summary>
</member>
<member name="P:Cryville.EEW.Map.MapElement.MaxScale">
<summary>
The maximum scale of the map beyond which the element no longer keeps its stroke width, but instead scales its strokes with the scale of the map.
</summary>
</member>
<member name="M:Cryville.EEW.Map.MapElement.SetColor(Cryville.EEW.Map.IMapGeneratorContext,Cryville.EEW.Report.ReportViewModelPropertyType,System.IConvertible,Cryville.EEW.Map.ColorMask)">
<summary>
Sets the color of the element based on a map generator context and a property.
</summary>
<param name="context">The map generator context.</param>
<param name="type">The type of the property.</param>
<param name="value">The value of the property.</param>
<param name="mask">A mask that specifies what colors of the element are to be set.</param>
<returns>The current instance.</returns>
</member>
<member name="M:Cryville.EEW.Map.MapElement.SetColor(Cryville.EEW.Map.IMapGeneratorContext,System.Collections.Generic.IEnumerable{System.ValueTuple{Cryville.EEW.Report.ReportViewModelPropertyType,System.IConvertible}},Cryville.EEW.Map.ColorMask)">
<summary>
Sets the color of the element based on a map generator context and a set of properties.
</summary>
<param name="context">The map generator context.</param>
<param name="props">The properties.</param>
<param name="mask">A mask that specifies what colors of the element are to be set.</param>
<returns>The current instance.</returns>
</member>
<member name="T:Cryville.EEW.Map.GroupElement">
<summary>
A map element that groups a collection of children map elements.
</summary>
</member>
<member name="P:Cryville.EEW.Map.GroupElement.Elements">
<summary>
The children map elements.
</summary>
</member>
<member name="T:Cryville.EEW.Map.MaskedGroupElement">
<summary>
A group element that masks its children with specified masks.
</summary>
<param name="Masks">The masks.</param>
</member>
<member name="M:Cryville.EEW.Map.MaskedGroupElement.#ctor(System.Collections.Generic.IEnumerable{System.Collections.Generic.IEnumerable{System.Collections.Generic.IEnumerable{System.Drawing.PointF}}})">
<summary>
A group element that masks its children with specified masks.
</summary>
<param name="Masks">The masks.</param>
</member>
<member name="P:Cryville.EEW.Map.MaskedGroupElement.Masks">
<summary>The masks.</summary>
</member>
<member name="T:Cryville.EEW.Map.OngoingGroupElement">
<summary>
A group element that represents an ongoing event.
</summary>
<param name="BlinkingPeriod">The blinking period of the elements in seconds.</param>
</member>
<member name="M:Cryville.EEW.Map.OngoingGroupElement.#ctor(System.Single)">
<summary>
A group element that represents an ongoing event.
</summary>
<param name="BlinkingPeriod">The blinking period of the elements in seconds.</param>
</member>
<member name="P:Cryville.EEW.Map.OngoingGroupElement.BlinkingPeriod">
<summary>The blinking period of the elements in seconds.</summary>
</member>
<member name="T:Cryville.EEW.Map.HypocenterElement">
<summary>
A map element that represents a hypocenter.
</summary>
<param name="Location">The location of the hypocenter.</param>
</member>
<member name="M:Cryville.EEW.Map.HypocenterElement.#ctor(System.Drawing.PointF)">
<summary>
A map element that represents a hypocenter.
</summary>
<param name="Location">The location of the hypocenter.</param>
</member>
<member name="P:Cryville.EEW.Map.HypocenterElement.Location">
<summary>The location of the hypocenter.</summary>
</member>
<member name="P:Cryville.EEW.Map.HypocenterElement.FillColor">
<summary>
The fill color.
</summary>
</member>
<member name="P:Cryville.EEW.Map.HypocenterElement.BorderColor">
<summary>
The border color.
</summary>
</member>
<member name="P:Cryville.EEW.Map.HypocenterElement.IsLowQuality">
<summary>
Whether the hypocenter is of low quality.
</summary>
</member>
<member name="P:Cryville.EEW.Map.HypocenterElement.Size">
<summary>
The size of the hypocenter icon.
</summary>
</member>
<member name="P:Cryville.EEW.Map.HypocenterElement.Width">
<summary>
The width of the hypocenter icon.
</summary>
</member>
<member name="P:Cryville.EEW.Map.HypocenterElement.StrokeWidth">
<summary>
The stroke width of the hypocenter icon.
</summary>
</member>
<member name="T:Cryville.EEW.Map.TsunamiHeightElement">
<summary>
A map element that represents the tsunami height at a location.
</summary>
<param name="Location">The location.</param>
<param name="Height">The tsunami height.</param>
</member>
<member name="M:Cryville.EEW.Map.TsunamiHeightElement.#ctor(System.Drawing.PointF,System.Single)">
<summary>
A map element that represents the tsunami height at a location.
</summary>
<param name="Location">The location.</param>
<param name="Height">The tsunami height.</param>
</member>
<member name="P:Cryville.EEW.Map.TsunamiHeightElement.Location">
<summary>The location.</summary>
</member>
<member name="P:Cryville.EEW.Map.TsunamiHeightElement.Height">
<summary>The tsunami height.</summary>
</member>
<member name="P:Cryville.EEW.Map.TsunamiHeightElement.FillColor">
<summary>
The fill color.
</summary>
</member>
<member name="P:Cryville.EEW.Map.TsunamiHeightElement.BorderColor">
<summary>
The border color.
</summary>
</member>
<member name="P:Cryville.EEW.Map.TsunamiHeightElement.IsRising">
<summary>
Whether the tsunami is rising.
</summary>
</member>
<member name="P:Cryville.EEW.Map.TsunamiHeightElement.IsOutOfRange">
<summary>
Whether the tsunami is out of the instrumental range.
</summary>
</member>
<member name="P:Cryville.EEW.Map.TsunamiHeightElement.IsMissing">
<summary>
Whether the tsunami height data is missing.
</summary>
</member>
<member name="P:Cryville.EEW.Map.TsunamiHeightElement.Width">
<summary>
The width of the tsunami height bar.
</summary>
</member>
<member name="P:Cryville.EEW.Map.TsunamiHeightElement.StrokeWidth">
<summary>
The stroke width of the tsunami height bar.
</summary>
</member>
<member name="T:Cryville.EEW.Map.WaveCircleElement">
<summary>
A map element that represents a set of seismic wave circles of an earthquake.
</summary>
<param name="HypocenterLocation">The location of the hypocenter.</param>
<param name="OriginTime">The origin time of the earthquake in UTC.</param>
<param name="Depth">The hypocenter depth.</param>
</member>
<member name="M:Cryville.EEW.Map.WaveCircleElement.#ctor(System.Drawing.PointF,System.DateTime,System.Single)">
<summary>
A map element that represents a set of seismic wave circles of an earthquake.
</summary>
<param name="HypocenterLocation">The location of the hypocenter.</param>
<param name="OriginTime">The origin time of the earthquake in UTC.</param>
<param name="Depth">The hypocenter depth.</param>
</member>
<member name="P:Cryville.EEW.Map.WaveCircleElement.HypocenterLocation">
<summary>The location of the hypocenter.</summary>
</member>
<member name="P:Cryville.EEW.Map.WaveCircleElement.OriginTime">
<summary>The origin time of the earthquake in UTC.</summary>
</member>
<member name="P:Cryville.EEW.Map.WaveCircleElement.Depth">
<summary>The hypocenter depth.</summary>
</member>
<member name="P:Cryville.EEW.Map.WaveCircleElement.ReportTime">
<summary>
The time when the earthquake is reported in UTC.
</summary>
</member>
<member name="P:Cryville.EEW.Map.WaveCircleElement.StrokeWidth">
<summary>
The stroke width of the wave circles.
</summary>
</member>
<member name="T:Cryville.EEW.Map.PointElement">
<summary>
A map element that represents a point.
</summary>
<param name="Location">The location of the point.</param>
</member>
<member name="M:Cryville.EEW.Map.PointElement.#ctor(System.Drawing.PointF)">
<summary>
A map element that represents a point.
</summary>
<param name="Location">The location of the point.</param>
</member>
<member name="P:Cryville.EEW.Map.PointElement.Location">
<summary>The location of the point.</summary>
</member>
<member name="P:Cryville.EEW.Map.PointElement.FillColor">
<summary>
The fill color.
</summary>
</member>
<member name="P:Cryville.EEW.Map.PointElement.Size">
<summary>
The size of the point.
</summary>
</member>
<member name="T:Cryville.EEW.Map.LabeledPointElement">
<summary>
A map element that represents a labeled point.
</summary>
<param name="Location">The location of the point.</param>
<param name="Text">The text of the label.</param>
</member>
<member name="M:Cryville.EEW.Map.LabeledPointElement.#ctor(System.Drawing.PointF,System.String)">
<summary>
A map element that represents a labeled point.
</summary>
<param name="Location">The location of the point.</param>
<param name="Text">The text of the label.</param>
</member>
<member name="P:Cryville.EEW.Map.LabeledPointElement.Location">
<summary>The location of the point.</summary>
</member>
<member name="P:Cryville.EEW.Map.LabeledPointElement.Text">
<summary>The text of the label.</summary>
</member>
<member name="P:Cryville.EEW.Map.LabeledPointElement.FillColor">
<summary>
The fill color.
</summary>
</member>
<member name="P:Cryville.EEW.Map.LabeledPointElement.BorderColor">
<summary>
The border color.
</summary>
</member>
<member name="P:Cryville.EEW.Map.LabeledPointElement.TextColor">
<summary>
The text color.
</summary>
</member>
<member name="P:Cryville.EEW.Map.LabeledPointElement.IsAreaLabel">
<summary>
Whether the label represents an area.
</summary>
</member>
<member name="P:Cryville.EEW.Map.LabeledPointElement.Size">
<summary>
The size of the label.
</summary>
</member>
<member name="T:Cryville.EEW.Map.MultiLineElement">
<summary>
A map element that represents multiple lines.
</summary>
<param name="Lines">The coordinates of the lines.</param>
</member>
<member name="M:Cryville.EEW.Map.MultiLineElement.#ctor(System.Collections.Generic.IEnumerable{System.Collections.Generic.IEnumerable{System.Drawing.PointF}})">
<summary>
A map element that represents multiple lines.
</summary>
<param name="Lines">The coordinates of the lines.</param>
</member>
<member name="P:Cryville.EEW.Map.MultiLineElement.Lines">
<summary>The coordinates of the lines.</summary>
</member>
<member name="P:Cryville.EEW.Map.MultiLineElement.BorderColor">
<summary>
The border color.
</summary>
</member>
<member name="P:Cryville.EEW.Map.MultiLineElement.StrokeWidth">
<summary>
The stroke width.
</summary>
</member>
<member name="T:Cryville.EEW.Map.MultiPolygonElement">
<summary>
A map element that represents multiple polygons.
</summary>
<param name="Polygons">The coordinates of the polygons.</param>
</member>
<member name="M:Cryville.EEW.Map.MultiPolygonElement.#ctor(System.Collections.Generic.IEnumerable{System.Collections.Generic.IEnumerable{System.Collections.Generic.IEnumerable{System.Drawing.PointF}}})">
<summary>
A map element that represents multiple polygons.
</summary>
<param name="Polygons">The coordinates of the polygons.</param>
</member>
<member name="P:Cryville.EEW.Map.MultiPolygonElement.Polygons">
<summary>The coordinates of the polygons.</summary>
</member>
<member name="P:Cryville.EEW.Map.MultiPolygonElement.FillColor">
<summary>
The fill color.
</summary>
</member>
<member name="P:Cryville.EEW.Map.MultiPolygonElement.BorderColor">
<summary>
The border color.
</summary>
</member>
<member name="P:Cryville.EEW.Map.MultiPolygonElement.HasLabel">
<summary>
Whether the element has an associated instance of the <see cref="T:Cryville.EEW.Map.LabeledPointElement" /> class.
</summary>
</member>
<member name="P:Cryville.EEW.Map.MultiPolygonElement.StrokeWidth">
<summary>
The stroke width.
</summary>
</member>
</members>
</doc>

View File

@@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: 820a2693c7e103c43af26b094a956cb2
TextScriptImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

Binary file not shown.

View File

@@ -0,0 +1,33 @@
fileFormatVersion: 2
guid: 4fcfc3dc0a31ea04983884e1e8bcccf2
PluginImporter:
externalObjects: {}
serializedVersion: 2
iconMap: {}
executionOrder: {}
defineConstraints: []
isPreloaded: 0
isOverridable: 0
isExplicitlyReferenced: 0
validateReferences: 1
platformData:
- first:
Any:
second:
enabled: 1
settings: {}
- first:
Editor: Editor
second:
enabled: 0
settings:
DefaultValueInitialized: true
- first:
Windows Store Apps: WindowsStoreApps
second:
enabled: 0
settings:
CPU: AnyCPU
userData:
assetBundleName:
assetBundleVariant:

Binary file not shown.

View File

@@ -0,0 +1,33 @@
fileFormatVersion: 2
guid: 90a5b2472a884a34f82507992fd5150e
PluginImporter:
externalObjects: {}
serializedVersion: 2
iconMap: {}
executionOrder: {}
defineConstraints: []
isPreloaded: 0
isOverridable: 0
isExplicitlyReferenced: 0
validateReferences: 1
platformData:
- first:
Any:
second:
enabled: 1
settings: {}
- first:
Editor: Editor
second:
enabled: 0
settings:
DefaultValueInitialized: true
- first:
Windows Store Apps: WindowsStoreApps
second:
enabled: 0
settings:
CPU: AnyCPU
userData:
assetBundleName:
assetBundleVariant:

Some files were not shown because too many files have changed in this diff Show More