Support for Annotation and Dimension Feature Classes
ArcGIS Enterprise SDK now includes support for annotation and dimension feature classes. SOEs and SOIs can create, modify, and edit annotation and dimension feature properties, enabling more advanced map customization and feature editing workflows. For a complete list of newly added interfaces and classes, refer to the What's New in 12.0 API documentation.
New Interfaces: I Feature Index and I Index Query2
Two new interfaces—IFeatureIndex and IIndexQuery2—have been added to the ArcGIS Enterprise SDK. These interfaces allow developers to efficiently identify the nearest feature to a specified input point. To view all API additions and changes, visit the What's New in 12.0 API section.
New PBF Manipulation Library for Java SOEs and SOIs
ArcGIS Enterprise SDK now includes a new library, arcgis-pbf.jar, for working with the Protocol Buffer Format (PBF) of feature services in Java-based SOEs and SOIs. This library is automatically added to the local Maven repository during installation and provides helper functions for encoding and decoding PBF content, simplifying integration with high-performance binary feature formats.