const VectorCategory = { Line: { SingleArrowLine: "SingleArrowLine", DoubleArrowLine: "DoubleArrowLine", NormalLine: "NormalLine", BaseLine: "BaseLine", MeasureLine: "MeasureLine", FreeMeasureLine: "FreeMeasureLine", GuideLine: "GuideLine", PositionLine: "PositionLine", //定位线。基准点与待测点相连的线,或者与待测基准点相连的线 GuidePositionLine: "GuidePositionLine", //定位辅助线 ExtendedPositionLine: "ExtendedPositionLine", //定位延长线 //重做定位 GuideLocationLine: "GuideLocationLine", //定位辅助线 LocationLineByFixPoint: "LocationLineByFixPoint", //经过固定点的定位线 LocationLineByBasePoint: "LocationLineByBasePoint", //经过基础点的定位线 LocationLineByFixPointToFixPoint: "LocationLineByFixPointToFixPoint", //经过固定点到固定点的定位线,综合定位法 LocationLineByFixPointToBasePoint: "LocationLineByFixPointToBasePoint", //经过固定点到基础点的定位线,综合定位法 }, Point: { BasePoint: "BasePoint", //基准点 NormalPoint: "NormalPoint", //正常点 TestBasePoint: "TestBasePoint", //待测基准点,待测点与基准线相交的点 FixPoint: "FixPoint", //固定点 GuidePoint: "GuidePoint", //辅助点,定位法需要 }, SVG:{ SVG: "SVG", RoadStructure: "RoadStructure" } }; export default VectorCategory;