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


In This Topic
    NEsriShapefile Class Members
    In This Topic

    The following tables list the members exposed by NEsriShapefile.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Protected Fields
     NameDescription
    Protected FieldThe data table that contains attribute data for the shapes in this map layer. (Inherited from Nevron.Diagram.Maps.NMapLayer)
    Top
    Public Properties
     NameDescription
    Public PropertyGets only the names of the data columns of this map layer without reading the other data. (Inherited from Nevron.Diagram.Maps.NMapLayer)
    Public PropertyGets the data table that contains attribute data for the features in this map layer. (Inherited from Nevron.Diagram.Maps.NMapLayer)
    Public PropertyThe encoding to use when reading string data from the accompanying DBF data file. By default set to UTF-8.  
    Public PropertyGets/Sets the default style sheet to apply to diagram elements created from the map features of this map layer. (Inherited from Nevron.Diagram.Maps.NMapLayer)
    Public PropertyGets the features of this map layer. (Inherited from Nevron.Diagram.Maps.NMapLayer)
    Public PropertyOverridden. Gets the type of the features of this layer.  
    Public PropertyGets/Sets the fill rule to use for coloring the features of this map layer. (Inherited from Nevron.Diagram.Maps.NMapLayer)
    Public PropertyGets/Sets the label visibility mode. By default set to NoOverlapByGeometry. (Inherited from Nevron.Diagram.Maps.NMapLayer)
    Public PropertyOverridden. Gets the bounds of the map.  
    Public PropertyGets/Sets the maximum size of point shapes. (Inherited from Nevron.Diagram.Maps.NMapLayer)
    Public PropertyGets/sets the maximum zoom factor below which the layer is shown. By default set to Single.MaxValue. (Inherited from Nevron.Diagram.Maps.NMapLayer)
    Public PropertyGets/sets the zoom factor below which text are shown. By default set to Single.MaxValue. (Inherited from Nevron.Diagram.Maps.NMapLayer)
    Public PropertyGets/Sets the minimum size of point shapes. (Inherited from Nevron.Diagram.Maps.NMapLayer)
    Public PropertyGets/sets the minimum zoom factor above which the layer is shown. By default set to 0. (Inherited from Nevron.Diagram.Maps.NMapLayer)
    Public PropertyGets/sets the zoom factor above which texts are shown. By default set to 0. (Inherited from Nevron.Diagram.Maps.NMapLayer)
    Public PropertyGets the name of the shapefile without the extension. (Inherited from Nevron.Diagram.Maps.NMapLayer)
    Public PropertyDetermines the data column to use for naming of the diagram elements created from this map layer. (Inherited from Nevron.Diagram.Maps.NMapLayer)
    Public PropertyGets/Sets the name of the column that should be used to determine point shape sizes. (Inherited from Nevron.Diagram.Maps.NMapLayer)
    Public PropertyDetermines the mode for labeling of polygon features. (Inherited from Nevron.Diagram.Maps.NMapLayer)
    Public PropertyGets the record type contained in this ESRI shapefile.  
    Public PropertyDetermines the data column to use for labeling of the diagram elements created from this map layer. (Inherited from Nevron.Diagram.Maps.NMapLayer)
    Top
    Public Methods
     NameDescription
    Public MethodImports data from a database. (Inherited from Nevron.Diagram.Maps.NMapLayer)
    Public MethodReads the ESRI shapefile (.shp) and its attributes (.dbf).  
    Public MethodReturns a string description of the current NEsriShapefile.  
    Top
    Protected Methods
     NameDescription
    Protected MethodOverridden. Gets only the names of the columns in the DBF file without reading the other data.  
    Top
    See Also