pom.xml<repositories><repository> <id>esri</id> <name>Geotools repository arcgis-java </name> <url>https://dl.bintray.com/esri/arcgis/</url> </repository></repositories><!-- https://mvnrepository.com/artifact/com.esri.arcgisruntime/arcgis-java --> <dependency> <groupId>com.esri.arcgisruntime</groupId> <artifactId>arcgis-java</artifactId> <version>100.7.0</version> </dependency>ControllerClass:ServiceFeatureTable featureTable = new ServiceFeatureTable("url"); FeatureLayer featureLayer = new FeatureLayer(featureTable);
pom.xml
<repositories>
<repository> <id>esri</id> <name>Geotools repository arcgis-java </name> <url>https://dl.bintray.com/esri/arcgis/</url> </repository>
</repositories>
<!-- https://mvnrepository.com/artifact/com.esri.arcgisruntime/arcgis-java --> <dependency> <groupId>com.esri.arcgisruntime</groupId> <artifactId>arcgis-java</artifactId> <version>100.7.0</version> </dependency>
ControllerClass:
ServiceFeatureTable featureTable = new ServiceFeatureTable("url"); FeatureLayer featureLayer = new FeatureLayer(featureTable);
I tried all the versions then also not able to get the source file for this.
Angemeldete Mitglieder können Beiträge verfassen, Updates folgen und mehr. Neu hier? Registrieren Sie ein kostenloses Konto.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.