public abstract class FormatMapper extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
boolean |
carryInputData
The carry input data.
|
com.vividsolutions.jts.geom.Coordinate[] |
coordinates
The coordinates.
|
ArrayList<com.vividsolutions.jts.geom.Coordinate> |
coordinatesList
The coordinates list.
|
Integer |
endOffset
The end offset.
|
com.vividsolutions.jts.geom.GeometryFactory |
fact
The fact.
|
List<String> |
lineSplitList
The line split list.
|
FileDataSplitter |
splitter
The splitter.
|
Integer |
startOffset
The start offset.
|
| Constructor and Description |
|---|
FormatMapper(FileDataSplitter Splitter,
boolean carryInputData)
Instantiates a new format mapper.
|
FormatMapper(Integer startOffset,
Integer endOffset,
FileDataSplitter Splitter,
boolean carryInputData)
Instantiates a new format mapper.
|
public Integer startOffset
public Integer endOffset
public FileDataSplitter splitter
public boolean carryInputData
public com.vividsolutions.jts.geom.GeometryFactory fact
public ArrayList<com.vividsolutions.jts.geom.Coordinate> coordinatesList
public com.vividsolutions.jts.geom.Coordinate[] coordinates
public FormatMapper(Integer startOffset, Integer endOffset, FileDataSplitter Splitter, boolean carryInputData)
startOffset - the start offsetendOffset - the end offsetSplitter - the splittercarryInputData - the carry input datapublic FormatMapper(FileDataSplitter Splitter, boolean carryInputData)
Splitter - the splittercarryInputData - the carry input dataCopyright © 2017. All rights reserved.