Search Results for

    Show / Hide Table of Contents

    Class LineLayer

    The parent entity for a instance of a Line Layer - that holds one MultiLineString FeatureCollection

    Inheritance
    Object
    VirgisLayer<GeographyCollection, FeatureCollection>
    LineLayer
    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 LineLayer : VirgisLayer<GeographyCollection, FeatureCollection>, IVirgisLayer, IVirgisEntity

    Fields

    CubePrefab

    Declaration
    public GameObject CubePrefab
    Field Value
    Type Description
    GameObject

    CuboidLinePrefab

    Declaration
    public GameObject CuboidLinePrefab
    Field Value
    Type Description
    GameObject

    CylinderLinePrefab

    Declaration
    public GameObject CylinderLinePrefab
    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

    LineBaseMaterial

    Declaration
    public Material LineBaseMaterial
    Field Value
    Type Description
    Material

    PointBaseMaterial

    Declaration
    public Material PointBaseMaterial
    Field Value
    Type Description
    Material

    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[], Boolean, String, Dictionary<String, Object>)

    Draws a single feature based on world scale coordinates

    Declaration
    protected VirgisFeature _drawFeature(Vector3[] line, bool Lr = false, string gisId = null, Dictionary<string, object> properties = null)
    Parameters
    Type Name Description
    Vector3[] line

    Vector3[] coordinates

    Boolean Lr

    boolean Is the line a linear ring , deafult false

    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)

    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