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.
Aangemelde leden kunnen berichten plaatsen, updates volgen en meer. Nieuw hier? Registreer een gratis account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.