Nevron Open Vision Documentation
Nevron.Nov.Diagram.Import.Map Namespace / NMapBounds Structure
Fields Properties Methods


In This Topic
    NMapBounds Structure Members
    In This Topic

    The following tables list the members exposed by NMapBounds.

    Public Constructors
     NameDescription
    Public ConstructorInitializing constructor.  
    Top
    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)Denotes that the map bounds should be automatically calculated based on the imported map data.  
    Public Fieldstatic (Shared in Visual Basic)Represents the world map bounds.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets the coordinate system type of this map bounds.  
    Public PropertyGets the height of this map bounds, i.e. the difference between the maximum and the minimum latitude.  
    Public PropertyGets whether this map bounds object is set to Auto, which is true if at least one of the min or max longitudes or latitudes is set to Double.NaN.  
    Public PropertyGets whether this map bounds has zero width or height.  
    Public PropertyGets/Sets the maximum latitude in degrees. Should be in the range [-90, 90]. By default set to Double.NaN, which means that the value will be automatically determined from the imported map data.  
    Public PropertyGets/Sets the maximum longitude in degrees. Should be in the range [-180, 180]. By default set to Double.NaN, which means that the value will be automatically determined from the imported map data.  
    Public PropertyGets/Sets the minimum latitude in degrees. Should be in the range [-90, 90]. By default set to Double.NaN, which means that the value will be automatically determined from the imported map data.  
    Public PropertyGets/Sets the minimum longitude in degrees. Should be in the range [-180, 180]. By default set to Double.NaN, which means that the value will be automatically determined from the imported map data.  
    Public PropertyGets the width of this map bounds, i.e. the difference between the maximum and the minimum longitude.  
    Top
    Public Methods
     NameDescription
    Public MethodClamps this map bounds to the World bounds.  
    Public MethodDetermines whether the map bounds contains the specified map bounds.  
    Public Methodstatic (Shared in Visual Basic)Creates a map bounds from the given NRectangle instance.  
    Public MethodOverloaded. Returns a third map bounds that represents the intersection of two map bounds. If there is no intersection, the Auto map bounds is returned.  
    Public MethodConverts this map bounds to an NRectangle instance.  
    Public MethodGets the string representation of this object.  
    Public MethodOverloaded. Creates the smallest possible map bounds, which contains both this and the given map bounds.  
    Top
    Protected Methods
     NameDescription
    Internal Methodstatic (Shared in Visual Basic)  
    Internal Methodstatic (Shared in Visual Basic)  
    Top
    See Also