complexType AffineTransform
diagram mapping_p428.png
namespace http://www.mapinfo.com/midev/service/common/v1
children tns:HorizontalScale tns:VerticalShear tns:HorizontalShear tns:VerticalScale tns:HorizontalTranslation tns:VerticalTranslation
used by
element AffineTransform
annotation
documentation
2 次元平面のアフィン変換。変換前に同一線上にある複数のポイントは、変換後も引き続き同一線上に存在します。変換を行っても、同一線上にあるポイント間の距離の比率は維持されます。変換には次の 6 つのパラメータがあります。a - 水平 Scale b - 水平 Shear c - 水平 Translation d - 垂直 Shear e - 垂直 Scale f - 垂直 Translation ポイント (x, y) はポイント (ax + by + c, dx + ey + f) に変換されます。-- -- -- -- -- -- | a b c | | x | | ax + by + c | | d e f | | y | = | dx + ey + f | -- -- | 1 | -- -- -- -- または-- -- -- -- -- -- | x y 1 | | a d | | ax + by + c | -- -- | b e | = | dx + ey + f | | c f | -- -- -- --

element AffineTransform/HorizontalScale
diagram mapping_p429.png
namespace http://www.mapinfo.com/midev/service/common/v1
type xsd:double
properties
content simple
annotation
documentation
アフィン変換式の値 a。Scale は、すべての距離を水平方向に一定量ずつ、単純に拡大または縮小します。Scale は、領域を変更する唯一の変換です。

element AffineTransform/VerticalShear
diagram mapping_p430.png
namespace http://www.mapinfo.com/midev/service/common/v1
type xsd:double
properties
content simple
annotation
documentation
アフィン変換式の値 d。Shear は、指定したライン上のすべてのポイントを固定したまま、それ以外のポイントを垂線の距離に比例した距離ずつ、そのラインに平行に垂直移動する変換です。

element AffineTransform/HorizontalShear
diagram mapping_p431.png
namespace http://www.mapinfo.com/midev/service/common/v1
type xsd:double
properties
content simple
annotation
documentation
アフィン変換式の値 b。Shear は、指定したライン上のすべてのポイントを固定したまま、それ以外のポイントを垂線の距離に比例した距離ずつ、そのラインに平行に水平移動する変換です。

element AffineTransform/VerticalScale
diagram mapping_p432.png
namespace http://www.mapinfo.com/midev/service/common/v1
type xsd:double
properties
content simple
annotation
documentation
アフィン変換式の値 e。Scale は、すべての距離を垂直方向に一定量ずつ、単純に拡大または縮小します。Scale は、領域を変更する唯一の変換です。

element AffineTransform/HorizontalTranslation
diagram mapping_p433.png
namespace http://www.mapinfo.com/midev/service/common/v1
type xsd:double
properties
content simple
annotation
documentation
アフィン変換式の値 c。Translation は、回転または変形を行わず、水平方向に一定量オフセットします。

element AffineTransform/VerticalTranslation
diagram mapping_p434.png
namespace http://www.mapinfo.com/midev/service/common/v1
type xsd:double
properties
content simple
annotation
documentation
アフィン変換式の値 f。Translation は、回転または変形を行わず、垂直方向に一定量オフセットします。


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy