Constructs a MultiLineString from the given source of lines
An identifier for the MultiLineString
Optionalsr: SrDefOptionalsr: SrDefReadonlyidId of the geometry
ProtectedrawSpatial Reference of the geometry
Returns the number of contained lines.
Returns an array of the contained lines formatted as API LineString objects. A new array is returned each time this is called.
Returns the string 'MultiLineString'.
ProtectedchildProtectedgeoReturns an array of line arrays (e.g. [[[x1, y1], [x2, y2]], [[x3, y3], [x4, y4]]] )
StaticfromOptionalid: string | numberStaticfromOptionalid: string | number
Baseclass of all geometries. All geometry types must derive from this class. Not intented to be instantiated on its own.