ArcGIS Engine » Java
 
 

Contributions from EngineDevTeam


name rating date added product version author downloads

NA Route Solver & Directions Browser

ArcGIS Engine Runtime

0 Ratings
Aug 01 2008 9.3 ArcGIS Engine Development Team 245
This sample is an application that shows how to programmatically perform route analysis. It loads stops from a feature class, sets solver parameters, executes the analysis, and writes the analysis layer to a layer file that can then be used. It solves a route and uses a GeoProcessing tool to save the route to disk as a Layer File. The... Download

MapViewer hosted in WPF

ArcGIS Engine Runtime

0 Ratings
Aug 01 2008
Updated:
Aug 27 2008
9.3 ArcGIS Engine Development Team 886
Microsoft’s WPF (Windows Presentation Foundation) provides the facility to host windows Forms controls within a WPF application. This sample demonstrates how to host ArcGIS Engine Map control, Toolbar control and TOC control on a WPF window by using the WindowsFormsHost control. A combination of code and XMAL is used to view a map inside the WPF application. Download

ESRI API Evaluator

ArcGIS Engine Runtime

3 Ratings
Sep 22 2008
Updated:
Mar 23 2009
9.3 ArcGIS Engine Development Team 621
This utility scans exe or dll files of your choosing and detects usage of .NET types released by ESRI. It then generates a report of this usage for your review. Among other things, you can use the information provided to verify that you are not using types from assemblies that require licenses beyond your target license level or to generate... Download

Load Raster Catalog

ArcGIS Engine Runtime

0 Ratings
Oct 06 2008
Updated:
Oct 08 2008
9.3 ArcGIS Engine Development Team 145
This java sample illustrates the two ways to populate a raster catalog. 1. load multiple raster datasets into a raster catalog. 2. load raster features one by one into a raster catalog. The zip file has java samples for 9.3 as well as 9.2. Download

Check Field Name For Errors

ArcGIS Engine Runtime

0 Ratings
Nov 06 2008 9.3 ArcGIS Engine Development Team 94
A common mistake when adding new fields to a geodatabase object is specifying a field name that is not supported by the underlying dbms system. Each database system has a list of reserved sql words that cannot be used when naming columns. This sample shows how to use the FieldChecker interface to validate a collection of fields. Download

Geodatabase Code Snippet

ArcGIS Engine Runtime

0 Ratings
Nov 06 2008 9.3 ArcGIS Engine Development Team 125
This sample zip includes the following two simple utility code snippets for your convenience:1. Create a dbase table2. Create a FeatureDatasetWhat is a dBase Table?The dBASE tables can store additional attributes that can be joined to a shapefile's features.What is a feature dataset?A feature dataset is a collection of related feature classes that share a common coordinate system. Their primary... Download

GDB Data Conversion

ArcGIS Engine Runtime

0 Ratings
Nov 06 2008 9.3 ArcGIS Engine Development Team 157
The sample snippet demonstrates converting a shapefile into an ArcSDE geodatabase using IFeatureDataConverter interface. The workflow includes three simple steps1. Creating source and target names 2. Creating output feature class fields and geometry 3. Executing the conversion using IFeatureDataConverter interface Download

WPF Globe Viewer

ArcGIS Engine Runtime

1 Rating
Jan 06 2009
Updated:
Jun 18 2009
9.3 ArcGIS Engine Development Team 687
This sample illustrates how to host the ArcGIS Engine Globe .NET control with the Windows Presentation Foundation (WPF) classes. It displays a number of exported thumbnails from 3dd documents and takes advantage of WPF features such as image translation. All of the WPF elements are defined in XAML including a number of templates and styles. The sample also illustrates how... Download

Create and Load Raster Catalog using GP tools

ArcGIS Engine Runtime

0 Ratings
Mar 19 2009 9.3 ArcGIS Engine Development Team 137
This sample uses the CreateRasterCatalog and WorkspaceToRasterCatalog geoprocessing tools to create a raster catalog and load a directory of raster images to the raster catalog. It demonstrates the recommended approach for creating and loading raster catalogs from rasters in a folder. As an alternative, you may use ArcObjects to achieve the same goal; however, it will take more coding and... Download

DS2009: Distributed Geodatabase for Developers (Best Practices)

ArcGIS Engine Runtime

0 Ratings
Mar 24 2009
Updated:
Mar 24 2009
9.3 ArcGIS Engine Development Team 456
This is the demo shown at the Distributed Geodatabase for Developers (Best Practices) technical session at the 2009 developer summit. It shows how to extend the replica creation process. Download