Search Results for

    Show / Hide Table of Contents

    Class PointLayer

    Inheritance
    Object
    VirgisLayer<GeographyCollection, FeatureCollection>
    PointLayer
    Implements
    IVirgisLayer
    IVirgisEntity
    Inherited Members
    VirgisLayer<GeographyCollection, FeatureCollection>.layer
    VirgisLayer<GeographyCollection, FeatureCollection>.features
    VirgisLayer<GeographyCollection, FeatureCollection>.changed
    VirgisLayer<GeographyCollection, FeatureCollection>._id
    VirgisLayer<GeographyCollection, FeatureCollection>._editable
    VirgisLayer<GeographyCollection, FeatureCollection>.Init(GeographyCollection)
    VirgisLayer<GeographyCollection, FeatureCollection>._init(GeographyCollection)
    VirgisLayer<GeographyCollection, FeatureCollection>.AddFeature(Vector3[])
    VirgisLayer<GeographyCollection, FeatureCollection>._addFeature(Vector3[])
    VirgisLayer<GeographyCollection, FeatureCollection>.Draw()
    VirgisLayer<GeographyCollection, FeatureCollection>._draw()
    VirgisLayer<GeographyCollection, FeatureCollection>.CheckPoint()
    VirgisLayer<GeographyCollection, FeatureCollection>._checkpoint()
    VirgisLayer<GeographyCollection, FeatureCollection>.Save()
    VirgisLayer<GeographyCollection, FeatureCollection>._save()
    VirgisLayer<GeographyCollection, FeatureCollection>.Translate(MoveArgs)
    VirgisLayer<GeographyCollection, FeatureCollection>.MoveAxis(MoveArgs)
    VirgisLayer<GeographyCollection, FeatureCollection>.MoveTo(MoveArgs)
    VirgisLayer<GeographyCollection, FeatureCollection>.VertexMove(MoveArgs)
    VirgisLayer<GeographyCollection, FeatureCollection>.StartEditSession()
    VirgisLayer<GeographyCollection, FeatureCollection>.ExitEditSession(Boolean)
    VirgisLayer<GeographyCollection, FeatureCollection>.Selected(SelectionTypes)
    VirgisLayer<GeographyCollection, FeatureCollection>.UnSelected(SelectionTypes)
    VirgisLayer<GeographyCollection, FeatureCollection>.GetClosest(Vector3, Guid[])
    VirgisLayer<GeographyCollection, FeatureCollection>.GetFeature(Guid)
    VirgisLayer<GeographyCollection, FeatureCollection>.GetId()
    VirgisLayer<GeographyCollection, FeatureCollection>.GetMetadata()
    VirgisLayer<GeographyCollection, FeatureCollection>.GetFeatureShape()
    VirgisLayer<GeographyCollection, FeatureCollection>.SetVisible(Boolean)
    VirgisLayer<GeographyCollection, FeatureCollection>.IsVisible()
    VirgisLayer<GeographyCollection, FeatureCollection>.SetEditable(Boolean)
    VirgisLayer<GeographyCollection, FeatureCollection>.IsEditable()
    VirgisLayer<GeographyCollection, FeatureCollection>.Equals(Object)
    VirgisLayer<GeographyCollection, FeatureCollection>.GetHashCode()
    VirgisLayer<GeographyCollection, FeatureCollection>.Equals(VirgisLayer<GeographyCollection, FeatureCollection>)
    Namespace: Virgis
    Assembly: cs.temp.dll.dll
    Syntax
    public class PointLayer : VirgisLayer<GeographyCollection, FeatureCollection>, IVirgisLayer, IVirgisEntity

    Fields

    BaseMaterial

    Declaration
    public Material BaseMaterial
    Field Value
    Type Description
    Material

    CubePrefab

    Declaration
    public GameObject CubePrefab
    Field Value
    Type Description
    GameObject

    CylinderPrefab

    Declaration
    public GameObject CylinderPrefab
    Field Value
    Type Description
    GameObject

    LabelPrefab

    Declaration
    public GameObject LabelPrefab
    Field Value
    Type Description
    GameObject

    SpherePrefab

    Declaration
    public GameObject SpherePrefab
    Field Value
    Type Description
    GameObject

    Methods

    _addFeature(Vector3[])

    Declaration
    protected override VirgisFeature _addFeature(Vector3[] geometry)
    Parameters
    Type Name Description
    Vector3[] geometry
    Returns
    Type Description
    VirgisFeature
    Overrides
    Virgis.VirgisLayer<Project.GeographyCollection, FeatureCollection>._addFeature(Vector3[])

    _checkpoint()

    Declaration
    protected override void _checkpoint()
    Overrides
    Virgis.VirgisLayer<Project.GeographyCollection, FeatureCollection>._checkpoint()

    _draw()

    Declaration
    protected override void _draw()
    Overrides
    Virgis.VirgisLayer<Project.GeographyCollection, FeatureCollection>._draw()

    _drawFeature(Vector3, String, Dictionary<String, Object>)

    Draws a single feature based on world space coordinates

    Declaration
    protected VirgisFeature _drawFeature(Vector3 position, string gisId = null, Dictionary<string, object> properties = null)
    Parameters
    Type Name Description
    Vector3 position

    Vector3 position

    String gisId

    string Id

    Dictionary<String, Object> properties

    Dictionary properties

    Returns
    Type Description
    VirgisFeature

    _init(GeographyCollection)

    Declaration
    protected override Task _init(GeographyCollection layer)
    Parameters
    Type Name Description
    GeographyCollection layer
    Returns
    Type Description
    Task
    Overrides
    Virgis.VirgisLayer<Project.GeographyCollection, FeatureCollection>._init(Project.GeographyCollection)

    _save()

    Declaration
    protected override Task _save()
    Returns
    Type Description
    Task
    Overrides
    Virgis.VirgisLayer<Project.GeographyCollection, FeatureCollection>._save()

    GetFeatureShape()

    Declaration
    public override GameObject GetFeatureShape()
    Returns
    Type Description
    GameObject
    Overrides
    Virgis.VirgisLayer<Project.GeographyCollection, FeatureCollection>.GetFeatureShape()

    MoveAxis(MoveArgs)

    Declaration
    public override void MoveAxis(MoveArgs args)
    Parameters
    Type Name Description
    MoveArgs args
    Overrides
    Virgis.VirgisLayer<Project.GeographyCollection, FeatureCollection>.MoveAxis(Virgis.MoveArgs)

    RemoveVertex(VirgisFeature)

    Declaration
    public void RemoveVertex(VirgisFeature vertex)
    Parameters
    Type Name Description
    VirgisFeature vertex

    Translate(MoveArgs)

    Declaration
    public override void Translate(MoveArgs args)
    Parameters
    Type Name Description
    MoveArgs args
    Overrides
    Virgis.VirgisLayer<Project.GeographyCollection, FeatureCollection>.Translate(Virgis.MoveArgs)

    Implements

    IVirgisLayer
    IVirgisEntity
    In This Article
    Back to top ViRGIS VR GIS