Class OmsLasIndexReader
- java.lang.Object
-
- org.hortonmachine.gears.libs.modules.HMModel
-
- org.hortonmachine.gears.io.las.index.OmsLasIndexReader
-
public class OmsLasIndexReader extends HMModel
-
-
Field Summary
Fields Modifier and Type Field Description booleandoBoundsbooleandoInternalCan be used to avoid feature creation and instead use an internal format with less overhead.org.geotools.data.simple.SimpleFeatureCollectioninBoundsStringinFileList<LasRecord>lasPointsorg.geotools.data.simple.SimpleFeatureCollectionoutDataStringpCode
-
Constructor Summary
Constructors Constructor Description OmsLasIndexReader()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()static org.locationtech.jts.geom.PolygonenvelopeToPolygon(org.locationtech.jts.geom.Envelope envelope)voidprocess()static STRtreeJGTreadIndex(String path)-
Methods inherited from class org.hortonmachine.gears.libs.modules.HMModel
checkCancel, checkFileExists, checkNull, checkWorkingFolderInPath, concatOr, dumpRaster, dumpVector, getDefaultThreadsNum, getRaster, getVector, help, isCanceled, template
-
-
-
-
Field Detail
-
inFile
public String inFile
-
inBounds
public org.geotools.data.simple.SimpleFeatureCollection inBounds
-
pCode
public String pCode
-
doBounds
public boolean doBounds
-
outData
public org.geotools.data.simple.SimpleFeatureCollection outData
-
doInternal
public boolean doInternal
Can be used to avoid feature creation and instead use an internal format with less overhead.
-
-
Method Detail
-
readIndex
public static STRtreeJGT readIndex(String path) throws Exception
- Throws:
Exception
-
envelopeToPolygon
public static org.locationtech.jts.geom.Polygon envelopeToPolygon(org.locationtech.jts.geom.Envelope envelope)
-
-