themessraka.blogg.se

Layouteditor pow
Layouteditor pow











layouteditor pow

NUMBER, "Starting ID number for turntables (default " + turntableIdent + ")") Static Parser optionTurntables = new Parser( "-stt", Parser. OPTION, "Enable automatic definition of blocks based on XtrkCAD block gaps.") Static Parser optionGBlocks = new Parser( "-bg", Parser. OPTION, "Enable automatic definition of blocks based on turnouts.") Static Parser optionTBlocks = new Parser( "-bt", Parser. NUMBER, "Maximum range for inclusion of turnouts in the same block - see documentation (default " + maxRange + ")") Static Parser optionRBlocks = new Parser( "-br", Parser. OPTION, "Assign block numbers also to level crossings.") Static Parser optionXBlocks = new Parser( "-bx", Parser. OPTION, "Obtain block names from track descriptions.") Static Parser optionNBlocks = new Parser( "-bn", Parser. OPTION, "Add sensor names to blocks.") // Version 1.3 Static Parser optionSBlocks = new Parser( "-bs", Parser. NUMBER, "Starting ID number for blocks (default " + startBlock + ")") Static Parser optionBlocks = new Parser( "-sb", Parser. Static final String HELPDESCRIPTION = EOL + "XtrkCadReader" + EOL + "Converts XtrkCAD files (.xtc) to JMRI Layout Edit format." + EOL + "\tRevision " + REVISION Highest ID number contained in the XtrkCAD file Static int gapMask = 0 // Bitmask of block detection method Static boolean setBlockSensors = false // Add sensor names to blocks Version 1.3 Static boolean getBlockNames = false // Get block names from track descriptions Static boolean enableBlockXing = false // Assign block numbers also to level crossings Static boolean enableBlockGaps = false // Enable automatic definition of blocks based on XtrkCAD block gaps Static boolean enableBlockTurnouts = false // Enable automatic definition of blocks based on turnouts Static double maxRange = 2.0 // Maximum distance between turnouts in the same group Static boolean hiddenDash = false // Render hidden tracks with dashed lines

layouteditor pow

Static boolean hiddenIgnore = false // Ignore XtrkCAD hidden tracks settings Static int mainLineLayer = - 1 // Layer number associated with mainline tracks (-1 = undefined) Static ArrayList blockNames = new ArrayList() Static ArrayList tracks = new ArrayList() Static int nAnchors = 0 // Anchors counter If the distance between two unconnected end points Tolerance for automatic merging of unconnected end points. Minimum and maximum chord length used for arcs rendering Static boolean enableArcRendering = false Is arcs rendering enabled? Version 1.4 Static final String XMLFOOTER1 = "\t" + EOL * 2008-Jul-03 GT - Stripped XML characters (&, " + EOL * 2008-May-21 GT - Added support for negative radius (found in some track libraries) * Converts layout schemes produced by the Open Source













Layouteditor pow