|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectit.cutruzzula.lwkt.geometry.AbstractGeometry
it.cutruzzula.lwkt.geometry.MultiLineString
public class MultiLineString
The class represents a MULTILINESTRING object.
| Constructor Summary | |
|---|---|
MultiLineString(java.util.List<LineString> lineStrings)
Constructor. |
|
| Method Summary | |
|---|---|
java.util.List<LineString> |
getLineStrings()
Method to get the list of line-strings. |
java.lang.String |
getType()
Method to get the geometry type. |
| Methods inherited from class it.cutruzzula.lwkt.geometry.AbstractGeometry |
|---|
getDimensions |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MultiLineString(java.util.List<LineString> lineStrings)
throws java.lang.Exception
lineStrings - A java.util.List of LineString objects
A - generic exception if dimensions are not homogeneous
java.lang.Exception| Method Detail |
|---|
public java.util.List<LineString> getLineStrings()
public java.lang.String getType()
getType in class AbstractGeometry
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||