C# Class MapAround.CoordinateSystems.AxisInfo

Represents the coordinate axis information. This is used to label axes, and indicate the orientation.
显示文件 Open project: gkrsu/maparound.core Class Usage Examples

Public Methods

Method Description
AxisInfo ( string name, AxisOrientationEnum orientation ) : System

Initializes a new instance of the MapAround.CoordinateSystems.AxisInfo.

Method Details

AxisInfo() public method

Initializes a new instance of the MapAround.CoordinateSystems.AxisInfo.
public AxisInfo ( string name, AxisOrientationEnum orientation ) : System
name string Name of axis
orientation AxisOrientationEnum Axis orientation
return System