Search Results for

    Show / Hide Table of Contents

    Class PolygonLayer

    Controls an instance of a Polygon Layer

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

    Fields

    BodyBaseMaterial

    Declaration
    public Material BodyBaseMaterial
    Field Value
    Type Description
    Material

    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

    PolygonPrefab

    Declaration
    public GameObject PolygonPrefab
    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(IEnumerable<LineString>, String, Dictionary<String, Object>)

    Declaration
    protected VirgisFeature _drawFeature(IEnumerable<LineString> LinearRings, string gisId = null, Dictionary<string, object> properties = null)
    Parameters
    Type Name Description
    IEnumerable<LineString> LinearRings
    String gisId
    Dictionary<String, Object> 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