Class OmsGridsGenerator
- java.lang.Object
-
- org.hortonmachine.gears.libs.modules.HMModel
-
- org.hortonmachine.gears.modules.v.grids.OmsGridsGenerator
-
public class OmsGridsGenerator extends HMModel
-
-
Field Summary
-
Constructor Summary
Constructors Constructor Description OmsGridsGenerator()
-
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
-
inVector
public org.geotools.data.simple.SimpleFeatureCollection inVector
-
inRaster
public org.geotools.coverage.grid.GridCoverage2D inRaster
-
pLon
public Double pLon
-
pLat
public Double pLat
-
pWidth
public Double pWidth
-
pHeight
public Double pHeight
-
pRows
public int pRows
-
pCols
public int pCols
-
pSpacing
public Double pSpacing
-
pType
public String pType
-
pCode
public String pCode
-
outMap
public org.geotools.data.simple.SimpleFeatureCollection outMap
-
POINT
public static final String POINT
- See Also:
- Constant Field Values
-
LINE
public static final String LINE
- See Also:
- Constant Field Values
-
POLYGON
public static final String POLYGON
- See Also:
- Constant Field Values
-
OMSGRIDSGENERATOR_DESCRIPTION
public static final String OMSGRIDSGENERATOR_DESCRIPTION
- See Also:
- Constant Field Values
-
OMSGRIDSGENERATOR_DOCUMENTATION
public static final String OMSGRIDSGENERATOR_DOCUMENTATION
- See Also:
- Constant Field Values
-
OMSGRIDSGENERATOR_KEYWORDS
public static final String OMSGRIDSGENERATOR_KEYWORDS
- See Also:
- Constant Field Values
-
OMSGRIDSGENERATOR_LABEL
public static final String OMSGRIDSGENERATOR_LABEL
- See Also:
- Constant Field Values
-
OMSGRIDSGENERATOR_NAME
public static final String OMSGRIDSGENERATOR_NAME
- See Also:
- Constant Field Values
-
OMSGRIDSGENERATOR_STATUS
public static final int OMSGRIDSGENERATOR_STATUS
- See Also:
- Constant Field Values
-
OMSGRIDSGENERATOR_LICENSE
public static final String OMSGRIDSGENERATOR_LICENSE
- See Also:
- Constant Field Values
-
OMSGRIDSGENERATOR_AUTHORNAMES
public static final String OMSGRIDSGENERATOR_AUTHORNAMES
- See Also:
- Constant Field Values
-
OMSGRIDSGENERATOR_AUTHORCONTACTS
public static final String OMSGRIDSGENERATOR_AUTHORCONTACTS
- See Also:
- Constant Field Values
-
OMSGRIDSGENERATOR_inVector_DESCRIPTION
public static final String OMSGRIDSGENERATOR_inVector_DESCRIPTION
- See Also:
- Constant Field Values
-
OMSGRIDSGENERATOR_inRaster_DESCRIPTION
public static final String OMSGRIDSGENERATOR_inRaster_DESCRIPTION
- See Also:
- Constant Field Values
-
OMSGRIDSGENERATOR_pLon_DESCRIPTION
public static final String OMSGRIDSGENERATOR_pLon_DESCRIPTION
- See Also:
- Constant Field Values
-
OMSGRIDSGENERATOR_pLat_DESCRIPTION
public static final String OMSGRIDSGENERATOR_pLat_DESCRIPTION
- See Also:
- Constant Field Values
-
OMSGRIDSGENERATOR_pWidth_DESCRIPTION
public static final String OMSGRIDSGENERATOR_pWidth_DESCRIPTION
- See Also:
- Constant Field Values
-
OMSGRIDSGENERATOR_pHeight_DESCRIPTION
public static final String OMSGRIDSGENERATOR_pHeight_DESCRIPTION
- See Also:
- Constant Field Values
-
OMSGRIDSGENERATOR_pRows_DESCRIPTION
public static final String OMSGRIDSGENERATOR_pRows_DESCRIPTION
- See Also:
- Constant Field Values
-
OMSGRIDSGENERATOR_pCols_DESCRIPTION
public static final String OMSGRIDSGENERATOR_pCols_DESCRIPTION
- See Also:
- Constant Field Values
-
OMSGRIDSGENERATOR_pSpacing_DESCRIPTION
public static final String OMSGRIDSGENERATOR_pSpacing_DESCRIPTION
- See Also:
- Constant Field Values
-
OMSGRIDSGENERATOR_pType_DESCRIPTION
public static final String OMSGRIDSGENERATOR_pType_DESCRIPTION
- See Also:
- Constant Field Values
-
OMSGRIDSGENERATOR_pCode_DESCRIPTION
public static final String OMSGRIDSGENERATOR_pCode_DESCRIPTION
- See Also:
- Constant Field Values
-
OMSGRIDSGENERATOR_outMap_DESCRIPTION
public static final String OMSGRIDSGENERATOR_outMap_DESCRIPTION
- See Also:
- Constant Field Values
-
-