473,785 Members | 2,283 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Vector drawing component for ASP.NET

Im really stuck with this.

I have a propietary GIS system, with a georaphical database (like Oracle
Spatial)... with a lot of gis info and maps.

The point is ... i actually have a very big and complex subrutine that can
read and analize that DB... and generate an spatial output. I can use the
the Bitmap object from the System.Drawing namespace and simply draw the
output from teh DB.... but it's a bitmap/raster image.

What i need is some component for ASP.NET (and probabbly for ASP 3.0 too)...
similar to Bitmap object... but for vector drawing... so... i dont loose any
details when resizing... or any other cad operation.

Thanks in advance
Nov 18 '05 #1
2 2336
This article discusses vector graphics in .NET:
http://msdn.microsoft.com/msdnmag/is...s/default.aspx

--
Hope this helps,
Bryant Hankins
Numinet Systems Inc.
http://www.numinet.com

"Toble Rone" <to****@yahoo.c om.ar> wrote in message
news:eu******** *******@TK2MSFT NGP09.phx.gbl.. .
Im really stuck with this.

I have a propietary GIS system, with a georaphical database (like Oracle
Spatial)... with a lot of gis info and maps.

The point is ... i actually have a very big and complex subrutine that can
read and analize that DB... and generate an spatial output. I can use the
the Bitmap object from the System.Drawing namespace and simply draw the
output from teh DB.... but it's a bitmap/raster image.

What i need is some component for ASP.NET (and probabbly for ASP 3.0 too)... similar to Bitmap object... but for vector drawing... so... i dont loose any details when resizing... or any other cad operation.

Thanks in advance

Nov 18 '05 #2
That's an old article. Microsoft decided for some reason to not
support SVG. Adobe provides a plug-in which is required
to view SVG in the browser. Thus, SVG is for the most part
only useful with Intranets.

There's good news on the horizon however. Microsoft has recently
acquired Creature House Expression [1]. I have posted opinions
regarding this acquisition in another newsgroup [2] that I believe
is worth the effort to read.

So the .NET Framework will not have any meaningful vector
graphics functionality until 2.0. Notably via Longhorn and Avalon
via XAML.

--
<%= Clinton Gallagher, "Twice the Results -- Half the Cost"
Architectural & e-Business Consulting -- Software Development
NET cs*********@REM OVETHISTEXTmetr omilwaukee.com
URL http://www.metromilwaukee.com/clintongallagher/

[1] http://www.microsoft.com/products/expression/
[2] news://microsoft.public.expression.discussion
Subject: Here's Why Microsoft Acquired Expression, 7/16/2004

"Bryant Hankins" <bryanthankins@ _NO_SPAM_hotmai l.com> wrote in message
news:Ov******** ********@tk2msf tngp13.phx.gbl. ..
This article discusses vector graphics in .NET:
http://msdn.microsoft.com/msdnmag/is...s/default.aspx
--
Hope this helps,
Bryant Hankins
Numinet Systems Inc.
http://www.numinet.com

"Toble Rone" <to****@yahoo.c om.ar> wrote in message
news:eu******** *******@TK2MSFT NGP09.phx.gbl.. .
Im really stuck with this.

I have a propietary GIS system, with a georaphical database (like Oracle
Spatial)... with a lot of gis info and maps.

The point is ... i actually have a very big and complex subrutine that can read and analize that DB... and generate an spatial output. I can use the the Bitmap object from the System.Drawing namespace and simply draw the
output from teh DB.... but it's a bitmap/raster image.

What i need is some component for ASP.NET (and probabbly for ASP 3.0

too)...
similar to Bitmap object... but for vector drawing... so... i dont loose

any
details when resizing... or any other cad operation.

Thanks in advance



Nov 18 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
3835
by: Raja | last post by:
Dear Members, Has anyone used the Vector Draw (www.vdraw.com) Component in Visual Basic. I need to create an application to be able to draw the plan view of a building. Any help in this regard would be highly appreciated. Best Regards RSB
8
48043
by: Stefan Burger | last post by:
Those of you who are in need for drawing vector lines might be interested in the following code. DrawLine( x1, y1, x2, y2, color ) draws a vector line from any Point x1,y1 to any Point x2,y2 in any color (string format #RRGGBB) by using div-tags. regards Stefan ###############code starts here#########################
30
4504
by: Antonios Christofides | last post by:
Hi, As I read in the archives, the performance problem caused by memory reallocations during vector::push_back is a common one. My first C++ program is suffering from it: 300 thousand push_backs result, according to the profiler, in 20 reallocations; these 20 reallocations account for 3.6 seconds (Celeron 1.3G), which is 40% of total execution time. What I don't understand: why is the reallocation code so complex? I
0
4327
by: Eric | last post by:
I'm also interested in finding out more about using vector graphics when designing the UI in Windows forms applications. I know a lot about GDI+ and raster graphics, but vector graphics is a new subject for me. I'm also preparing for Avalon and I've stumbled upon this in the meantime which seems to be a pretty good idea of what Avalon will be like when it comes out: VG.NET: (Animated Vector Graphics for Visual Studio)...
3
3917
by: Mad Scientist Jr | last post by:
I am looking to make a homegrown vector drawing tool, similar to making vector drawings in Word or Powerpoint. It should be easy to use and intuitive, like Word or the old MacDraw. I want to make it easy for beginners, as opposed to something harder or more involved like Illustrator or Flash... It would support shapes like * rectangle * oval * rounded rectangle
2
1519
by: robertoviperbr | last post by:
Hello to everybody. I have a doubt see the code: #include <vector> #include <iostream> #include <string> #include <algorithm> #include <sstream> #include <fstream> #include <iomanip>
12
2349
by: y-man | last post by:
Hi, I am creating a child class of the vector, which contains a couple of functions to make the work with carthesian coordinate vectors easier. To make things work more easily, I would like to be able to access the vector through a string which is either x, y or z. So that I can use: ---xyzvec.hh-- #ifndef XYZVEC_HH #define XYZVEC_HH
20
3336
by: chewie54 | last post by:
Hello, What would be the best cross-platform GUI library to use for a vector based CAD program ( something like Visio on Windows ) WxWidgets, Tk, PyQt, Java Swing, Java SWT,???? I need the capibility to draw and edit in a window that looks like a page of paper so WYSIWYG is very important, and I need to save the drawings in vector based file formats like PS, EPS, SVG, as well as image formats like jpg, png, and gif. Also, the...
8
1866
by: ejack | last post by:
Hello: This is my first time here so I hope I am doing this correctly. I am trying to push a vector object into a vector (I think). Here is my code (header file first) but it's only part of the code. Hope this is enough to make sense. I am getting the error: IrrigationEstimator.cpp c:\documents and settings\developer\desktop\c++ ii\jacksonp5\jacksonp5\irrigationestimator.cpp(53) : error C2664: 'std::vector<_Ty>::push_back' : cannot...
0
9646
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
10346
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10157
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
9956
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8982
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
5386
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5514
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4055
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
3
2887
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.