|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object nl.idgis.giserver.dynamicsegmentation.LineSegmentDomain
public class LineSegmentDomain
Define the domain with line/segment info for a given line geometry involved in the dynamic segmentation process. The LineSegmentContent instances will be store in a TreeSet, and therefore this class will implements the TreeSet comparator interface.
Constructor Summary | |
---|---|
LineSegmentDomain()
|
Method Summary | |
---|---|
void |
add(LineSegmentContent lineSegmentContent)
Add line segment content to the line segment domain info. |
void |
doSegmentation()
Generation of line segments from the line(s) according the registered info. |
org.deegree.model.spatialschema.LineString |
getLine()
|
java.util.Vector<LineSegmentContent> |
getSegmentNodes()
Getters and Setters |
LineSegmentContent[] |
getSegments()
|
void |
setLine(org.deegree.model.spatialschema.LineString line)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LineSegmentDomain()
Method Detail |
---|
public void doSegmentation() throws org.deegree.model.spatialschema.GeometryException
org.deegree.model.spatialschema.GeometryException
public void add(LineSegmentContent lineSegmentContent)
lineSegmentContent
- public java.util.Vector<LineSegmentContent> getSegmentNodes()
public org.deegree.model.spatialschema.LineString getLine()
public void setLine(org.deegree.model.spatialschema.LineString line)
public LineSegmentContent[] getSegments()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |