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


In This Topic
    NEsriShapeImporter Class Members
    In This Topic

    The following tables list the members exposed by NEsriShapeImporter.

    Public Constructors
     NameDescription
    Public Constructor  
    Top
    Protected Fields
     NameDescription
    Protected Field (Inherited from Nevron.Diagram.Maps.NShapeImporter)
    Top
    Public Properties
     NameDescription
    Public PropertyDetermines whether to import the data from each map layer into separate layer. By default set to true. (Inherited from Nevron.Diagram.Maps.NShapeImporter)
    Public PropertyDetermines whether to render the polylines as shapes or as paths. By default set to true. (Inherited from Nevron.Diagram.Maps.NShapeImporter)
    Public PropertyDetermines whether to render the polygons as shapes or as paths. By default set to true. (Inherited from Nevron.Diagram.Maps.NShapeImporter)
    Public PropertyContains methods called when diagram shapes are created. (Inherited from Nevron.Diagram.Maps.NShapeImporter)
    Top
    Public Methods
     NameDescription
    Public MethodOverridden. Creates and imports the shapes defined in the map into the drawing document.  
    Top
    Protected Methods
     NameDescription
    Protected MethodOverloaded.  (Inherited from Nevron.Diagram.Maps.NShapeImporter)
    Protected MethodCalled when a layer starts to be imported (Inherited from Nevron.Diagram.Maps.NShapeImporter)
    Protected MethodCalled when a layer ends to be imported (Inherited from Nevron.Diagram.Maps.NShapeImporter)
    Protected MethodCalled when a point element, which consists of multiple points has been created. Return false to cancel the adding of the shape to the document. (Inherited from Nevron.Diagram.Maps.NShapeImporter)
    Protected MethodCalled when a shape, which consists of multiple polygons has been created. Return false to cancel the adding of the shape to the document. (Inherited from Nevron.Diagram.Maps.NShapeImporter)
    Protected MethodCalled when a shape, which consists of multiple polylines has been created. Return false to cancel the adding of the shape to the document. (Inherited from Nevron.Diagram.Maps.NShapeImporter)
    Protected MethodCalled when a point label has been created. Return false to cancel the adding of the point label to the document. (Inherited from Nevron.Diagram.Maps.NShapeImporter)
    Protected MethodCalled when a polygon shape has been created. Return false to cancel the adding of the shape to the document. (Inherited from Nevron.Diagram.Maps.NShapeImporter)
    Protected MethodCalled when the label of a polygon shape has been created. (Inherited from Nevron.Diagram.Maps.NShapeImporter)
    Protected MethodCalled when a polyline shape has been created. Return false to cancel the adding of the shape to the document. (Inherited from Nevron.Diagram.Maps.NShapeImporter)
    Top
    See Also