Constructor Ogc3DTilesLayer
Ogc3DTilesLayer(PortalItem)
Initializes a new instance of the Ogc3DTilesLayer class with a portal item of type OGC3DTilesService.
Declaration
public Ogc3DTilesLayer(PortalItem portalItem)
Parameters
Type | Name | Description |
---|---|---|
PortalItem | portalItem | A 3D tiles PortalItem. |
Exceptions
Type | Condition |
---|---|
System.ArgumentNullException |
|
See Also
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 200.4 - 200.5 |
.NET | 200.4 - 200.5 |
.NET Windows | 200.4 - 200.5 |
.NET Android | 200.4 - 200.5 |
.NET iOS | 200.4 - 200.5 |
.NET Framework | 200.4 - 200.5 |
UWP | 200.4 - 200.5 |
Ogc3DTilesLayer(Uri)
Initializes a new instance of the Ogc3DTilesLayer class.
Declaration
public Ogc3DTilesLayer(Uri source)
Parameters
Type | Name | Description |
---|---|---|
System.Uri | source | The URL of a public service, the path to a tileset (.json), or the path to a 3D tiles archive format (.3tz) file. |
Exceptions
Type | Condition |
---|---|
System.ArgumentNullException |
|
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 200.4 - 200.5 |
.NET | 200.4 - 200.5 |
.NET Windows | 200.4 - 200.5 |
.NET Android | 200.4 - 200.5 |
.NET iOS | 200.4 - 200.5 |
.NET Framework | 200.4 - 200.5 |
UWP | 200.4 - 200.5 |