The GeoTAX SDK is available for download from Precisely Data Experience. Download the GeoTAX SDK package file in ZIP format to your local machine.
GeoTAX SDK Package Contents
The GeoTAX SDK package includes sample code and supporting files for developers to provide tax information in their applications. The GeoTAX SDK provides Java and CLI libraries for development on Windows and Unix platforms.
The root directory for the expanded package is
geotax-dist-version, where
version is the version of the product. You can
locate this directory on Windows or Linux wherever it makes sense for your development
efforts.
Note: We do not recommend renaming the directories.
The directories within the geotax-dist-version folder include:
Directory | Description |
---|---|
/cli | CLI library files and sample. |
/sdk/javadoc | Locally available API documentation in HTML format. The content documents package, class, and member names for the Java implementation. |
/taxing-resources/bin | Contains platform implementations for the GeoTAX SDK. |
/taxing-resources/bin/linux64 | Contains Linux shared object (.so) files that implement GeoTAX libraries on the Linux platform. |
/taxing-resources/bin/win64 | Contains Windows dynamic linked library (.dll) files that implement GeoTAX libraries on the Windows platform. |
/taxing-resources/config | Configuration files. The user-configurable taxing.yaml file specifies data sources. |
/taxing-resources/lib | Common JAR file libraries for the Linux and Windows platforms. |
/webapp | Contains the WAR file that distributes GeoTAX web application files. |