Nevron .NET Vision
Nevron.Diagram.Maps Namespace / NMapLayer Class
Fields Properties Methods


In This Topic
    NMapLayer Class Members
    In This Topic

    The following tables list the members exposed by NMapLayer.

    Protected Fields
     NameDescription
    Protected FieldThe data table that contains attribute data for the shapes in this map layer.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets only the names of the data columns of this map layer without reading the other data.  
    Public PropertyGets the data table that contains attribute data for the features in this map layer.  
    Public PropertyGets/Sets the default style sheet to apply to diagram elements created from the map features of this map layer.  
    Public PropertyGets the features of this map layer.  
    Public PropertyGets the type of the features of this layer.  
    Public PropertyGets/Sets the fill rule to use for coloring the features of this map layer.  
    Public PropertyGets/Sets the label visibility mode. By default set to NoOverlapByGeometry.  
    Public PropertyGets the bounds of this map layer.  
    Public PropertyGets/Sets the maximum size of point shapes.  
    Public PropertyGets/sets the maximum zoom factor below which the layer is shown. By default set to Single.MaxValue.  
    Public PropertyGets/sets the zoom factor below which text are shown. By default set to Single.MaxValue.  
    Public PropertyGets/Sets the minimum size of point shapes.  
    Public PropertyGets/sets the minimum zoom factor above which the layer is shown. By default set to 0.  
    Public PropertyGets/sets the zoom factor above which texts are shown. By default set to 0.  
    Public PropertyGets the name of the shapefile without the extension.  
    Public PropertyDetermines the data column to use for naming of the diagram elements created from this map layer.  
    Public PropertyGets/Sets the name of the column that should be used to determine point shape sizes.  
    Public PropertyDetermines the mode for labeling of polygon features.  
    Public PropertyDetermines the data column to use for labeling of the diagram elements created from this map layer.  
    Top
    Public Methods
     NameDescription
    Public MethodImports data from a database.  
    Top
    Protected Methods
     NameDescription
    Protected MethodReads only the names of the columns from the attributes data that accompanies this map layer.  
    Top
    See Also