An object-oriented cross-platform programming language developed by Sun Microsystems.
1
vote
0answers
16 views
How to use ArcGIS in JavaFX?
Can anyone help me use ArcGIS in JavaFX.
I have a sample code but it's in swing application.
Sample code for creating a map
I would like to use it in JavaFX.
Any suggestions?
2
votes
0answers
12 views
Read DGN file in java or c#
I'm looking solution to read DGN file in java or c# without any success.
Gdal makes many problem and doesn't support all element eg. complex element.
Does anyone know of a library that supports the ...
3
votes
1answer
72 views
Creating point in shapefile from latitude/longitude using GeoTools?
I m new to geotools and i find bit difficult to plot a point using the latitude and longitude values. can any one heple me out to solve my problem.
GeometryFactory geometryFactory = ...
0
votes
0answers
17 views
Problem with ArcGISRuntimeSDK for Java on CentOS 6.2 after Installing AMD Catalyst Driver
I am working to develop an application on CentOS 6.2 using the ArcGISRunetimeSDK for Java. The application works as expected when the default drivers are used (mesa, I believe), but immediately after ...
-1
votes
0answers
25 views
Labeling graphic layer using ArcGIS Runtime? [on hold]
I have a picture symbol on a layer and I want a text symbol to be under the picture symbol using a graphic layer.
1
vote
0answers
21 views
How to check if a point is within bounded rectangle from Java
I make an AJAX request to retrieve data from a mysql database. I add the data to google.maps.Data layer as geojson. I would only like to load the data based on the viewport. To obtain the viewport ...
1
vote
1answer
32 views
Java library for reading geojson from MySQL
I am looking for a way to retrieve mysql geometry data as geojson from the database either using a java library or for converting wkt to geojson using either java or javascript.
Currently I am doing ...
4
votes
1answer
32 views
Whitebox is not finding my java
I was recently presented to the software Whitebox GAT 'Iguazu'. Unfortunately, I tried to use it in two different machines: one with Windows 7 (64) + JRE 7 (65) and other with W7 (64) + JRE 7 (67) . ...
1
vote
1answer
61 views
How to get Intersection point from two lines (coordinates)
I have tried for ages to find the algorithm for getting the coordinate of two intersecting lines from a given coordinate (latlong).
As the picture below suggest. I have two coordinates (A and B). ...
1
vote
0answers
21 views
ArcGIS Server Error - ClientCommunicatorAdmin restart
I am seeing some strange behavior each night with our ArcGIS Sever installation where it will throw the following error and become unresponsive.
Sep 01, 2014 4:03:06 AM ClientCommunicatorAdmin ...
1
vote
0answers
21 views
How to create schematic attribute as associated field using ArcObjects?
I'm trying to automate the complete creation of a schematic template with ArcObjects SDK for Java (10.2).
I've managed to create the GDB, the schematic dataset and the schematic diagram class ...
2
votes
0answers
57 views
How to convert shp to csv
I am trying to convert my shape files to csv through a batch processing in Java using Geotools. The problem is I have more than 500 shape files (point features). The code is working fine for a small ...
1
vote
0answers
20 views
Tips design a good key for HashMap using java [closed]
The very basic need for designing a good key is that we should be able to retrieve the value object back from the map without failure HashMap Reference says that HashMap is used for storing collection ...
1
vote
2answers
36 views
Converting Shapefile data to GeoJSON
I have access to some open data for which I want to obtain some coordinates to put onto a map. Unfortunately, the data is in the Shapefile format which is rather difficult to work with. I am trying to ...
1
vote
1answer
41 views
Difference between ArcObjects SDK for Java and ArcGIS Runtime for Java?
I would like to develop spatial tools and automate my spatial analysis process (including converting XY into shp, proximity analysis, network analysis, geocoding etc on thousands of files) in Java.
...
2
votes
0answers
77 views
Rendering performance
I am using ArcGis Java SDK for creating a map in my JavaFX application. I have a requirement to plot up to 500,000 graphics on graphics layer. When I do 100,000 graphics its performance is really bad. ...
0
votes
0answers
10 views
How to read *.map file by using geotools api in Java? [duplicate]
How to read *.map file by using geotools api?
String filePath ="C:\\CTO-New\\SOCLOMO\\Location\\Map Info FIles\\New folder\\18-july-2014\\1301\\filename";
File file = new File(filePath);
...
1
vote
3answers
88 views
How to convert multiple csv files to shp using Java
I have some 100 CSV files. I want to convert them in shp format using Java. The csv file contains lat long information in WGS84. I can understand it is a batch processing and it is difficult to do in ...
1
vote
1answer
27 views
MapXtreme Java Edition
I'm learning GIS in Java with MapXtreme Java Edition but I can't find MapXtreme Java Edition file setup for Window (trial).
Can you share link download or software for me?
1
vote
1answer
25 views
Java how to create geotiff from points
I have an array of objects where each object has three fields: lat, lon, and category. It is essentially pixels that have been given a land use category. I cannot figure out how to turn this data into ...
1
vote
1answer
20 views
Using OTB-Wrapping of Orfeo Toolbox (Java)?
I can not find the code/binding/whatever for Java...
http://orfeo-toolbox.org/otb/
https://en.wikipedia.org/wiki/Orfeo_toolbox
Can someone help me on that issue?
2
votes
0answers
105 views
How to read each pixel of each band of a multiband GeoTiff with GeoTools Java
I am new to working with Raster in GeoTools-very experienced in java. My goal is to read in a geotiff that has multiple bands, then create a HashMap for each pixel, where the key is simply the lat/lon ...
1
vote
0answers
68 views
Accessing all fields of joined tables using ArcObjects SOE? [closed]
I am using arcobject 10.2 java sdk
I have a service published where data is coming from a featureLayer and table, the mapservice is returning all the results as expected but when i search the fields ...
0
votes
0answers
13 views
How can i find shortest point on edge of a polygon from a point to that polygon (not it's distance ) [duplicate]
Point(x,y) may be inside or outside of the polygon ,shortest distance between polygon ABCDE and point(x,y) is marked as red line ,the intersecting point is Point(m,n) .I need the value of m and n
I ...
4
votes
3answers
354 views
How can I find closest point on a polygon from a point
I have a point that may be inside or outside of a polygon, I need to find the nearest point on the polygon boundary from the point.
Point(x,y) may be inside or outside of the polygon, shortest ...
1
vote
0answers
42 views
Java library for rendering
We have some shapefile data and we tried to render them according to scope (boundingbox) from user.
For example, the client may send request like this:
...
0
votes
0answers
75 views
Splitting multiple polygons with a line in JTS geotools
i am using geotools as my GIS map solution. now i want to split multiple polygons to build a road or river. passing through multiple polygons so, can you plz help me how to do this splitting a single ...
1
vote
1answer
77 views
Displaying coordinate references in GeoTools?
I'm using this library to finish my final project and I have to say I'm no familiar with the maps worlds. My question is if geotools has a method to show automatically the coordinates references in ...
0
votes
1answer
525 views
I nead to find the nearest places based on latitude/longitude points
I have a java aplication backed by a mysql database which contains events with locations (latitude/longitude), the location data is saved as POINT data type.
I nead to find the nearest events in some ...
0
votes
1answer
27 views
Not able to find some of the gdal drivers when using the java bindings as opposed to gdal by itself
I am new to the gdal scene so there might be a simple explanation for my problem. When executing ogrinfo from the command line there is a large list of supported formats.
...
0
votes
1answer
99 views
Create shp file from data postgis / kml using java
I'm working on a geographic information system project, whose products form shp file. I am using java language, and PostGIS database. Is there a way to generate a shp file from PostGIS or kml using ...
0
votes
1answer
69 views
Create shapefile from data postgis / kml using java [duplicate]
I'm working on a geographic information system project, whose products form shapefile. I am using java language, and PostGIS database. Is there a way to generate a shp file from PostGIS or kml using ...
0
votes
0answers
44 views
Getting placemarks on map and setting bounds based on all placemarks
I'm trying to do what most folks do in the Google Maps API, and add a bunch of markers to a WWPanel and then adjust the map bounds to fit all Placemarks in the WWPanel view. How can this be done? This ...
0
votes
0answers
47 views
Point to Line Calculations
We are looking to take a point and compare it against the nearest point to an adjacent line. All values are in lat/long.
We tried using some of the concept found on the board but found it did not ...
0
votes
0answers
34 views
Extract BoundingBox with Osmosis Java API
I'm am trying to use the Osmosis Java API to extract reasonably sized blocks from the OSM planet file using the BoundingBoxFilter.
Note: I'm using maven Osmosis packages NOT the command line ...
0
votes
0answers
29 views
Function that returns the coordinates of the searched address
I'm using Java and GMaps4JSF to make an application where the person pesquisaum address that address is displayed on the map.
As the code below, but I need to create a javascript function that ...
0
votes
0answers
55 views
Polygonize a raster using GDAL JAVA bindings - passing raster pixel value to the resulting feature
I have a raster GeoTIFF file with values from 0 to let's say 5. When I run gdal.polygonize (I'm working with JAVA and GDAL bindings to JAVA) on it, I get features with corresponding polygons.
The ...
0
votes
0answers
44 views
Communication between widgets (flex)
Default Communication between widgets
hi,
i'm new in flex, and im working on Webmapping application using flex 4.6, java, and sql server as database, i'm just trying to make a communication between ...
0
votes
0answers
52 views
How to create GeoTiff file from .h5 file?
I have .h5 file containing Latitude, Longitude and Dataset(I m working multiple type of dataset).And I want GeoTiff file of it contains all Information related to GeoTiff. So is there any way to ...
0
votes
1answer
97 views
Opening shapefiles with geotools
Trying to make a simple class that will read shapefiles and eventually be able to pull out the coordinates/attributes for each feature (working with points here). But can't quite figure out geotools.
...
0
votes
0answers
24 views
Rendering layers on-the-fly
I am using Geoserver and openLayers for rendering map layers.
The task I have to do is as:
I will have a set of zipcodes of US. I need to display a map of states for each zipcode.
Suppose a user ...
0
votes
1answer
76 views
Is there any tool to reproject x,y coordinates, apart from Proj4?
I have a JEE project (Java, JBoss) and I'm looking for a library that allows x,y coordinates reprojection.
I know about Proj4. Do you have any other option?
Is it possible to find on the net a ...
0
votes
0answers
14 views
Read .nc file with time range
I have a .nc file and I want to split this file for a given time .
I have a Var (time,lat,long)
I am using read with Range to split my variable. For instance, I need to keep only the last time.
...
2
votes
1answer
50 views
Creation of tiled grid in JAVA with geotols
I am trying to create a grid using GeoTools in JAVA, covering specyfic area with resolution 50 m (distance between two points). To do so I have two points: the most nortwestern (let's call it NW) and ...
1
vote
0answers
74 views
Converting geometry to geography using org.geotools.geometry.jts.JTS
I'm trying to convert com.vividsolutions.jts.geom.Geometry to geography, using the GeoTools package - org.geotools.geometry.jts.JTS. This is my code:
public Geometry getGeography() {
Geometry geo ...
0
votes
0answers
71 views
How to create a feature class from a DEFeatureClass output parameter
I'm writing a geoprocessing tool with ArcObjects for Java. My tool takes in parameters one feature class (from a layer, a shapefile or a GDB) and others parameters. The parameter in output is a ...
0
votes
0answers
13 views
Convert ECF to Suface ECF
I'm using the 3D Earth WorldWind Model and I have a path that I want my object to travel. I set the the destination and interpolate to the end point from my current location.
The problem is using ECF ...
0
votes
0answers
19 views
Is it possible to export MapJ object into TAB file in MapXtreme?
I am trying to open a TAB file having geometry information and bind/join it with JDBC Table having attribute information. Now I have to export the joined table along with map/geometry information from ...
0
votes
0answers
44 views
Develop custom toolbox for ArcGIS in Java- How to get developer kit Eclipse plugin
I'm omw to create a custom geoprocessing toolbox for ArcGIS (ArcMap). I've read ressources and documentation for days now, but I still wasn't able to get the needed Eclipse Plugin referenced here:
...
0
votes
0answers
40 views
landsat with C# or Java
I have imaged data about landsat8 satellite. These are raster data, i want to process to take out the temperature of each region (geometry). I can do this in postgresql, but i don't want to store the ...