Using Floor Manager class in ArcGIS Runtime API for Java

316
1
11-15-2021 10:00 AM
BradleyWillis
New Contributor

I am using the java package Package "com.esri.arcgisruntime.mapping.floor" for one of my projects. For the class "Floor Manager" defined in Esri API for Java, it manages the data displayed by a floor-aware map or scene, allowing filtering based on floor levels. public final class FloorManager extends Object implements Loadable A FloorManager must be loaded before we can access its site, facility, and level properties. But, below are the scenarios where my FloorManager fails to load: The map/scene associated with the floor manager is not floor-aware. The mandatory facility or level layer doesn't exist. It is unable to get the facilities or levels from their respective layers. It is unable to get the sites from a specified site layer. My questions are as follows: If the map is not floor aware (Z value is not there), is there a way, we can give the same through coding or we have to assign the z value at the map level. If the facility exists , how can we obtain in the map in the layer form. I am just looking for some reference or working example link to study it in more detail, as on Esri Website , no working examples or details are available.

0 Kudos
1 Reply
AndyGup
Esri Regular Contributor

Hi @BradleyWillis for ArcGIS Runtime SDK for Java you'll need to post your questions in the Java community which is here => https://community.esri.com/t5/arcgis-runtime-sdk-for-java-questions/bd-p/arcgis-runtime-sdk-for-java... 

0 Kudos