Class OmsTmsGenerator
- java.lang.Object
-
- org.hortonmachine.gears.libs.modules.HMModel
-
- org.hortonmachine.gears.modules.r.tmsgenerator.OmsTmsGenerator
-
public class OmsTmsGenerator extends HMModel
-
-
Field Summary
Fields Modifier and Type Field Description org.opengis.referencing.crs.CoordinateReferenceSystemdataCrsbooleandoLenientbooleandoMbtilesStringinPathStringinPrjList<org.geotools.coverage.grid.GridGeometry2D>inRasterBoundsStringinRasterFileStringinVectorFileStringinWMSStringinZoomLimitVectorint[]pCheckcolorDoublepEastStringpEpsgintpImagetypeIntegerpMaxzoomIntegerpMinzoomStringpNameDoublepNorthDoublepSouthDoublepWestdoublepZoomLimit
-
Constructor Summary
Constructors Constructor Description OmsTmsGenerator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidprocess()-
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
-
inRasterFile
public String inRasterFile
-
inRasterBounds
public List<org.geotools.coverage.grid.GridGeometry2D> inRasterBounds
-
inVectorFile
public String inVectorFile
-
inWMS
public String inWMS
-
pName
public String pName
-
pMinzoom
public Integer pMinzoom
-
pMaxzoom
public Integer pMaxzoom
-
pNorth
public Double pNorth
-
pSouth
public Double pSouth
-
pWest
public Double pWest
-
pEast
public Double pEast
-
pEpsg
public String pEpsg
-
inPrj
public String inPrj
-
inZoomLimitVector
public String inZoomLimitVector
-
pZoomLimit
public double pZoomLimit
-
doLenient
public boolean doLenient
-
pImagetype
public int pImagetype
-
pCheckcolor
public int[] pCheckcolor
-
doMbtiles
public boolean doMbtiles
-
inPath
public String inPath
-
dataCrs
public org.opengis.referencing.crs.CoordinateReferenceSystem dataCrs
-
-