An object-oriented cross-platform programming language developed by Sun Microsystems.
0
votes
0answers
7 views
Spatial query without spatial database module
I have the following scenario:
Oracle database without the space module.
Application in JEE2 with the following architecture:
-- Entity
-- Persistence (DAO / JPA + JDBC)
-- Business (BC)
-- Vision ...
0
votes
1answer
12 views
GRIB2 data and NetCDF Java Library
I've started trying to read GRIB2 files with JAVA which I downloaded at the NOAA GFS site. Using the library provided by unidata.ucar.edu. But, whatever, not working. Using the
NetcdfFile ncfileIn = ...
0
votes
2answers
26 views
Destop application using arcobjects library
I develop a destop application with following environment -
1) Java jdk version 6 update 25 (for 32bit ).
2) Java Arcobjects Library.
3) Window Xp.
Its working smoothly on 32 bit Computer , my ...
0
votes
1answer
17 views
What does `findCloseEdges` do in osm2po?
I have something like this:
int[] edges = graph.findCloseEdges(lat, lon, 1); // returns only one element
RoutingResultSegment rrs = graph.lookupSegment(edges[0]);
LatLon[] latlons = rrs.getLatLons()
...
0
votes
1answer
21 views
Get road type (clazz) in osm2po
Can I get clazz of a segment in Java? For example,
RoutingResultSegment rrs = graph.lookupSegment(path[j])
How can I get rrs's clazz?
0
votes
0answers
7 views
how to add text labels on a 3d globe in arcGis 10.1 sdk for java
can anyone of you provide me a link to the pages, which shows the code to how can we add text on a 3d globe.
TextElement is apparently not supported by java.
i know, i have to use Text3Delemnt, but ...
0
votes
0answers
20 views
Does ArcGIS (arcObjects SDK for java) support multiline labels using TextSymbol?
Is it possible to add multline labels using textsymbols in ArcGIS 10.1 (SDK for Java) in a 3d model?
In my system, even the spaces are getting omitted,
for a String s="this is \n war"
Label ...
0
votes
0answers
15 views
how to create billboard labels on arcglobe in java
how can i create billboard labels in arcGis 10.1 (java API) on a GlobeBean.
i am trying to create basic text symbols but have encountered this particular problem.
Even a label inside a balloon ...
1
vote
0answers
16 views
examples for Text3dElement
i am working in arcgis10. in java. can you all provide me with links to some sample program of Text3dElement.
til now what i have implemented is given below
Text3DElement td=new ...
0
votes
0answers
20 views
unable to insert newline and spaces in textelement in java
i am working in arcgis desktop with eclipse in java. i have created a textsymbol and added it to a textelement which i need to add on another layer(the model is a 3Dglobe and not a map). i am able to ...
0
votes
0answers
23 views
Get selected features on ArcMap in arcMap Addin (eclipse)
I am building a custom arcMap Addin button which onclick event tells info about selected features.
Following is my java class ---
public class Break extends Button {
/**
* Called when the button ...
0
votes
1answer
32 views
does charactermarkersymbol works differently in linux?
I have just started working in GIS. i am trying to project an aeroplane glyph font (character index=111) using charactermarkersymbol but unable to do it in linux.
I am getting the same spherical ...
0
votes
0answers
23 views
Fatal Error in Native code
Currently I am tring to execute IQueryByLayer .select() methord.
Whenever I try following code line
ISelectionSet pSelectionset = pQryLayer.select();
It produces the following error in console
#
# ...
5
votes
3answers
245 views
Migrate in a new programming GIS language
The last five years I have been working with VBA and ArcObjects for developing a specific application within ArcGIS. That project that began around 2008-2009 carried out with VBA and ArcObjects which ...
0
votes
2answers
55 views
REST backend framework for routing?
I'm looking for a framework in Java or PHP to use it as backend for a mobile application. It should (if possible) implement REST services, geo functions for routing and CRUD services.
I found the ...
11
votes
4answers
418 views
Geocoding API Comparison
Is there a good updated source for comparing existing Geocoding APIs (i.e. Google, Mapquest) and their features?
I'm really interested in their language support as well. For example, Google has ...
0
votes
0answers
17 views
Getting Subtype Names in arcObject Java [closed]
I am getting all subtypes associated with feature class , but my output is kind of reference like
com.esri.arcgis.geodatabase.IEnumSubtypeProxy wrapper around Native object reference via IID ...
0
votes
0answers
46 views
Getting Subtypes of feature Classes using arc Object Java
I am developing a tool to demonstrate subtypes of feature classes in a geodatabase.
My code works until printing feature classes. Can anybody assist me by providing a right way to print subtypes of ...
2
votes
1answer
74 views
How to parse ArcGIS output XML?
I have a use case in which I need to parse the XML generated by an ArcGIS server, then push that data to another API. The ArcGIS server sits behind the firewall at our customer's site and exposes a ...
1
vote
1answer
43 views
Access Personal geodatabase using java
Following example through ESRI is to access the features of file geodatabase (GDB) ,
...
10
votes
3answers
575 views
How to build a portfolio for a GIS/Java career path?
I have been a GIS Analyst for over 10 years and am currently studying java (50% through the course). My plan is to develop GIS applications mainly focused towards open source solutions. I would like ...
1
vote
1answer
70 views
Display Shapefile on website (Java or PHP)
i have to write an application where similar to Google Maps where i have to display a shapefile in a web application. My available technologies are Java (frontend framework: Apache Wicket) or PHP. It ...
2
votes
0answers
90 views
How to start developing with Jeppesen C-MAP?
I've just downloaded all the contents from the FTP of Jeppesen for their product called C-MAP CM93.
I've been reading the documentation contained in the SDK folders, but I can't figure out how to ...
1
vote
1answer
81 views
From OSM to shape. Parsing problem
I'm working at OpenStreetMap project for android at the moment. I want to retrieve OSM data from my app(nodes, markers and paths) and convert it to shape file (.shp, .dbf and .shx). Later, I'll load ...
1
vote
2answers
87 views
How to use Advanced Symbology in ArcGIS for Android?
I try to use the advanced symbology in order to draw nato symbols in JAVA
I need little help about it,
What the parameters _WKID mean like in this command : lmessage.setProperty("_WKID", "3857");
...
1
vote
0answers
70 views
How can I call gdal_translate from Java code?
How can I execute gdal_translate in Java? For example, will something like this work?
gdal_translate "PG:host=localhost dbname='xyzy' schema=public' table='xyz'" "d:\xyx\ab.tiff"
1
vote
1answer
98 views
Simple WebMapping application with postgis Database
am very new to web-mapping, so this question may be a little misguided.
I want to develop a simple web mapping application using OpenLayers which can display Cadastral information that are currently ...
0
votes
0answers
43 views
How to modify the coordinates of a SHP geometry using Geotools?
I have a shapefile with some polygons. I would like to change the height for this elements using Java. The rest of the attributes should be the same. I've thought using GeoTools but I haven't found ...
1
vote
0answers
45 views
add an INDEX to an IFeatureClass with ARCGIS Java sdk
I want to add an index to a feature class. To do so, I used the very short and complete example given there:
...
1
vote
1answer
71 views
tomcat 5.5.20 on geoserver 2.3
i know it is curious, but i want to run Geoserver 2.3.0 on Tomcat 5.5.20. When i deploy the war file, it deploys successful but i cant start the Geoserver.
Message:
FAIL - Application at context ...
0
votes
0answers
24 views
which jar file contain net.opengis.wps.x100 and how can I download it?
I want to develope a wps process by 52 north and I shoud use org.n52.wps.server.AbstractSelfDescribingAlgorithm so this class is inherit from net.opengis.wps.x100.ProcessDescriptionType. My question ...
0
votes
0answers
27 views
Simulating Random Movement Google Maps [duplicate]
Hi i have a pair of longitude and latitude coordinates and i would like to make a marker move on a map the path that it moves should be randomly generated however i want the marker to move 1 km every ...
1
vote
1answer
42 views
Framework/software for dynamic WPS creation
We have some specific EO data processing facility and are about to provide an access to one using WPS-based interface. The are plenty of solutions for the task. However, it is hard to find one that ...
1
vote
0answers
102 views
retrieve some info from GRIB2 file with JAVA
I've just started parsing some info inside GRIB2 file with NOAA weather forecast, and I am realizing this task is not as easy as I could think 'a priori'. I need to process some info inside JAVA ...
0
votes
2answers
147 views
GeoJSON to Shape file conversion with geotools
Can someone please provide me an example of how to convert GeoJSON to Shape file using geotools?
0
votes
0answers
68 views
DISPLAY SPATIAL DATA USING JDBC ON A JFRAME
I am trying to catch sdo geometries in a jframe of java by converting them into jgeometry.
So I just want to draw them out in a frame. It then uses some class in the sdovis.jar library (the rendering ...
0
votes
0answers
158 views
java.sql.SQLException: ORA-13226: interface not supported without a spatial index
I have created a spatial index on the column name and yet, I get an
java.sql.SQLException: ORA-13226: interface not supported without a spatial index
ORA-06512: at "MDSYS.MD", line 1723
...
0
votes
0answers
23 views
How to access the USGS Small Scale Shaded Relief from a client application?
I am writing a Java client application that needs to make use of USGS Small Scale Shaded Relief images served as tiles.
The supported interfaces are REST SOAP WMS as described at the bottom of that ...
1
vote
1answer
114 views
ArcObjects Java Calculate Line Length
I'm relatively new to programming and ArcObjects. I'm trying to simply calculate the length of a line (test.shp) using ArcObjects and Java. I've tried the code below with no luck. This is simple in ...
1
vote
1answer
713 views
Convert latitude longitude coordinate to x y coordinate?
I'm using a postgis database and java to develop my application.
I need to transform my geographic data currently in latitude/longitude format into a x/y format.
I found solutions based on UTM ...
1
vote
1answer
297 views
Installing GDAL with Java Bindings (gdal.jar) on Ubuntu 12.10
I am trying to build a postgis importer for mutliple shapefiles. After geotools took orders of magnitude longer than shp2pgsql to import my data, I decided to attempt to use the java bindings to GDAL ...
3
votes
0answers
87 views
Illegal argument exception while reading tiff image using GeoTools
I am working on a Java swings based GIS application to project my tiff image as maps . But each time I run my application I get Illegal argument: "semiMajorAxis=�" . The tiff images I have are working ...
0
votes
2answers
198 views
How can I link java with QGIS?
I want to create a Desktop project on Java which shows radiation dispersion. How can i Link java with QGIS?
Is there any tutorial site i can get reference from?
5
votes
2answers
126 views
Need an Algorithm to Determining Polygon Borders
I'm currently writing a program in Java and I'm dealing with polygon objects. I want to create a different color border between touching objects depending on their class (i.e. land, ocean, etc). I ...
0
votes
0answers
37 views
View attributes on combobox in openJump
am trying to code a java class(plugin) that creates a popupmenuitem that brings multiple attributes of the selected layer on a combobox on openjump.
am trying now to do the same as the ...
0
votes
0answers
47 views
Getting started to Web GIS development using JAVA [duplicate]
I am a newbie in GIS web development with java.
I am starting to chose the tools(open source) to start with. Can i use degree with eclipse or should i use geomajas instead.
thank you
1
vote
0answers
53 views
Making tracking data available to Geoserver
I have tracking data from GPS, which gives latitude, longitude, heading, etc.
Right now it's stored in a non-standard database (Accumulo) and I'm looking into how best to make the data available for ...
1
vote
1answer
131 views
hibernate spatial DDL creation with maven hibernate3 plugin
This is a very special question, I hope that somebody here already worked in a similar project setup.
I am working with Netbeans and started a maven web project based upon the maven HS 4.x tutorial ...
0
votes
0answers
64 views
Insertion Operation While Trying to Connect gvSIG with SQL SERVER
I am trying to create the insertion method in SQL SERVER using gvSIG and Eclipse, but am getting this error, here's the log ( I think the getinsertFeature gets an empty charsetname):
Exception in ...
1
vote
1answer
73 views
Use Java to automate the service creation and display up to date data on the map
Our team is using ESRI ArcGIS and our requirement is
1.To create a web application in JAVA with a map displaying various data from DB.
2.The data gets updated periodically in the DB and the map ...