Show / Hide Table of Contents

Class VectorFeatureUnity

Inheritance
System.Object
VectorFeatureUnity
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace:Mapbox.Unity.MeshGeneration.Data
Assembly:cs.temp.dll.dll
Syntax
public class VectorFeatureUnity

Constructors

VectorFeatureUnity()

Declaration
public VectorFeatureUnity()

VectorFeatureUnity(VectorTileFeature, UnityTile, Single, Boolean)

Declaration
public VectorFeatureUnity(VectorTileFeature feature, UnityTile tile, float layerExtent, bool buildingsWithUniqueIds = false)
Parameters
Type Name Description
VectorTileFeature feature
UnityTile tile
System.Single layerExtent
System.Boolean buildingsWithUniqueIds

VectorFeatureUnity(VectorTileFeature, List<List<Point2d<Single>>>, UnityTile, Single, Boolean)

Declaration
public VectorFeatureUnity(VectorTileFeature feature, List<List<Point2d<float>>> geom, UnityTile tile, float layerExtent, bool buildingsWithUniqueIds = false)
Parameters
Type Name Description
VectorTileFeature feature
System.Collections.Generic.List<System.Collections.Generic.List<Point2d<System.Single>>> geom
UnityTile tile
System.Single layerExtent
System.Boolean buildingsWithUniqueIds

Fields

Data

Declaration
public VectorTileFeature Data
Field Value
Type Description
VectorTileFeature

Points

Declaration
public List<List<Vector3>> Points
Field Value
Type Description
System.Collections.Generic.List<System.Collections.Generic.List<Vector3>>

Properties

Declaration
public Dictionary<string, object> Properties
Field Value
Type Description
System.Collections.Generic.Dictionary<System.String, System.Object>

Tile

Declaration
public UnityTile Tile
Field Value
Type Description
UnityTile

Methods

ContainsLatLon(Vector2d)

Declaration
public bool ContainsLatLon(Vector2d coord)
Parameters
Type Name Description
Vector2d coord
Returns
Type Description
System.Boolean
Back to top © 2017 Mapbox