Search Results for

    Show / Hide Table of Contents

    Interface ILayerDefinition

    Top-level interface of the layer definition

    Inherited Members
    IResource.ValidatingSchema
    IResource.ResourceID
    IResource.ResourceType
    IResource.Serialize()
    IResource.IsStronglyTyped
    IVersionedEntity.ResourceVersion
    System.ICloneable.Clone()
    System.ComponentModel.INotifyPropertyChanged.PropertyChanged
    ILayerElementFactory.CreatePair(String, String)
    ILayerElementFactory.CreateDefaultAreaRule()
    ILayerElementFactory.CreateDefaultAreaStyle()
    ILayerElementFactory.CreateDefaultFill()
    ILayerElementFactory.CreateDefaultLineStyle()
    ILayerElementFactory.CreateDefaultMarkSymbol()
    ILayerElementFactory.CreateDefaultPointStyle()
    ILayerElementFactory.CreateDefaultPointSymbolization2D()
    ILayerElementFactory.CreateDefaultStroke()
    ILayerElementFactory.CreateDefaultTextSymbol()
    ILayerElementFactory.CreateDefaultAdvancedPlacement(Double)
    ILayerElementFactory.CreateFill(String, Color, Color)
    ILayerElementFactory.CreateDefaultLineRule()
    ILayerElementFactory.CreateDefaultPointRule()
    ILayerElementFactory.CreateStroke(Color)
    ILayerElementFactory.CreateVectorScaleRange()
    ILayerElementFactory.CreateDefaultFontSymbol()
    ILayerElementFactory.CreateDefaultW2DSymbol(String, String)
    ILayerElementFactory.CreateDefaultCompositeRule()
    ILayerElementFactory.CreateDefaultCompositeStyle()
    ILayerElementFactory.CreateUrlData()
    ILayerElementFactory.CreateDefaultAreaSymbolizationFill()
    ILayerElementFactory.CloneCompositeSymbolization(ICompositeSymbolization)
    Namespace: OSGeo.MapGuide.ObjectModels.LayerDefinition
    Assembly: OSGeo.MapGuide.ObjectModels.dll
    Syntax
    public interface ILayerDefinition : IResource, IVersionedEntity, ICloneable, INotifyPropertyChanged, ILayerElementFactory

    Properties

    | Improve this Doc View Source

    SubLayer

    Gets the sub layer.

    Declaration
    ISubLayerDefinition SubLayer { get; }
    Property Value
    Type Description
    ISubLayerDefinition

    The sub layer.

    Extension Methods

    ExtensionMethods.CopyResourceDataTo(IResource, IServerConnection, IResource)
    ExtensionMethods.CopyResourceDataTo(IResource, IServerConnection, String)
    OSGeo.MapGuide.ObjectModels.LayerDefinition.ExtensionMethods.GetSpatialContext(OSGeo.MapGuide.ObjectModels.LayerDefinition.ILayerDefinition, OSGeo.MapGuide.MaestroAPI.IServerConnection)
    OSGeo.MapGuide.ObjectModels.LayerDefinition.ExtensionMethods.GetSpatialExtent(OSGeo.MapGuide.ObjectModels.LayerDefinition.ILayerDefinition, OSGeo.MapGuide.MaestroAPI.IServerConnection, System.Boolean, System.String)
    OSGeo.MapGuide.ObjectModels.LayerDefinition.ExtensionMethods.GetLayerSpatialContextName(OSGeo.MapGuide.ObjectModels.LayerDefinition.ILayerDefinition, OSGeo.MapGuide.MaestroAPI.IServerConnection)
    OSGeo.MapGuide.ObjectModels.LayerDefinition.ExtensionMethods.CreateDefaultPointCompositeRule(OSGeo.MapGuide.ObjectModels.LayerDefinition.ILayerElementFactory)
    OSGeo.MapGuide.ObjectModels.LayerDefinition.ExtensionMethods.CreateDefaultLineCompositeRule(OSGeo.MapGuide.ObjectModels.LayerDefinition.ILayerElementFactory)
    OSGeo.MapGuide.ObjectModels.LayerDefinition.ExtensionMethods.CreateDefaultAreaCompositeRule(OSGeo.MapGuide.ObjectModels.LayerDefinition.ILayerElementFactory)
    OSGeo.MapGuide.ObjectModels.LayerDefinition.ExtensionMethods.CreateDefaultPointCompositeStyle(OSGeo.MapGuide.ObjectModels.LayerDefinition.ILayerElementFactory)
    OSGeo.MapGuide.ObjectModels.LayerDefinition.ExtensionMethods.CreateDefaultLineCompositeStyle(OSGeo.MapGuide.ObjectModels.LayerDefinition.ILayerElementFactory)
    OSGeo.MapGuide.ObjectModels.LayerDefinition.ExtensionMethods.CreateDefaultAreaCompositeStyle(OSGeo.MapGuide.ObjectModels.LayerDefinition.ILayerElementFactory)
    ResourceExtensions.SerializeToStream(IResource)
    ResourceExtensions.GetResourceTypeDescriptor(IResource)
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2009 - 2022 Jackie Ng