TileAddressingScheme Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Scheme for tile addressing in TileJSON specification.
public readonly struct TileAddressingScheme : IEquatable<Azure.Analytics.PlanetaryComputer.TileAddressingScheme>
type TileAddressingScheme = struct
Public Structure TileAddressingScheme
Implements IEquatable(Of TileAddressingScheme)
- Inheritance
-
TileAddressingScheme
- Implements
Constructors
| Name | Description |
|---|---|
| TileAddressingScheme(String) |
Initializes a new instance of TileAddressingScheme. |
Properties
| Name | Description |
|---|---|
| Tms |
TMS tile addressing scheme with origin at bottom-left. |
| Xyz |
XYZ tile addressing scheme with origin at top-left. |
Methods
| Name | Description |
|---|---|
| Equals(TileAddressingScheme) |
Indicates whether the current object is equal to another object of the same type. |
| ToString() |
Returns the fully qualified type name of this instance. |
Operators
| Name | Description |
|---|---|
| Equality(TileAddressingScheme, TileAddressingScheme) |
Determines if two TileAddressingScheme values are the same. |
| Implicit(String to Nullable<TileAddressingScheme>) | |
| Implicit(String to TileAddressingScheme) |
Converts a string to a TileAddressingScheme. |
| Inequality(TileAddressingScheme, TileAddressingScheme) |
Determines if two TileAddressingScheme values are not the same. |