public class Node
extends java.lang.Object
| Constructor and Description |
|---|
Node(int iD,
com.vividsolutions.jts.geom.Geometry geom,
es.unex.sextante.dataObjects.IFeature lineFeature) |
| Modifier and Type | Method and Description |
|---|---|
void |
addConnectedLine(es.unex.sextante.dataObjects.IFeature feat,
int idx) |
java.util.ArrayList |
getCloseNodes() |
java.util.ArrayList |
getConnectedLines() |
java.util.ArrayList |
getConnectedLinesIdx() |
int |
getDegree() |
com.vividsolutions.jts.geom.Geometry |
getGeometry() |
void |
incrementDegree() |
void |
processIfClose(Node n,
double tolerance) |
public Node(int iD,
com.vividsolutions.jts.geom.Geometry geom,
es.unex.sextante.dataObjects.IFeature lineFeature)
public void addConnectedLine(es.unex.sextante.dataObjects.IFeature feat,
int idx)
public java.util.ArrayList getCloseNodes()
public java.util.ArrayList getConnectedLines()
public java.util.ArrayList getConnectedLinesIdx()
public int getDegree()
public com.vividsolutions.jts.geom.Geometry getGeometry()
public void incrementDegree()
public void processIfClose(Node n, double tolerance)
Copyright © 2014 gvSIG Association. All Rights Reserved.