fmeobjects.FMEFeature.numCoords¶
-
FMEFeature.
numCoords
()¶ Get the number of coordinates in the feature.
We recommend limited use of this method since it returns
numVertices()
+numParts()
for multi-part features. A true vertex count will be returned bynumVertices()
.Return type: int Returns: Returns the number of coordinates in the feature.