Class OverpassDOM
Namespace: Holoride.ElasticSDK.Overpass
Assembly: Holoride.ElasticSDK.Library.Runtime.dll
Syntax
public class OverpassDOM
Fields
elements
Declaration
public List<OverpassElement> elements
Field Value
| Type | Description |
|---|---|
| List<><OverpassElement> |
generator
Declaration
public string generator
Field Value
| Type | Description |
|---|---|
| string |
osm3s
Declaration
public OSM3S osm3s
Field Value
| Type | Description |
|---|---|
| OSM3S |
Pool
Declaration
public static readonly ObjectPool<OverpassDOM> Pool
Field Value
| Type | Description |
|---|---|
| ObjectPool<OverpassDOM> |
version
Declaration
public string version
Field Value
| Type | Description |
|---|---|
| string |
Methods
CreatePooled()
Declaration
public static OverpassDOM CreatePooled()
Returns
| Type | Description |
|---|---|
| OverpassDOM |