complexType IDWInterpolator
diagram mapping_p457.png
namespace http://www.mapinfo.com/midev/service/mappingcommon/v1
type extension of tns:Interpolator
properties
base tns:Interpolator
children tns:ClipGeometry tns:SearchRadius tns:MaxPoints tns:Exponent
attributes
Name Type Use Default Fixed Annotation
aggregationMethod tns:AggregationMethod required
Die fr die Interpolation verwendete Aggregationsmethode.
description
Der IDW (Inverse Distance Weighting)-Interpolator eignet sich am besten fr Datenwerte, die willkrliche Werte ber das Grid generieren. Dies sind Daten, die keine Beziehung mit oder keinen Einfluss auf benachbarte Datenwerte haben (wie z. B. Population). Diese Methode der Interpolation funktioniert ebenfalls fr zerstreute Daten.

attribute IDWInterpolator/@aggregationMethod
type tns:AggregationMethod
properties
use required
facets
Kind Value Annotation
enumeration AVERAGE
Durchschnitt der Datenpunkte, die sich in derselben Grid-Zelle befinden.
enumeration COUNT
Anzahl der Datenpunkte, die sich in derselben Grid-Zelle befinden.
enumeration MAXIMUM
Maximaler Wert der Datenpunkte, die sich in derselben Grid-Zelle befinden.
enumeration MINIMUM
Minimaler Wert der Datenpunkte, die sich in derselben Grid-Zelle befinden.
enumeration SUM
Summe der Datenpunkte, die sich in derselben Grid-Zelle befinden.
description
Die fr die Interpolation verwendete Aggregationsmethode.

element IDWInterpolator/SearchRadius
diagram mapping_p458.png
namespace http://www.mapinfo.com/midev/service/mappingcommon/v1
type restriction of xsd:int
properties
content simple
facets
Kind Value Annotation
minInclusive 1
description
Bei der Interpolation werden nur solche Grid-Zellen verwendet, die sich innerhalb des Suchradius befinden.

element IDWInterpolator/MaxPoints
diagram mapping_p459.png
namespace http://www.mapinfo.com/midev/service/mappingcommon/v1
type restriction of xsd:int
properties
content simple
facets
Kind Value Annotation
minInclusive 1
description
Maximale Grid-Zellen innerhalb des Suchradius, die zur Interpolation verwendet werden.

element IDWInterpolator/Exponent
diagram mapping_p460.png
namespace http://www.mapinfo.com/midev/service/mappingcommon/v1
type restriction of xsd:int
properties
content simple
facets
Kind Value Annotation
minInclusive 1
maxInclusive 10
description
Der Exponent bestimmt, wie viel Einfluss jeder Punkt auf das Ergebnis hat. Je hher der Exponent, desto grer der Einfluss, den nher gelegene Punkte auf den Zellenwert haben. Die Exponenten knnen zwischen 1 und 10 liegen.



© 2017 Pitney Bowes Software Inc. support.pb.com