org.opensha.gem.GEM1.calc.gemModelParsers.turkeyEmme
Class TurkeyReadGMLFileFaults
java.lang.Object
org.opensha.gem.GEM1.calc.gemModelParsers.turkeyEmme.TurkeyReadGMLFileFaults
public class TurkeyReadGMLFileFaults
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TurkeyReadGMLFileFaults
public TurkeyReadGMLFileFaults(BufferedReader input)
- Constructor
TurkeyReadGMLFileFaults
public TurkeyReadGMLFileFaults(String filename)
- Constructor
setCoords
public void setCoords(ArrayList<LocationList> coords)
getCoords
public ArrayList<LocationList> getCoords()
setCode
public void setCode(ArrayList<String> code)
getCode
public ArrayList<String> getCode()
setName
public void setName(ArrayList<String> name)
getName
public ArrayList<String> getName()
removeFaultSegments
public void removeFaultSegments()
throws CloneNotSupportedException
- The gml file created from the original shapefile for each fault
contains many segments. This method remove multiple segments
of a single fault structure and groups them into a single
fault.
- Throws:
CloneNotSupportedException