hi,
I want to try DijkstraShortestPathFinder, I construct the graphic via a Esri
shape file. unfortunately I found the return of the pathfinder is always
"null", when i debug the code, I found the calulate()function always return
very quickly, since the DijkstraIterator.DijkstraNode.cost==
Can any one help me? Thanks a lot.
在2008-11-17,"ruan.tong" <[EMAIL PROTECTED]> 写道:
hi,
I want to cacluate the KNN (K-nearest neighor). I look for WFS filter
document ,and it seems there are no such operators. Thus it may not be in
geoserver, what should I do, should I imp
hi,
I want to cacluate the KNN (K-nearest neighor). I look for WFS filter
document ,and it seems there are no such operators. Should I implement it
myself via geotools API? Can anyone help me?
Vicky-
This SF.Net e
hi,
Traditionally, I use FeatureTypeFactory.newFeatureType( ) to create a
featuretype,but I found the abstract class is deprecated in Getools 2.4.5 and
2.5. I want to use :
FeatureTypeFactory.createFeatureType(...), but in new version
FeatureTypeFactory is an interface,