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.
サインインしたメンバーは投稿、更新のフォローなどができます。初めてですか?無料アカウントを登録してください。
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.