Thanks for the reply. We have used the NetTopologuSuit and GeoAPI & created a union geometry and saved union geometry binary in flat file. Later, we are using the flat file to read geometry data in display region in Map.
Currently it takes 3 to 4 to read geometry data file and display union ...
Search found 28 matches
- Thu Feb 15, 2018 6:00 am
- Forum: PTV xServer.NET (Admin=OH)
- Topic: Display only outside border of active region.
- Replies: 13
- Views: 33126
- Mon Feb 12, 2018 12:54 pm
- Forum: PTV xServer.NET (Admin=OH)
- Topic: Display only outside border of active region.
- Replies: 13
- Views: 33126
Re: Display only outside border of active region.
We are currently working on Wpf standalone application, how can we use topology functionality in Wpf application ?
- Mon Feb 12, 2018 12:26 pm
- Forum: PTV xServer.NET (Admin=OH)
- Topic: Display only outside border of active region.
- Replies: 13
- Views: 33126
Re: Display only outside border of active region.
Thanks for quick reply,
We have now used following code :
NetTopologySuite.Operation.Union.CascadedPolygonUnion geometryUnion1 = new NetTopologySuite.Operation.Union.CascadedPolygonUnion(geometryList.ToArray());
GeoAPI.Geometries.IGeometry geometryCollection = geometryFactory ...
We have now used following code :
NetTopologySuite.Operation.Union.CascadedPolygonUnion geometryUnion1 = new NetTopologySuite.Operation.Union.CascadedPolygonUnion(geometryList.ToArray());
GeoAPI.Geometries.IGeometry geometryCollection = geometryFactory ...
- Mon Feb 12, 2018 11:49 am
- Forum: PTV xServer.NET (Admin=OH)
- Topic: Display only outside border of active region.
- Replies: 13
- Views: 33126
Re: Display only outside border of active region.
Thank you for the solution which you have provided, it partially works for us, but we have large number of geometry data that is appox. 1200 geometries, so it is taking time to union all the geometries.
We have used below code :
GeoAPI.Geometries.IGeometry geometryCollection = geometryFactory ...
We have used below code :
GeoAPI.Geometries.IGeometry geometryCollection = geometryFactory ...
- Fri Feb 02, 2018 5:49 am
- Forum: PTV xServer.NET (Admin=OH)
- Topic: Display only outside border of active region.
- Replies: 13
- Views: 33126
Display only outside border of active region.
We have one use case of displaying the Active Region on Map. We provide geometry data to Map using SharpMap.Styles.VectorStyle.EnableOutline = true for display geometry for an Active Region.
We have used the ITiledProvider to convert binary geometry data into the Image. The code is as follows for ...
We have used the ITiledProvider to convert binary geometry data into the Image. The code is as follows for ...
- Wed Aug 30, 2017 2:48 pm
- Forum: PTV xServer.NET (Admin=OH)
- Topic: Alternate solution to implement use case "Map and Market".
- Replies: 1
- Views: 11494
Alternate solution to implement use case "Map and Market".
Use case : Displaying the active region for medical experts using the use case of "Map & Market" of Demo Center.
1. We have table in access database to store the zip code details with following fields.
ZipCode (type : Double)
XMIN (type : Double)
YMIN (type : Double)
XMAX (type : Double ...
1. We have table in access database to store the zip code details with following fields.
ZipCode (type : Double)
XMIN (type : Double)
YMIN (type : Double)
XMAX (type : Double ...
- Tue Aug 22, 2017 9:50 am
- Forum: PTV xServer.NET (Admin=OH)
- Topic: How to add the large number of icons in map at once?
- Replies: 4
- Views: 13397
Re: How to add the large number of icons in map at once?
Hi Bernd, we can not use clustering in our scenario, is there any alternate solution ?
- Tue Aug 22, 2017 8:57 am
- Forum: PTV xServer.NET (Admin=OH)
- Topic: How to add the large number of icons in map at once?
- Replies: 4
- Views: 13397
How to add the large number of icons in map at once?
Code snippet :
---------------------------------------------------
// We are having shape layer in which we are going to add map icons
ShapeLayer _globalMapIconLayer = new ShapeLayer("IconLayer") { Caption = "IconLayer" };
// adding layer in map
wpfMapControl.Layers.Add(_globalMapIconLayer);
// We ...
---------------------------------------------------
// We are having shape layer in which we are going to add map icons
ShapeLayer _globalMapIconLayer = new ShapeLayer("IconLayer") { Caption = "IconLayer" };
// adding layer in map
wpfMapControl.Layers.Add(_globalMapIconLayer);
// We ...
- Fri Jul 28, 2017 11:05 am
- Forum: PTV xServer.NET (Admin=OH)
- Topic: Looking for solution to display active region in Map center
- Replies: 2
- Views: 9575
Re: Looking for solution to display active region in Map cen
Thank you very much. It works perfectly for us and solved the issue. 
- Fri Jul 28, 2017 6:58 am
- Forum: PTV xServer.NET (Admin=OH)
- Topic: Looking for solution to display active region in Map center
- Replies: 2
- Views: 9575
Looking for solution to display active region in Map center
- We have the list of Points (i.e. X and Y coordinates) and Geometry data with respect to list of zip codes.
- Based on result of Geometry data; we have added BaseLayer in the map using the tile renderer which is implemented from ITiledProvider interface (Ptv.XServer.Controls.Map.Layers.Tiled).
- We ...
- Based on result of Geometry data; we have added BaseLayer in the map using the tile renderer which is implemented from ITiledProvider interface (Ptv.XServer.Controls.Map.Layers.Tiled).
- We ...
- Fri May 19, 2017 6:36 am
- Forum: PTV xServer.NET (Admin=OH)
- Topic: Can we change the label color present on map ?
- Replies: 2
- Views: 10320
Can we change the label color present on map ?
We are using the PTV wpf map in our application.
We are displaying the icons on map as displayed in screen_shot (IconsOnMap.png).
But issue is that, icon color and label color present on map are same, so its hard to see the icon as displayed in screen_shot (IssueWithIconColorAndMapLabelColor.png ...
We are displaying the icons on map as displayed in screen_shot (IconsOnMap.png).
But issue is that, icon color and label color present on map are same, so its hard to see the icon as displayed in screen_shot (IssueWithIconColorAndMapLabelColor.png ...
- Thu Mar 23, 2017 7:40 am
- Forum: PTV xServer.NET (Admin=OH)
- Topic: Accessing the methods of xLocate service via WebClient in C#
- Replies: 5
- Views: 16405
Re: Accessing the methods of xLocate service via WebClient i
Hi Bernd,
Thanks for the details.
We have now used the xlocate-dotnetclient.dll and xserverbase-dotnet-client.dll in our program and it works fine.
Regards
Ramanan
Thanks for the details.
We have now used the xlocate-dotnetclient.dll and xserverbase-dotnet-client.dll in our program and it works fine.
Regards
Ramanan
- Thu Mar 16, 2017 9:46 am
- Forum: PTV xServer.NET (Admin=OH)
- Topic: Accessing the methods of xLocate service via WebClient in C#
- Replies: 5
- Views: 16405
Re: Accessing the methods of xLocate service via WebClient i
Hello,
we have checked the client dlls which you have given to us, but in those dlls, we found only xroute client base available. Do we have to reference any thing else?
also in that dll, we need user id and password to initialize xroute client base. How can we get user id and password or xtoken to ...
we have checked the client dlls which you have given to us, but in those dlls, we found only xroute client base available. Do we have to reference any thing else?
also in that dll, we need user id and password to initialize xroute client base. How can we get user id and password or xtoken to ...
- Mon Mar 13, 2017 5:37 am
- Forum: PTV xServer.NET (Admin=OH)
- Topic: Accessing the methods of xLocate service via WebClient in C#
- Replies: 5
- Views: 16405
Re: Accessing the methods of xLocate service via WebClient i
Dear Dr. Moritz,
Thanks for your help, we are moving ahead and will contact you in case we need any help.
Kind Regards
Ramanan
Thanks for your help, we are moving ahead and will contact you in case we need any help.
Kind Regards
Ramanan
- Tue Mar 07, 2017 3:17 pm
- Forum: PTV xServer.NET (Admin=OH)
- Topic: Accessing the methods of xLocate service via WebClient in C#
- Replies: 5
- Views: 16405
Accessing the methods of xLocate service via WebClient in C#
We want to create the dll which calls the methods of xLocate that is findAddress to get the geo-coordinates of given address.
So how can we call the method findAddress of xLocate, pass the Address object to that method and at last get the result without using the web service reference.
Is there ...
So how can we call the method findAddress of xLocate, pass the Address object to that method and at last get the result without using the web service reference.
Is there ...
- Thu Mar 02, 2017 5:12 am
- Forum: PTV xLocateServer / Developer: Geocoding and Places
- Topic: Looking for the solution of findAddresses.
- Replies: 5
- Views: 16831
Re: Looking for the solution of findAddresses.
Hi Joost,
Thanks for your feedback.
In this case we will need to write our own logic to map the request and response. So we can insert in our database the request we sent and the response received from PTV for the corresponding request.
Thanks for your feedback.
In this case we will need to write our own logic to map the request and response. So we can insert in our database the request we sent and the response received from PTV for the corresponding request.
- Wed Mar 01, 2017 11:05 am
- Forum: PTV xLocateServer / Developer: Geocoding and Places
- Topic: Looking for the solution of findAddresses.
- Replies: 5
- Views: 16831
Re: Looking for the solution of findAddresses.
Hi Joost,
Thanks for your quick reply, maybe we were not able to express our problem clearly. We want to develop a utility where we can use the findAddresses method to get back Geo-coordinates for a list of Addresses and insert them in the Database.
Say we are making a Request with 3 addresses as ...
Thanks for your quick reply, maybe we were not able to express our problem clearly. We want to develop a utility where we can use the findAddresses method to get back Geo-coordinates for a list of Addresses and insert them in the Database.
Say we are making a Request with 3 addresses as ...
- Tue Feb 28, 2017 10:36 am
- Forum: PTV xLocateServer / Developer: Geocoding and Places
- Topic: Looking for the solution of findAddresses.
- Replies: 5
- Views: 16831
Looking for the solution of findAddresses.
We have the list of Addresses which we are passing to the findAddresses method of xLocate.
We are facing issue. When we pass the list which contains 3 Addresses in request of findAddresses.
We are getting geocoordinates of 3 addresses in response, but the response has different address details ...
We are facing issue. When we pass the list which contains 3 Addresses in request of findAddresses.
We are getting geocoordinates of 3 addresses in response, but the response has different address details ...
- Fri Jan 13, 2017 12:50 pm
- Forum: PTV xServer.NET (Admin=OH)
- Topic: Slow loading of WpfMap control Map using Silky sand theme
- Replies: 6
- Views: 17743
Re: Slow loading of WpfMap control Map using Silky sand them
Hi Bernd,
Thanks for the reply.
configurations on lan.webdirekt.de
poolSize=4
logRequests=false
logResponses=false
configurations on ptv.webdirekt.in
poolSize=5
logRequests=true
logResponses=true
We need to enable request and response logging on lan.webdirekt.de side to investigate further.
We ...
Thanks for the reply.
configurations on lan.webdirekt.de
poolSize=4
logRequests=false
logResponses=false
configurations on ptv.webdirekt.in
poolSize=5
logRequests=true
logResponses=true
We need to enable request and response logging on lan.webdirekt.de side to investigate further.
We ...
- Thu Jan 12, 2017 9:42 am
- Forum: PTV xServer.NET (Admin=OH)
- Topic: Show custom popup for pin on mouse click for showing details
- Replies: 2
- Views: 7065
Re: Show custom popup for pin on mouse click for showing det
Hello,
Thanks for the idea. We will try this and get back to you
Thanks for the idea. We will try this and get back to you