Create an instance of a Multi-Text geometry object.
Default FMEMultiText constructor.
Create a copy of the passed in Multi-Text geometry object.
|
|
|
|
|
__init__(MultipleInvocations)
x.__init__(...) initializes x; see help(type(x)) for signature |
|
|
|
|
None
|
appendPart(text)
This appends the text to the multi text. |
|
|
None
|
appendParts(multiText)
This appends the multi text passed in to the multi text. |
|
|
FMEText of a
terminal type or None
|
getPartAt(index)
This method returns the text at the given index. |
|
|
int
|
numParts()
This returns the number of texts that make up this multi text. |
|
|
None
|
offset(offsetPoint)
Offsets the geometry by the coords specified by offsetPoint. |
|
|
FMEText of a
terminal type or None
|
removeLastPart()
This removes and returns the last text of the multi text. |
|
|
None
|
rotate2D(center,
angle)
The angle is CCW up from the horizontal and is measured in degrees. |
|
|
None
|
scaleXYZ(xscale,
yscale,
zscale)
Applies a scale factor to the multi text. |
|
|
None
|
scaleXYZT(xscale,
yscale,
zscale,
scaleText)
Applies a scale factor to the multi text. |
|
|
Inherited from FMEGeometry :
__getObject__ ,
__new__ ,
boundingBox ,
boundingCube ,
bounds ,
clearMeasures ,
copyAttributesFromFeature ,
copyNameFromGeometry ,
copyTraitsFromGeometry ,
copyTraitsToFeature ,
deleteName ,
force2D ,
force3D ,
getArea ,
getMeasureNames ,
getName ,
getTrait ,
getTraitNames ,
getTraitNullMissingAndType ,
getTraitType ,
hasMeasures ,
hasName ,
is3D ,
isCollection ,
measureExists ,
removeMeasure ,
removeTraits ,
renameMeasure ,
setName ,
setTrait ,
setTraitNullWithType
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|