java.lang.Object | |||
↳ | com.carto.geometry.Geometry | ||
↳ | com.carto.geometry.MultiGeometry | ||
↳ | com.carto.geometry.MultiLineGeometry |
A multiline container.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
MultiLineGeometry(LineGeometryVector geometries)
Constructs a MultiLineGeometry object from the vector of lines.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
synchronized void | delete() | ||||||||||
LineGeometry |
getGeometry(int index)
Returns the line geometry at the specified index.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
Constructs a MultiLineGeometry object from the vector of lines.
geometries | The vector of line geometries. |
---|
Returns the line geometry at the specified index. Index must be between 0 and getGeometryCount (exclusive)
index | The index of the line geometry. |
---|
IndexOutOfBoundsException | If the index is out of range. |
---|