public class GlobalParameter extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
int |
colorAlpha
The color alpha.
|
ColoringRule |
coloringRule
The coloring rule.
|
Color |
controlColorChannel
The control color channel.
|
org.locationtech.jts.geom.Envelope |
datasetBoundary
The dataset boundary.
|
boolean |
drawOutlineOnly
The draw outline only.
|
int |
filterRadius
The filter radius.
|
int |
maxPartitionTreeLevel
The max partition tree level.
|
int |
maxPixelWeight
The max pixel weight.
|
int |
minTreeLevel
The min tree level.
|
boolean |
overwriteExistingImages
The overwrite existing images.
|
double |
partitionIntervalX
The partition interval X.
|
double |
partitionIntervalY
The partition interval Y.
|
int |
partitionsOnSingleAxis
The partitions on single axis.
|
PhotoFilter |
photoFilter
The photo filter.
|
int |
resolutionX
The resolution X.
|
int |
resolutionY
The resolution Y.
|
boolean |
reverseSpatialCoordinate
The reverse spatial coordinate.
|
double |
samplingFraction
The sample amount.
|
boolean |
useInverseRatioForControlColorChannel
The use inverse ratio for control color channel.
|
boolean |
useUserSuppliedResolution
The use user supplied resolution.
|
Modifier and Type | Method and Description |
---|---|
static GlobalParameter |
getGlobalParameter()
Gets the global parameter.
|
static GlobalParameter |
getGlobalParameter(int resolutionX,
int resolutionY,
boolean reverseSpatialCoordinate,
boolean drawOutlineOnly,
int minTreeLevel,
int filterRadius,
PhotoFilter photoFilter,
Double samplingFraction,
int maxPixelWeight,
ColoringRule coloringRule,
Color controlColorChannel,
boolean useInverseRatioForControlColorChannel,
int colorAlpha,
org.locationtech.jts.geom.Envelope datasetBoundary,
int maxPartitionTreeLevel,
boolean overwriteExistingImages)
Gets the global parameter.
|
static GlobalParameter |
getGlobalParameter(String parameterString)
Gets the global parameter.
|
boolean |
set(String keyValuePair)
Sets the.
|
boolean |
set(String key,
String value)
Sets the.
|
boolean |
setColoringRule(ColoringRule coloringRule)
Sets the coloring rule.
|
boolean |
setDatasetBoundary(org.locationtech.jts.geom.Envelope datasetBoundary)
Sets the dataset boundary.
|
boolean |
setPhotoFilter(PhotoFilter photoFilter)
Sets the photo filter.
|
String |
toString() |
public int resolutionX
public int resolutionY
public boolean reverseSpatialCoordinate
public boolean drawOutlineOnly
public int minTreeLevel
public int filterRadius
public PhotoFilter photoFilter
public double samplingFraction
public int maxPixelWeight
public ColoringRule coloringRule
public Color controlColorChannel
public boolean useInverseRatioForControlColorChannel
public int colorAlpha
public org.locationtech.jts.geom.Envelope datasetBoundary
public int partitionsOnSingleAxis
public double partitionIntervalX
public double partitionIntervalY
public boolean useUserSuppliedResolution
public int maxPartitionTreeLevel
public boolean overwriteExistingImages
public static GlobalParameter getGlobalParameter(String parameterString)
parameterString
- the parameter stringpublic static GlobalParameter getGlobalParameter()
public static GlobalParameter getGlobalParameter(int resolutionX, int resolutionY, boolean reverseSpatialCoordinate, boolean drawOutlineOnly, int minTreeLevel, int filterRadius, PhotoFilter photoFilter, Double samplingFraction, int maxPixelWeight, ColoringRule coloringRule, Color controlColorChannel, boolean useInverseRatioForControlColorChannel, int colorAlpha, org.locationtech.jts.geom.Envelope datasetBoundary, int maxPartitionTreeLevel, boolean overwriteExistingImages)
resolutionX
- the resolution XresolutionY
- the resolution YreverseSpatialCoordinate
- the reverse spatial coordinatedrawOutlineOnly
- the draw outline onlyminTreeLevel
- the min tree levelfilterRadius
- the filter radiusphotoFilter
- the photo filtersamplingFraction
- the sampling fractionmaxPixelWeight
- the max pixel weightcoloringRule
- the coloring rulecontrolColorChannel
- the control color channeluseInverseRatioForControlColorChannel
- the use inverse ratio for control color channelcolorAlpha
- the color alphadatasetBoundary
- the dataset boundarymaxPartitionTreeLevel
- the max partition tree leveloverwriteExistingImages
- the overwrite existing imagespublic boolean setDatasetBoundary(org.locationtech.jts.geom.Envelope datasetBoundary)
datasetBoundary
- the dataset boundarypublic boolean setColoringRule(ColoringRule coloringRule)
coloringRule
- the coloring rulepublic boolean setPhotoFilter(PhotoFilter photoFilter)
photoFilter
- the photo filterpublic boolean set(String keyValuePair)
keyValuePair
- the key value pairpublic boolean set(String key, String value)
key
- the keyvalue
- the valueCopyright © 2023 The Apache Software Foundation. All rights reserved.