整理代码
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
namespace ShrlAlgo.RvKits.RvIndependent.MetroGauges.LandXMLData
|
||||
{
|
||||
public enum UnitValues
|
||||
{
|
||||
meter,
|
||||
squareMeter,
|
||||
cubicMeter,
|
||||
decimal_degrees,
|
||||
grads,
|
||||
radians,
|
||||
milliBars,
|
||||
mmHG,
|
||||
inchHG,
|
||||
celsius,
|
||||
milimeter,
|
||||
centimeter,
|
||||
kilometer,
|
||||
foot,
|
||||
squareFoot,
|
||||
cubicFoot,
|
||||
inch,
|
||||
mile,
|
||||
USSurveyFoot,
|
||||
yard,
|
||||
decimeter
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user