Search Results for

    Show / Hide Table of Contents

    Interface IPointVectorStyle

    Style specification for a point geometry layer

    Inherited Members
    IVectorStyle.StyleType
    IVectorStyle.RuleCount
    IRuleCollection<IPointRule>.IndexOfRule(IPointRule)
    IRuleCollection<IPointRule>.GetRuleAt(Int32)
    IRuleCollection<IPointRule>.MoveUp(IPointRule)
    IRuleCollection<IPointRule>.MoveDown(IPointRule)
    IRuleCollection.IndexOfRule(IVectorRule)
    IRuleCollection.MoveUp(IVectorRule)
    IRuleCollection.MoveDown(IVectorRule)
    Namespace: OSGeo.MapGuide.ObjectModels.LayerDefinition
    Assembly: OSGeo.MapGuide.ObjectModels.dll
    Syntax
    public interface IPointVectorStyle : IVectorStyle, IRuleCollection<IPointRule>, IRuleCollection

    Properties

    | Improve this Doc View Source

    AllowOverpost

    Gets or sets whether to allow labels from any map layer (including the current layer) to obscure features on the current layer

    Declaration
    bool AllowOverpost { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    DisplayAsText

    Gets or sets whether to create a text layer

    Declaration
    bool DisplayAsText { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    Rules

    Enumerates the rules for this specification

    Declaration
    IEnumerable<IPointRule> Rules { get; }
    Property Value
    Type Description
    System.Collections.Generic.IEnumerable<IPointRule>

    Methods

    | Improve this Doc View Source

    AddRule(IPointRule)

    Adds a rule to this specification

    Declaration
    void AddRule(IPointRule rule)
    Parameters
    Type Name Description
    IPointRule rule
    | Improve this Doc View Source

    RemoveAllRules()

    Removes all current rules

    Declaration
    void RemoveAllRules()
    | Improve this Doc View Source

    RemoveRule(IPointRule)

    Removes a rule from this specification

    Declaration
    void RemoveRule(IPointRule rule)
    Parameters
    Type Name Description
    IPointRule rule
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2009 - 2022 Jackie Ng