Network dataset support
ArcGIS Enterprise SDK now provides support for working with network datasets within server object extensions. Developers can use the SDK to create, edit and build network datasets; get information about how a network dataset is configured; query network elements attributes; and make use of a forward star to find connected network elements.
To find all the interfaces or classes available for network dataset support, refer to Java API Reference. For a list of new interfaces and classes, refer to New in 10.9.1 API.
Topology support
ArcGIS Enterprise SDK now provides support for topology datasets in SOEs and SOIs. Developers can directly access the topology dataset, and then can retrieve existing topology, create new topology, validate topology, and many more.
To find all the interfaces or classes available for topology support, refer to Java API Reference. For a list of new interfaces and classes, refer to New in 10.9.1 API.
Database helper class
In 10.9.1, ArcGIS Enterprise SDK provides a new helper class, DatabaseUtilities, which allows querying a feature class or table with the Java Iterator returned as the query results, so that looping through a collection of features or rows can be achieved via a generic Java iterator object rather than a COM cursor.
Issues addressed in 10.9.1
- BUG-000137272: A WFS response from
I
method in SOI (Server Object Interceptor) returns null instead of a valid byte array.Web Request Handler. Handle String Web Request() - ENH-000140378: API reference for the
ESR
class is missing in ArcGIS Enterprise SDK.I. Server. SOE Support. JSON Object - ENH-000141762: Add Network Dataset APIs for the transportation and location-based workflows to ArcGIS Enterprise SDK.
- ENH-000141882: Add the
IDE
interface to ArcGIS Enterprise SDK.Geo Dataset - BUG-000144082: The
Server
method returns null instead of the valid group names when the federated server site is not set as the portal's hosting server.Utilities. Get Group Info()