public class ConservativeInterpolation extends Interpolation
限定符和类型 | 类和说明 |
---|---|
static class |
ConservativeInterpolation.Normalisation
the method of normalisation
FRACAREA, DESTAREA |
限定符和类型 | 字段和说明 |
---|---|
private boolean |
enforcedConservation |
private ConservativeInterpolation.Normalisation |
normalisation |
private boolean |
partialCoverage |
attributesNumber, method
构造器和说明 |
---|
ConservativeInterpolation(boolean enforcedConservation,
boolean partialCoverage,
ConservativeInterpolation.Normalisation normalisation) |
限定符和类型 | 方法和说明 |
---|---|
java.lang.String |
getAttributeName(int index)
get attribute name by the order of index
|
java.lang.String |
getAttributeValue(int index)
get attribute value by the order of index
|
boolean |
getEnforcedConservation() |
ConservativeInterpolation.Normalisation |
getNormalisation() |
boolean |
getPartialCoverage() |
equals, getAttributesNumber, getMethod, hashCode, toString
private boolean enforcedConservation
private boolean partialCoverage
private ConservativeInterpolation.Normalisation normalisation
public ConservativeInterpolation(boolean enforcedConservation, boolean partialCoverage, ConservativeInterpolation.Normalisation normalisation)
public boolean getEnforcedConservation()
public boolean getPartialCoverage()
public ConservativeInterpolation.Normalisation getNormalisation()
ConservativeInterpolation.Normalisation
indicating the method of normalisationpublic java.lang.String getAttributeName(int index)
getAttributeName
在类中 Interpolation
index
- the order of attributes on the panelpublic java.lang.String getAttributeValue(int index)
getAttributeValue
在类中 Interpolation
index
- the order of attributes on the panel