java.lang.Object
org.pqt.autorib.instr.InstrRequest
org.pqt.autorib.instr.InstrCleanPoly
- public class InstrCleanPoly
- extends InstrRequest
A class to handle the CleanPoly instruction, which
cleans up errors in Points Polygons
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InstrCleanPoly
public InstrCleanPoly(InstrWReader in)
throws java.io.IOException,
org.pqt.autorib.tokenizer.FormatException
read
public void read(InstrWReader in)
throws java.io.IOException,
org.pqt.autorib.tokenizer.FormatException
- Description copied from class:
InstrRequest
- read the instruction call and store it
- Specified by:
read in class InstrRequest
write
public void write(java.io.Writer out)
throws java.io.IOException
- Description copied from class:
InstrRequest
- write out this instruction and its parameters - used for
debugging only
- Specified by:
write in class InstrRequest
process
public void process(InstrWReader rw,
org.pqt.autorib.rib.RIBObjectGroup object)
throws org.pqt.autorib.tokenizer.FormatException,
java.io.IOException
- Description copied from class:
InstrRequest
- Apply this instruction to an object group
- Overrides:
process in class InstrRequest