Download jxmapviewer2-2.2.jar file

Introduction

You can download jxmapviewer2-2.2.jar in this page.

License

GNU Lesser General Public License

Type List

jxmapviewer2-2.2.jar file has the following types.

META-INF/MANIFEST.MF
images/loading.png
images/minus.png
images/plus.png
images/standard_waypoint.png
org.jxmapviewer.JXMapKit.class
org.jxmapviewer.JXMapViewer.class
org.jxmapviewer.OSMTileFactoryInfo.class
org.jxmapviewer.VirtualEarthTileFactoryInfo.class
org.jxmapviewer.WMSTileFactoryInfo.class
org.jxmapviewer.beans.AbstractBean.class
org.jxmapviewer.beans.AbstractSerializableBean.class
org.jxmapviewer.input.CenterMapListener.class
org.jxmapviewer.input.MapClickListener.class
org.jxmapviewer.input.PanKeyListener.class
org.jxmapviewer.input.PanMouseInputListener.class
org.jxmapviewer.input.ZoomMouseWheelListenerCenter.class
org.jxmapviewer.input.ZoomMouseWheelListenerCursor.class
org.jxmapviewer.painter.AbstractPainter.class
org.jxmapviewer.painter.CompoundPainter.class
org.jxmapviewer.painter.Painter.class
org.jxmapviewer.util.GraphicsUtilities.class
org.jxmapviewer.util.ProjectProperties.class
org.jxmapviewer.util.ShapeUtils.class
org.jxmapviewer.viewer.AbstractTileFactory.class
org.jxmapviewer.viewer.DefaultTileFactory.class
org.jxmapviewer.viewer.DefaultWaypoint.class
org.jxmapviewer.viewer.DefaultWaypointRenderer.class
org.jxmapviewer.viewer.GeoBounds.class
org.jxmapviewer.viewer.GeoPosition.class
org.jxmapviewer.viewer.LocalResponseCache.class
org.jxmapviewer.viewer.Tile.class
org.jxmapviewer.viewer.TileCache.class
org.jxmapviewer.viewer.TileFactory.class
org.jxmapviewer.viewer.TileFactoryInfo.class
org.jxmapviewer.viewer.TileListener.class
org.jxmapviewer.viewer.Waypoint.class
org.jxmapviewer.viewer.WaypointPainter.class
org.jxmapviewer.viewer.WaypointRenderer.class
org.jxmapviewer.viewer.bmng.CylindricalProjectionTileFactory.class
org.jxmapviewer.viewer.bmng.SLMapServerInfo.class
org.jxmapviewer.viewer.empty.EmptyTileFactory.class
org.jxmapviewer.viewer.esri.ESRITileFactory.class
org.jxmapviewer.viewer.util.GeoUtil.class
org.jxmapviewer.viewer.util.MercatorUtils.class
org.jxmapviewer.viewer.wms.WMSService.class
org.jxmapviewer.viewer.wms.WMSTileFactory.class
project.properties

Pom

jxmapviewer2-2.2.pom file content.

<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.jxmapviewer</groupId>
  <artifactId>jxmapviewer2</artifactId>
  <version>2.2</version>
  <name>jxmapviewer2</name>
  <description>A MapViewer based on the JXMapViewer component of SwingX-WS.</description>
  <url>https://github.com/msteiger/jxmapviewer2</url>
  <licenses>
    <license>
      <name>GNU Lesser General Public License</name>
      <url>http://www.gnu.org/licenses/lgpl-3.0-standalone.html</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>msteiger</id>
      <name>Martin Steiger</name>
    </developer>
  </developers>
  <scm>
    <connection>scm:git@github.com:msteiger/jxmapviewer2.git</connection>
    <developerConnection>scm:git@github.com:msteiger/jxmapviewer2.git</developerConnection>
    <url>git@github.com:msteiger/jxmapviewer2.git</url>
  </scm>
  <issueManagement>
    <url>https://github.com/msteiger/jxmapviewer2/issues</url>
  </issueManagement>
  <dependencies>
    <dependency>
      <groupId>commons-logging</groupId>
      <artifactId>commons-logging</artifactId>
      <version>1.1.1</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>

POM Entry

<dependency>
   <groupId>org.jxmapviewer</groupId>
   <artifactId>jxmapviewer2</artifactId>
   <version>2.2</version>
</dependency>

Download

If you think the following jxmapviewer2-2.2.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download jxmapviewer2-2.2.jar file




PreviousNext

Related