Nevron.Nov.Diagram.Import.Map Namespace / NMapBounds Structure


In This Topic
    NMapBounds Structure Properties
    In This Topic

    For a list of all members of this type, see NMapBounds members.

    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
    See Also