Tagged Questions

1
vote
3answers
23 views

How to transform a path in svg so that it is parallel to its original location?

Hi, I have a path defined in SVG. I would like to make two copies of the path and translate them so that one sits parallel to the original on one side, and the other sits parallel …
0
votes
4answers
260 views

British National Grid Shapefile - convert to WGS84 Lat/Lon

I have a set of ESRI shapefiles which, I'm told, have been written using the British National Grid coordinate system. I need to convert these files to WGS84 lat/lons, for onward co …
0
votes
1answer
73 views

[iphone] get touch coordinates (in the form of 0-480 and 0-320)

i dont get how to translate the coordinates of the iphone. if i make a single touch i get the coordinate. if i make a touch and keep it and release it it shows the difference of …
1
vote
3answers
37 views

Need to Convert Set of Coordinates

Hi guys, I'm stuck with another coordinates related query here. I have a number of CSV files and they all have a bunch of coordinates mentioned however the coordinates are in diffe …
2
votes
2answers
113 views

How can I convert coordinates on a square to coordinates on a circle?

I'm developing an indie video game, and have been operating under the assumption that because the thumbstick on my controller has a circular range of motion, it returns "circular" …
2
votes
1answer
86 views

How do I convert these coordinates to google map readable coordinates?

Hi guys I need to convert coordinates in the following form: N42-53.9° W072-16.2° INto something thats kinda like the following: -90.7311 0.346944 A php function would be gr …
0
votes
0answers
48 views

Get X Y from lat lon in ozi calibrated map

I have some .map OZI calibrated maps. From those .map, I can get some calibration points (x y in the jpeg picture + lon lat in WGS84). MMPXY,1,142,142 MMPXY,2,5217,142 MMPXY,3,521 …
0
votes
2answers
196 views

How to convert TM-2 degree coordinate to lat lon on Android?

I am writing a program that convert TM-2 degree to lat/lon on Android, but I can't find formula for that. I do find some example on internet, but most of them are convert with open …
2
votes
2answers
287 views

How to get from Row, Column to Excel A1 notation?

Given a Row and Column (As Long), how can you determine the spreadsheet notation using VBA in Excel (2007): e.g.: (R, C) = (1, 1) -> "A1" (R, C) = (2, 1) -> "A2" (R, C) = ( …
1
vote
3answers
199 views

How can I represent a coordinate grid in Delphi?

I'm trying to represent a two-dimensional coordinate grid with a two-dimensional array. Problem is, declaring the array flips the X and Y coordinates because of the way Delphi all …
0
votes
2answers
481 views

Java String from Map of X-Y Coordinates

Hello, I have a Map where Coords is defined as so: class Coords { int x; int y; public boolean equals(Object o) { Coords c = (Coords)o; return c.x==x &a …
0
votes
1answer
167 views

CALayer coordinate system

Hi, I'm quite new to Cocoa, but would like to know how to change a CALayer's coordinate system. I read the article Layer Geometry and Transforms from the Core Animation Programming …
1
vote
4answers
174 views

Generating the function of the plane/surface that a given set of coordinates lie on…

This is something related with Mathematics as well. But this is useful in computing as well. Lets say you have 10 coordinates. (x1,y1)(x2,y2)..... in 2D Space. (i.e on a X-Y Plane …
0
votes
1answer
124 views

how to ascribe (x,y) coordinates to text?

Greetings, Does anyone have a suggestion on how I can either, a) map text on a grid (what i imagine is a Cartesian system where each character has a (x,y) coordinate, or b) if a gr …
0
votes
2answers
278 views

Problem with coordinate system and displaced Text in different PDFs using iTextSharp

Hello everyone, I'm working with iTextSharp and .NET 3.5 SP1 (in C#, as you can guess) and modify some existing PDFs using the PdfStamper class. Now I've got two problems: Transf …

1 2 next
15 30 50 per page