pax_global_header00006660000000000000000000000064146532473060014524gustar00rootroot0000000000000052 comment=87f31a7e020f4beca9cda03cbda071deadb41643 postgis-java-2024.1.0/000077500000000000000000000000001465324730600143615ustar00rootroot00000000000000postgis-java-2024.1.0/.github/000077500000000000000000000000001465324730600157215ustar00rootroot00000000000000postgis-java-2024.1.0/.github/install-gpg.sh000077500000000000000000000013321465324730600205000ustar00rootroot00000000000000#!/usr/bin/env bash set -euf sudo apt-get update sudo apt-get install -y gnupg haveged rm -rf ~/.gnupg gpg --list-keys cat >key-info < ossrh ${env.OSSRHU} ${env.OSSRHT} gpg test-key@postgis.net sonatype-snapshots sonatype-snapshots true sonatype-snapshots https://oss.sonatype.org/content/repositories/snapshots/ sonatype-staging sonatype-staging true sonatype-staging https://oss.sonatype.org/content/groups/staging/ sonatype-releases sonatype-releases true sonatype-releases https://oss.sonatype.org/content/groups/public/ postgis-java-2024.1.0/.github/workflows/000077500000000000000000000000001465324730600177565ustar00rootroot00000000000000postgis-java-2024.1.0/.github/workflows/main.yml000066400000000000000000000076451465324730600214410ustar00rootroot00000000000000name: PostGIS Java CI on: [push, pull_request] defaults: run: shell: bash jobs: build-codebase: strategy: matrix: os: [ubuntu-24.04] jdk_version: [8.0.422-zulu, 11.0.24-zulu, 17.0.12-zulu, 21.0.4-zulu] maven_version: [3.9.8] include: - os: ubuntu-24.04 jdk_version: 8.0.422-zulu zulu_version: 8.80.0.17 maven_version: 3.9.8 maven_deploy: true docker_build: true maven_docker_container_image_repo: luminositylabs maven_docker_container_image_name: maven maven_docker_container_image_tag: 3.9.8_openjdk-8u422_zulu-alpine-8.80.0.17 name: Build on OS ${{ matrix.os }} with Maven ${{ matrix.maven_version }} using JDK ${{ matrix.jdk_version }} runs-on: ${{ matrix.os }} env: MAVEN_PROPS: -Djavadoc.path=`which javadoc` PROFILES: gpg,release-sign-artifacts,sonatype-deployment,sonatype-snapshots,sonatype-staging,sonatype-releases SETTINGS: .github/settings.xml steps: - name: Checkout Source uses: actions/checkout@v4 - name: Install GPG and generate test key run: .github/install-gpg.sh - name: Install SDKMAN and java environment run: | .github/install-sdkman.sh ${{ matrix.jdk_version }} ${{ matrix.maven_version }} echo "SDKMAN_DIR=${HOME}/.sdkman" >> $GITHUB_ENV - name: Add SDKMAN candidate environment variables run: | echo "JAVA_HOME=${SDKMAN_DIR}/candidates/java/current" >> $GITHUB_ENV echo "MAVEN_HOME=${SDKMAN_DIR}/candidates/maven/current" >> $GITHUB_ENV - name: Add SDKMAN candidate paths to system path run: | echo "${JAVA_HOME}/bin" >> $GITHUB_PATH echo "${MAVEN_HOME}/bin" >> $GITHUB_PATH - name: Setup Maven repository cache uses: actions/cache@v4 env: cache-name: m2repo with: path: ~/.m2/repository key: ${{ env.cache-name }}-${{ hashFiles('**/pom.xml') }} restore-keys: | ${{ env.cache-name }}- - name: Log github.ref run: echo "${{ github.ref }}" - name: List Maven repositories run: mvn -U -V -s ${{ env.SETTINGS }} -P${{ env.PROFILES }} ${{ env.MAVEN_PROPS }} dependency:list-repositories - name: Show Maven dependency tree run: mvn -U -V -s ${{ env.SETTINGS }} -P${{ env.PROFILES }} ${{ env.MAVEN_PROPS }} dependency:tree - name: Show Maven active profiles run: mvn -U -V -s ${{ env.SETTINGS }} -P${{ env.PROFILES }} ${{ env.MAVEN_PROPS }} help:active-profiles - name: Show Maven effective POM run: mvn -U -V -s ${{ env.SETTINGS }} -P${{ env.PROFILES }} ${{ env.MAVEN_PROPS }} help:effective-pom - name: Maven build/test run: mvn -U -V -s ${{ env.SETTINGS }} -P${{ env.PROFILES }} ${{ env.MAVEN_PROPS }} clean install - name: Maven generate site run: mvn -U -V -s ${{ env.SETTINGS }} -P${{ env.PROFILES }} ${{ env.MAVEN_PROPS }} site site:stage - name: Maven deploy if: ${{ matrix.maven_deploy && (github.ref == 'refs/heads/main') && (github.event_name != 'pull_request') }} env: OSSRHU: ${{ secrets.OSSRHU }} OSSRHT: ${{ secrets.OSSRHT }} run: mvn -U -V -s ${{ env.SETTINGS }} -P${{ env.PROFILES }} ${{ env.MAVEN_PROPS }} deploy - name: Docker maven build if: ${{ matrix.docker_build }} env: CBD: /usr/src/build P: luminositylabs-oss run: docker container run --rm -i -v "$(pwd)":"${CBD}" -v ${HOME}/.gnupg:/root/.gnupg -v ${P}-${{ matrix.maven_docker_container_image_tag }}-mvn-repo:/root/.m2 -w "${CBD}" ${{ matrix.maven_docker_container_image_repo }}/${{ matrix.maven_docker_container_image_name }}:${{ matrix.maven_docker_container_image_tag }} mvn -U -V -s ${{ env.SETTINGS }} -P${{ env.PROFILES }} -Djavadoc.path=/usr/bin/javadoc -Dmaven.integration.test.skip=true dependency:list-repositories dependency:tree help:active-profiles clean install site site:stage postgis-java-2024.1.0/.gitignore000066400000000000000000000035431465324730600163560ustar00rootroot00000000000000.idea ### Linux template *~ # temporary files which can be created if a process still has a handle open of a deleted file .fuse_hidden* # KDE directory preferences .directory # Linux trash folder which might appear on any partition or disk .Trash-* # .nfs files are created when an open file is removed but is still being accessed .nfs* ### Windows template # Windows thumbnail cache files Thumbs.db ehthumbs.db ehthumbs_vista.db # Dump file *.stackdump # Folder config file [Dd]esktop.ini # Recycle Bin used on file shares $RECYCLE.BIN/ # Windows Installer files *.cab *.msi *.msix *.msm *.msp # Windows shortcuts *.lnk # CMake cmake-build-debug/ cmake-build-release/ # File-based project format *.iws *.iml # IntelliJ out/ # mpeltonen/sbt-idea plugin .idea_modules/ # JIRA plugin atlassian-ide-plugin.xml ### Vim template # Swap [._]*.s[a-v][a-z] [._]*.sw[a-p] [._]s[a-v][a-z] [._]sw[a-p] # Session Session.vim # Temporary .netrwhist # Auto-generated tag files tags ### Maven template target/ pom.xml.tag pom.xml.releaseBackup pom.xml.versionsBackup pom.xml.next release.properties dependency-reduced-pom.xml buildNumber.properties .mvn/timing.properties ### macOS template # General .DS_Store .AppleDouble .LSOverride # Icon must end with two \r Icon # Thumbnails ._* # Files that might appear in the root of a volume .DocumentRevisions-V100 .fseventsd .Spotlight-V100 .TemporaryItems .Trashes .VolumeIcon.icns .com.apple.timemachine.donotpresent # Directories potentially created on remote AFP share .AppleDB .AppleDesktop Network Trash Folder Temporary Items .apdisk ### Java template # Compiled class file *.class # Log file *.log # BlueJ files *.ctxt # Mobile Tools for Java (J2ME) .mtj.tmp/ # Package Files # *.jar *.war *.nar *.ear *.zip *.tar.gz *.rar # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml hs_err_pid* postgis-java-2024.1.0/README.md000066400000000000000000000001121465324730600156320ustar00rootroot00000000000000# PostGIS-Java Java bindings and other java-related projects for PostGIS postgis-java-2024.1.0/checkstyle.xml000066400000000000000000000164271465324730600172530ustar00rootroot00000000000000 postgis-java-2024.1.0/maven-version-rules.xml000066400000000000000000000037351465324730600210340ustar00rootroot00000000000000 .*[\.-](?i)([M|alpha|beta|rc]).* .*\.jre[6-7] 1\.[4-9]\..* 10\..* 7\.[6-9].* 7\.10\..* 4\.9\.9 postgis-java-2024.1.0/pmd.xml000066400000000000000000000072171465324730600156720ustar00rootroot00000000000000 This ruleset is adapted from the default maven PMD plugin ruleset which can be found here: https://gitbox.apache.org/repos/asf?p=maven-pmd-plugin.git;a=blob_plain;f=src/main/resources/rulesets/java/maven-pmd-plugin-default.xml;hb=HEAD It contains the rules of the old (pre PMD 6.0.0) rulesets java-basic, java-empty, java-imports, java-unnecessary, java-unusedcode. (see https://pmd.github.io/latest/pmd_userdocs_making_rulesets.html) postgis-java-2024.1.0/pom.xml000066400000000000000000001250421465324730600157020ustar00rootroot00000000000000 4.0.0 net.postgis postgis-java-aggregator 2024.1.0 pom PostGIS Java Project Aggregates java projects associated with the PostGIS project. http://postgis.net GNU Lesser General Public License http://www.gnu.org/licenses/lgpl-2.1.txt repo PostGIS Development Team http://postgis.net Phillip Ross phillip.w.g.ross at gmail.com Maintainer Hakan Tandogan hakan@gurkensalat.com http://www.gurkensalat.com/ Maven Packager Baris Ergun barisergun75@gmail.com http://www.barisergun.com/ Maven Packager User List postgis-users-subscribe@lists.osgeo.org postgis-users-unsubscribe@lists.osgeo.org postgis-users@lists.osgeo.org http://lists.osgeo.org/pipermail/postgis-users/ Developer List postgis-devel-subscribe@lists.osgeo.org postgis-devel-unsubscribe@lists.osgeo.org postgis-devel@lists.osgeo.org http://lists.osgeo.org/pipermail/postgis-devel/ postgis-jdbc postgis-jdbc-geometry postgis-jdbc-java2d postgis-jdbc-jts tools https://github.com/postgis/postgis-java scm:git:git://github.com/postgis/postgis-java.git scm:git:git@github.com:postgis/postgis-java.git postgis-java-aggregator-2024.1.0 GitHub Issues https://github.com/postgis/postgis-java/issues local-staging-site http://local-staging/ UTF-8 8 3.8 false false 1 true 1 true ${java.home}/bin/javadoc true true false true true postgis/postgis:16-3.4-alpine postgis1 postgis1 postgis1 5432 3.6.0 1.0 1.9.0 3.3.0 4.9.10 0.8.12 3.1.0 3.2.1 3.7.1 3.4.0 3.4.0 3.13.0 3.7.1 3.1.2 3.3.0 3.0.1 3.5.0 3.3.1 3.2.4 3.1.2 3.4.2 3.0.0 3.8.0 3.4.0 3.24.0 3.6.2 3.1.1 3.3.1 3.6.0 3.12.1 3.3.1 3.3.1 3.3.1 3.4.0 4.8.6.2 2.17.1 9.3 1.19.0 1.3.14 7.4.0 42.7.3 2.0.13 0.8 4.8.6 1.20.1 7.5.1 org.testcontainers testcontainers-bom ${dependency.testcontainers.version} import pom ch.qos.logback logback-classic ${dependency.logback.version} test ch.qos.logback logback-core ${dependency.logback.version} test org.slf4j slf4j-api ${dependency.slf4j.version} src/main/resources src/main/resources-filtered true src/test/resources src/test/resources-filtered true com.github.spotbugs spotbugs-maven-plugin ${spotbugs-maven-plugin.version} com.github.spotbugs spotbugs ${dependency.spotbugs.version} spotbugs-check verify check ${spotbugs.skip} com.googlecode.maven-download-plugin download-maven-plugin ${download-maven-plugin.version} org.apache.maven.plugins maven-antrun-plugin ${maven-antrun-plugin.version} org.apache.maven.plugins maven-archetype-plugin ${maven-archetype-plugin.version} org.apache.maven.plugins maven-assembly-plugin ${maven-assembly-plugin.version} org.apache.maven.plugins maven-checkstyle-plugin ${maven-checkstyle-plugin.version} com.puppycrawl.tools checkstyle ${dependency.checkstyle.version} checkstyle validate check checkstyle.xml true ${checkstyle.skip} warning org.apache.maven.plugins maven-clean-plugin ${maven-clean-plugin.version} org.apache.maven.plugins maven-compiler-plugin ${maven-compiler-plugin.version} ${java.min.version} ${java.min.version} org.apache.maven.plugins maven-dependency-plugin ${maven-dependency-plugin.version} org.apache.maven.plugins maven-deploy-plugin ${maven-deploy-plugin.version} org.apache.maven.plugins maven-ear-plugin ${maven-ear-plugin.version} org.apache.maven.plugins maven-enforcer-plugin ${maven-enforcer-plugin.version} enforce-maven enforce [${maven.min.version},) org.apache.maven.plugins maven-failsafe-plugin ${maven-failsafe-plugin.version} integration-tests integration-test verify ${failsafe.forkCount} ${maven.integration.test.skip} ${project.build.testOutputDirectory}/testng-it.xml ${failsafe.useSystemClassLoader} org.apache.maven.plugins maven-gpg-plugin ${maven-gpg-plugin.version} org.apache.maven.plugins maven-install-plugin ${maven-install-plugin.version} org.apache.maven.plugins maven-jar-plugin ${maven-jar-plugin.version} org.apache.maven.plugins maven-jarsigner-plugin ${maven-jarsigner-plugin.version} org.apache.maven.plugins maven-javadoc-plugin ${maven-javadoc-plugin.version} ${javadoc.path} ${java.min.version} org.apache.maven.plugins maven-jxr-plugin ${maven-jxr-plugin.version} org.apache.maven.plugins maven-pmd-plugin ${maven-pmd-plugin.version} net.sourceforge.pmd pmd-core ${dependency.pmd.version} net.sourceforge.pmd pmd-java ${dependency.pmd.version} net.sourceforge.pmd pmd-javascript ${dependency.pmd.version} net.sourceforge.pmd pmd-jsp ${dependency.pmd.version} pmd-check verify check ${pmd.skip} cpd-check verify cpd-check ${cpd.skip} true file:///${multi.module.root}/pmd.xml org.apache.maven.plugins maven-project-info-reports-plugin ${maven-project-info-reports-plugin.version} org.apache.maven.plugins maven-release-plugin ${maven-release-plugin.version} true true false release-sign-artifacts,sonatype-deployment org.apache.maven.plugins maven-resources-plugin ${maven-resources-plugin.version} org.apache.maven.plugins maven-shade-plugin ${maven-shade-plugin.version} org.apache.maven.plugins maven-site-plugin ${maven-site-plugin.version} true org.apache.maven.plugins maven-source-plugin ${maven-source-plugin.version} org.apache.maven.plugins maven-surefire-plugin ${maven-surefire-plugin.version} ${surefire.forkCount} ${maven.test.skip} ${project.build.testOutputDirectory}/testng.xml ${surefire.useSystemClassLoader} org.apache.maven.plugins maven-surefire-report-plugin ${maven-surefire-report-plugin.version} org.apache.maven.plugins maven-war-plugin ${maven-war-plugin.version} org.codehaus.mojo build-helper-maven-plugin ${build-helper-maven-plugin.version} org.codehaus.mojo exec-maven-plugin ${exec-maven-plugin.version} org.codehaus.mojo versions-maven-plugin ${versions-maven-plugin.version} check-parent-versions-update display-parent-updates validate file:///${multi.module.root}/maven-version-rules.xml org.commonjava.maven.plugins directory-maven-plugin ${directory-maven-plugin.version} multi-module-root-directory-build directory-of validate multi.module.root net.postgis postgis-java-aggregator multi-module-root-directory-site directory-of pre-site multi.module.root net.postgis postgis-java-aggregator org.jacoco jacoco-maven-plugin ${jacoco-maven-plugin.version} pre-unit-test prepare-agent unit-test-report test report pre-integration-test prepare-agent-integration ${project.build.directory}/jacoco-it.exec integration-test-report integration-test report-integration ${project.build.directory}/jacoco-it.exec ${project.reporting.outputDirectory}/jacoco-it pl.project13.maven git-commit-id-plugin ${git-commit-id-plugin.version} git-describe revision true ${project.build.outputDirectory}/META-INF/git.properties git.branch$ git.build.number$ git.build.number.unique$ git.build.time$ git.build.user.email$ git.build.user.name$ git.build.version$ git.closest.tag.commit.count$ git.closest.tag.name$ git.commit.id$ git.commit.id.abbrev$ git.commit.user.email$ git.commit.user.name$ git.commit.time$ git.tags$ org.apache.maven.plugins maven-enforcer-plugin org.commonjava.maven.plugins directory-maven-plugin com.github.spotbugs spotbugs-maven-plugin org.apache.maven.plugins maven-checkstyle-plugin org.apache.maven.plugins maven-pmd-plugin org.apache.maven.plugins maven-release-plugin org.jacoco jacoco-maven-plugin pl.project13.maven git-commit-id-plugin org.apache.maven.plugins maven-javadoc-plugin javadoc-aggregated false aggregate test-aggregate org.apache.maven.plugins maven-jxr-plugin jxr-aggregated false aggregate test-aggregate com.github.spotbugs spotbugs-maven-plugin spotbugs true false spotbugs org.apache.maven.plugins maven-checkstyle-plugin checkstyle-aggregated false false checkstyle-aggregate org.apache.maven.plugins maven-pmd-plugin pmd false true false pmd.xml pmd cpd org.apache.maven.plugins maven-surefire-report-plugin surefire report-only failsafe-report-only org.codehaus.mojo versions-maven-plugin version-update-reports dependency-updates-report plugin-updates-report property-updates-report org.jacoco jacoco-maven-plugin test-coverage-report report report-integration report-aggregate windows-javadoc windows ${java.home}/bin/javadoc.exe check-versions org.codehaus.mojo versions-maven-plugin check-versions display-parent-updates display-plugin-updates display-dependency-updates display-property-updates validate file:///${multi.module.root}/maven-version-rules.xml release-sign-artifacts org.apache.maven.plugins maven-gpg-plugin sign-artifacts verify sign org.apache.maven.plugins maven-javadoc-plugin attach-javadocs jar org.apache.maven.plugins maven-source-plugin attach-sources jar-no-fork sonatype-deployment ossrh https://oss.sonatype.org/content/repositories/snapshots ossrh https://oss.sonatype.org/service/local/staging/deploy/maven2/ SkipUnitTests true true SkipIntegrationTests true postgis-java-2024.1.0/postgis-jdbc-geometry/000077500000000000000000000000001465324730600206025ustar00rootroot00000000000000postgis-java-2024.1.0/postgis-jdbc-geometry/pom.xml000066400000000000000000000026271465324730600221260ustar00rootroot00000000000000 4.0.0 net.postgis postgis-java-aggregator 2024.1.0 postgis-geometry 2024.1.0 jar PostGIS Geometry Geometry classes provided by PostGIS JDBC Extension net.postgis.tools test-utils 2024.1.0 test maven-jar-plugin net.postgis.jdbc.geometry postgis-java-2024.1.0/postgis-jdbc-geometry/src/000077500000000000000000000000001465324730600213715ustar00rootroot00000000000000postgis-java-2024.1.0/postgis-jdbc-geometry/src/main/000077500000000000000000000000001465324730600223155ustar00rootroot00000000000000postgis-java-2024.1.0/postgis-jdbc-geometry/src/main/java/000077500000000000000000000000001465324730600232365ustar00rootroot00000000000000postgis-java-2024.1.0/postgis-jdbc-geometry/src/main/java/module-info.java.off000066400000000000000000000003141465324730600270660ustar00rootroot00000000000000module net.postgis.jdbc.geometry { requires java.sql; requires org.slf4j; exports net.postgis.jdbc.geometry; exports net.postgis.jdbc.geometry.binary; exports net.postgis.jdbc.geometry.util; }postgis-java-2024.1.0/postgis-jdbc-geometry/src/main/java/net/000077500000000000000000000000001465324730600240245ustar00rootroot00000000000000postgis-java-2024.1.0/postgis-jdbc-geometry/src/main/java/net/postgis/000077500000000000000000000000001465324730600255145ustar00rootroot00000000000000postgis-java-2024.1.0/postgis-jdbc-geometry/src/main/java/net/postgis/jdbc/000077500000000000000000000000001465324730600264165ustar00rootroot00000000000000postgis-java-2024.1.0/postgis-jdbc-geometry/src/main/java/net/postgis/jdbc/geometry/000077500000000000000000000000001465324730600302515ustar00rootroot00000000000000ComposedGeom.java000066400000000000000000000214631465324730600334240ustar00rootroot00000000000000postgis-java-2024.1.0/postgis-jdbc-geometry/src/main/java/net/postgis/jdbc/geometry/* * ComposedGeom.java * * PostGIS extension for PostgreSQL JDBC driver - geometry model * * (C) 2004 Paul Ramsey, pramsey@refractions.net * * (C) 2005 Markus Schaber, markus.schaber@logix-tt.com * * (C) 2015 Phillip Ross, phillip.w.g.ross@gmail.com * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * */ package net.postgis.jdbc.geometry; import java.sql.SQLException; import java.util.Iterator; import java.util.List; /** * ComposedGeom - Abstract base class for all Geometries that are composed out * of other Geometries. * * In fact, this currently are all Geometry subclasses except Point. * * @author markus.schaber@logix-tt.com * * */ public abstract class ComposedGeom extends Geometry { /* JDK 1.5 Serialization */ private static final long serialVersionUID = 0x100; public static final Geometry[] EMPTY = new Geometry[0]; /** * The Array containing the geometries * * This is only to be exposed by concrete subclasses, to retain type safety. */ protected Geometry[] subgeoms = EMPTY; /** * Constructs an instance with the specified type * * @param type int value corresponding to the geometry type. */ public ComposedGeom(int type) { super(type); } public Geometry getSubGeometry(int index) { return subgeoms[index]; } public int numGeoms() { return subgeoms.length; } protected ComposedGeom(int type, Geometry[] geoms) { this(type); this.subgeoms = geoms; if (geoms.length > 0) { dimension = geoms[0].dimension; haveMeasure = geoms[0].haveMeasure; } else { dimension = 0; } } protected ComposedGeom(int type, String value, boolean haveM) throws SQLException { super(type); value = initSRID(value); String typestring = getTypeString(); if (value.indexOf(typestring) == 0) { int pfxlen = typestring.length(); if (value.charAt(pfxlen) == 'M') { pfxlen += 1; haveM = true; } value = value.substring(pfxlen).trim(); } else if (value.charAt(0) != '(') { // we are neigher inner nor outer rep. throw new SQLException("Error parsing a " + typestring + " out of " + value); } if (value.equals("(EMPTY)")) { // Special case for PostGIS 0.X style empty geometry collections // (which are not OpenGIS compliant) return; } String valueNoParans = GeometryTokenizer.removeLeadingAndTrailingStrings(value, "(", ")"); List tokens = GeometryTokenizer.tokenize(valueNoParans, ','); int subgeomcount = tokens.size(); subgeoms = createSubGeomArray(subgeomcount); for (int p = 0; p < subgeomcount; p++) { subgeoms[p] = createSubGeomInstance(tokens.get(p), haveM); } dimension = subgeoms[0].dimension; // fetch haveMeasure from sub-point because haveM does only work with // 2d+M, not with 3d+M geometries haveMeasure = subgeoms[0].haveMeasure; } /** * Return the appropriate instance of the sub-geometry - this encapsulates * subclass specific constructor calls * * @param token The token containing the value for the sub-geometry * @param haveM flag to indicate the existence of a measure * @return the new sub-geometry * @throws SQLException if a SQLException is thrown */ protected abstract Geometry createSubGeomInstance(String token, boolean haveM) throws SQLException; /** * Return the appropriate instance of the sub-geometry array - this * encapsulates subclass specific array instantiation * * @param size number of elements in the array * @return Geometry array corresponding to the sub-geometry */ protected abstract Geometry[] createSubGeomArray(int size); protected boolean equalsintern(Geometry other) { // Can be assumed to be the same subclass of Geometry, so it must be a // ComposedGeom, too. ComposedGeom cother = (ComposedGeom) other; if (cother.subgeoms == null && subgeoms == null) { return true; } else if (cother.subgeoms == null || subgeoms == null) { return false; } else if (cother.subgeoms.length != subgeoms.length) { return false; } else if (subgeoms.length == 0) { return true; } else { for (int i = 0; i < subgeoms.length; i++) { if (!cother.subgeoms[i].equalsintern(this.subgeoms[i])) { return false; } } } return true; } public int numPoints() { if ((subgeoms == null) || (subgeoms.length == 0)) { return 0; } else { int result = 0; for (int i = 0; i < subgeoms.length; i++) { result += subgeoms[i].numPoints(); } return result; } } public Point getPoint(int n) { if (n < 0) { throw new ArrayIndexOutOfBoundsException("Negative index not allowed"); } else if ((subgeoms == null) || (subgeoms.length == 0)) { throw new ArrayIndexOutOfBoundsException("Empty Geometry has no Points!"); } else { for (int i = 0; i < subgeoms.length; i++) { Geometry current = subgeoms[i]; int np = current.numPoints(); if (n < np) { return current.getPoint(n); } else { n -= np; } } throw new ArrayIndexOutOfBoundsException("Index too large!"); } } /** * Optimized version */ public Point getLastPoint() { if ((subgeoms == null) || (subgeoms.length == 0)) { throw new ArrayIndexOutOfBoundsException("Empty Geometry has no Points!"); } else { return subgeoms[subgeoms.length - 1].getLastPoint(); } } /** * Optimized version */ public Point getFirstPoint() { if ((subgeoms == null) || (subgeoms.length == 0)) { throw new ArrayIndexOutOfBoundsException("Empty Geometry has no Points!"); } else { return subgeoms[0].getFirstPoint(); } } public Iterator iterator() { return java.util.Arrays.asList(subgeoms).iterator(); } public boolean isEmpty() { return (subgeoms == null) || (subgeoms.length == 0); } protected void mediumWKT(StringBuffer sb) { if ((subgeoms == null) || (subgeoms.length == 0)) { sb.append(" EMPTY"); } else { sb.append('('); innerWKT(sb); sb.append(')'); } } protected void innerWKT(StringBuffer sb) { subgeoms[0].mediumWKT(sb); for (int i = 1; i < subgeoms.length; i++) { sb.append(','); subgeoms[i].mediumWKT(sb); } } // Hashing - still buggy! boolean nohash = true; int hashcode = 0; public int hashCode() { if (nohash) { hashcode = super.hashCode() ^ subgeoms.hashCode(); nohash = false; } return hashcode; } public boolean checkConsistency() { if (super.checkConsistency()) { if (isEmpty()) { return true; } // cache to avoid getMember opcode int _dimension = this.dimension; boolean _haveMeasure = this.haveMeasure; int _srid = this.srid; for (int i = 0; i < subgeoms.length; i++) { Geometry sub = subgeoms[i]; if (!(sub.checkConsistency() && sub.dimension == _dimension && sub.haveMeasure == _haveMeasure && sub.srid == _srid)) { return false; } } return true; } else { return false; } } public void setSrid(int srid) { super.setSrid(srid); for (int i = 0; i < subgeoms.length; i++) { subgeoms[i].setSrid(srid); } } } postgis-java-2024.1.0/postgis-jdbc-geometry/src/main/java/net/postgis/jdbc/geometry/Geometry.java000066400000000000000000000226661465324730600327230ustar00rootroot00000000000000/* * Geometry.java * * PostGIS extension for PostgreSQL JDBC driver - geometry model * * (C) 2004 Paul Ramsey, pramsey@refractions.net * * (C) 2005 Markus Schaber, markus.schaber@logix-tt.com * * (C) 2015 Phillip Ross, phillip.w.g.ross@gmail.com * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * */ package net.postgis.jdbc.geometry; import java.io.Serializable; /** The base class of all geometries */ public abstract class Geometry implements Serializable { /* JDK 1.5 Serialization */ private static final long serialVersionUID = 0x100; // OpenGIS Geometry types as defined in the OGC WKB Spec // (May we replace this with an ENUM as soon as JDK 1.5 // has gained widespread usage?) /** Fake type for linear ring */ public static final int LINEARRING = 0; /** * The OGIS geometry type number for points. */ public static final int POINT = 1; /** * The OGIS geometry type number for lines. */ public static final int LINESTRING = 2; /** * The OGIS geometry type number for polygons. */ public static final int POLYGON = 3; /** * The OGIS geometry type number for aggregate points. */ public static final int MULTIPOINT = 4; /** * The OGIS geometry type number for aggregate lines. */ public static final int MULTILINESTRING = 5; /** * The OGIS geometry type number for aggregate polygons. */ public static final int MULTIPOLYGON = 6; /** * The OGIS geometry type number for feature collections. */ public static final int GEOMETRYCOLLECTION = 7; public static final String[] ALLTYPES = new String[] { "", // internally used LinearRing does not have any text in front of // it "POINT", "LINESTRING", "POLYGON", "MULTIPOINT", "MULTILINESTRING", "MULTIPOLYGON", "GEOMETRYCOLLECTION" }; /** * The Text representations of the geometry types * * @param type int value of the type to lookup * @return String reprentation of the type. */ public static String getTypeString(int type) { if (type >= 0 && type <= 7) { return ALLTYPES[type]; } else { throw new IllegalArgumentException("Unknown Geometry type" + type); } } // Properties common to all geometries /** * The dimensionality of this feature (2,3) */ public int dimension; /** * Do we have a measure (4th dimension) */ public boolean haveMeasure = false; /** * The OGIS geometry type of this feature. this is final as it never * changes, it is bound to the subclass of the instance. */ public final int type; /** * Official UNKNOWN srid value */ public final static int UNKNOWN_SRID = 0; /** * The spacial reference system id of this geometry, default is no srid */ public int srid = UNKNOWN_SRID; /** * Parse a SRID value, anything {@code <= 0} is unknown * * @param srid the SRID to parse * @return parsed SRID value */ public static int parseSRID(int srid) { if (srid < 0) { /* TODO: raise a warning ? */ srid = 0; } return srid; } /** * Constructor for subclasses * * @param type * has to be given by all subclasses. */ protected Geometry(int type) { this.type = type; } /** * java.lang.Object hashCode implementation */ public int hashCode() { return dimension | (type * 4) | (srid * 32); } /** * java.lang.Object equals implementation * * @param other geometry to compare * @return true if equal, false otherwise */ public boolean equals(Object other) { return (other != null) && (other instanceof Geometry) && equals((Geometry) other); } /** * geometry specific equals implementation - only defined for non-null * values * * @param other geometry to compare * @return true if equal, false otherwise */ public boolean equals(Geometry other) { return (other != null) && (this.dimension == other.dimension) && (this.type == other.type) && (this.srid == other.srid) && (this.haveMeasure == other.haveMeasure) && other.getClass().equals(this.getClass()) && this.equalsintern(other); } /** * Whether test coordinates for geometry - subclass specific code * * Implementors can assume that dimensin, type, srid and haveMeasure are * equal, other != null and other is the same subclass. * * @param other geometry to compare * @return true if equal, false otherwise */ protected abstract boolean equalsintern(Geometry other); /** * Return the number of Points of the geometry * * @return number of points in the geometry */ public abstract int numPoints(); /** * Get the nth Point of the geometry * * @param n the index of the point, from 0 to numPoints()-1; * @return nth point in the geometry * @throws ArrayIndexOutOfBoundsException in case of an emtpy geometry or bad index. */ public abstract Point getPoint(int n); /** * Same as getPoint(0); * * @return the initial Point in this geometry */ public abstract Point getFirstPoint(); /** * Same as getPoint(numPoints()-1); * * @return the final Point in this geometry */ public abstract Point getLastPoint(); /** * The OGIS geometry type number of this geometry. * * @return int value representation for the type of this geometry */ public int getType() { return this.type; } /** * Return the Type as String * * @return String representation for the type of this geometry */ public String getTypeString() { return getTypeString(this.type); } /** * Returns whether we have a measure * * @return true if the geometry has a measure, false otherwise */ public boolean isMeasured() { return haveMeasure; } /** * Queries the number of geometric dimensions of this geometry. This does * not include measures, as opposed to the server. * * @return The dimensionality (eg, 2D or 3D) of this geometry. */ public int getDimension() { return this.dimension; } /** * The OGIS geometry type number of this geometry. * * @return the SRID of this geometry */ public int getSrid() { return this.srid; } /** * Recursively sets the srid on this geometry and all contained * subgeometries * * @param srid the SRID for this geometry */ public void setSrid(int srid) { this.srid = srid; } public String toString() { StringBuffer sb = new StringBuffer(); if (srid != UNKNOWN_SRID) { sb.append("SRID="); sb.append(srid); sb.append(';'); } outerWKT(sb, true); return sb.toString(); } /** * Render the WKT version of this Geometry (without SRID) into the given * StringBuffer. * * @param sb StringBuffer to render into * @param putM flag to indicate if the M character should be used. */ public void outerWKT(StringBuffer sb, boolean putM) { sb.append(getTypeString()); if (putM && haveMeasure && dimension == 2) { sb.append('M'); } mediumWKT(sb); } public final void outerWKT(StringBuffer sb) { outerWKT(sb, true); } /** * Render the WKT without the type name, but including the brackets into the * StringBuffer * * @param sb StringBuffer to render into */ protected void mediumWKT(StringBuffer sb) { sb.append('('); innerWKT(sb); sb.append(')'); } /** * Render the "inner" part of the WKT (inside the brackets) into the * StringBuffer. * * @param SB StringBuffer to render into */ protected abstract void innerWKT(StringBuffer SB); /** * backwards compatibility method * * @return String representation of the value for the geometry. */ public String getValue() { StringBuffer sb = new StringBuffer(); mediumWKT(sb); return sb.toString(); } /** * Do some internal consistency checks on the geometry. * * Currently, all Geometries must have a valid dimension (2 or 3) and a * valid type. 2-dimensional Points must have Z=0.0, as well as non-measured * Points must have m=0.0. Composed geometries must have all equal SRID, * dimensionality and measures, as well as that they do not contain NULL or * inconsistent subgeometries. * * BinaryParser and WKTParser should only generate consistent geometries. * BinaryWriter may produce invalid results on inconsistent geometries. * * @return true if all checks are passed. */ public boolean checkConsistency() { return (dimension >= 2 && dimension <= 3) && (type >= 0 && type <= 7); } /** * Splits the SRID=4711; part of a EWKT rep if present and sets the srid. * * @param value String value to extract the SRID from * @return value without the SRID=4711; part */ protected String initSRID(String value) { value = value.trim(); if (value.startsWith("SRID=")) { int index = value.indexOf(';', 5); // sridprefix length is 5 if (index == -1) { throw new IllegalArgumentException( "Error parsing Geometry - SRID not delimited with ';' "); } else { this.srid = Integer.parseInt(value.substring(5, index)); return value.substring(index + 1).trim(); } } else { return value; } } } GeometryBuilder.java000066400000000000000000000077351465324730600341530ustar00rootroot00000000000000postgis-java-2024.1.0/postgis-jdbc-geometry/src/main/java/net/postgis/jdbc/geometrypackage net.postgis.jdbc.geometry; import net.postgis.jdbc.geometry.binary.BinaryParser; import java.sql.SQLException; /** * Builds geometry instances. * * Note: This class contains the word "builder" but does NOT implement the builder pattern (yet). * * @author Phillip Ross */ public class GeometryBuilder { /** The prefix that indicates SRID presence */ public static final String SRIDPREFIX = "SRID="; public static Geometry geomFromString(String value) throws SQLException { return geomFromString(value, false); } public static Geometry geomFromString(String value, boolean haveM) throws SQLException { BinaryParser bp = new BinaryParser(); return geomFromString(value, bp, haveM); } /** * Maybe we could add more error checking here? * * @param value String representing the geometry * @param bp BinaryParser to use whe parsing * @return Geometry object parsed from the specified string value * @throws SQLException when a SQLException occurs */ public static Geometry geomFromString(String value, BinaryParser bp) throws SQLException { return geomFromString(value, bp, false); } public static Geometry geomFromString(String value, BinaryParser bp, boolean haveM) throws SQLException { value = value.trim(); int srid = Geometry.UNKNOWN_SRID; if (value.startsWith(SRIDPREFIX)) { // break up geometry into srid and wkt String[] parts = splitSRID(value); value = parts[1].trim(); srid = Geometry.parseSRID(Integer.parseInt(parts[0].substring(5))); } Geometry result; if (value.startsWith("00") || value.startsWith("01")) { result = bp.parse(value); } else if (value.endsWith("EMPTY")) { // We have a standard conforming representation for an empty // geometry which is to be parsed as an empty GeometryCollection. result = new GeometryCollection(); } else if (value.startsWith("MULTIPOLYGON")) { result = new MultiPolygon(value, haveM); } else if (value.startsWith("MULTILINESTRING")) { result = new MultiLineString(value, haveM); } else if (value.startsWith("MULTIPOINT")) { result = new MultiPoint(value, haveM); } else if (value.startsWith("POLYGON")) { result = new Polygon(value, haveM); } else if (value.startsWith("LINESTRING")) { result = new LineString(value, haveM); } else if (value.startsWith("POINT")) { result = new Point(value, haveM); } else if (value.startsWith("GEOMETRYCOLLECTION")) { result = new GeometryCollection(value, haveM); } else { throw new SQLException("Unknown type: " + value); } if (srid != Geometry.UNKNOWN_SRID) { result.srid = srid; } return result; } /** * Splits a String at the first occurrence of border character. * * Poor man's String.split() replacement, as String.split() was invented at * jdk1.4, and the Debian PostGIS Maintainer had problems building the woody * backport of his package using DFSG-free compilers. In all the cases we * used split() in the net.postgis package, we only needed to split at the * first occurence, and thus this code could even be faster. * * @param whole the String to be split * @return String array containing the split elements * @throws SQLException when a SQLException occurrs */ public static String[] splitSRID(String whole) throws SQLException { int index = whole.indexOf(';', 5); // sridprefix length is 5 if (index == -1) { throw new SQLException("Error parsing Geometry - SRID not delimited with ';' "); } else { return new String[]{ whole.substring(0, index), whole.substring(index + 1)}; } } } GeometryCollection.java000066400000000000000000000045651465324730600346560ustar00rootroot00000000000000postgis-java-2024.1.0/postgis-jdbc-geometry/src/main/java/net/postgis/jdbc/geometry/* * GeometryCollection.java * * PostGIS extension for PostgreSQL JDBC driver - geometry model * * (C) 2004 Paul Ramsey, pramsey@refractions.net * * (C) 2005 Markus Schaber, markus.schaber@logix-tt.com * * (C) 2015 Phillip Ross, phillip.w.g.ross@gmail.com * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * */ package net.postgis.jdbc.geometry; import java.sql.SQLException; /** * Geometry Collection class WARNING: Currently only implements empty * collections * * @author markus.schaber@logix-tt.com * */ public class GeometryCollection extends ComposedGeom { /* JDK 1.5 Serialization */ private static final long serialVersionUID = 0x100; public static final String GeoCollID = "GEOMETRYCOLLECTION"; public GeometryCollection() { super(GEOMETRYCOLLECTION); } public GeometryCollection(Geometry[] geoms) { super(GEOMETRYCOLLECTION, geoms); } public GeometryCollection(String value) throws SQLException { this(value, false); } public GeometryCollection(String value, boolean haveM) throws SQLException { super(GEOMETRYCOLLECTION, value, haveM); } protected Geometry[] createSubGeomArray(int ngeoms) { return new Geometry[ngeoms]; } protected Geometry createSubGeomInstance(String token, boolean haveM) throws SQLException { return GeometryBuilder.geomFromString(token, haveM); } protected void innerWKT(StringBuffer SB) { subgeoms[0].outerWKT(SB, true); for (int i = 1; i < subgeoms.length; i++) { SB.append(','); subgeoms[i].outerWKT(SB, true); } } public Geometry[] getGeometries() { return subgeoms; } } GeometryTokenizer.java000066400000000000000000000047471465324730600345370ustar00rootroot00000000000000postgis-java-2024.1.0/postgis-jdbc-geometry/src/main/java/net/postgis/jdbc/geometry/* * GeometryTokenizer.java * * PostGIS extension for PostgreSQL JDBC driver - geometry model * * (C) 2015 Phillip Ross, phillip.w.g.ross@gmail.com * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * */ package net.postgis.jdbc.geometry; import java.util.ArrayList; import java.util.List; import java.util.Stack; public class GeometryTokenizer { public static List tokenize(String string, char delimiter) { List tokens = new ArrayList<>(); Stack stack = new Stack<>(); int consumed = 0; for (int position = 0; position < string.length(); position++) { char character = string.charAt(position); if ((character == '(') || (character == '[')) { stack.push(character); } else if (((character == ')') && (stack.peek() == '(')) || ((character == ']') && (stack.peek() == '[')) ) { stack.pop(); } if ((character == delimiter) && (stack.size() == 0)) { tokens.add(string.substring(consumed, position)); consumed = position + 1; } } if (consumed < string.length()) { tokens.add(string.substring(consumed)); } return tokens; } public static String removeLeadingAndTrailingStrings(String string, String leadingString, String trailingString) { int startIndex = string.indexOf(leadingString); if (startIndex == -1) { startIndex = 0; } else { startIndex += leadingString.length(); } int endIndex = string.lastIndexOf(trailingString); if (endIndex == -1) { endIndex = string.length(); } return string.substring(startIndex, endIndex); } }postgis-java-2024.1.0/postgis-jdbc-geometry/src/main/java/net/postgis/jdbc/geometry/LineString.java000066400000000000000000000060311465324730600331720ustar00rootroot00000000000000/* * LineString.java * * PostGIS extension for PostgreSQL JDBC driver - geometry model * * (C) 2004 Paul Ramsey, pramsey@refractions.net * * (C) 2005 Markus Schaber, markus.schaber@logix-tt.com * * (C) 2015 Phillip Ross, phillip.w.g.ross@gmail.com * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * */ package net.postgis.jdbc.geometry; import java.sql.SQLException; public class LineString extends PointComposedGeom { /* JDK 1.5 Serialization */ private static final long serialVersionUID = 0x100; double len = -1.; public LineString() { super(LINESTRING); } public LineString(Point[] points) { super(LINESTRING, points); } public LineString(String value) throws SQLException { super(LINESTRING, value); } public LineString(String value, boolean haveM) throws SQLException { super(LINESTRING, value, haveM); } public LineString reverse() { Point[] points = this.getPoints(); int l = points.length; int i, j; Point[] p = new Point[l]; for (i = 0, j = l - 1; i < l; i++, j--) { p[i] = points[j]; } return new LineString(p); } public LineString concat(LineString other) { Point[] points = this.getPoints(); Point[] opoints = other.getPoints(); boolean cutPoint = this.getLastPoint() == null || this.getLastPoint().equals(other.getFirstPoint()); int count = points.length + opoints.length - (cutPoint ? 1 : 0); Point[] p = new Point[count]; // Maybe we should use System.arrayCopy here? int i, j; for (i = 0; i < points.length; i++) { p[i] = points[i]; } if (!cutPoint) { p[i++] = other.getFirstPoint(); } for (j = 1; j < opoints.length; j++, i++) { p[i] = opoints[j]; } return new LineString(p); } public double length() { if (len < 0) { Point[] points = this.getPoints(); if ((points == null) || (points.length < 2)) { len = 0; } else { double sum = 0; for (int i = 1; i < points.length; i++) { sum += points[i - 1].distance(points[i]); } len = sum; } } return len; } } postgis-java-2024.1.0/postgis-jdbc-geometry/src/main/java/net/postgis/jdbc/geometry/LinearRing.java000066400000000000000000000054661465324730600331610ustar00rootroot00000000000000/* * LinearRing.java * * PostGIS extension for PostgreSQL JDBC driver - geometry model * * (C) 2004 Paul Ramsey, pramsey@refractions.net * * (C) 2005 Markus Schaber, markus.schaber@logix-tt.com * * (C) 2015 Phillip Ross, phillip.w.g.ross@gmail.com * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * */ package net.postgis.jdbc.geometry; import java.sql.SQLException; import java.util.List; /** * This represents the LinearRing GIS datatype. This type is used to construct * the polygon types, but is not stored or retrieved directly from the database. */ public class LinearRing extends PointComposedGeom { /* JDK 1.5 Serialization */ private static final long serialVersionUID = 0x100; public LinearRing(Point[] points) { super(LINEARRING, points); } /** * This is called to construct a LinearRing from the PostGIS string * representation of a ring. * * @param value Definition of this ring in the PostGIS string format. * @throws SQLException when a SQLException occurs */ public LinearRing(String value) throws SQLException { this(value, false); } /** * @param value The text representation of this LinearRing * @param haveM Hint whether we have a measure. This is given to us by other * "parent" Polygon, and is passed further to our parent. * @throws SQLException when a SQLException occurs */ protected LinearRing(String value, boolean haveM) throws SQLException { super(LINEARRING); String valueNoParans = GeometryTokenizer.removeLeadingAndTrailingStrings(value.trim(), "(", ")"); List tokens = GeometryTokenizer.tokenize(valueNoParans, ','); int npoints = tokens.size(); Point[] points = new Point[npoints]; for (int p = 0; p < npoints; p++) { points[p] = new Point(tokens.get(p), haveM); } this.dimension = points[0].dimension; // fetch haveMeasure from subpoint because haveM does only work with // 2d+M, not with 3d+M geometries this.haveMeasure = points[0].haveMeasure; this.subgeoms = points; } }MultiLineString.java000066400000000000000000000053131465324730600341300ustar00rootroot00000000000000postgis-java-2024.1.0/postgis-jdbc-geometry/src/main/java/net/postgis/jdbc/geometry/* * MultiLineString.java * * PostGIS extension for PostgreSQL JDBC driver - geometry model * * (C) 2004 Paul Ramsey, pramsey@refractions.net * * (C) 2005 Markus Schaber, markus.schaber@logix-tt.com * * (C) 2015 Phillip Ross, phillip.w.g.ross@gmail.com * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * */ package net.postgis.jdbc.geometry; import java.sql.SQLException; public class MultiLineString extends ComposedGeom { /* JDK 1.5 Serialization */ private static final long serialVersionUID = 0x100; double len = -1; public int hashCode() { return super.hashCode() ^ (int) this.length(); } public MultiLineString() { super(MULTILINESTRING); } public MultiLineString(LineString[] lines) { super(MULTILINESTRING, lines); } public MultiLineString(String value) throws SQLException { this(value, false); } public MultiLineString(String value, boolean haveM) throws SQLException { super(MULTILINESTRING, value, haveM); } protected Geometry createSubGeomInstance(String token, boolean haveM) throws SQLException { return new LineString(token, haveM); } protected Geometry[] createSubGeomArray(int nlines) { return new LineString[nlines]; } public int numLines() { return subgeoms.length; } public LineString[] getLines() { return (LineString[]) subgeoms.clone(); } public LineString getLine(int idx) { if (idx >= 0 & idx < subgeoms.length) { return (LineString) subgeoms[idx]; } else { return null; } } public double length() { if (len < 0) { LineString[] lines = (LineString[]) subgeoms; if (lines.length < 1) { len = 0; } else { double sum = 0; for (int i = 0; i < lines.length; i++) { sum += lines[i].length(); } len = sum; } } return len; } } postgis-java-2024.1.0/postgis-jdbc-geometry/src/main/java/net/postgis/jdbc/geometry/MultiPoint.java000066400000000000000000000030561465324730600332240ustar00rootroot00000000000000/* * MultiPoint.java * * PostGIS extension for PostgreSQL JDBC driver - geometry model * * (C) 2004 Paul Ramsey, pramsey@refractions.net * * (C) 2005 Markus Schaber, markus.schaber@logix-tt.com * * (C) 2015 Phillip Ross, phillip.w.g.ross@gmail.com * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * */ package net.postgis.jdbc.geometry; import java.sql.SQLException; public class MultiPoint extends PointComposedGeom { /* JDK 1.5 Serialization */ private static final long serialVersionUID = 0x100; public MultiPoint() { super(MULTIPOINT); } public MultiPoint(Point[] points) { super(MULTIPOINT, points); } public MultiPoint(String value) throws SQLException { this(value, false); } protected MultiPoint(String value, boolean haveM) throws SQLException { super(MULTIPOINT, value, haveM); } } MultiPolygon.java000066400000000000000000000042301465324730600334760ustar00rootroot00000000000000postgis-java-2024.1.0/postgis-jdbc-geometry/src/main/java/net/postgis/jdbc/geometry/* * MultiPolygon.java * * PostGIS extension for PostgreSQL JDBC driver - geometry model * * (C) 2004 Paul Ramsey, pramsey@refractions.net * * (C) 2005 Markus Schaber, markus.schaber@logix-tt.com * * (C) 2015 Phillip Ross, phillip.w.g.ross@gmail.com * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * */ package net.postgis.jdbc.geometry; import java.sql.SQLException; public class MultiPolygon extends ComposedGeom { /* JDK 1.5 Serialization */ private static final long serialVersionUID = 0x100; public MultiPolygon() { super(MULTIPOLYGON); } public MultiPolygon(Polygon[] polygons) { super(MULTIPOLYGON, polygons); } public MultiPolygon(String value) throws SQLException { this(value, false); } protected MultiPolygon(String value, boolean haveM) throws SQLException { super(MULTIPOLYGON, value, haveM); } protected Geometry[] createSubGeomArray(int npolygons) { return new Polygon[npolygons]; } protected Geometry createSubGeomInstance(String token, boolean haveM) throws SQLException { return new Polygon(token, haveM); } public int numPolygons() { return subgeoms.length; } public Polygon getPolygon(int idx) { if (idx >= 0 & idx < subgeoms.length) { return (Polygon) subgeoms[idx]; } else { return null; } } public Polygon[] getPolygons() { return (Polygon[]) subgeoms; } } postgis-java-2024.1.0/postgis-jdbc-geometry/src/main/java/net/postgis/jdbc/geometry/Point.java000066400000000000000000000203131465324730600322040ustar00rootroot00000000000000/* * Point.java * * PostGIS extension for PostgreSQL JDBC driver - geometry model * * (C) 2004 Paul Ramsey, pramsey@refractions.net * * (C) 2005 Markus Schaber, markus.schaber@logix-tt.com * * (C) 2015 Phillip Ross, phillip.w.g.ross@gmail.com * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * */ package net.postgis.jdbc.geometry; import java.sql.SQLException; import java.util.List; public class Point extends Geometry { /* JDK 1.5 Serialization */ private static final long serialVersionUID = 0x100; public static final boolean CUTINTS = true; public int hashCode() { return super.hashCode() ^ hashCode(x) ^ hashCode(y) ^ hashCode(z) ^ hashCode(m); } public static int hashCode(double value) { long v = Double.doubleToLongBits(value); return (int) (v ^ (v >>> 32)); } protected boolean equalsintern(Geometry otherg) { Point other = (Point) otherg; return equals(other); } public static boolean double_equals(double a, double b) { if ( Double.isNaN(a) && Double.isNaN(b) ) { return true; } else { return (a == b); } } public final boolean equals(Point other) { boolean xequals = double_equals(x, other.x); boolean yequals = double_equals(y, other.y); boolean zequals = ((dimension == 2) || double_equals(z, other.z)); boolean mequals = ((haveMeasure == false) || double_equals(m,other.m)); boolean result = xequals && yequals && zequals && mequals; return result; } public Point getPoint(int index) { if (index == 0) { return this; } else { throw new ArrayIndexOutOfBoundsException("Point only has a single Point! " + index); } } /** Optimized versions for this special case */ public Point getFirstPoint() { return this; } /** Optimized versions for this special case */ public Point getLastPoint() { return this; } public int numPoints() { return 1; } /** * The X coordinate of the point. * In most long/lat systems, this is the longitude. */ public double x; /** * The Y coordinate of the point. * In most long/lat systems, this is the latitude. */ public double y; /** * The Z coordinate of the point. * In most long/lat systems, this is a radius from the * center of the earth, or the height / elevation over * the ground. */ public double z; /** * The measure of the point. */ public double m = 0.0; public Point() { super(POINT); } /** Constructs a new Point * @param x the longitude / x ordinate * @param y the latitude / y ordinate * @param z the radius / height / elevation / z ordinate */ public Point(double x, double y, double z) { this(); this.x = x; this.y = y; this.z = z; dimension = 3; } /** Constructs a new Point * @param x the longitude / x ordinate * @param y the latitude / y ordinate */ public Point(double x, double y) { this(); this.x = x; this.y = y; this.z = 0.0; dimension = 2; } /** * Construct a Point from EWKT. * * (3D and measures are legal, but SRID is not allowed). * * @param value String representation of the geometry. * @throws SQLException when a SQLException occurs */ public Point(String value) throws SQLException { this(value, false); } /** * Construct a Point * * @param value The text representation of this point * @param haveM Hint whether we have a measure. This is used by other * geometries parsing inner points where we only get "1 2 3 4" * like strings without the "POINT(" and ")" stuff. If there * acutally is a POINTM prefix, this overrides the given value. * However, POINT does not set it to false, as they can be * contained in measured collections, as in * "GEOMETRYCOLLECTIONM(POINT(0 0 0))". * @throws SQLException when a SQLException occurs */ protected Point(String value, boolean haveM) throws SQLException { this(); value = initSRID(value); if (value.indexOf("POINTM") == 0) { haveM = true; value = value.substring(6).trim(); } else if (value.indexOf("POINT") == 0) { value = value.substring(5).trim(); } String valueNoParans = GeometryTokenizer.removeLeadingAndTrailingStrings(value, "(", ")"); List tokens = GeometryTokenizer.tokenize(valueNoParans, ' '); try { x = Double.valueOf(tokens.get(0)).doubleValue(); y = Double.valueOf(tokens.get(1)).doubleValue(); haveM |= tokens.size() == 4; if ((tokens.size() == 3 && !haveM) || (tokens.size() == 4)) { z = Double.valueOf(tokens.get(2)).doubleValue(); dimension = 3; } else { dimension = 2; } if (haveM) { m = Double.valueOf(tokens.get(dimension)).doubleValue(); } } catch (NumberFormatException e) { throw new SQLException("Error parsing Point: " + e.toString()); } haveMeasure = haveM; } public void innerWKT(StringBuffer sb) { sb.append(x); if (CUTINTS) cutint(sb); sb.append(' '); sb.append(y); if (CUTINTS) cutint(sb); if (dimension == 3) { sb.append(' '); sb.append(z); if (CUTINTS) cutint(sb); } if (haveMeasure) { sb.append(' '); sb.append(m); if (CUTINTS) cutint(sb); } } private static void cutint(StringBuffer sb) { int l = sb.length() - 2; if ((sb.charAt(l + 1) == '0') && (sb.charAt(l) == '.')) { sb.setLength(l); } } public double getX() { return x; } public double getY() { return y; } public double getZ() { return z; } public double getM() { return m; } public void setX(double x) { this.x = x; } public void setY(double y) { this.y = y; } public void setZ(double z) { this.z = z; } public void setM(double m) { haveMeasure = true; this.m = m; } public void setX(int x) { this.x = x; } public void setY(int y) { this.y = y; } public void setZ(int z) { this.z = z; } public double distance(Point other) { double tx, ty, tz; if (this.dimension != other.dimension) { throw new IllegalArgumentException("Points have different dimensions!"); } tx = this.x - other.x; switch (this.dimension) { case 1 : return Math.sqrt(tx * tx); case 2 : ty = this.y - other.y; return Math.sqrt(tx * tx + ty * ty); case 3 : ty = this.y - other.y; tz = this.z - other.z; return Math.sqrt(tx * tx + ty * ty + tz * tz); default : throw new IllegalArgumentException("Illegal dimension of Point" + this.dimension); } } public boolean checkConsistency() { return super.checkConsistency() && (this.dimension == 3 || this.z == 0.0) && (this.haveMeasure || this.m == 0.0); } } PointComposedGeom.java000066400000000000000000000053471465324730600344410ustar00rootroot00000000000000postgis-java-2024.1.0/postgis-jdbc-geometry/src/main/java/net/postgis/jdbc/geometry/* * PointComposedGeom.java * * PostGIS extension for PostgreSQL JDBC driver - geometry model * * (C) 2004 Paul Ramsey, pramsey@refractions.net * * (C) 2005 Markus Schaber, markus.schaber@logix-tt.com * * (C) 2015 Phillip Ross, phillip.w.g.ross@gmail.com * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * */ package net.postgis.jdbc.geometry; import java.sql.SQLException; /** * PointComposedGeom - base class for all composed geoms that contain only * points. * * @author markus.schaber@logix-tt.com * */ public abstract class PointComposedGeom extends ComposedGeom { /* JDK 1.5 Serialization */ private static final long serialVersionUID = 0x100; protected PointComposedGeom(int type) { super(type); } protected PointComposedGeom(int type, Point[] points) { super(type, points); } public PointComposedGeom(int type, String value) throws SQLException { this(type, value, false); } public PointComposedGeom(int type, String value, boolean haveM) throws SQLException { super(type, value, haveM); } protected Geometry createSubGeomInstance(String token, boolean haveM) throws SQLException { return new Point(token, haveM); } protected Geometry[] createSubGeomArray(int pointcount) { return new Point[pointcount]; } protected void innerWKT(StringBuffer sb) { subgeoms[0].innerWKT(sb); for (int i = 1; i < subgeoms.length; i++) { sb.append(','); subgeoms[i].innerWKT(sb); } } /** * optimized version */ public int numPoints() { return subgeoms.length; } /** * optimized version */ public Point getPoint(int idx) { if (idx >= 0 & idx < subgeoms.length) { return (Point) subgeoms[idx]; } else { return null; } } /** * Get the underlying Point array * * @return an array of Points within this geometry */ public Point[] getPoints() { return (Point[]) subgeoms; } } postgis-java-2024.1.0/postgis-jdbc-geometry/src/main/java/net/postgis/jdbc/geometry/Polygon.java000066400000000000000000000040261465324730600325450ustar00rootroot00000000000000/* * Polygon.java * * PostGIS extension for PostgreSQL JDBC driver - geometry model * * (C) 2004 Paul Ramsey, pramsey@refractions.net * * (C) 2005 Markus Schaber, markus.schaber@logix-tt.com * * (C) 2015 Phillip Ross, phillip.w.g.ross@gmail.com * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * */ package net.postgis.jdbc.geometry; import java.sql.SQLException; public class Polygon extends ComposedGeom { /* JDK 1.5 Serialization */ private static final long serialVersionUID = 0x100; public Polygon() { super(POLYGON); } public Polygon(LinearRing[] rings) { super(POLYGON, rings); } public Polygon(String value) throws SQLException { this(value, false); } public Polygon(String value, boolean haveM) throws SQLException { super(POLYGON, value, haveM); } protected Geometry createSubGeomInstance(String token, boolean haveM) throws SQLException { return new LinearRing(token, haveM); } protected Geometry[] createSubGeomArray(int ringcount) { return new LinearRing[ringcount]; } public int numRings() { return subgeoms.length; } public LinearRing getRing(int idx) { if (idx >= 0 & idx < subgeoms.length) { return (LinearRing) subgeoms[idx]; } else { return null; } } } postgis-java-2024.1.0/postgis-jdbc-geometry/src/main/java/net/postgis/jdbc/geometry/binary/000077500000000000000000000000001465324730600315355ustar00rootroot00000000000000BinaryParser.java000066400000000000000000000203671465324730600347320ustar00rootroot00000000000000postgis-java-2024.1.0/postgis-jdbc-geometry/src/main/java/net/postgis/jdbc/geometry/binary/* * BinaryParser.java * * PostGIS extension for PostgreSQL JDBC driver - Binary Parser * * (C) 2005 Markus Schaber, markus.schaber@logix-tt.com * * (C) 2015 Phillip Ross, phillip.w.g.ross@gmail.com * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * */ package net.postgis.jdbc.geometry.binary; import net.postgis.jdbc.geometry.Geometry; import net.postgis.jdbc.geometry.GeometryCollection; import net.postgis.jdbc.geometry.LineString; import net.postgis.jdbc.geometry.LinearRing; import net.postgis.jdbc.geometry.MultiLineString; import net.postgis.jdbc.geometry.MultiPoint; import net.postgis.jdbc.geometry.MultiPolygon; import net.postgis.jdbc.geometry.Point; import net.postgis.jdbc.geometry.Polygon; import net.postgis.jdbc.geometry.binary.ByteGetter.BinaryByteGetter; import net.postgis.jdbc.geometry.binary.ByteGetter.StringByteGetter; /** * Parse binary representation of geometries. * * It should be easy to add char[] and CharSequence ByteGetter instances, * although the latter one is not compatible with older jdks. * * I did not implement real unsigned 32-bit integers or emulate them with long, * as both java Arrays and Strings currently can have only 2^31-1 elements * (bytes), so we cannot even get or build Geometries with more than approx. * 2^28 coordinates (8 bytes each). * * @author {@literal Markus Schaber } * */ public class BinaryParser { /** * Get the appropriate ValueGetter for my endianness * * @param bytes The appropriate Byte Getter * * @return the ValueGetter */ public static ValueGetter valueGetterForEndian(ByteGetter bytes) { if (bytes.get(0) == ValueGetter.XDR.NUMBER) { // XDR return new ValueGetter.XDR(bytes); } else if (bytes.get(0) == ValueGetter.NDR.NUMBER) { return new ValueGetter.NDR(bytes); } else { throw new IllegalArgumentException("Unknown Endian type:" + bytes.get(0)); } } /** * Parse a hex encoded geometry * * Is synchronized to protect offset counter. (Unfortunately, Java does not * have neither call by reference nor multiple return values.) * * @param value String containing the data to be parsed * @return resulting geometry for the parsed data */ public synchronized Geometry parse(String value) { StringByteGetter bytes = new StringByteGetter(value); return parseGeometry(valueGetterForEndian(bytes)); } /** * Parse a binary encoded geometry. * * Is synchronized to protect offset counter. (Unfortunately, Java does not * have neither call by reference nor multiple return values.) * * @param value byte array containing the data to be parsed * @return resulting geometry for the parsed data */ public synchronized Geometry parse(byte[] value) { BinaryByteGetter bytes = new BinaryByteGetter(value); return parseGeometry(valueGetterForEndian(bytes)); } /** * Parse a geometry starting at offset. * * @param data ValueGetter with the data to be parsed * @return the parsed geometry * */ protected Geometry parseGeometry(ValueGetter data) { byte endian = data.getByte(); // skip and test endian flag if (endian != data.endian) { throw new IllegalArgumentException("Endian inconsistency!"); } int typeword = data.getInt(); int realtype = typeword & 0x1FFFFFFF; // cut off high flag bits boolean haveZ = (typeword & 0x80000000) != 0; boolean haveM = (typeword & 0x40000000) != 0; boolean haveS = (typeword & 0x20000000) != 0; int srid = Geometry.UNKNOWN_SRID; if (haveS) { srid = Geometry.parseSRID(data.getInt()); } Geometry result1; switch (realtype) { case Geometry.POINT : result1 = parsePoint(data, haveZ, haveM); break; case Geometry.LINESTRING : result1 = parseLineString(data, haveZ, haveM); break; case Geometry.POLYGON : result1 = parsePolygon(data, haveZ, haveM); break; case Geometry.MULTIPOINT : result1 = parseMultiPoint(data); break; case Geometry.MULTILINESTRING : result1 = parseMultiLineString(data); break; case Geometry.MULTIPOLYGON : result1 = parseMultiPolygon(data); break; case Geometry.GEOMETRYCOLLECTION : result1 = parseCollection(data); break; default : throw new IllegalArgumentException("Unknown Geometry Type: " + realtype); } Geometry result = result1; if (srid != Geometry.UNKNOWN_SRID) { result.setSrid(srid); } return result; } private Point parsePoint(ValueGetter data, boolean haveZ, boolean haveM) { double X = data.getDouble(); double Y = data.getDouble(); Point result; if (haveZ) { double Z = data.getDouble(); result = new Point(X, Y, Z); } else { result = new Point(X, Y); } if (haveM) { result.setM(data.getDouble()); } return result; } /** Parse an Array of "full" Geometries */ private void parseGeometryArray(ValueGetter data, Geometry[] container) { for (int i = 0; i < container.length; i++) { container[i] = parseGeometry(data); } } /** * Parse an Array of "slim" Points (without endianness and type, part of * LinearRing and Linestring, but not MultiPoint! * * @param haveZ * @param haveM */ private Point[] parsePointArray(ValueGetter data, boolean haveZ, boolean haveM) { int count = data.getInt(); Point[] result = new Point[count]; for (int i = 0; i < count; i++) { result[i] = parsePoint(data, haveZ, haveM); } return result; } private MultiPoint parseMultiPoint(ValueGetter data) { Point[] points = new Point[data.getInt()]; parseGeometryArray(data, points); return new MultiPoint(points); } private LineString parseLineString(ValueGetter data, boolean haveZ, boolean haveM) { Point[] points = parsePointArray(data, haveZ, haveM); return new LineString(points); } private LinearRing parseLinearRing(ValueGetter data, boolean haveZ, boolean haveM) { Point[] points = parsePointArray(data, haveZ, haveM); return new LinearRing(points); } private Polygon parsePolygon(ValueGetter data, boolean haveZ, boolean haveM) { int count = data.getInt(); LinearRing[] rings = new LinearRing[count]; for (int i = 0; i < count; i++) { rings[i] = parseLinearRing(data, haveZ, haveM); } return new Polygon(rings); } private MultiLineString parseMultiLineString(ValueGetter data) { int count = data.getInt(); LineString[] strings = new LineString[count]; parseGeometryArray(data, strings); return new MultiLineString(strings); } private MultiPolygon parseMultiPolygon(ValueGetter data) { int count = data.getInt(); Polygon[] polys = new Polygon[count]; parseGeometryArray(data, polys); return new MultiPolygon(polys); } private GeometryCollection parseCollection(ValueGetter data) { int count = data.getInt(); Geometry[] geoms = new Geometry[count]; parseGeometryArray(data, geoms); return new GeometryCollection(geoms); } } BinaryWriter.java000066400000000000000000000301501465324730600347410ustar00rootroot00000000000000postgis-java-2024.1.0/postgis-jdbc-geometry/src/main/java/net/postgis/jdbc/geometry/binary/* * BinaryWriter.java * * PostGIS extension for PostgreSQL JDBC driver - Binary Writer * * (C) 2005 Markus Schaber, markus.schaber@logix-tt.com * * (C) 2015 Phillip Ross, phillip.w.g.ross@gmail.com * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * */ package net.postgis.jdbc.geometry.binary; import net.postgis.jdbc.geometry.Geometry; import net.postgis.jdbc.geometry.GeometryCollection; import net.postgis.jdbc.geometry.LineString; import net.postgis.jdbc.geometry.LinearRing; import net.postgis.jdbc.geometry.MultiLineString; import net.postgis.jdbc.geometry.MultiPoint; import net.postgis.jdbc.geometry.MultiPolygon; import net.postgis.jdbc.geometry.Point; import net.postgis.jdbc.geometry.Polygon; /** * Create binary representation of geometries. Currently, only text rep (hexed) * implementation is tested. * * It should be easy to add char[] and CharSequence ByteGetter instances, * although the latter one is not compatible with older jdks. * * I did not implement real unsigned 32-bit integers or emulate them with long, * as both java Arrays and Strings currently can have only 2^31-1 elements * (bytes), so we cannot even get or build Geometries with more than approx. * 2^28 coordinates (8 bytes each). * * @author markus.schaber@logi-track.com * */ public class BinaryWriter { /** * Get the appropriate ValueGetter for my endianness * * @param bytes The ByteSetter to use * @param endian the endian for the ValueSetter to use * @return the ValueGetter */ public static ValueSetter valueSetterForEndian(ByteSetter bytes, byte endian) { if (endian == ValueSetter.XDR.NUMBER) { // XDR return new ValueSetter.XDR(bytes); } else if (endian == ValueSetter.NDR.NUMBER) { return new ValueSetter.NDR(bytes); } else { throw new IllegalArgumentException("Unknown Endian type:" + endian); } } /** * Write a hex encoded geometry * * Is synchronized to protect offset counter. (Unfortunately, Java does not * have neither call by reference nor multiple return values.) This is a * TODO item. * * The geometry you put in must be consistent, geom.checkConsistency() must * return true. If not, the result may be invalid WKB. * * @see Geometry#checkConsistency() the consistency checker * * @param geom the geometry to be written * @param REP endianness to write the bytes with * @return String containing the hex encoded geometry */ public synchronized String writeHexed(Geometry geom, byte REP) { int length = estimateBytes(geom); ByteSetter.StringByteSetter bytes = new ByteSetter.StringByteSetter(length); writeGeometry(geom, valueSetterForEndian(bytes, REP)); return bytes.result(); } public synchronized String writeHexed(Geometry geom) { return writeHexed(geom, ValueSetter.NDR.NUMBER); } /** * Write a binary encoded geometry. * * Is synchronized to protect offset counter. (Unfortunately, Java does not * have neither call by reference nor multiple return values.) This is a * TODO item. * * The geometry you put in must be consistent, geom.checkConsistency() must * return true. If not, the result may be invalid WKB. * * @see Geometry#checkConsistency() * * @param geom the geometry to be written * @param REP endianness to write the bytes with * @return byte array containing the encoded geometry */ public synchronized byte[] writeBinary(Geometry geom, byte REP) { int length = estimateBytes(geom); ByteSetter.BinaryByteSetter bytes = new ByteSetter.BinaryByteSetter(length); writeGeometry(geom, valueSetterForEndian(bytes, REP)); return bytes.result(); } public synchronized byte[] writeBinary(Geometry geom) { return writeBinary(geom, ValueSetter.NDR.NUMBER); } /** * Parse a geometry starting at offset. * @param geom the geometry to write * @param dest the value setting to be used for writing */ protected void writeGeometry(Geometry geom, ValueSetter dest) { // write endian flag dest.setByte(dest.endian); // write typeword int typeword = geom.type; if (geom.dimension == 3) { typeword |= 0x80000000; } if (geom.haveMeasure) { typeword |= 0x40000000; } if (geom.srid != Geometry.UNKNOWN_SRID) { typeword |= 0x20000000; } dest.setInt(typeword); if (geom.srid != Geometry.UNKNOWN_SRID) { dest.setInt(geom.srid); } switch (geom.type) { case Geometry.POINT : writePoint((Point) geom, dest); break; case Geometry.LINESTRING : writeLineString((LineString) geom, dest); break; case Geometry.POLYGON : writePolygon((Polygon) geom, dest); break; case Geometry.MULTIPOINT : writeMultiPoint((MultiPoint) geom, dest); break; case Geometry.MULTILINESTRING : writeMultiLineString((MultiLineString) geom, dest); break; case Geometry.MULTIPOLYGON : writeMultiPolygon((MultiPolygon) geom, dest); break; case Geometry.GEOMETRYCOLLECTION : writeCollection((GeometryCollection) geom, dest); break; default : throw new IllegalArgumentException("Unknown Geometry Type: " + geom.type); } } /** * Writes a "slim" Point (without endiannes, srid ant type, only the * ordinates and measure. Used by writeGeometry as ell as writePointArray. */ private void writePoint(Point geom, ValueSetter dest) { dest.setDouble(geom.x); dest.setDouble(geom.y); if (geom.dimension == 3) { dest.setDouble(geom.z); } if (geom.haveMeasure) { dest.setDouble(geom.m); } } /** Write an Array of "full" Geometries */ private void writeGeometryArray(Geometry[] container, ValueSetter dest) { for (int i = 0; i < container.length; i++) { writeGeometry(container[i], dest); } } /** * Write an Array of "slim" Points (without endianness, srid and type, part * of LinearRing and Linestring, but not MultiPoint! */ private void writePointArray(Point[] geom, ValueSetter dest) { // number of points dest.setInt(geom.length); for (int i = 0; i < geom.length; i++) { writePoint(geom[i], dest); } } private void writeMultiPoint(MultiPoint geom, ValueSetter dest) { dest.setInt(geom.numPoints()); writeGeometryArray(geom.getPoints(), dest); } private void writeLineString(LineString geom, ValueSetter dest) { writePointArray(geom.getPoints(), dest); } private void writeLinearRing(LinearRing geom, ValueSetter dest) { writePointArray(geom.getPoints(), dest); } private void writePolygon(Polygon geom, ValueSetter dest) { dest.setInt(geom.numRings()); for (int i = 0; i < geom.numRings(); i++) { writeLinearRing(geom.getRing(i), dest); } } private void writeMultiLineString(MultiLineString geom, ValueSetter dest) { dest.setInt(geom.numLines()); writeGeometryArray(geom.getLines(), dest); } private void writeMultiPolygon(MultiPolygon geom, ValueSetter dest) { dest.setInt(geom.numPolygons()); writeGeometryArray(geom.getPolygons(), dest); } private void writeCollection(GeometryCollection geom, ValueSetter dest) { dest.setInt(geom.numGeoms()); writeGeometryArray(geom.getGeometries(), dest); } /** * Estimate how much bytes a geometry will need in WKB. * * @param geom Geometry to estimate. * @return estimated number of bytes */ protected int estimateBytes(Geometry geom) { int result = 0; // write endian flag result += 1; // write typeword result += 4; if (geom.srid != Geometry.UNKNOWN_SRID) { result += 4; } switch (geom.type) { case Geometry.POINT : result += estimatePoint((Point) geom); break; case Geometry.LINESTRING : result += estimateLineString((LineString) geom); break; case Geometry.POLYGON : result += estimatePolygon((Polygon) geom); break; case Geometry.MULTIPOINT : result += estimateMultiPoint((MultiPoint) geom); break; case Geometry.MULTILINESTRING : result += estimateMultiLineString((MultiLineString) geom); break; case Geometry.MULTIPOLYGON : result += estimateMultiPolygon((MultiPolygon) geom); break; case Geometry.GEOMETRYCOLLECTION : result += estimateCollection((GeometryCollection) geom); break; default : throw new IllegalArgumentException("Unknown Geometry Type: " + geom.type); } return result; } private int estimatePoint(Point geom) { // x, y both have 8 bytes int result = 16; if (geom.dimension == 3) { result += 8; } if (geom.haveMeasure) { result += 8; } return result; } /** Write an Array of "full" Geometries */ private int estimateGeometryArray(Geometry[] container) { int result = 0; for (int i = 0; i < container.length; i++) { result += estimateBytes(container[i]); } return result; } /** * Write an Array of "slim" Points (without endianness and type, part of * LinearRing and Linestring, but not MultiPoint! */ private int estimatePointArray(Point[] geom) { // number of points int result = 4; // And the amount of the points itsself, in consistent geometries // all points have equal size. if (geom.length > 0) { result += geom.length * estimatePoint(geom[0]); } return result; } private int estimateMultiPoint(MultiPoint geom) { // int size int result = 4; if (geom.numPoints() > 0) { // We can shortcut here, as all subgeoms have the same fixed size result += geom.numPoints() * estimateBytes(geom.getFirstPoint()); } return result; } private int estimateLineString(LineString geom) { return estimatePointArray(geom.getPoints()); } private int estimateLinearRing(LinearRing geom) { return estimatePointArray(geom.getPoints()); } private int estimatePolygon(Polygon geom) { // int length int result = 4; for (int i = 0; i < geom.numRings(); i++) { result += estimateLinearRing(geom.getRing(i)); } return result; } private int estimateMultiLineString(MultiLineString geom) { // 4-byte count + subgeometries return 4 + estimateGeometryArray(geom.getLines()); } private int estimateMultiPolygon(MultiPolygon geom) { // 4-byte count + subgeometries return 4 + estimateGeometryArray(geom.getPolygons()); } private int estimateCollection(GeometryCollection geom) { // 4-byte count + subgeometries return 4 + estimateGeometryArray(geom.getGeometries()); } } ByteGetter.java000066400000000000000000000046011465324730600344000ustar00rootroot00000000000000postgis-java-2024.1.0/postgis-jdbc-geometry/src/main/java/net/postgis/jdbc/geometry/binary/* * ByteGetter.java * * PostGIS extension for PostgreSQL JDBC driver - Binary Parser * * (C) 2005 Markus Schaber, markus.schaber@logix-tt.com * * (C) 2015 Phillip Ross, phillip.w.g.ross@gmail.com * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * */ package net.postgis.jdbc.geometry.binary; public abstract class ByteGetter { /** * Get a byte. * * @param index the index to get the value from * @return The result is returned as Int to eliminate sign problems when * or'ing several values together. */ public abstract int get(int index); public static class BinaryByteGetter extends ByteGetter { private byte[] array; public BinaryByteGetter(byte[] array) { this.array = array; } public int get(int index) { return array[index] & 0xFF; // mask out sign-extended bits. } } public static class StringByteGetter extends ByteGetter { private String rep; public StringByteGetter(String rep) { this.rep = rep; } public int get(int index) { index *= 2; int high = unhex(rep.charAt(index)); int low = unhex(rep.charAt(index + 1)); return (high << 4) + low; } public static byte unhex(char c) { if (c >= '0' && c <= '9') { return (byte) (c - '0'); } else if (c >= 'A' && c <= 'F') { return (byte) (c - 'A' + 10); } else if (c >= 'a' && c <= 'f') { return (byte) (c - 'a' + 10); } else { throw new IllegalArgumentException("No valid Hex char " + c); } } } } ByteSetter.java000066400000000000000000000047641465324730600344260ustar00rootroot00000000000000postgis-java-2024.1.0/postgis-jdbc-geometry/src/main/java/net/postgis/jdbc/geometry/binary/* * ByteSetter.java * * PostGIS extension for PostgreSQL JDBC driver - Binary Parser * * (C) 2005 Markus Schaber, markus.schaber@logix-tt.com * * (C) 2015 Phillip Ross, phillip.w.g.ross@gmail.com * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * */ package net.postgis.jdbc.geometry.binary; public abstract class ByteSetter { /** * Set a byte. * * @param b byte value to set with * @param index index to set */ public abstract void set(byte b, int index); public static class BinaryByteSetter extends ByteSetter { private byte[] array; public BinaryByteSetter(int length) { this.array = new byte[length]; } public void set(byte b, int index) { array[index] = b; // mask out sign-extended bits. } public byte[] result() { return array; } public String toString() { char[] arr = new char[array.length]; for (int i=0; i>> 4) & 0xF]; rep[index + 1] = hextypes[b & 0xF]; } public char[] resultAsArray() { return rep; } public String result() { return new String(rep); } public String toString() { return new String(rep); } } } ValueGetter.java000066400000000000000000000074521465324730600345600ustar00rootroot00000000000000postgis-java-2024.1.0/postgis-jdbc-geometry/src/main/java/net/postgis/jdbc/geometry/binary/* * ValueGetter.java * * PostGIS extension for PostgreSQL JDBC driver - Binary Parser * * (C) 2005 Markus Schaber, markus.schaber@logix-tt.com * * (C) 2015 Phillip Ross, phillip.w.g.ross@gmail.com * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * */ package net.postgis.jdbc.geometry.binary; public abstract class ValueGetter { ByteGetter data; int position; public final byte endian; public ValueGetter(ByteGetter data, byte endian) { this.data = data; this.endian = endian; } /** * Get a byte, should be equal for all endians * * @return the byte value */ public byte getByte() { return (byte) data.get(position++); } public int getInt() { int res = getInt(position); position += 4; return res; } public long getLong() { long res = getLong(position); position += 8; return res; } /** * Get a 32-Bit integer * * @param index the index to get the value from * @return the int value */ protected abstract int getInt(int index); /** * Get a long value. This is not needed directly, but as a nice side-effect * from GetDouble. * * @param index the index to get the value from * @return the long value */ protected abstract long getLong(int index); /** * Get a double. * * @return the double value */ public double getDouble() { long bitrep = getLong(); return Double.longBitsToDouble(bitrep); } public static class XDR extends ValueGetter { public static final byte NUMBER = 0; public XDR(ByteGetter data) { super(data, NUMBER); } protected int getInt(int index) { return (data.get(index) << 24) + (data.get(index + 1) << 16) + (data.get(index + 2) << 8) + data.get(index + 3); } protected long getLong(int index) { return ((long) data.get(index) << 56) + ((long) data.get(index + 1) << 48) + ((long) data.get(index + 2) << 40) + ((long) data.get(index + 3) << 32) + ((long) data.get(index + 4) << 24) + ((long) data.get(index + 5) << 16) + ((long) data.get(index + 6) << 8) + ((long) data.get(index + 7) << 0); } } public static class NDR extends ValueGetter { public static final byte NUMBER = 1; public NDR(ByteGetter data) { super(data, NUMBER); } protected int getInt(int index) { return (data.get(index + 3) << 24) + (data.get(index + 2) << 16) + (data.get(index + 1) << 8) + data.get(index); } protected long getLong(int index) { return ((long) data.get(index + 7) << 56) + ((long) data.get(index + 6) << 48) + ((long) data.get(index + 5) << 40) + ((long) data.get(index + 4) << 32) + ((long) data.get(index + 3) << 24) + ((long) data.get(index + 2) << 16) + ((long) data.get(index + 1) << 8) + ((long) data.get(index) << 0); } } } ValueSetter.java000066400000000000000000000106601465324730600345670ustar00rootroot00000000000000postgis-java-2024.1.0/postgis-jdbc-geometry/src/main/java/net/postgis/jdbc/geometry/binary/* * ValueSetter.java * * PostGIS extension for PostgreSQL JDBC driver - Binary Parser * * (C) 2005 Markus Schaber, markus.schaber@logix-tt.com * * (C) 2015 Phillip Ross, phillip.w.g.ross@gmail.com * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * */ package net.postgis.jdbc.geometry.binary; public abstract class ValueSetter { ByteSetter data; int position=0; public final byte endian; public ValueSetter(ByteSetter data, byte endian) { this.data = data; this.endian = endian; } /** * Set a byte, should be equal for all endians * * @param value byte value to be set with. */ public void setByte(byte value) { data.set(value, position); position += 1; } public void setInt(int value) { setInt(value, position); position += 4; } public void setLong(long value) { setLong(value, position); position += 8; } /** * Set a 32-Bit integer * * @param value int value to be set with * @param index int value for the index * */ protected abstract void setInt(int value, int index); /** * Set a long value. This is not needed directly, but as a nice side-effect * from GetDouble. * * @param data int value to be set with * @param index int value for the index */ protected abstract void setLong(long data, int index); /** * Set a double. * * @param data double value to be set with */ public void setDouble(double data) { long bitrep = Double.doubleToLongBits(data); setLong(bitrep); } public String toString() { String name = getClass().getName(); int pointpos = name.lastIndexOf('.'); String klsName = name.substring(pointpos+1); return klsName+"('"+(data==null?"NULL":data.toString()+"')"); } public static class XDR extends ValueSetter { public static final byte NUMBER = 0; public XDR(ByteSetter data) { super(data, NUMBER); } protected void setInt(int value, int index) { data.set((byte) (value >>> 24), index); data.set((byte) (value >>> 16), index + 1); data.set((byte) (value >>> 8), index + 2); data.set((byte) value, index + 3); } protected void setLong(long value, int index) { data.set((byte) (value >>> 56), index); data.set((byte) (value >>> 48), index + 1); data.set((byte) (value >>> 40), index + 2); data.set((byte) (value >>> 32), index + 3); data.set((byte) (value >>> 24), index + 4); data.set((byte) (value >>> 16), index + 5); data.set((byte) (value >>> 8), index + 6); data.set((byte) value, index + 7); } } public static class NDR extends ValueSetter { public static final byte NUMBER = 1; public NDR(ByteSetter data) { super(data, NUMBER); } protected void setInt(int value, int index) { data.set((byte) (value >>> 24), index + 3); data.set((byte) (value >>> 16), index + 2); data.set((byte) (value >>> 8), index + 1); data.set((byte) value, index); } protected void setLong(long value, int index) { data.set((byte) (value >>> 56), index + 7); data.set((byte) (value >>> 48), index + 6); data.set((byte) (value >>> 40), index + 5); data.set((byte) (value >>> 32), index + 4); data.set((byte) (value >>> 24), index + 3); data.set((byte) (value >>> 16), index + 2); data.set((byte) (value >>> 8), index + 1); data.set((byte) value, index); } } } postgis-java-2024.1.0/postgis-jdbc-geometry/src/main/java/net/postgis/jdbc/geometry/util/000077500000000000000000000000001465324730600312265ustar00rootroot00000000000000VersionFunctions.java000066400000000000000000000045721465324730600353400ustar00rootroot00000000000000postgis-java-2024.1.0/postgis-jdbc-geometry/src/main/java/net/postgis/jdbc/geometry/util/* * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * * (C) 2020 Phillip Ross, phillip.w.g.ross@gmail.com */ package net.postgis.jdbc.geometry.util; /** * An enumeration of existing version functions. * * @author Phillip Ross */ public enum VersionFunctions { /** The function to return the full version and build configuration info of the PostGIS Server. */ POSTGIS_FULL_VERSION, /** The function to return the version of the GDAL library. */ POSTGIS_GDAL_VERSION, /** The function to return the version of the GEOS library. */ POSTGIS_GEOS_VERSION, /** The function to return the build date of the PostGIS library. */ POSTGIS_LIB_BUILD_DATE, /** The function to return the version of the PostGIS library. */ POSTGIS_LIB_VERSION, /** The function to return the version of the libjson library. */ POSTGIS_LIBJSON_VERSION, /** The function to return the version of the libxml library. */ POSTGIS_LIBXML_VERSION, /** The function to return the version of the Proj library. */ POSTGIS_PROJ_VERSION, /** The function to return the version of the raster library. */ POSTGIS_RASTER_LIB_VERSION, /** The function to return the build date of the scripts. */ POSTGIS_SCRIPTS_BUILD_DATE, /** The function to return the version of the scripts installed in the database. */ POSTGIS_SCRIPTS_INSTALLED, /** The function to return the version of the scripts released with the installed PostGIS library. */ POSTGIS_SCRIPTS_RELEASED, /** The function to return the Subversion version of the PostGIS Server. */ POSTGIS_SVN_VERSION, /** The function to return the version of the PostGIS Server. */ POSTGIS_VERSION } VersionUtil.java000066400000000000000000000163721465324730600343060ustar00rootroot00000000000000postgis-java-2024.1.0/postgis-jdbc-geometry/src/main/java/net/postgis/jdbc/geometry/util/* * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * * (C) 2020 Phillip Ross, phillip.w.g.ross@gmail.com */ package net.postgis.jdbc.geometry.util; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import java.sql.Connection; import java.sql.PreparedStatement; import java.sql.ResultSet; import java.sql.SQLException; import java.util.Objects; /** * Utility for working with PostGIS Server version. * * @author Phillip Ross */ public class VersionUtil { /** The static logger instance. */ private static final Logger logger = LoggerFactory.getLogger(VersionUtil.class); /** The string to match when determining a function does not exist from the content of an error message. */ public static final String NONEXISTENT_FUNCTION_ERROR_MESSAGE_CONTENT = "does not exist"; /** The token which separates version components within the PostGIS Server version. */ public static final String POSTGIS_SERVER_VERSION_SEPERATOR = "."; /** The number of seconds to wait for a connection validation operation. */ private static final int DEFAULT_CONNECTION_TIMEOUT = 60; /** * Query a specific version string from the datasource for a specified function. * * @param connection The connection to issue the version query function against. * @param function The version function to use for querying the version. * @return a string version for the specified function. * @throws SQLException when a jdbc exception occurs. */ public static String getVersionString(final Connection connection, final String function) throws SQLException { Objects.requireNonNull(connection, "Unable to retrieve version string from a null connection"); Objects.requireNonNull(function, "Unable to retrieve version string for a null function"); validateConnection(connection); String result = "-- unavailable -- "; try ( PreparedStatement statement = connection.prepareStatement("SELECT " + function + "()"); ResultSet resultSet = statement.executeQuery(); ) { if (resultSet.next()) { String version = resultSet.getString(1); if (version != null) { result = version.trim(); } else { result = "-- null result --"; } } else { result = "-- no result --"; } } catch (SQLException sqle) { // If the function does not exist, a SQLException will be thrown, but it should be caught and swallowed if // the non-existent function error message content is found in the error message. The SQLException might // be thrown for some other problem not related to the missing function, so rethrow it if it doesn't // contain the non-existent function error message content. if (!sqle.getMessage().contains(NONEXISTENT_FUNCTION_ERROR_MESSAGE_CONTENT)) { throw sqle; } } return result; } public static String retrievePostGISServerVersionString(final Connection connection) throws SQLException { Objects.requireNonNull( connection, "Unable to retrieve PostGIS server version string from a null connection" ); validateConnection(connection); String postGISVersionString = getVersionString(connection, VersionFunctions.POSTGIS_VERSION.toString()); logger.debug("retrieved PostGIS server version string: [{}]", postGISVersionString); return postGISVersionString; } public static String retrievePostGISServerVersion(final Connection connection) throws SQLException { Objects.requireNonNull(connection, "Unable to retrieve PostGIS version from a null connection"); validateConnection(connection); String versionString = retrievePostGISServerVersionString(connection); final String versionTerminatorString = " "; final String version; final int versionTerminatorIndex = versionString.indexOf(versionTerminatorString); if (versionTerminatorIndex == -1) { version = versionString; } else { version = versionString.substring(0, versionTerminatorIndex); } logger.debug("retrieved PostGIS server version: [{}]", version); return version; } public static String retrievePostGISServerMajorVersion(final Connection connection) throws SQLException { Objects.requireNonNull(connection, "Unable to retrieve PostGIS major version from a null connection"); validateConnection(connection); String version = retrievePostGISServerVersion(connection); final String majorVersion; final int majorVersionSeperatorIndex = version.indexOf(POSTGIS_SERVER_VERSION_SEPERATOR); if (majorVersionSeperatorIndex == -1) { majorVersion = version; } else { majorVersion = version.substring(0, majorVersionSeperatorIndex); } logger.debug("retrieved postGIS major version string: [{}]", majorVersion); return majorVersion; } public static String retrievePostGISServerMinorVersion(final Connection connection) throws SQLException { Objects.requireNonNull(connection, "Unable to retrieve PostGIS minor version from a null connection"); validateConnection(connection); String version = retrievePostGISServerVersion(connection); final String minorVersion; final int majorVersionSeperatorIndex = version.indexOf(POSTGIS_SERVER_VERSION_SEPERATOR); if (majorVersionSeperatorIndex == -1) { minorVersion = ""; } else { final int minorVersionSeperatorIndex = version.indexOf(POSTGIS_SERVER_VERSION_SEPERATOR, majorVersionSeperatorIndex + 1); if (minorVersionSeperatorIndex == -1) { minorVersion = version.substring(majorVersionSeperatorIndex + 1); } else { minorVersion = version.substring(majorVersionSeperatorIndex + 1, minorVersionSeperatorIndex); } } logger.debug("retrieved postGIS minor version string: [{}]", minorVersion); return minorVersion; } /** * Validates a connection. * * @param connection the connection to be validated. * @throws SQLException when connection is invalid */ private static void validateConnection(final Connection connection) throws SQLException { if (!connection.isValid(DEFAULT_CONNECTION_TIMEOUT)) { throw new SQLException("The connection was not valid."); } } } package-info.java000066400000000000000000000001371465324730600343370ustar00rootroot00000000000000postgis-java-2024.1.0/postgis-jdbc-geometry/src/main/java/net/postgis/jdbc/geometry/util/** * Utility classes. * * @author Phillip Ross */ package net.postgis.jdbc.geometry.util; postgis-java-2024.1.0/postgis-jdbc-geometry/src/test/000077500000000000000000000000001465324730600223505ustar00rootroot00000000000000postgis-java-2024.1.0/postgis-jdbc-geometry/src/test/java/000077500000000000000000000000001465324730600232715ustar00rootroot00000000000000postgis-java-2024.1.0/postgis-jdbc-geometry/src/test/java/net/000077500000000000000000000000001465324730600240575ustar00rootroot00000000000000postgis-java-2024.1.0/postgis-jdbc-geometry/src/test/java/net/postgis/000077500000000000000000000000001465324730600255475ustar00rootroot00000000000000postgis-java-2024.1.0/postgis-jdbc-geometry/src/test/java/net/postgis/jdbc/000077500000000000000000000000001465324730600264515ustar00rootroot00000000000000postgis-java-2024.1.0/postgis-jdbc-geometry/src/test/java/net/postgis/jdbc/geometry/000077500000000000000000000000001465324730600303045ustar00rootroot00000000000000DatatypesTest.java000066400000000000000000000066051465324730600336750ustar00rootroot00000000000000postgis-java-2024.1.0/postgis-jdbc-geometry/src/test/java/net/postgis/jdbc/geometry/* * DatatypesTest.java * * PostGIS extension for PostgreSQL JDBC driver - example and test classes * * (C) 2004 Paul Ramsey, pramsey@refractions.net * * (C) 2005 Markus Schaber, markus.schaber@logix-tt.com * * (C) 2015 Phillip Ross, phillip.w.g.ross@gmail.com * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * */ package net.postgis.jdbc.geometry; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.testng.annotations.Test; import java.sql.SQLException; public class DatatypesTest { private static final Logger logger = LoggerFactory.getLogger(DatatypesTest.class); private static final String mlng_str = "MULTILINESTRING ((10 10 0,20 10 0,20 20 0,20 10 0,10 10 0),(5 5 0,5 6 0,6 6 0,6 5 0,5 5 0))"; private static final String mplg_str = "MULTIPOLYGON (((10 10 0,20 10 0,20 20 0,20 10 0,10 10 0),(5 5 0,5 6 0,6 6 0,6 5 0,5 5 0)),((10 10 0,20 10 0,20 20 0,20 10 0,10 10 0),(5 5 0,5 6 0,6 6 0,6 5 0,5 5 0)))"; private static final String plg_str = "POLYGON ((10 10 0,20 10 0,20 20 0,20 10 0,10 10 0),(5 5 0,5 6 0,6 6 0,6 5 0,5 5 0))"; private static final String lng_str = "LINESTRING (10 10 20,20 20 20, 50 50 50, 34 34 34)"; private static final String ptg_str = "POINT(10 10 20)"; private static final String lr_str = "(10 10 20,34 34 34, 23 19 23 , 10 10 11)"; @Test public void testLinearRing() throws SQLException { logger.trace("void testLinearRing()"); logger.info(lr_str); LinearRing lr = new LinearRing(lr_str); logger.info(lr.toString()); } @Test public void testPoint() throws SQLException { logger.trace("void testPoint()"); logger.info(ptg_str); Point ptg = new Point(ptg_str); logger.info(ptg.toString()); } @Test public void testLineString() throws SQLException { logger.trace("void testLineString()"); logger.info(lng_str); LineString lng = new LineString(lng_str); logger.info(lng.toString()); } @Test public void testPolygon() throws SQLException { logger.trace("void testPolygon()"); logger.info(plg_str); Polygon plg = new Polygon(plg_str); logger.info(plg.toString()); } @Test public void testMultiPolygon() throws SQLException { logger.trace("void testMultiPolygon()"); logger.info(mplg_str); MultiPolygon mplg = new MultiPolygon(mplg_str); logger.info(mplg.toString()); } @Test public void testMultiLineString() throws SQLException { logger.trace("void testMultiLineString()"); logger.info(mlng_str); MultiLineString mlng = new MultiLineString(mlng_str); logger.info(mlng.toString()); } }TokenizerTest.java000066400000000000000000000044511465324730600337060ustar00rootroot00000000000000postgis-java-2024.1.0/postgis-jdbc-geometry/src/test/java/net/postgis/jdbc/geometry/* * TokenizerTest.java * * PostGIS extension for PostgreSQL JDBC driver - example and test classes * * (C) 2015 Phillip Ross, phillip.w.g.ross@gmail.com * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * */ package net.postgis.jdbc.geometry; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.testng.annotations.Test; import java.util.List; public class TokenizerTest { private static final Logger logger = LoggerFactory.getLogger(TokenizerTest.class); @Test public void testTokenizer() { char delimiterL1 = ','; char delimiterL2 = ' '; String stringToTokenize = "((1 2 3),(4 5 6),(7 8 9)"; logger.debug("tokenizing string value => {}", stringToTokenize); List tokensLevel1 = GeometryTokenizer.tokenize(GeometryTokenizer.removeLeadingAndTrailingStrings(stringToTokenize, "(", ")"), delimiterL1); logger.debug("level 1 tokens [delimiter = {}] [tokenCount = {}]", delimiterL1, tokensLevel1.size()); for (String tokenL1 : tokensLevel1) { logger.debug("L1 token => {} / {}", tokenL1, GeometryTokenizer.removeLeadingAndTrailingStrings(tokenL1, "(", ")")); List tokensLevel2 = GeometryTokenizer.tokenize(GeometryTokenizer.removeLeadingAndTrailingStrings(tokenL1, "(", ")"), delimiterL2); logger.debug("level 2 tokens [delimiter = {}] [tokenCount = {}]", delimiterL2, tokensLevel2.size()); for (String tokenL2 : tokensLevel2) { logger.debug("L2 token => {} / {}", tokenL2, GeometryTokenizer.removeLeadingAndTrailingStrings(tokenL2, "(", ")")); } } } }postgis-java-2024.1.0/postgis-jdbc-geometry/src/test/resources/000077500000000000000000000000001465324730600243625ustar00rootroot00000000000000postgis-java-2024.1.0/postgis-jdbc-geometry/src/test/resources/logback-test.xml000066400000000000000000000011131465324730600274570ustar00rootroot00000000000000 %d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n postgis-java-2024.1.0/postgis-jdbc-geometry/src/test/resources/testng.xml000066400000000000000000000005361465324730600264140ustar00rootroot00000000000000 postgis-java-2024.1.0/postgis-jdbc-java2d/000077500000000000000000000000001465324730600201165ustar00rootroot00000000000000postgis-java-2024.1.0/postgis-jdbc-java2d/pom.xml000066400000000000000000000031131465324730600214310ustar00rootroot00000000000000 4.0.0 net.postgis postgis-java-aggregator 2024.1.0 postgis-jdbc-java2d 2024.1.0 jar postgis-jdbc-java2d Transparent readonly support for PostGIS objects as Java2D path objects net.postgis postgis-jdbc 2024.1.0 net.postgis.tools test-utils 2024.1.0 test maven-jar-plugin net.postgis.jdbc.java2d postgis-java-2024.1.0/postgis-jdbc-java2d/src/000077500000000000000000000000001465324730600207055ustar00rootroot00000000000000postgis-java-2024.1.0/postgis-jdbc-java2d/src/main/000077500000000000000000000000001465324730600216315ustar00rootroot00000000000000postgis-java-2024.1.0/postgis-jdbc-java2d/src/main/java/000077500000000000000000000000001465324730600225525ustar00rootroot00000000000000postgis-java-2024.1.0/postgis-jdbc-java2d/src/main/java/module-info.java.off000066400000000000000000000003241465324730600264030ustar00rootroot00000000000000module net.postgis.jdbc.java2d { requires java.desktop; requires java.sql; requires org.postgresql.jdbc; requires net.postgis.geometry; requires net.postgis.jdbc; exports net.postgis.jdbc.java2d; }postgis-java-2024.1.0/postgis-jdbc-java2d/src/main/java/net/000077500000000000000000000000001465324730600233405ustar00rootroot00000000000000postgis-java-2024.1.0/postgis-jdbc-java2d/src/main/java/net/postgis/000077500000000000000000000000001465324730600250305ustar00rootroot00000000000000postgis-java-2024.1.0/postgis-jdbc-java2d/src/main/java/net/postgis/jdbc/000077500000000000000000000000001465324730600257325ustar00rootroot00000000000000postgis-java-2024.1.0/postgis-jdbc-java2d/src/main/java/net/postgis/jdbc/java2d/000077500000000000000000000000001465324730600271015ustar00rootroot00000000000000postgis-java-2024.1.0/postgis-jdbc-java2d/src/main/java/net/postgis/jdbc/java2d/Java2DWrapper.java000066400000000000000000000121451465324730600323570ustar00rootroot00000000000000/* * Java2DWrapper.java * * Allows transparent usage of JTS Geometry classes via PostgreSQL JDBC driver * connected to a PostGIS enabled PostgreSQL server. * * (C) 2005 Markus Schaber, markus.schaber@logix-tt.com * * (C) 2015 Phillip Ross, phillip.w.g.ross@gmail.com * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * */ package net.postgis.jdbc.java2d; import org.postgresql.Driver; import org.postgresql.PGConnection; import java.sql.Connection; import java.sql.SQLException; import java.util.Properties; import java.util.logging.Logger; /** * Java2DWrapper * * Wraps the PostGreSQL Driver to add transparent readonly support for PostGIS * objects into java2d path objects. * * This method currently works with J2EE DataSource implementations, and with * DriverManager framework. * * Simply replace the "jdbc:postgresql:" with a "jdbc:postgis_j2d" in the * jdbc URL. * * @author markus.schaber@logix-tt.com * */ public class Java2DWrapper extends Driver { private static final String POSTGRES_PROTOCOL = "jdbc:postgresql:"; public static final String POSTGIS_PROTOCOL = "jdbc:postgis_j2d:"; public static final String REVISION = "$Revision$"; public Java2DWrapper() { super(); } static { try { // Analogy to org.postgresql.Driver java.sql.DriverManager.registerDriver(new Java2DWrapper()); } catch (SQLException e) { e.printStackTrace(); } } /** * Creates a postgresql connection, and then adds the PostGIS data types to * it calling addpgtypes() * * @param url the URL of the database to connect to * @param info a list of arbitrary tag/value pairs as connection arguments * @return a connection to the URL or null if it isnt us * @exception SQLException if a database access error occurs * * @see java.sql.Driver#connect * @see org.postgresql.Driver */ public java.sql.Connection connect(String url, Properties info) throws SQLException { url = mangleURL(url); Connection result = super.connect(url, info); addGISTypes((PGConnection) result); return result; } /** * Adds the JTS/PostGIS Data types to a PG Connection. * * @throws SQLException when a SQLException occurs * @param pgconn The PGConnection object to add the types to * @throws SQLException when an SQLException occurs */ public static void addGISTypes(PGConnection pgconn) throws SQLException { pgconn.addDataType("geometry", PGShapeGeometry.class); pgconn.addDataType("box3d", net.postgis.jdbc.PGbox3d.class); pgconn.addDataType("box2d", net.postgis.jdbc.PGbox2d.class); } /** * Mangles the PostGIS URL to return the original PostGreSQL URL * * @param url String containing the url to be "mangled" * @return "mangled" string or null if the URL is unsupported */ public static String mangleURL(String url) { return url.startsWith(POSTGIS_PROTOCOL) ? POSTGRES_PROTOCOL + url.substring(POSTGIS_PROTOCOL.length()) : null; } /** * Returns true if the driver thinks it can open a connection to the given * URL. Typically, drivers will return true if they understand the * subprotocol specified in the URL and false if they don't. Our protocols * start with jdbc:postgresql_postGIS: * * @see java.sql.Driver#acceptsURL * @param url the URL of the driver * @return true if this driver accepts the given URL */ public boolean acceptsURL(String url) { url = mangleURL(url); return url != null && super.acceptsURL(url); } /** * Gets the underlying drivers major version number * * @return the drivers major version number */ public int getMajorVersion() { return super.getMajorVersion(); } /** * Get the underlying drivers minor version number * * @return the drivers minor version number */ public int getMinorVersion() { return super.getMinorVersion(); } /** * Returns our own CVS version plus postgres Version * * @return String identifier for the version */ public static String getVersion() { return "Java2DWrapper " + REVISION + ", wrapping " + Driver.getVersion(); } public Logger getParentLogger() { throw new UnsupportedOperationException("Not supported yet."); } } postgis-java-2024.1.0/postgis-jdbc-java2d/src/main/java/net/postgis/jdbc/java2d/PGShapeGeometry.java000066400000000000000000000121151465324730600327470ustar00rootroot00000000000000/* * PGShapeGeometry.java * * Allows PostGIS data to be read directly into a java2d shape * * (C) 2005 Markus Schaber, markus.schaber@logix-tt.com * * (C) 2015 Phillip Ross, phillip.w.g.ross@gmail.com * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * */ package net.postgis.jdbc.java2d; import java.awt.Rectangle; import java.awt.Shape; import java.awt.geom.*; import java.sql.SQLException; import org.postgresql.util.PGobject; /** * PostGIS Java2D geometry implementation (read-only). * * Supports PostGIS 1.x (lwgeom hexwkb). * * As the java.awt.Shape methods currently are implemented by using a * java.awt.geom.GeneralPath object, they have the same semantics. * * NOTE: (Multi)Points are translated into a sequence of single MoveTo and LineTo * commands, but WITHOUT a closePath command. When rendering with a stroke that * is not solid, the points may not be rendered. * * (Multi)LineStrings are translated into a sequence of a single MoveTo and * multiple LineTo vertices, and Polygon rings into a sequence of a single * MoveTo, multiple LineTo and a closePath command. To allow correct Polygon * filling, our PathIterators have GeneralPath.WIND_EVEN_ODD as winding rule. * * @see java.awt.geom.GeneralPath * @see java.awt.Shape * @see org.postgresql.util.PGobject * * @author Markus Schaber */ public class PGShapeGeometry extends PGobject implements Shape { /* JDK 1.5 Serialization */ private static final long serialVersionUID = 0x100; final static ShapeBinaryParser parser = new ShapeBinaryParser(); private final GeneralPath path; private int srid; /** * Constructor called by JDBC drivers. call setValue afterwards to fill with * Geometry data. * */ public PGShapeGeometry() { setType("geometry"); path = new GeneralPath(GeneralPath.WIND_EVEN_ODD); } /** * Construct directly from a General Path and SRID value * * @param path GeneralPath to be used * @param srid SRID value to be used */ public PGShapeGeometry(GeneralPath path, int srid) { setType("geometry"); this.path = path; this.srid = srid; } /** * Construct with HexWKB representation * * @param value String representation of the HexWKB data * @throws SQLException when a SQLException occurs */ public PGShapeGeometry(String value) throws SQLException { this(); setValue(value); } /** * Reads the HexWKB representation - to be called by the jdbc drivers. Be * shure to call this only once and if you used the PGShapeGeometry() * constructor without parameters. In all other cases, behaviour is * undefined. */ public void setValue(String value) throws SQLException { srid = parser.parse(value, path); } public String toString() { return "PGShapeGeometry " + path.toString(); } /** We currently have read-only support, so this method returns null */ public String getValue() { return null; } public boolean equals(Object obj) { if (obj instanceof PGShapeGeometry) return ((PGShapeGeometry) obj).path.equals(path); return false; } /** * Return the SRID or Geometry.UNKNOWN_SRID if none was available * @return the SRID value to be used */ public int getSRID() { return srid; } // following are the java2d Shape method implementations... public boolean contains(double x, double y) { return path.contains(x, y); } public boolean contains(double x, double y, double w, double h) { return path.contains(x, y, w, h); } public boolean intersects(double x, double y, double w, double h) { return path.intersects(x, y, w, h); } public Rectangle getBounds() { return path.getBounds(); } public boolean contains(Point2D p) { return path.contains(p); } public Rectangle2D getBounds2D() { return path.getBounds2D(); } public boolean contains(Rectangle2D r) { return path.contains(r); } public boolean intersects(Rectangle2D r) { return path.intersects(r); } public PathIterator getPathIterator(AffineTransform at) { return path.getPathIterator(at); } public PathIterator getPathIterator(AffineTransform at, double flatness) { return path.getPathIterator(at, flatness); } } ShapeBinaryParser.java000066400000000000000000000211361465324730600332520ustar00rootroot00000000000000postgis-java-2024.1.0/postgis-jdbc-java2d/src/main/java/net/postgis/jdbc/java2d/* * ShapeBinaryParser.java * * Shape Binary Parser for Java2D - relies on net.postgis V1.0.0+ package. * * (C) 2005 Markus Schaber, markus.schaber@logix-tt.com * * (C) 2015 Phillip Ross, phillip.w.g.ross@gmail.com * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * */ package net.postgis.jdbc.java2d; import java.awt.geom.GeneralPath; import net.postgis.jdbc.geometry.Geometry; import net.postgis.jdbc.geometry.binary.ByteGetter; import net.postgis.jdbc.geometry.binary.ValueGetter; import net.postgis.jdbc.geometry.binary.ByteGetter.BinaryByteGetter; import net.postgis.jdbc.geometry.binary.ByteGetter.StringByteGetter; /** * Parse binary representation of geometries. Currently, only text rep (hexed) * implementation is tested. * * It should be easy to add char[] and CharSequence ByteGetter instances, * although the latter one is not compatible with older jdks. * * I did not implement real unsigned 32-bit integers or emulate them with long, * as both java Arrays and Strings currently can have only 2^31-1 elements * (bytes), so we cannot even get or build Geometries with more than approx. * 2^28 coordinates (8 bytes each). * * @author Markus Schaber, markus.schaber@logix-tt.com * */ public class ShapeBinaryParser { /** * Get the appropriate ValueGetter for my endianness * * @param bytes The appropriate Byte Getter * * @return the ValueGetter */ public static ValueGetter valueGetterForEndian(ByteGetter bytes) { if (bytes.get(0) == ValueGetter.XDR.NUMBER) { // XDR return new ValueGetter.XDR(bytes); } else if (bytes.get(0) == ValueGetter.NDR.NUMBER) { return new ValueGetter.NDR(bytes); } else { throw new IllegalArgumentException("Unknown Endian type:" + bytes.get(0)); } } /** * Parse a hex encoded geometry * * Is synchronized to protect offset counter. (Unfortunately, Java does not * have neither call by reference nor multiple return values.) * * @param value String representation of the value to be parsed * @param path GeneralPath to provide the parsed value to * * @return a potential SRID or Geometry.UNKNOWN_SRID if not present */ public synchronized int parse(String value, GeneralPath path) { StringByteGetter bytes = new ByteGetter.StringByteGetter(value); return parseGeometry(valueGetterForEndian(bytes), path); } /** * Parse a binary encoded geometry. * * Is synchronized to protect offset counter. (Unfortunately, Java does not * have neither call by reference nor multiple return values.) * * @param value byte array representation of the value to be parsed * @param path GeneralPath to provide the parsed value to * * @return a potential SRID or Geometry.UNKNOWN_SRID if not present */ public synchronized int parse(byte[] value, GeneralPath path) { BinaryByteGetter bytes = new ByteGetter.BinaryByteGetter(value); return parseGeometry(valueGetterForEndian(bytes), path); } /** * Parse a geometry starting at offset. * * @param data ValueGetter containing the value to be parsed * @param path GeneralPath to provide the parsed value to * * @return a potential SRID or Geometry.UNKNOWN_SRID if not present */ protected int parseGeometry(ValueGetter data, GeneralPath path) { byte endian = data.getByte(); // skip and test endian flag if (endian != data.endian) { throw new IllegalArgumentException("Endian inconsistency!"); } int typeword = data.getInt(); int realtype = typeword & 0x1FFFFFFF; // cut off high flag bits boolean haveZ = (typeword & 0x80000000) != 0; boolean haveM = (typeword & 0x40000000) != 0; boolean haveS = (typeword & 0x20000000) != 0; int srid = Geometry.UNKNOWN_SRID; if (haveS) { srid = Geometry.parseSRID(data.getInt()); } switch (realtype) { case net.postgis.jdbc.geometry.Geometry.POINT : parsePoint(data, haveZ, haveM, path); break; case net.postgis.jdbc.geometry.Geometry.LINESTRING : parseLineString(data, haveZ, haveM, path); break; case net.postgis.jdbc.geometry.Geometry.POLYGON : parsePolygon(data, haveZ, haveM, path); break; case net.postgis.jdbc.geometry.Geometry.MULTIPOINT : parseMultiPoint(data, path); break; case net.postgis.jdbc.geometry.Geometry.MULTILINESTRING : parseMultiLineString(data, path); break; case net.postgis.jdbc.geometry.Geometry.MULTIPOLYGON : parseMultiPolygon(data, path); break; case net.postgis.jdbc.geometry.Geometry.GEOMETRYCOLLECTION : parseCollection(data, path); break; default : throw new IllegalArgumentException("Unknown Geometry Type!"); } return srid; } private void parsePoint(ValueGetter data, boolean haveZ, boolean haveM, GeneralPath path) { double x = data.getDouble(); double y = data.getDouble(); path.moveTo(x, y); path.lineTo(x, y); skipZM(data, haveZ, haveM); } private void skipZM(ValueGetter data, boolean haveZ, boolean haveM) { if (haveZ) { // skip Z value data.getDouble(); } if (haveM) { // skip M value data.getDouble(); } } /** Parse an Array of "full" Geometries */ private void parseGeometryArray(ValueGetter data, int count, GeneralPath path) { for (int i = 0; i < count; i++) { parseGeometry(data, path); } } /** * Parse an Array of "slim" Points (without endianness and type, part of * LinearRing and Linestring, but not MultiPoint! * * @param data ValueGetter containing the value to be parsed * @param haveZ flag indicating if Z values exist * @param haveM flag indicating if M values exist * @param path GeneralPath to provide the parsed value to */ private void parseCS(ValueGetter data, boolean haveZ, boolean haveM, GeneralPath path) { int count = data.getInt(); if (count > 0) { path.moveTo((float) data.getDouble(), (float) data.getDouble()); skipZM(data, haveZ, haveM); for (int i = 1; i < count; i++) { path.lineTo((float) data.getDouble(), (float) data.getDouble()); skipZM(data, haveZ, haveM); } } } private void parseMultiPoint(ValueGetter data, GeneralPath path) { parseGeometryArray(data, data.getInt(), path); } private void parseLineString(ValueGetter data, boolean haveZ, boolean haveM, GeneralPath path) { parseCS(data, haveZ, haveM, path); } private void parseLinearRing(ValueGetter data, boolean haveZ, boolean haveM, GeneralPath path) { parseCS(data, haveZ, haveM, path); path.closePath(); } private void parsePolygon(ValueGetter data, boolean haveZ, boolean haveM, GeneralPath path) { int holecount = data.getInt() - 1; // parse shell parseLinearRing(data, haveZ, haveM, path); // parse inner rings for (int i = 0; i < holecount; i++) { parseLinearRing(data, haveZ, haveM, path); } } private void parseMultiLineString(ValueGetter data, GeneralPath path) { int count = data.getInt(); parseGeometryArray(data, count, path); } private void parseMultiPolygon(ValueGetter data, GeneralPath path) { int count = data.getInt(); parseGeometryArray(data, count, path); } private void parseCollection(ValueGetter data, GeneralPath path) { int count = data.getInt(); parseGeometryArray(data, count, path); } } postgis-java-2024.1.0/postgis-jdbc-java2d/src/test/000077500000000000000000000000001465324730600216645ustar00rootroot00000000000000postgis-java-2024.1.0/postgis-jdbc-java2d/src/test/java/000077500000000000000000000000001465324730600226055ustar00rootroot00000000000000postgis-java-2024.1.0/postgis-jdbc-java2d/src/test/java/net/000077500000000000000000000000001465324730600233735ustar00rootroot00000000000000postgis-java-2024.1.0/postgis-jdbc-java2d/src/test/java/net/postgis/000077500000000000000000000000001465324730600250635ustar00rootroot00000000000000postgis-java-2024.1.0/postgis-jdbc-java2d/src/test/java/net/postgis/jdbc/000077500000000000000000000000001465324730600257655ustar00rootroot00000000000000postgis-java-2024.1.0/postgis-jdbc-java2d/src/test/java/net/postgis/jdbc/java2d/000077500000000000000000000000001465324730600271345ustar00rootroot00000000000000SimpleJava2DWrapperTest.java000066400000000000000000000032601465324730600343430ustar00rootroot00000000000000postgis-java-2024.1.0/postgis-jdbc-java2d/src/test/java/net/postgis/jdbc/java2d/* * SimpleJava2DWrapperTest.java * * SimpleJava2DWrapperTest for Java2D - relies on net.postgis V1.0.0+ package. * * (C) 2015 Phillip Ross, phillip.w.g.ross@gmail.com * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * */ package net.postgis.jdbc.java2d; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.testng.annotations.Test; /** * This class serves as little more than an initial placeholder for establishing test classes within * this module's test suite. * * @author Phillip Ross {@literal } */ public class SimpleJava2DWrapperTest { private static final Logger logger = LoggerFactory.getLogger(SimpleJava2DWrapperTest.class); private static final String JAVA2D_WRAPPER_CLASS_NAME = "net.postgis.jdbc.java2d.Java2DWrapper"; @Test public void testWrapperClassLoad() throws Exception { logger.debug("Loading java2d wrapper class: {}", JAVA2D_WRAPPER_CLASS_NAME); Class.forName(JAVA2D_WRAPPER_CLASS_NAME); } }postgis-java-2024.1.0/postgis-jdbc-java2d/src/test/resources/000077500000000000000000000000001465324730600236765ustar00rootroot00000000000000postgis-java-2024.1.0/postgis-jdbc-java2d/src/test/resources/logback-test.xml000066400000000000000000000007501465324730600270010ustar00rootroot00000000000000 %d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n postgis-java-2024.1.0/postgis-jdbc-java2d/src/test/resources/testng.xml000066400000000000000000000004631465324730600257270ustar00rootroot00000000000000 postgis-java-2024.1.0/postgis-jdbc-jts/000077500000000000000000000000001465324730600175475ustar00rootroot00000000000000postgis-java-2024.1.0/postgis-jdbc-jts/pom.xml000066400000000000000000000070641465324730600210730ustar00rootroot00000000000000 4.0.0 net.postgis postgis-java-aggregator 2024.1.0 postgis-jdbc-jts 2024.1.0 jar Postgis JDBC Driver JTS Parser Parser between JTS and PostGIS geometry formats. net.postgis postgis-jdbc 2024.1.0 org.locationtech.jts jts-core ${dependency.jts-version.version} org.locationtech.spatial4j spatial4j ${dependency.spatial4j.version} net.postgis.tools test-utils 2024.1.0 test src/test/resources src/test/resources-filtered true maven-jar-plugin net.postgis.jdbc.jts org.apache.maven.plugins maven-failsafe-plugin integration-tests integration-test verify ${maven.integration.test.skip} ${failsafe.forkCount} ${failsafe.useSystemClassLoader} ${project.build.testOutputDirectory}/testng-it.xml org.apache.maven.plugins maven-surefire-plugin true postgis-java-2024.1.0/postgis-jdbc-jts/src/000077500000000000000000000000001465324730600203365ustar00rootroot00000000000000postgis-java-2024.1.0/postgis-jdbc-jts/src/main/000077500000000000000000000000001465324730600212625ustar00rootroot00000000000000postgis-java-2024.1.0/postgis-jdbc-jts/src/main/java/000077500000000000000000000000001465324730600222035ustar00rootroot00000000000000postgis-java-2024.1.0/postgis-jdbc-jts/src/main/java/module-info.java.off000066400000000000000000000004061465324730600260350ustar00rootroot00000000000000module net.postgis.jdbc.jts { requires java.desktop; requires java.sql; requires org.locationtech.jts; requires org.postgresql.jdbc; requires spatial4j; requires net.postgis.geometry; requires net.postgis.jdbc; exports net.postgis.jdbc.jts; }postgis-java-2024.1.0/postgis-jdbc-jts/src/main/java/net/000077500000000000000000000000001465324730600227715ustar00rootroot00000000000000postgis-java-2024.1.0/postgis-jdbc-jts/src/main/java/net/postgis/000077500000000000000000000000001465324730600244615ustar00rootroot00000000000000postgis-java-2024.1.0/postgis-jdbc-jts/src/main/java/net/postgis/jdbc/000077500000000000000000000000001465324730600253635ustar00rootroot00000000000000postgis-java-2024.1.0/postgis-jdbc-jts/src/main/java/net/postgis/jdbc/jts/000077500000000000000000000000001465324730600261635ustar00rootroot00000000000000postgis-java-2024.1.0/postgis-jdbc-jts/src/main/java/net/postgis/jdbc/jts/JTSShape.java000066400000000000000000000232311465324730600304500ustar00rootroot00000000000000/* * JTSShape.java * * Binary Parser for JTS - relies on net.postgis V1.0.0+ package. * * (C) 2005 Markus Schaber, markus.schaber@logix-tt.com * * (C) 2015 Phillip Ross, phillip.w.g.ross@gmail.com * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * */ package net.postgis.jdbc.jts; import org.locationtech.jts.geom.*; import org.locationtech.jts.geom.Point; import org.locationtech.jts.geom.Polygon; import org.locationtech.jts.geom.impl.PackedCoordinateSequence; import java.awt.*; import java.awt.geom.AffineTransform; import java.awt.geom.PathIterator; import java.awt.geom.Point2D; import java.awt.geom.Rectangle2D; public class JTSShape implements Shape { static GeometryFactory fac = new GeometryFactory(); Geometry geom; final static LinearRing[] NOSHELLS = {}; public JTSShape(Geometry _geom) { this.geom = _geom; } public JTSShape(JtsGeometry _geom) { this(_geom.getGeometry()); } public boolean contains(Point2D p) { return contains(p.getX(), p.getY()); } public boolean contains(double x, double y) { Coordinate c = new Coordinate(x, y); Point p = fac.createPoint(c); return geom.contains(p); } public boolean contains(Rectangle2D r) { return contains(r.getMinX(), r.getMinY(), r.getWidth(), r.getHeight()); } public boolean contains(double x, double y, double w, double h) { Polygon p = createRect(x, y, w, h); return geom.contains(p); } protected Polygon createRect(double x, double y, double w, double h) { Coordinate[] coords = { new Coordinate(x, y), new Coordinate(x + w, y), new Coordinate(x + w, y + h) ,new Coordinate(x, y + h) ,new Coordinate(x, y) }; PackedCoordinateSequence shell = new PackedCoordinateSequence.Double(coords, 2); Polygon p = fac.createPolygon(fac.createLinearRing(shell), NOSHELLS); return p; } public Rectangle2D getBounds2D() { Envelope env = geom.getEnvelopeInternal(); return new Rectangle2D.Double(env.getMinX(), env.getMaxX(), env.getWidth(), env.getHeight()); } public Rectangle getBounds() { // We deal simple code for efficiency here, the getBounds() rounding // rules are ugly... return getBounds2D().getBounds(); } public PathIterator getPathIterator(AffineTransform at) { return getPathIterator(geom, at); } public PathIterator getPathIterator(AffineTransform at, double flatness) { // we don't have much work here, as we only have linear segments, no // "flattening" necessary. return getPathIterator(at); } public boolean intersects(Rectangle2D r) { return intersects(r.getMinX(), r.getMinY(), r.getWidth(), r.getHeight()); } public boolean intersects(double x, double y, double w, double h) { Polygon p = createRect(x, y, w, h); return geom.intersects(p); } public static GeometryPathIterator getPathIterator(Geometry geometry, AffineTransform _at) { if (geometry instanceof Point) { return new PointPathIterator((Point) geometry, _at); } else if (geometry instanceof LineString) { return new LineStringPathIterator((LineString) geometry, _at); } else if (geometry instanceof Polygon) { return new PolygonPathIterator((Polygon) geometry, _at); } else { return new GeometryCollectionPathIterator((GeometryCollection) geometry, _at); } } public static abstract class GeometryPathIterator implements PathIterator { protected final AffineTransform at; protected int index=0; GeometryPathIterator(AffineTransform _at) { this.at = _at; } public final int getWindingRule() { return PathIterator.WIND_EVEN_ODD; } public void next() { index++; } } public static class PointPathIterator extends GeometryPathIterator { final Point p; public PointPathIterator(Point _p, AffineTransform _at) { super(_at); p = _p; } public int currentSegment(float[] coords) { switch (index) { case 0: coords[0] = (float) p.getX(); coords[1] = (float) p.getY(); at.transform(coords, 0, coords, 0, 1); return PathIterator.SEG_MOVETO; case 1: return PathIterator.SEG_CLOSE; default: throw new IllegalStateException(); } } public int currentSegment(double[] coords) { switch (index) { case 0: coords[0] = p.getX(); coords[1] = p.getY(); at.transform(coords, 0, coords, 0, 1); return PathIterator.SEG_MOVETO; case 1: return PathIterator.SEG_CLOSE; default: throw new IllegalStateException(); } } public boolean isDone() { return index > 1; } } public static class LineStringPathIterator extends GeometryPathIterator { CoordinateSequence cs; final boolean isRing; public LineStringPathIterator(LineString ls, AffineTransform _at) { super(_at); cs = ls.getCoordinateSequence(); isRing = ls instanceof LinearRing; } /** * only to be called from PolygonPathIterator subclass * @param _cs A coordinate sequence to be used. */ protected void reInit(CoordinateSequence _cs) { cs = _cs; index=0; } public int currentSegment(float[] coords) { if (index == 0) { coords[0] = (float) cs.getOrdinate(index, 0); coords[1] = (float) cs.getOrdinate(index, 1); at.transform(coords, 0, coords, 0, 1); return PathIterator.SEG_MOVETO; } else if (index < cs.size()) { coords[0] = (float) cs.getOrdinate(index, 0); coords[1] = (float) cs.getOrdinate(index, 1); at.transform(coords, 0, coords, 0, 1); return PathIterator.SEG_LINETO; } else if (isRing && index == cs.size()) { return PathIterator.SEG_CLOSE; } else { throw new IllegalStateException(); } } public int currentSegment(double[] coords) { if (index == 0) { coords[0] = cs.getOrdinate(index, 0); coords[1] = cs.getOrdinate(index, 1); at.transform(coords, 0, coords, 0, 1); return PathIterator.SEG_MOVETO; } else if (index < cs.size()) { coords[0] = cs.getOrdinate(index, 0); coords[1] = cs.getOrdinate(index, 1); at.transform(coords, 0, coords, 0, 1); return PathIterator.SEG_LINETO; } else if (isRing && index == cs.size()) { return PathIterator.SEG_CLOSE; } else { throw new IllegalStateException(); } } public boolean isDone() { return isRing ? index > cs.size() : index >= cs.size(); } } public static class PolygonPathIterator extends LineStringPathIterator { final Polygon pg; int outerindex=-1; public PolygonPathIterator(Polygon _pg, AffineTransform _at) { super(_pg.getExteriorRing() ,_at); pg=_pg; index = -1; } public boolean isDone() { return outerindex >= pg.getNumInteriorRing(); } public void next() { super.next(); if (super.isDone()) { outerindex++; if (outerindex < pg.getNumInteriorRing()) { super.reInit(pg.getInteriorRingN(outerindex).getCoordinateSequence()); } } } } public static class GeometryCollectionPathIterator extends GeometryPathIterator { final GeometryCollection coll; GeometryPathIterator current; public GeometryCollectionPathIterator(GeometryCollection _coll, AffineTransform _at) { super(_at); coll = _coll; current = getPathIterator(coll.getGeometryN(index), _at); } public boolean isDone() { return index > coll.getNumGeometries(); } public void next() { current.next(); if (current.isDone()) { index++; if (index < coll.getNumGeometries()) { current = getPathIterator(coll.getGeometryN(index), at); } } } public int currentSegment(float[] coords) { return current.currentSegment(coords); } public int currentSegment(double[] coords) { return current.currentSegment(coords); } } } postgis-java-2024.1.0/postgis-jdbc-jts/src/main/java/net/postgis/jdbc/jts/JtsBinaryParser.java000066400000000000000000000231511465324730600321120ustar00rootroot00000000000000/* * JtsBinaryParser.java * * Binary Parser for JTS - relies on net.postgis V1.0.0+ package. * * (C) 2005 Markus Schaber, markus.schaber@logix-tt.com * * (C) 2015 Phillip Ross, phillip.w.g.ross@gmail.com * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * */ package net.postgis.jdbc.jts; import org.locationtech.jts.geom.*; import org.locationtech.jts.geom.impl.PackedCoordinateSequence; import org.locationtech.spatial4j.context.jts.JtsSpatialContextFactory; import net.postgis.jdbc.geometry.binary.ByteGetter; import net.postgis.jdbc.geometry.binary.ByteGetter.BinaryByteGetter; import net.postgis.jdbc.geometry.binary.ByteGetter.StringByteGetter; import net.postgis.jdbc.geometry.binary.ValueGetter; /** * Parse binary representation of geometries. Currently, only text rep (hexed) * implementation is tested. * * It should be easy to add char[] and CharSequence ByteGetter instances, * although the latter one is not compatible with older jdks. * * I did not implement real unsigned 32-bit integers or emulate them with long, * as both java Arrays and Strings currently can have only 2^31-1 elements * (bytes), so we cannot even get or build Geometries with more than approx. * 2^28 coordinates (8 bytes each). * * @author Markus Schaber, markus.schaber@logix-tt.com * */ public class JtsBinaryParser { private JtsSpatialContextFactory jtsFactory = new JtsSpatialContextFactory(); /** * Get the appropriate ValueGetter for my endianness * * @param bytes * The appropriate Byte Getter * * @return the ValueGetter */ public static ValueGetter valueGetterForEndian(ByteGetter bytes) { if (bytes.get(0) == ValueGetter.XDR.NUMBER) { // XDR return new ValueGetter.XDR(bytes); } else if (bytes.get(0) == ValueGetter.NDR.NUMBER) { return new ValueGetter.NDR(bytes); } else { throw new IllegalArgumentException("Unknown Endian type:" + bytes.get(0)); } } /** * Parse a hex encoded geometry * @param value String containing the hex data to be parsed * @return the resulting parsed geometry */ public Geometry parse(String value) { StringByteGetter bytes = new ByteGetter.StringByteGetter(value); return parseGeometry(valueGetterForEndian(bytes)); } /** * Parse a binary encoded geometry. * @param value byte array containing the binary encoded geometru * @return the resulting parsed geometry */ public Geometry parse(byte[] value) { BinaryByteGetter bytes = new ByteGetter.BinaryByteGetter(value); return parseGeometry(valueGetterForEndian(bytes)); } /** * Parse a geometry starting at offset. * @param data ValueGetter for the data to be parsed * @return The resulting Geometry */ protected Geometry parseGeometry(ValueGetter data) { return parseGeometry(data, 0, false); } /** * Parse with a known geometry factory * @param data ValueGetter for the data to be parsed * @param srid the SRID to be used for parsing * @param inheritSrid flag to toggle inheriting SRIDs * @return The resulting Geometry */ protected Geometry parseGeometry(ValueGetter data, int srid, boolean inheritSrid) { byte endian = data.getByte(); // skip and test endian flag if (endian != data.endian) { throw new IllegalArgumentException("Endian inconsistency!"); } int typeword = data.getInt(); int realtype = typeword & 0x1FFFFFFF; // cut off high flag bits boolean haveZ = (typeword & 0x80000000) != 0; boolean haveM = (typeword & 0x40000000) != 0; boolean haveS = (typeword & 0x20000000) != 0; if (haveS) { int newsrid = net.postgis.jdbc.geometry.Geometry.parseSRID(data.getInt()); if (inheritSrid && newsrid != srid) { throw new IllegalArgumentException("Inconsistent srids in complex geometry: " + srid + ", " + newsrid); } else { srid = newsrid; } } else if (!inheritSrid) { srid = net.postgis.jdbc.geometry.Geometry.UNKNOWN_SRID; } Geometry result; switch (realtype) { case net.postgis.jdbc.geometry.Geometry.POINT: result = parsePoint(data, haveZ, haveM); break; case net.postgis.jdbc.geometry.Geometry.LINESTRING: result = parseLineString(data, haveZ, haveM); break; case net.postgis.jdbc.geometry.Geometry.POLYGON: result = parsePolygon(data, haveZ, haveM, srid); break; case net.postgis.jdbc.geometry.Geometry.MULTIPOINT: result = parseMultiPoint(data, srid); break; case net.postgis.jdbc.geometry.Geometry.MULTILINESTRING: result = parseMultiLineString(data, srid); break; case net.postgis.jdbc.geometry.Geometry.MULTIPOLYGON: result = parseMultiPolygon(data, srid); break; case net.postgis.jdbc.geometry.Geometry.GEOMETRYCOLLECTION: result = parseCollection(data, srid); break; default: throw new IllegalArgumentException("Unknown Geometry Type!"); } result.setSRID(srid); return result; } private Point parsePoint(ValueGetter data, boolean haveZ, boolean haveM) { double X = data.getDouble(); double Y = data.getDouble(); Point result; if (haveZ) { double Z = data.getDouble(); result = jtsFactory.getGeometryFactory().createPoint(new Coordinate(X, Y, Z)); } else { result = jtsFactory.getGeometryFactory().createPoint(new Coordinate(X, Y)); } if (haveM) { // skip M value data.getDouble(); } return result; } /** Parse an Array of "full" Geometries */ private void parseGeometryArray(ValueGetter data, Geometry[] container, int srid) { for (int i = 0; i < container.length; i++) { container[i] = parseGeometry(data, srid, true); } } /** * Parse an Array of "slim" Points (without endianness and type, part of * LinearRing and Linestring, but not MultiPoint! * * @param haveZ * @param haveM */ private CoordinateSequence parseCS(ValueGetter data, boolean haveZ, boolean haveM) { int count = data.getInt(); int dims = haveZ ? 3 : 2; CoordinateSequence cs = new PackedCoordinateSequence.Double(count, dims, 0); for (int i = 0; i < count; i++) { for (int d = 0; d < dims; d++) { cs.setOrdinate(i, d, data.getDouble()); } if (haveM) { // skip M value data.getDouble(); } } return cs; } private MultiPoint parseMultiPoint(ValueGetter data, int srid) { Point[] points = new Point[data.getInt()]; parseGeometryArray(data, points, srid); return jtsFactory.getGeometryFactory().createMultiPoint(points); } private LineString parseLineString(ValueGetter data, boolean haveZ, boolean haveM) { return jtsFactory.getGeometryFactory().createLineString(parseCS(data, haveZ, haveM)); } private LinearRing parseLinearRing(ValueGetter data, boolean haveZ, boolean haveM) { return jtsFactory.getGeometryFactory().createLinearRing(parseCS(data, haveZ, haveM)); } private Polygon parsePolygon(ValueGetter data, boolean haveZ, boolean haveM, int srid) { int count = data.getInt(); if (count == 0) { return jtsFactory.getGeometryFactory().createPolygon(); } LinearRing shell = parseLinearRing(data, haveZ, haveM); shell.setSRID(srid); int holeCount = count-1; LinearRing[] rings = new LinearRing[holeCount]; for (int i = 0; i < holeCount; i++) { rings[i] = parseLinearRing(data, haveZ, haveM); rings[i].setSRID(srid); } return jtsFactory.getGeometryFactory().createPolygon(shell, rings); } private MultiLineString parseMultiLineString(ValueGetter data, int srid) { int count = data.getInt(); LineString[] strings = new LineString[count]; parseGeometryArray(data, strings, srid); return jtsFactory.getGeometryFactory().createMultiLineString(strings); } private MultiPolygon parseMultiPolygon(ValueGetter data, int srid) { int count = data.getInt(); Polygon[] polys = new Polygon[count]; parseGeometryArray(data, polys, srid); return jtsFactory.getGeometryFactory().createMultiPolygon(polys); } private GeometryCollection parseCollection(ValueGetter data, int srid) { int count = data.getInt(); Geometry[] geoms = new Geometry[count]; parseGeometryArray(data, geoms, srid); return jtsFactory.getGeometryFactory().createGeometryCollection(geoms); } } postgis-java-2024.1.0/postgis-jdbc-jts/src/main/java/net/postgis/jdbc/jts/JtsBinaryWriter.java000066400000000000000000000351541465324730600321400ustar00rootroot00000000000000/* * JtsBinaryWriter.java * * PostGIS extension for PostgreSQL JDBC driver - Binary Writer * * (C) 2005 Markus Schaber, markus.schaber@logix-tt.com * * (C) 2015 Phillip Ross, phillip.w.g.ross@gmail.com * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * */ package net.postgis.jdbc.jts; import org.locationtech.jts.geom.CoordinateSequence; import org.locationtech.jts.geom.Geometry; import org.locationtech.jts.geom.GeometryCollection; import org.locationtech.jts.geom.LineString; import org.locationtech.jts.geom.MultiLineString; import org.locationtech.jts.geom.MultiPoint; import org.locationtech.jts.geom.MultiPolygon; import org.locationtech.jts.geom.Point; import org.locationtech.jts.geom.Polygon; import net.postgis.jdbc.geometry.binary.ByteSetter; import net.postgis.jdbc.geometry.binary.ValueSetter; /** * Create binary representation of geometries. Currently, only text rep (hexed) * implementation is tested. Supports only 2 dimensional geometries. * * It should be easy to add char[] and CharSequence ByteGetter instances, * although the latter one is not compatible with older jdks. * * I did not implement real unsigned 32-bit integers or emulate them with long, * as both java Arrays and Strings currently can have only 2^31-1 elements * (bytes), so we cannot even get or build Geometries with more than approx. * 2^28 coordinates (8 bytes each). * * @author markus.schaber@logi-track.com * */ public class JtsBinaryWriter { /** * Get the appropriate ValueGetter for my endianness * * @param bytes The ByteSetter * @param endian The endian to be used * @return the appropriate ValueSetter for the specified endian */ public static ValueSetter valueSetterForEndian(ByteSetter bytes, byte endian) { if (endian == ValueSetter.XDR.NUMBER) { // XDR return new ValueSetter.XDR(bytes); } else if (endian == ValueSetter.NDR.NUMBER) { return new ValueSetter.NDR(bytes); } else { throw new IllegalArgumentException("Unknown Endian type:" + endian); } } /** * Write a hex encoded geometry * * Currently, geometries with more than 2 dimensions and measures are not * cleanly supported, but SRID is honored. * * @param geom The geometry to be written * @param REP The endianness representation to use for writing * @return String containing the hex-encoded geometry */ public String writeHexed(Geometry geom, byte REP) { int length = estimateBytes(geom); ByteSetter.StringByteSetter bytes = new ByteSetter.StringByteSetter(length); writeGeometry(geom, valueSetterForEndian(bytes, REP)); return bytes.result(); } public String writeHexed(Geometry geom) { return writeHexed(geom, ValueSetter.NDR.NUMBER); } /** * Write a binary encoded geometry. * * Currently, geometries with more than 2 dimensions and measures are not * cleanly supported, but SRID is honored. * * @param geom The geometry to be written * @param REP The endianness representation to use for writing * @return byte array containing the encoded geometry */ public byte[] writeBinary(Geometry geom, byte REP) { int length = estimateBytes(geom); ByteSetter.BinaryByteSetter bytes = new ByteSetter.BinaryByteSetter(length); writeGeometry(geom, valueSetterForEndian(bytes, REP)); return bytes.result(); } public byte[] writeBinary(Geometry geom) { return writeBinary(geom, ValueSetter.NDR.NUMBER); } /** * Parse a geometry starting at offset. * @param geom The Geometry to be written * @param dest The ValueSettr to write to */ protected void writeGeometry(Geometry geom, ValueSetter dest) { final int dimension; if (geom == null) { throw new NullPointerException(); } else if (geom.isEmpty()) { // don't set any flag bits dimension = 0; } else { dimension = getCoordDim(geom); if (dimension < 2 || dimension > 4) { throw new IllegalArgumentException("Unsupported geometry dimensionality: " + dimension); } } // write endian flag dest.setByte(dest.endian); // write typeword final int plaintype = getWKBType(geom); int typeword = plaintype; if (dimension == 3 || dimension == 4) { typeword |= 0x80000000; } if (dimension == 4) { typeword |= 0x40000000; } final boolean haveSrid = checkSrid(geom); if (haveSrid) { typeword |= 0x20000000; } dest.setInt(typeword); if (haveSrid) { dest.setInt(geom.getSRID()); } switch (plaintype) { case net.postgis.jdbc.geometry.Geometry.POINT: writePoint((Point) geom, dest); break; case net.postgis.jdbc.geometry.Geometry.LINESTRING: writeLineString((LineString) geom, dest); break; case net.postgis.jdbc.geometry.Geometry.POLYGON: writePolygon((Polygon) geom, dest); break; case net.postgis.jdbc.geometry.Geometry.MULTIPOINT: writeMultiPoint((MultiPoint) geom, dest); break; case net.postgis.jdbc.geometry.Geometry.MULTILINESTRING: writeMultiLineString((MultiLineString) geom, dest); break; case net.postgis.jdbc.geometry.Geometry.MULTIPOLYGON: writeMultiPolygon((MultiPolygon) geom, dest); break; case net.postgis.jdbc.geometry.Geometry.GEOMETRYCOLLECTION: writeCollection((GeometryCollection) geom, dest); break; default: throw new IllegalArgumentException("Unknown Geometry Type: " + plaintype); } } public static int getWKBType(Geometry geom) { // We always write empty geometries as empty collections - for OpenGIS // conformance if (geom.isEmpty()) { return net.postgis.jdbc.geometry.Geometry.GEOMETRYCOLLECTION; } else if (geom instanceof Point) { return net.postgis.jdbc.geometry.Geometry.POINT; } else if (geom instanceof org.locationtech.jts.geom.LineString) { return net.postgis.jdbc.geometry.Geometry.LINESTRING; } else if (geom instanceof org.locationtech.jts.geom.Polygon) { return net.postgis.jdbc.geometry.Geometry.POLYGON; } else if (geom instanceof MultiPoint) { return net.postgis.jdbc.geometry.Geometry.MULTIPOINT; } else if (geom instanceof MultiLineString) { return net.postgis.jdbc.geometry.Geometry.MULTILINESTRING; } else if (geom instanceof org.locationtech.jts.geom.MultiPolygon) { return net.postgis.jdbc.geometry.Geometry.MULTIPOLYGON; } if (geom instanceof org.locationtech.jts.geom.GeometryCollection) { return net.postgis.jdbc.geometry.Geometry.GEOMETRYCOLLECTION; } else { throw new IllegalArgumentException("Unknown Geometry Type: " + geom.getClass().getName()); } } /** * Writes a "slim" Point (without endiannes, srid ant type, only the * ordinates and measure. Used by writeGeometry. */ private void writePoint(Point geom, ValueSetter dest) { writeCoordinates(geom.getCoordinateSequence(), getCoordDim(geom), dest); } /** * Write a CoordinateSequence, part of LinearRing and Linestring, but not * MultiPoint! */ private void writeCoordinates(CoordinateSequence seq, int dims, ValueSetter dest) { for (int i = 0; i < seq.size(); i++) { for (int d = 0; d < dims; d++) { dest.setDouble(seq.getOrdinate(i, d)); } } } private void writeMultiPoint(MultiPoint geom, ValueSetter dest) { dest.setInt(geom.getNumPoints()); for (int i = 0; i < geom.getNumPoints(); i++) { writeGeometry(geom.getGeometryN(i), dest); } } private void writeLineString(LineString geom, ValueSetter dest) { dest.setInt(geom.getNumPoints()); writeCoordinates(geom.getCoordinateSequence(), getCoordDim(geom), dest); } private void writePolygon(Polygon geom, ValueSetter dest) { dest.setInt(geom.getNumInteriorRing() + 1); writeLineString(geom.getExteriorRing(), dest); for (int i = 0; i < geom.getNumInteriorRing(); i++) { writeLineString(geom.getInteriorRingN(i), dest); } } private void writeMultiLineString(MultiLineString geom, ValueSetter dest) { writeGeometryArray(geom, dest); } private void writeMultiPolygon(MultiPolygon geom, ValueSetter dest) { writeGeometryArray(geom, dest); } private void writeCollection(GeometryCollection geom, ValueSetter dest) { writeGeometryArray(geom, dest); } private void writeGeometryArray(Geometry geom, ValueSetter dest) { dest.setInt(geom.getNumGeometries()); for (int i = 0; i < geom.getNumGeometries(); i++) { writeGeometry(geom.getGeometryN(i), dest); } } /** * Estimate how much bytes a geometry will need in WKB. * @param geom Geometry to estimate * @return number of bytes needed */ protected int estimateBytes(Geometry geom) { int result = 0; // write endian flag result += 1; // write typeword result += 4; if (checkSrid(geom)) { result += 4; } switch (getWKBType(geom)) { case net.postgis.jdbc.geometry.Geometry.POINT: result += estimatePoint((Point) geom); break; case net.postgis.jdbc.geometry.Geometry.LINESTRING: result += estimateLineString((LineString) geom); break; case net.postgis.jdbc.geometry.Geometry.POLYGON: result += estimatePolygon((Polygon) geom); break; case net.postgis.jdbc.geometry.Geometry.MULTIPOINT: result += estimateMultiPoint((MultiPoint) geom); break; case net.postgis.jdbc.geometry.Geometry.MULTILINESTRING: result += estimateMultiLineString((MultiLineString) geom); break; case net.postgis.jdbc.geometry.Geometry.MULTIPOLYGON: result += estimateMultiPolygon((MultiPolygon) geom); break; case net.postgis.jdbc.geometry.Geometry.GEOMETRYCOLLECTION: result += estimateCollection((GeometryCollection) geom); break; default: throw new IllegalArgumentException("Unknown Geometry Type: " + getWKBType(geom)); } return result; } private boolean checkSrid(Geometry geom) { final int srid = geom.getSRID(); return (srid > 0); } private int estimatePoint(Point geom) { return 8 * getCoordDim(geom); } /** Write an Array of "full" Geometries */ private int estimateGeometryArray(Geometry container) { int result = 0; for (int i = 0; i < container.getNumGeometries(); i++) { result += estimateBytes(container.getGeometryN(i)); } return result; } /** Estimate an array of "fat" Points */ private int estimateMultiPoint(MultiPoint geom) { // int size int result = 4; if (geom.getNumGeometries() > 0) { // We can shortcut here, compared to estimateGeometryArray, as all // subgeoms have the same fixed size result += geom.getNumGeometries() * estimateBytes(geom.getGeometryN(0)); } return result; } private int estimateLineString(LineString geom) { if (geom == null || geom.getNumGeometries() == 0) { return 0; } else { return 4 + 8 * getCoordSequenceDim(geom.getCoordinateSequence()) * geom.getCoordinateSequence().size(); } } private int estimatePolygon(Polygon geom) { // int length int result = 4; result += estimateLineString(geom.getExteriorRing()); for (int i = 0; i < geom.getNumInteriorRing(); i++) { result += estimateLineString(geom.getInteriorRingN(i)); } return result; } private int estimateMultiLineString(MultiLineString geom) { // 4-byte count + subgeometries return 4 + estimateGeometryArray(geom); } private int estimateMultiPolygon(MultiPolygon geom) { // 4-byte count + subgeometries return 4 + estimateGeometryArray(geom); } private int estimateCollection(GeometryCollection geom) { // 4-byte count + subgeometries return 4 + estimateGeometryArray(geom); } public static final int getCoordDim(Geometry geom) { if (geom.isEmpty()) { return 0; } if (geom instanceof Point) { return getCoordSequenceDim(((Point) geom).getCoordinateSequence()); } else if (geom instanceof LineString) { return getCoordSequenceDim(((LineString) geom).getCoordinateSequence()); } else if (geom instanceof Polygon) { return getCoordSequenceDim(((Polygon) geom).getExteriorRing().getCoordinateSequence()); } else { return getCoordDim(geom.getGeometryN(0)); } } public static final int getCoordSequenceDim(CoordinateSequence coords) { if (coords == null || coords.size() == 0) return 0; // JTS has a really strange way to handle dimensions! // Just have a look at PackedCoordinateSequence and // CoordinateArraySequence int dimensions = coords.getDimension(); if (dimensions == 3) { // CoordinateArraySequence will always return 3, so we have to // check, if // the third ordinate contains NaN, then the geom is actually // 2-dimensional return Double.isNaN(coords.getOrdinate(0, CoordinateSequence.Z)) ? 2 : 3; } else { return dimensions; } } } postgis-java-2024.1.0/postgis-jdbc-jts/src/main/java/net/postgis/jdbc/jts/JtsGeometry.java000066400000000000000000000122201465324730600312770ustar00rootroot00000000000000/* * JtsGeometry.java * * Wrapper for PostgreSQL JDBC driver to allow transparent reading and writing * of JTS geometries * * (C) 2005 Markus Schaber, markus.schaber@logix-tt.com * * (C) 2015 Phillip Ross, phillip.w.g.ross@gmail.com * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * */ package net.postgis.jdbc.jts; import java.sql.SQLException; import org.postgresql.util.PGobject; import org.locationtech.jts.geom.CoordinateSequenceFactory; import org.locationtech.jts.geom.Geometry; import org.locationtech.jts.geom.GeometryCollection; import org.locationtech.jts.geom.GeometryFactory; import org.locationtech.jts.geom.Polygon; import org.locationtech.jts.geom.PrecisionModel; import org.locationtech.jts.geom.impl.PackedCoordinateSequenceFactory; import org.locationtech.jts.io.WKTReader; /** * JTS Geometry SQL wrapper. Supports PostGIS 1.x (lwgeom hexwkb) for writing * and both PostGIS 0.x (EWKT) and 1.x (lwgeom hexwkb) for reading. * * @author Markus Schaber */ public class JtsGeometry extends PGobject { /* JDK 1.5 Serialization */ private static final long serialVersionUID = 0x100; Geometry geom; final static JtsBinaryParser bp = new JtsBinaryParser(); final static JtsBinaryWriter bw = new JtsBinaryWriter(); final static PrecisionModel prec = new PrecisionModel(); final static CoordinateSequenceFactory csfac = PackedCoordinateSequenceFactory.DOUBLE_FACTORY; final static GeometryFactory geofac = new GeometryFactory(prec, 0, csfac); static final WKTReader reader = new WKTReader(geofac); /** Constructor called by JDBC drivers */ public JtsGeometry() { setType("geometry"); } public JtsGeometry(Geometry geom) { this(); this.geom = geom; } public JtsGeometry(String value) throws SQLException { this(); setValue(value); } public void setValue(String value) throws SQLException { geom = geomFromString(value); } public static Geometry geomFromString(String value) throws SQLException { try { value = value.trim(); if (value.startsWith("00") || value.startsWith("01")) { return bp.parse(value); } else { Geometry result; // no srid := 0 in JTS world int srid = 0; // break up geometry into srid and wkt if (value.startsWith("SRID=")) { String[] temp = value.split(";"); value = temp[1].trim(); srid = Integer.parseInt(temp[0].substring(5)); } result = reader.read(value); setSridRecurse(result, srid); return result; } } catch (Exception E) { E.printStackTrace(); throw new SQLException("Error parsing SQL data:" + E); } } /** * Recursively set a srid for the geometry and all subgeometries * @param geom Geometry to work on * @param srid SRID to be set to */ public static void setSridRecurse(final Geometry geom, final int srid) { geom.setSRID(srid); if (geom instanceof GeometryCollection) { final int subcnt = geom.getNumGeometries(); for (int i = 0; i < subcnt; i++) { setSridRecurse(geom.getGeometryN(i), srid); } } else if (geom instanceof Polygon) { Polygon poly = (Polygon) geom; poly.getExteriorRing().setSRID(srid); final int subcnt = poly.getNumInteriorRing(); for (int i = 0; i < subcnt; i++) { poly.getInteriorRingN(i).setSRID(srid); } } } public Geometry getGeometry() { return geom; } public String toString() { return geom.toString(); } public String getValue() { return bw.writeHexed(getGeometry()); } public Object clone() { JtsGeometry obj = new JtsGeometry(geom); obj.setType(type); return obj; } public boolean equals(Object obj) { if ((obj != null) && (obj instanceof JtsGeometry)) { Geometry other = ((JtsGeometry) obj).geom; if (this.geom == other) { // handles identity as well as both // ==null return true; } else if (this.geom != null && other != null) { return other.equals(this.geom); } } return false; } } postgis-java-2024.1.0/postgis-jdbc-jts/src/main/java/net/postgis/jdbc/jts/JtsGisWrapper.java000066400000000000000000000115731465324730600316010ustar00rootroot00000000000000/* * JtsGisWrapper.java * * Allows transparent usage of JTS Geometry classes via PostgreSQL JDBC driver * connected to a PostGIS enabled PostgreSQL server. * * (C) 2005 Markus Schaber, markus.schaber@logix-tt.com * * (C) 2015 Phillip Ross, phillip.w.g.ross@gmail.com * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * */ package net.postgis.jdbc.jts; import org.postgresql.Driver; import org.postgresql.PGConnection; import java.sql.Connection; import java.sql.SQLException; import java.util.Properties; /** * JtsGisWrapper * * Wraps the PostGreSQL Driver to add the JTS/PostGIS Object Classes. * * This method currently works with J2EE DataSource implementations, and with * DriverManager framework. * * Simply replace the "jdbc:postgresql:" with a "jdbc:postgresql_JTS" in the * jdbc URL. * * @author markus.schaber@logix-tt.com * */ public class JtsGisWrapper extends Driver { private static final String POSTGRES_PROTOCOL = "jdbc:postgresql:"; private static final String POSTGIS_PROTOCOL = "jdbc:postgresql_JTS:"; public static final String REVISION = "$Revision$"; public JtsGisWrapper() { super(); } static { try { // Analogy to org.postgresql.Driver java.sql.DriverManager.registerDriver(new JtsGisWrapper()); } catch (SQLException e) { e.printStackTrace(); } } /** * Creates a postgresql connection, and then adds the PostGIS data types to * it calling addpgtypes() * * @param url the URL of the database to connect to * @param info a list of arbitrary tag/value pairs as connection arguments * @return a connection to the URL or null if it isnt us * @exception SQLException if a database access error occurs * * @see java.sql.Driver#connect * @see org.postgresql.Driver */ public java.sql.Connection connect(String url, Properties info) throws SQLException { url = mangleURL(url); Connection result = super.connect(url, info); addGISTypes((PGConnection) result); return result; } /** * Adds the JTS/PostGIS Data types to a PG Connection. * @param pgconn The PGConnection object to add the types to * @throws SQLException when an SQLException occurs */ public static void addGISTypes(PGConnection pgconn) throws SQLException { pgconn.addDataType("geometry", net.postgis.jdbc.jts.JtsGeometry.class); pgconn.addDataType("box3d", net.postgis.jdbc.PGbox3d.class); pgconn.addDataType("box2d", net.postgis.jdbc.PGbox2d.class); } /** * Mangles the PostGIS URL to return the original PostGreSQL URL * * @param url String containing the url to be "mangled" * @return "mangled" string or null if the URL is unsupported */ public static String mangleURL(String url) { return url.startsWith(POSTGIS_PROTOCOL) ? POSTGRES_PROTOCOL + url.substring(POSTGIS_PROTOCOL.length()) : null; } /** * Returns true if the driver thinks it can open a connection to the given * URL. Typically, drivers will return true if they understand the * subprotocol specified in the URL and false if they don't. Our protocols * start with jdbc:postgresql_postGIS: * * @see java.sql.Driver#acceptsURL * @param url the URL of the driver * @return true if this driver accepts the given URL */ public boolean acceptsURL(String url) { url = mangleURL(url); return url != null && super.acceptsURL(url); } /** * Gets the underlying drivers major version number * * @return the drivers major version number */ public int getMajorVersion() { return super.getMajorVersion(); } /** * Get the underlying drivers minor version number * * @return the drivers minor version number */ public int getMinorVersion() { return super.getMinorVersion(); } /** * Returns our own CVS version plus postgres Version * * @return String representation of the version */ public static String getVersion() { return "JtsGisWrapper " + REVISION + ", wrapping " + Driver.getVersion(); } } postgis-java-2024.1.0/postgis-jdbc-jts/src/main/java/net/postgis/jdbc/jts/JtsWrapper.java000066400000000000000000000121311465324730600311250ustar00rootroot00000000000000/* * JtsWrapper.java * * Allows transparent usage of JTS Geometry classes via PostgreSQL JDBC driver * connected to a PostGIS enabled PostgreSQL server. * * (C) 2005 Markus Schaber, markus.schaber@logix-tt.com * * (C) 2015 Phillip Ross, phillip.w.g.ross@gmail.com * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * */ package net.postgis.jdbc.jts; import java.sql.Connection; import java.sql.SQLException; import java.util.Properties; import java.util.logging.Level; import java.util.logging.Logger; import org.postgresql.Driver; import org.postgresql.PGConnection; /** * JtsWrapper * * Wraps the PostGreSQL Driver to add the JTS/PostGIS Object Classes. * * This method currently works with J2EE DataSource implementations, and with * DriverManager framework. * * Simply replace the "jdbc:postgresql:" with a "jdbc:postgres_jts:" in the jdbc * URL. * * When using the drivermanager, you need to initialize JtsWrapper instead of * (or in addition to) org.postgresql.Driver. When using a J2EE DataSource * implementation, set the driver class property in the datasource config, the * following works for jboss: * * <driver-class>net.postgis.jdbc.jts.PostGisWrapper</driver-class> * * @author markus.schaber@logix-tt.com * */ public class JtsWrapper extends Driver { protected static final Logger logger = Logger.getLogger("net.postgis.jdbc.DriverWrapper"); private static final String POSTGRES_PROTOCOL = "jdbc:postgresql:"; private static final String POSTGIS_PROTOCOL = "jdbc:postgres_jts:"; public static final String REVISION = "$Revision$"; public JtsWrapper() { super(); } static { try { // Try to register ourself to the DriverManager java.sql.DriverManager.registerDriver(new JtsWrapper()); } catch (SQLException e) { logger.log(Level.WARNING, "Error registering PostgreSQL Jts Wrapper Driver", e); } } /** * Creates a postgresql connection, and then adds the JTS GIS data types to * it calling addpgtypes() * * @param url the URL of the database to connect to * @param info a list of arbitrary tag/value pairs as connection arguments * @return a connection to the URL or null if it isnt us * @exception SQLException if a database access error occurs * * @see java.sql.Driver#connect * @see org.postgresql.Driver */ public java.sql.Connection connect(String url, Properties info) throws SQLException { url = mangleURL(url); Connection result = super.connect(url, info); addGISTypes((PGConnection)result); return result; } /** * Adds the JTS/PostGIS Data types to a PG Connection. * @param pgconn The PGConnection object to add the types to * @throws SQLException when an SQLException occurs */ public static void addGISTypes(PGConnection pgconn) throws SQLException { pgconn.addDataType("geometry", net.postgis.jdbc.jts.JtsGeometry.class); } /** * Mangles the PostGIS URL to return the original PostGreSQL URL * * @param url String containing the url to be "mangled" * @return "mangled" string or null if the URL is unsupported */ public static String mangleURL(String url) { return url.startsWith(POSTGIS_PROTOCOL) ? POSTGRES_PROTOCOL + url.substring(POSTGIS_PROTOCOL.length()) : null; } /** * Check whether the driver thinks he can handle the given URL. * * @see java.sql.Driver#acceptsURL * @param url the URL of the driver * @return true if this driver accepts the given URL */ public boolean acceptsURL(String url) { url = mangleURL(url); return url != null && super.acceptsURL(url); } /** * Gets the underlying drivers major version number * * @return the drivers major version number */ public int getMajorVersion() { return super.getMajorVersion(); } /** * Get the underlying drivers minor version number * * @return the drivers minor version number */ public int getMinorVersion() { return super.getMinorVersion(); } /** * Returns our own CVS version plus postgres Version * * @return String representation of the version */ public static String getVersion() { return "JtsGisWrapper " + REVISION + ", wrapping " + Driver.getVersion(); } } postgis-java-2024.1.0/postgis-jdbc-jts/src/main/javadoc/000077500000000000000000000000001465324730600226715ustar00rootroot00000000000000postgis-java-2024.1.0/postgis-jdbc-jts/src/main/javadoc/overview.html000066400000000000000000000001041465324730600254200ustar00rootroot00000000000000

Parser between JTS and PostGIS geometry formats.

postgis-java-2024.1.0/postgis-jdbc-jts/src/test/000077500000000000000000000000001465324730600213155ustar00rootroot00000000000000postgis-java-2024.1.0/postgis-jdbc-jts/src/test/java/000077500000000000000000000000001465324730600222365ustar00rootroot00000000000000postgis-java-2024.1.0/postgis-jdbc-jts/src/test/java/net/000077500000000000000000000000001465324730600230245ustar00rootroot00000000000000postgis-java-2024.1.0/postgis-jdbc-jts/src/test/java/net/postgis/000077500000000000000000000000001465324730600245145ustar00rootroot00000000000000postgis-java-2024.1.0/postgis-jdbc-jts/src/test/java/net/postgis/jdbc/000077500000000000000000000000001465324730600254165ustar00rootroot00000000000000postgis-java-2024.1.0/postgis-jdbc-jts/src/test/java/net/postgis/jdbc/jts/000077500000000000000000000000001465324730600262165ustar00rootroot00000000000000postgis-java-2024.1.0/postgis-jdbc-jts/src/test/java/net/postgis/jdbc/jts/EmptyGeometriesTest.java000066400000000000000000000105221465324730600330430ustar00rootroot00000000000000/* * EmptyGeometriesTest.java * * EmptyGeometriesTest for JTS - checks correct parsing of empty geometry. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * */ package net.postgis.jdbc.jts; import net.postgis.tools.testutils.TestContainerController; import org.locationtech.jts.geom.Geometry; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.testng.Assert; import org.testng.ITestContext; import org.testng.annotations.AfterClass; import org.testng.annotations.BeforeClass; import org.testng.annotations.Test; import java.sql.Connection; import java.sql.DriverManager; import java.sql.PreparedStatement; import java.sql.ResultSet; import java.sql.SQLException; import java.sql.Statement; import java.util.ArrayList; import java.util.List; /** * This class contains tests for handling of empty geometries. */ public class EmptyGeometriesTest { private static final Logger logger = LoggerFactory.getLogger(EmptyGeometriesTest.class); private static final String DRIVER_WRAPPER_CLASS_NAME = "net.postgis.jdbc.jts.JtsWrapper"; public static final String[] geometriesToTest = new String[]{ "POINT", "LINESTRING", "POLYGON", "MULTIPOINT", "MULTILINESTRING", "MULTIPOLYGON", "GEOMETRYCOLLECTION", }; private Connection connection = null; private Statement statement = null; @Test public void testSqlStatements() throws SQLException { for (String sqlStatement : generateSqlStatements()) { logger.debug("**********"); logger.debug("* Executing sql statement => [{}]", sqlStatement); logger.debug("**********"); try (PreparedStatement preparedStatement = connection.prepareStatement(sqlStatement); ResultSet resultSet = preparedStatement.executeQuery() ) { resultSet.next(); JtsGeometry resultSetObject = resultSet.getObject(1, JtsGeometry.class); Geometry geometry = resultSetObject.getGeometry(); logger.debug("JTS geometry => {}", geometry.toString()); } } } private List generateSqlStatements() { List sqlStatementList = new ArrayList<>(); for (String geometry : geometriesToTest) { String sqlStatement = "select ST_GeomFromText('" + geometry + " EMPTY')"; logger.debug("generate sql statement: {}", sqlStatement); sqlStatementList.add(sqlStatement); } return sqlStatementList; } @BeforeClass public void initJdbcConnection(ITestContext ctx) throws Exception { final String jdbcUrlSuffix = (String) ctx.getAttribute(TestContainerController.TEST_CONTAINER_JDBC_URL_SUFFIX); Assert.assertNotNull(jdbcUrlSuffix); final String jdbcUrl = "jdbc:postgres_jts" + jdbcUrlSuffix; final String jdbcUsername = (String) ctx.getAttribute(TestContainerController.TEST_CONTAINER_ENV_USER_PARAM_NAME); Assert.assertNotNull(jdbcUsername); final String jdbcPassword = (String) ctx.getAttribute(TestContainerController.TEST_CONTAINER_ENV_PW_PARAM_NAME); Assert.assertNotNull(jdbcPassword); Class.forName(DRIVER_WRAPPER_CLASS_NAME); connection = DriverManager.getConnection(jdbcUrl, jdbcUsername, jdbcPassword); statement = connection.createStatement(); } @AfterClass public void unallocateDatabaseResources() throws Exception { if ((statement != null) && (!statement.isClosed())) { statement.close(); } if ((connection != null) && (!connection.isClosed())) { connection.close(); } } }postgis-java-2024.1.0/postgis-jdbc-jts/src/test/java/net/postgis/jdbc/jts/JtsParserTest.java000066400000000000000000000457461465324730600316560ustar00rootroot00000000000000/* * JtsParserTest.java * * JtsParserTest for JTS - relies on net.postgis V1.0.0+ package. * * (C) 2015 Phillip Ross, phillip.w.g.ross@gmail.com * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * */ package net.postgis.jdbc.jts; import net.postgis.jdbc.geometry.binary.ValueSetter; import org.locationtech.jts.geom.*; import net.postgis.tools.testutils.TestContainerController; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.testng.Assert; import org.testng.ITestContext; import org.testng.annotations.AfterClass; import org.testng.annotations.BeforeClass; import org.testng.annotations.Test; import java.sql.*; /** * JtsParseTest * * This test class was adapted from the {@code JtsTestParsr} example standalone class. * It is meant to be run in standalone mode or run against a PostGIS database, but it will need to be * fixed to run against a PostGIS database as it currently fails in some places with an error: * {@literal function asewkb(geometry) does not exist} */ public class JtsParserTest { private static final Logger logger = LoggerFactory.getLogger(JtsParserTest.class); private static final String JTS_WRAPPER_CLASS_NAME = "net.postgis.jdbc.jts.JtsWrapper"; /** The srid we use for the srid tests */ public static final int SRID = 4326; /** The string prefix we get for the srid tests */ public static final String SRIDPREFIX = "SRID=" + SRID + ";"; /** * Our set of geometries to test. */ public static final String ALL = "ALL"; public static final String ONLY10 = "ONLY10"; public static final String EQUAL10 = "EQUAL10"; public static final String[][] testset = new String[][] { { ALL, // 2D "POINT(10 10)" }, { ALL, // 3D with 3rd coordinate set to 0 "POINT(10 10 0)" }, { ALL, // 3D "POINT(10 10 20)" }, { ALL, "MULTIPOINT(11 12, 20 20)" }, { ALL, "MULTIPOINT(11 12 13, 20 20 20)" }, { ALL, "LINESTRING(10 10,20 20,50 50,34 34)" }, { ALL, "LINESTRING(10 10 20,20 20 20,50 50 50,34 34 34)" }, { ALL, "POLYGON((10 10,20 10,20 20,20 10,10 10),(5 5,5 6,6 6,6 5,5 5))" }, { ALL, "POLYGON((10 10 0,20 10 0,20 20 0,20 10 0,10 10 0),(5 5 0,5 6 0,6 6 0,6 5 0,5 5 0))" }, { ALL, "MULTIPOLYGON(((10 10,20 10,20 20,20 10,10 10),(5 5,5 6,6 6,6 5,5 5)),((10 10,20 10,20 20,20 10,10 10),(5 5,5 6,6 6,6 5,5 5)))" }, { ALL, "MULTIPOLYGON(((10 10 0,20 10 0,20 20 0,20 10 0,10 10 0),(5 5 0,5 6 0,6 6 0,6 5 0,5 5 0)),((10 10 0,20 10 0,20 20 0,20 10 0,10 10 0),(5 5 0,5 6 0,6 6 0,6 5 0,5 5 0)))" }, { ALL, "MULTILINESTRING((10 10,20 10,20 20,20 10,10 10),(5 5,5 6,6 6,6 5,5 5))" }, { ALL, "MULTILINESTRING((10 10 5,20 10 5,20 20 0,20 10 0,10 10 0),(5 5 0,5 6 0,6 6 0,6 5 0,5 5 0))" }, { ALL, "GEOMETRYCOLLECTION(POINT(10 10),POINT(20 20))" }, { ALL, "GEOMETRYCOLLECTION(POINT(10 10 20),POINT(20 20 20))" }, { ALL, "GEOMETRYCOLLECTION(LINESTRING(10 10 20,20 20 20, 50 50 50, 34 34 34),LINESTRING(10 10 20,20 20 20, 50 50 50, 34 34 34))" }, { ALL, "GEOMETRYCOLLECTION(POLYGON((10 10 0,20 10 0,20 20 0,20 10 0,10 10 0),(5 5 0,5 6 0,6 6 0,6 5 0,5 5 0)),POLYGON((10 10 0,20 10 0,20 20 0,20 10 0,10 10 0),(5 5 0,5 6 0,6 6 0,6 5 0,5 5 0)))" }, { ONLY10, // Cannot be parsed by 0.X servers "GEOMETRYCOLLECTION(MULTIPOINT(10 10 10, 20 20 20),MULTIPOINT(10 10 10, 20 20 20))" }, { EQUAL10, // PostGIs 0.X "flattens" this geometry, so it is not // equal after reparsing. "GEOMETRYCOLLECTION(MULTILINESTRING((10 10 0,20 10 0,20 20 0,20 10 0,10 10 0),(5 5 0,5 6 0,6 6 0,6 5 0,5 5 0)))" }, { EQUAL10,// PostGIs 0.X "flattens" this geometry, so it is not // equal // after reparsing. "GEOMETRYCOLLECTION(MULTIPOLYGON(((10 10 0,20 10 0,20 20 0,20 10 0,10 10 0),(5 5 0,5 6 0,6 6 0,6 5 0,5 5 0)),((10 10 0,20 10 0,20 20 0,20 10 0,10 10 0),(5 5 0,5 6 0,6 6 0,6 5 0,5 5 0))),MULTIPOLYGON(((10 10 0,20 10 0,20 20 0,20 10 0,10 10 0),(5 5 0,5 6 0,6 6 0,6 5 0,5 5 0)),((10 10 0,20 10 0,20 20 0,20 10 0,10 10 0),(5 5 0,5 6 0,6 6 0,6 5 0,5 5 0))))" }, { ALL, "GEOMETRYCOLLECTION(POINT(10 10 20),LINESTRING(10 10 20,20 20 20, 50 50 50, 34 34 34),POLYGON((10 10 0,20 10 0,20 20 0,20 10 0,10 10 0),(5 5 0,5 6 0,6 6 0,6 5 0,5 5 0)))" }, { ONLY10, // Collections that contain both X and MultiX do not // work on // PostGIS 0.x "GEOMETRYCOLLECTION(POINT(10 10 20),MULTIPOINT(10 10 10, 20 20 20),LINESTRING(10 10 20,20 20 20, 50 50 50, 34 34 34),POLYGON((10 10 0,20 10 0,20 20 0,20 10 0,10 10 0),(5 5 0,5 6 0,6 6 0,6 5 0,5 5 0)),MULTIPOLYGON(((10 10 0,20 10 0,20 20 0,20 10 0,10 10 0),(5 5 0,5 6 0,6 6 0,6 5 0,5 5 0)),((10 10 0,20 10 0,20 20 0,20 10 0,10 10 0),(5 5 0,5 6 0,6 6 0,6 5 0,5 5 0))),MULTILINESTRING((10 10 0,20 10 0,20 20 0,20 10 0,10 10 0),(5 5 0,5 6 0,6 6 0,6 5 0,5 5 0)))" }, { ALL,// new (correct) representation "GEOMETRYCOLLECTION EMPTY" }, }; private static JtsBinaryParser jtsBinaryParser = new JtsBinaryParser(); private static final JtsBinaryWriter jtsBinaryWriter = new JtsBinaryWriter(); private Connection connection = null; private Statement statement = null; @Test public void test() throws Exception { for (String[] aTestset : testset) { test(aTestset[1], aTestset[0]); test(SRIDPREFIX + aTestset[1], aTestset[0]); } } public void test(String WKT, String flags) throws SQLException { logger.debug("Original: {}", WKT); Geometry geom = JtsGeometry.geomFromString(WKT); String parsed = geom.toString(); if (WKT.startsWith("SRID=")) { parsed = "SRID=" + geom.getSRID() + ";" + parsed; } logger.debug("Parsed: {}", parsed); Geometry regeom = JtsGeometry.geomFromString(parsed); String reparsed = regeom.toString(); if (WKT.startsWith("SRID=")) { reparsed = "SRID=" + geom.getSRID() + ";" + reparsed; } logger.debug("Re-Parsed: {}", reparsed); Assert.assertEquals(geom, regeom, "Geometries are not equal"); Assert.assertEquals(geom.getSRID(), regeom.getSRID(), "Geometry SRIDs are not equal"); Assert.assertEquals(reparsed, parsed, "Text Reps are not equal"); String hexNWKT = jtsBinaryWriter.writeHexed(geom, ValueSetter.NDR.NUMBER); logger.debug("NDRHex: {}", hexNWKT); regeom = JtsGeometry.geomFromString(hexNWKT); logger.debug("ReNDRHex: {}", regeom); Assert.assertEquals(geom, regeom, "Geometries are not equal"); String hexXWKT = jtsBinaryWriter.writeHexed(geom, ValueSetter.XDR.NUMBER); logger.debug("XDRHex: {}", hexXWKT); regeom = JtsGeometry.geomFromString(hexXWKT); logger.debug("ReXDRHex: {}", regeom); Assert.assertEquals(geom, regeom, "Geometries are not equal"); byte[] NWKT = jtsBinaryWriter.writeBinary(geom, ValueSetter.NDR.NUMBER); regeom = jtsBinaryParser.parse(NWKT); logger.debug("NDR: {}", regeom); Assert.assertEquals(geom, regeom, "Geometries are not equal"); byte[] XWKT = jtsBinaryWriter.writeBinary(geom, ValueSetter.XDR.NUMBER); regeom = jtsBinaryParser.parse(XWKT); logger.debug("XDR: {}", regeom); Assert.assertEquals(geom, regeom, "Geometries are not equal"); Geometry coordArrayGeom = rebuildCS(geom); logger.debug("CoordArray: {}", regeom); Assert.assertEquals(geom, coordArrayGeom, "Geometries are not equal"); String coordArrayWKT = jtsBinaryWriter.writeHexed(coordArrayGeom, ValueSetter.NDR.NUMBER); logger.debug("HexCArray: {}", coordArrayWKT); Assert.assertEquals(coordArrayWKT, hexNWKT, "CoordArray HexWKT is not equal"); int serverPostgisMajor = getPostgisMajor(); if ((flags.equals(ONLY10)) && serverPostgisMajor < 1) { logger.info("PostGIS server too old, skipping test on connection {}", connection.getCatalog()); } else { logger.debug("Testing on connection {}", connection.getCatalog()); Geometry sqlGeom = viaSQL(WKT, statement); logger.debug("SQLin: {}", sqlGeom.toString()); if (!geom.equalsExact(sqlGeom)) { logger.warn("Geometries after SQL are not equal"); if (flags.equals(EQUAL10) && serverPostgisMajor < 1) { logger.info("This is expected with PostGIS {}.X", serverPostgisMajor); } else { Assert.fail(); } } Geometry sqlreGeom = viaSQL(parsed, statement); logger.debug("SQLout: {}", sqlreGeom); if (!geom.equalsExact(sqlreGeom)) { logger.warn("Reparsed Geometries after SQL are not equal"); if (flags.equals(EQUAL10) && serverPostgisMajor < 1) { logger.info("This is expected with PostGIS {}.X", serverPostgisMajor); } else { Assert.fail(); } } sqlreGeom = viaPrepSQL(geom, connection); logger.debug("Prepared: {}", sqlreGeom); if (!geom.equalsExact(sqlreGeom)) { logger.debug("Reparsed Geometries after prepared StatementSQL are not equal"); if (flags.equals(EQUAL10) && serverPostgisMajor < 1) { logger.info("This is expected with PostGIS {}.X", serverPostgisMajor); } else { Assert.fail(); } } // asEWKT() function is not present on PostGIS 0.X, and the test // is pointless as 0.X uses EWKT as canonical rep so the same // functionality was already tested above. if (serverPostgisMajor >= 1) { sqlGeom = ewktViaSQL(WKT, statement); logger.debug("asEWKT: {}", sqlGeom); Assert.assertEquals(geom, sqlGeom); sqlGeom = ewkbViaSQL(WKT, statement); logger.debug("asEWKB: {}", sqlGeom); Assert.assertEquals(geom, sqlGeom); sqlGeom = viaSQL(hexNWKT, statement); logger.debug("hexNWKT: {}", sqlGeom); Assert.assertEquals(geom, sqlGeom); sqlGeom = viaSQL(hexXWKT, statement); logger.debug("hexXWKT: {}", sqlGeom); Assert.assertEquals(geom, sqlGeom); sqlGeom = binaryViaSQL(NWKT, connection); logger.debug("NWKT: {}", sqlGeom); Assert.assertEquals(geom, sqlGeom); sqlGeom = binaryViaSQL(XWKT, connection); logger.debug("XWKT: {}", sqlGeom); Assert.assertEquals(geom, sqlGeom); } } } /** Pass a geometry representation through the SQL server */ private static Geometry viaSQL(String rep, Statement stat) throws SQLException { ResultSet rs = stat.executeQuery("SELECT geometry_in('" + rep + "')"); rs.next(); return ((JtsGeometry) rs.getObject(1)).getGeometry(); } /** * Pass a geometry representation through the SQL server via prepared * statement */ private static Geometry viaPrepSQL(Geometry geom, Connection conn) throws SQLException { PreparedStatement prep = conn.prepareStatement("SELECT ?::geometry"); JtsGeometry wrapper = new JtsGeometry(geom); prep.setObject(1, wrapper, Types.OTHER); ResultSet rs = prep.executeQuery(); rs.next(); JtsGeometry resultwrapper = ((JtsGeometry) rs.getObject(1)); return resultwrapper.getGeometry(); } /** Pass a geometry representation through the SQL server via EWKT */ private static Geometry ewktViaSQL(String rep, Statement stat) throws SQLException { ResultSet rs = stat.executeQuery("SELECT ST_AsEWKT(geometry_in('" + rep + "'))"); rs.next(); String resrep = rs.getString(1); return JtsGeometry.geomFromString(resrep); } /** Pass a geometry representation through the SQL server via EWKB */ private static Geometry ewkbViaSQL(String rep, Statement stat) throws SQLException { ResultSet rs = stat.executeQuery("SELECT ST_AsEWKB(geometry_in('" + rep + "'))"); rs.next(); byte[] resrep = rs.getBytes(1); return jtsBinaryParser.parse(resrep); } /** Pass a EWKB geometry representation through the server */ private static Geometry binaryViaSQL(byte[] rep, Connection conn) throws SQLException { PreparedStatement prep = conn.prepareStatement("SELECT ?::bytea::geometry"); prep.setBytes(1, rep); ResultSet rs = prep.executeQuery(); rs.next(); JtsGeometry resultwrapper = ((JtsGeometry) rs.getObject(1)); return resultwrapper.getGeometry(); } // Rebuild given Geometry with a CoordinateArraySequence implementation. public static Geometry rebuildCS(Geometry geom) { if (geom instanceof Point) { return rebuildCSPoint((Point)geom); } else if (geom instanceof MultiPoint) { return rebuildCSMP((MultiPoint)geom); } else if (geom instanceof LineString) { return rebuildCSLS((LineString)geom); } else if (geom instanceof MultiLineString) { return rebuildCSMLS((MultiLineString)geom); } else if (geom instanceof Polygon) { return rebuildCSP((Polygon)geom); } else if (geom instanceof MultiPolygon) { return rebuildCSMP((MultiPolygon)geom); } else if (geom instanceof GeometryCollection) { return rebuildCSGC((GeometryCollection)geom); } else { throw new AssertionError(); } } private static Point rebuildCSPoint(Point point) { Point result = point.getFactory().createPoint(point.getCoordinate()); result.setSRID(point.getSRID()); return result; } private static MultiPoint rebuildCSMP(MultiPoint mp) { Point[] points = new Point[mp.getNumGeometries()]; for (int i=0; i < points.length; i++) { points[i] = rebuildCSPoint((Point) mp.getGeometryN(i)); } MultiPoint result = mp.getFactory().createMultiPoint(points); result.setSRID(mp.getSRID()); return result; } private static MultiPolygon rebuildCSMP(MultiPolygon multipoly) { Polygon[] polygons = new Polygon[multipoly.getNumGeometries()]; for (int i=0; i < polygons.length; i++) { polygons[i] = rebuildCSP((Polygon)multipoly.getGeometryN(i)); } MultiPolygon result = multipoly.getFactory().createMultiPolygon(polygons); result.setSRID(multipoly.getSRID()); return result; } private static LineString rebuildCSLS(LineString line) { LineString result = line.getFactory().createLineString(line.getCoordinates()); result.setSRID(line.getSRID()); return result; } private static MultiLineString rebuildCSMLS(MultiLineString multiline) { LineString[] polygons = new LineString[multiline.getNumGeometries()]; for (int i=0; i < polygons.length; i++) { polygons[i] = rebuildCSLS((LineString)multiline.getGeometryN(i)); } MultiLineString result = multiline.getFactory().createMultiLineString(polygons); result.setSRID(multiline.getSRID()); return result; } private static Polygon rebuildCSP(Polygon polygon) { LinearRing outer = rebuildLR(polygon.getExteriorRing()); LinearRing[] holes = new LinearRing[polygon.getNumInteriorRing()]; for (int i=0; i < holes.length; i++) { holes[i] = rebuildLR(polygon.getInteriorRingN(i)); } Polygon result = polygon.getFactory().createPolygon(outer, holes); result.setSRID(polygon.getSRID()); return result; } private static LinearRing rebuildLR(LineString ring) { LinearRing result = ring.getFactory().createLinearRing(ring.getCoordinates()); result.setSRID(ring.getSRID()); return result; } private static Geometry rebuildCSGC(GeometryCollection coll) { Geometry[] geoms = new Geometry[coll.getNumGeometries()]; for (int i = 0; i < coll.getNumGeometries(); i++) { geoms[i] = rebuildCS(coll.getGeometryN(i)); } Geometry result = coll.getFactory().createGeometryCollection(geoms); result.setSRID(coll.getSRID()); return result; } public int getPostgisMajor() throws SQLException { ResultSet resultSet = statement.executeQuery("SELECT postgis_version()"); resultSet.next(); String version = resultSet.getString(1); if (version == null) { throw new SQLException("postgis_version returned NULL!"); } version = version.trim(); int idx = version.indexOf('.'); return Integer.parseInt(version.substring(0, idx)); } @BeforeClass public void initJdbcConnection(ITestContext ctx) throws Exception { final String jdbcUrlSuffix = (String)ctx.getAttribute(TestContainerController.TEST_CONTAINER_JDBC_URL_SUFFIX); Assert.assertNotNull(jdbcUrlSuffix); final String jdbcUrl = "jdbc:postgres_jts" + jdbcUrlSuffix; final String jdbcUsername = (String)ctx.getAttribute(TestContainerController.TEST_CONTAINER_ENV_USER_PARAM_NAME); Assert.assertNotNull(jdbcUsername); final String jdbcPassword = (String)ctx.getAttribute(TestContainerController.TEST_CONTAINER_ENV_PW_PARAM_NAME); Assert.assertNotNull(jdbcPassword); Class.forName(JTS_WRAPPER_CLASS_NAME); connection = DriverManager.getConnection(jdbcUrl, jdbcUsername, jdbcPassword); statement = connection.createStatement(); } @AfterClass public void unallocateDatabaseResources() throws Exception { if ((statement != null) && (!statement.isClosed())) { statement.close(); } if ((connection != null) && (!connection.isClosed())) { connection.close(); } } }postgis-java-2024.1.0/postgis-jdbc-jts/src/test/resources-filtered/000077500000000000000000000000001465324730600251235ustar00rootroot00000000000000postgis-java-2024.1.0/postgis-jdbc-jts/src/test/resources-filtered/testng-it.xml000066400000000000000000000014571465324730600275720ustar00rootroot00000000000000 postgis-java-2024.1.0/postgis-jdbc-jts/src/test/resources/000077500000000000000000000000001465324730600233275ustar00rootroot00000000000000postgis-java-2024.1.0/postgis-jdbc-jts/src/test/resources/logback-test.xml000066400000000000000000000011131465324730600264240ustar00rootroot00000000000000 %d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n postgis-java-2024.1.0/postgis-jdbc/000077500000000000000000000000001465324730600167515ustar00rootroot00000000000000postgis-java-2024.1.0/postgis-jdbc/COPYING_LGPL000066400000000000000000000636401465324730600206330ustar00rootroot00000000000000 GNU LESSER GENERAL PUBLIC LICENSE Version 2.1, February 1999 Copyright (C) 1991, 1999 Free Software Foundation, Inc. 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. [This is the first released version of the Lesser GPL. It also counts as the successor of the GNU Library Public License, version 2, hence the version number 2.1.] Preamble The licenses for most software are designed to take away your freedom to share and change it. By contrast, the GNU General Public Licenses are intended to guarantee your freedom to share and change free software--to make sure the software is free for all its users. This license, the Lesser General Public License, applies to some specially designated software packages--typically libraries--of the Free Software Foundation and other authors who decide to use it. You can use it too, but we suggest you first think carefully about whether this license or the ordinary General Public License is the better strategy to use in any particular case, based on the explanations below. When we speak of free software, we are referring to freedom of use, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for this service if you wish); that you receive source code or can get it if you want it; that you can change the software and use pieces of it in new free programs; and that you are informed that you can do these things. To protect your rights, we need to make restrictions that forbid distributors to deny you these rights or to ask you to surrender these rights. These restrictions translate to certain responsibilities for you if you distribute copies of the library or if you modify it. For example, if you distribute copies of the library, whether gratis or for a fee, you must give the recipients all the rights that we gave you. You must make sure that they, too, receive or can get the source code. If you link other code with the library, you must provide complete object files to the recipients, so that they can relink them with the library after making changes to the library and recompiling it. And you must show them these terms so they know their rights. We protect your rights with a two-step method: (1) we copyright the library, and (2) we offer you this license, which gives you legal permission to copy, distribute and/or modify the library. To protect each distributor, we want to make it very clear that there is no warranty for the free library. Also, if the library is modified by someone else and passed on, the recipients should know that what they have is not the original version, so that the original author's reputation will not be affected by problems that might be introduced by others. Finally, software patents pose a constant threat to the existence of any free program. We wish to make sure that a company cannot effectively restrict the users of a free program by obtaining a restrictive license from a patent holder. Therefore, we insist that any patent license obtained for a version of the library must be consistent with the full freedom of use specified in this license. Most GNU software, including some libraries, is covered by the ordinary GNU General Public License. This license, the GNU Lesser General Public License, applies to certain designated libraries, and is quite different from the ordinary General Public License. We use this license for certain libraries in order to permit linking those libraries into non-free programs. When a program is linked with a library, whether statically or using a shared library, the combination of the two is legally speaking a combined work, a derivative of the original library. The ordinary General Public License therefore permits such linking only if the entire combination fits its criteria of freedom. The Lesser General Public License permits more lax criteria for linking other code with the library. We call this license the "Lesser" General Public License because it does Less to protect the user's freedom than the ordinary General Public License. It also provides other free software developers Less of an advantage over competing non-free programs. These disadvantages are the reason we use the ordinary General Public License for many libraries. However, the Lesser license provides advantages in certain special circumstances. For example, on rare occasions, there may be a special need to encourage the widest possible use of a certain library, so that it becomes a de-facto standard. To achieve this, non-free programs must be allowed to use the library. A more frequent case is that a free library does the same job as widely used non-free libraries. In this case, there is little to gain by limiting the free library to free software only, so we use the Lesser General Public License. In other cases, permission to use a particular library in non-free programs enables a greater number of people to use a large body of free software. For example, permission to use the GNU C Library in non-free programs enables many more people to use the whole GNU operating system, as well as its variant, the GNU/Linux operating system. Although the Lesser General Public License is Less protective of the users' freedom, it does ensure that the user of a program that is linked with the Library has the freedom and the wherewithal to run that program using a modified version of the Library. The precise terms and conditions for copying, distribution and modification follow. Pay close attention to the difference between a "work based on the library" and a "work that uses the library". The former contains code derived from the library, whereas the latter must be combined with the library in order to run. GNU LESSER GENERAL PUBLIC LICENSE TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 0. This License Agreement applies to any software library or other program which contains a notice placed by the copyright holder or other authorized party saying it may be distributed under the terms of this Lesser General Public License (also called "this License"). Each licensee is addressed as "you". A "library" means a collection of software functions and/or data prepared so as to be conveniently linked with application programs (which use some of those functions and data) to form executables. The "Library", below, refers to any such software library or work which has been distributed under these terms. A "work based on the Library" means either the Library or any derivative work under copyright law: that is to say, a work containing the Library or a portion of it, either verbatim or with modifications and/or translated straightforwardly into another language. (Hereinafter, translation is included without limitation in the term "modification".) "Source code" for a work means the preferred form of the work for making modifications to it. For a library, complete source code means all the source code for all modules it contains, plus any associated interface definition files, plus the scripts used to control compilation and installation of the library. Activities other than copying, distribution and modification are not covered by this License; they are outside its scope. The act of running a program using the Library is not restricted, and output from such a program is covered only if its contents constitute a work based on the Library (independent of the use of the Library in a tool for writing it). Whether that is true depends on what the Library does and what the program that uses the Library does. 1. You may copy and distribute verbatim copies of the Library's complete source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice and disclaimer of warranty; keep intact all the notices that refer to this License and to the absence of any warranty; and distribute a copy of this License along with the Library. You may charge a fee for the physical act of transferring a copy, and you may at your option offer warranty protection in exchange for a fee. 2. You may modify your copy or copies of the Library or any portion of it, thus forming a work based on the Library, and copy and distribute such modifications or work under the terms of Section 1 above, provided that you also meet all of these conditions: a) The modified work must itself be a software library. b) You must cause the files modified to carry prominent notices stating that you changed the files and the date of any change. c) You must cause the whole of the work to be licensed at no charge to all third parties under the terms of this License. d) If a facility in the modified Library refers to a function or a table of data to be supplied by an application program that uses the facility, other than as an argument passed when the facility is invoked, then you must make a good faith effort to ensure that, in the event an application does not supply such function or table, the facility still operates, and performs whatever part of its purpose remains meaningful. (For example, a function in a library to compute square roots has a purpose that is entirely well-defined independent of the application. Therefore, Subsection 2d requires that any application-supplied function or table used by this function must be optional: if the application does not supply it, the square root function must still compute square roots.) These requirements apply to the modified work as a whole. If identifiable sections of that work are not derived from the Library, and can be reasonably considered independent and separate works in themselves, then this License, and its terms, do not apply to those sections when you distribute them as separate works. But when you distribute the same sections as part of a whole which is a work based on the Library, the distribution of the whole must be on the terms of this License, whose permissions for other licensees extend to the entire whole, and thus to each and every part regardless of who wrote it. Thus, it is not the intent of this section to claim rights or contest your rights to work written entirely by you; rather, the intent is to exercise the right to control the distribution of derivative or collective works based on the Library. In addition, mere aggregation of another work not based on the Library with the Library (or with a work based on the Library) on a volume of a storage or distribution medium does not bring the other work under the scope of this License. 3. You may opt to apply the terms of the ordinary GNU General Public License instead of this License to a given copy of the Library. To do this, you must alter all the notices that refer to this License, so that they refer to the ordinary GNU General Public License, version 2, instead of to this License. (If a newer version than version 2 of the ordinary GNU General Public License has appeared, then you can specify that version instead if you wish.) Do not make any other change in these notices. Once this change is made in a given copy, it is irreversible for that copy, so the ordinary GNU General Public License applies to all subsequent copies and derivative works made from that copy. This option is useful when you wish to copy part of the code of the Library into a program that is not a library. 4. You may copy and distribute the Library (or a portion or derivative of it, under Section 2) in object code or executable form under the terms of Sections 1 and 2 above provided that you accompany it with the complete corresponding machine-readable source code, which must be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange. If distribution of object code is made by offering access to copy from a designated place, then offering equivalent access to copy the source code from the same place satisfies the requirement to distribute the source code, even though third parties are not compelled to copy the source along with the object code. 5. A program that contains no derivative of any portion of the Library, but is designed to work with the Library by being compiled or linked with it, is called a "work that uses the Library". Such a work, in isolation, is not a derivative work of the Library, and therefore falls outside the scope of this License. However, linking a "work that uses the Library" with the Library creates an executable that is a derivative of the Library (because it contains portions of the Library), rather than a "work that uses the library". The executable is therefore covered by this License. Section 6 states terms for distribution of such executables. When a "work that uses the Library" uses material from a header file that is part of the Library, the object code for the work may be a derivative work of the Library even though the source code is not. Whether this is true is especially significant if the work can be linked without the Library, or if the work is itself a library. The threshold for this to be true is not precisely defined by law. If such an object file uses only numerical parameters, data structure layouts and accessors, and small macros and small inline functions (ten lines or less in length), then the use of the object file is unrestricted, regardless of whether it is legally a derivative work. (Executables containing this object code plus portions of the Library will still fall under Section 6.) Otherwise, if the work is a derivative of the Library, you may distribute the object code for the work under the terms of Section 6. Any executables containing that work also fall under Section 6, whether or not they are linked directly with the Library itself. 6. As an exception to the Sections above, you may also combine or link a "work that uses the Library" with the Library to produce a work containing portions of the Library, and distribute that work under terms of your choice, provided that the terms permit modification of the work for the customer's own use and reverse engineering for debugging such modifications. You must give prominent notice with each copy of the work that the Library is used in it and that the Library and its use are covered by this License. You must supply a copy of this License. If the work during execution displays copyright notices, you must include the copyright notice for the Library among them, as well as a reference directing the user to the copy of this License. Also, you must do one of these things: a) Accompany the work with the complete corresponding machine-readable source code for the Library including whatever changes were used in the work (which must be distributed under Sections 1 and 2 above); and, if the work is an executable linked with the Library, with the complete machine-readable "work that uses the Library", as object code and/or source code, so that the user can modify the Library and then relink to produce a modified executable containing the modified Library. (It is understood that the user who changes the contents of definitions files in the Library will not necessarily be able to recompile the application to use the modified definitions.) b) Use a suitable shared library mechanism for linking with the Library. A suitable mechanism is one that (1) uses at run time a copy of the library already present on the user's computer system, rather than copying library functions into the executable, and (2) will operate properly with a modified version of the library, if the user installs one, as long as the modified version is interface-compatible with the version that the work was made with. c) Accompany the work with a written offer, valid for at least three years, to give the same user the materials specified in Subsection 6a, above, for a charge no more than the cost of performing this distribution. d) If distribution of the work is made by offering access to copy from a designated place, offer equivalent access to copy the above specified materials from the same place. e) Verify that the user has already received a copy of these materials or that you have already sent this user a copy. For an executable, the required form of the "work that uses the Library" must include any data and utility programs needed for reproducing the executable from it. However, as a special exception, the materials to be distributed need not include anything that is normally distributed (in either source or binary form) with the major components (compiler, kernel, and so on) of the operating system on which the executable runs, unless that component itself accompanies the executable. It may happen that this requirement contradicts the license restrictions of other proprietary libraries that do not normally accompany the operating system. Such a contradiction means you cannot use both them and the Library together in an executable that you distribute. 7. You may place library facilities that are a work based on the Library side-by-side in a single library together with other library facilities not covered by this License, and distribute such a combined library, provided that the separate distribution of the work based on the Library and of the other library facilities is otherwise permitted, and provided that you do these two things: a) Accompany the combined library with a copy of the same work based on the Library, uncombined with any other library facilities. This must be distributed under the terms of the Sections above. b) Give prominent notice with the combined library of the fact that part of it is a work based on the Library, and explaining where to find the accompanying uncombined form of the same work. 8. You may not copy, modify, sublicense, link with, or distribute the Library except as expressly provided under this License. Any attempt otherwise to copy, modify, sublicense, link with, or distribute the Library is void, and will automatically terminate your rights under this License. However, parties who have received copies, or rights, from you under this License will not have their licenses terminated so long as such parties remain in full compliance. 9. You are not required to accept this License, since you have not signed it. However, nothing else grants you permission to modify or distribute the Library or its derivative works. These actions are prohibited by law if you do not accept this License. Therefore, by modifying or distributing the Library (or any work based on the Library), you indicate your acceptance of this License to do so, and all its terms and conditions for copying, distributing or modifying the Library or works based on it. 10. Each time you redistribute the Library (or any work based on the Library), the recipient automatically receives a license from the original licensor to copy, distribute, link with or modify the Library subject to these terms and conditions. You may not impose any further restrictions on the recipients' exercise of the rights granted herein. You are not responsible for enforcing compliance by third parties with this License. 11. If, as a consequence of a court judgment or allegation of patent infringement or for any other reason (not limited to patent issues), conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot distribute so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not distribute the Library at all. For example, if a patent license would not permit royalty-free redistribution of the Library by all those who receive copies directly or indirectly through you, then the only way you could satisfy both it and this License would be to refrain entirely from distribution of the Library. If any portion of this section is held invalid or unenforceable under any particular circumstance, the balance of the section is intended to apply, and the section as a whole is intended to apply in other circumstances. It is not the purpose of this section to induce you to infringe any patents or other property right claims or to contest validity of any such claims; this section has the sole purpose of protecting the integrity of the free software distribution system which is implemented by public license practices. Many people have made generous contributions to the wide range of software distributed through that system in reliance on consistent application of that system; it is up to the author/donor to decide if he or she is willing to distribute software through any other system and a licensee cannot impose that choice. This section is intended to make thoroughly clear what is believed to be a consequence of the rest of this License. 12. If the distribution and/or use of the Library is restricted in certain countries either by patents or by copyrighted interfaces, the original copyright holder who places the Library under this License may add an explicit geographical distribution limitation excluding those countries, so that distribution is permitted only in or among countries not thus excluded. In such case, this License incorporates the limitation as if written in the body of this License. 13. The Free Software Foundation may publish revised and/or new versions of the Lesser General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. Each version is given a distinguishing version number. If the Library specifies a version number of this License which applies to it and "any later version", you have the option of following the terms and conditions either of that version or of any later version published by the Free Software Foundation. If the Library does not specify a license version number, you may choose any version ever published by the Free Software Foundation. 14. If you wish to incorporate parts of the Library into other free programs whose distribution conditions are incompatible with these, write to the author to ask for permission. For software which is copyrighted by the Free Software Foundation, write to the Free Software Foundation; we sometimes make exceptions for this. Our decision will be guided by the two goals of preserving the free status of all derivatives of our free software and of promoting the sharing and reuse of software generally. NO WARRANTY 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. END OF TERMS AND CONDITIONS How to Apply These Terms to Your New Libraries If you develop a new library, and you want it to be of the greatest possible use to the public, we recommend making it free software that everyone can redistribute and change. You can do so by permitting redistribution under these terms (or, alternatively, under the terms of the ordinary General Public License). To apply these terms, attach the following notices to the library. It is safest to attach them to the start of each source file to most effectively convey the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found. Copyright (C) This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA Also add information on how to contact you by electronic and paper mail. You should also get your employer (if you work as a programmer) or your school, if any, to sign a "copyright disclaimer" for the library, if necessary. Here is a sample; alter the names: Yoyodyne, Inc., hereby disclaims all copyright interest in the library `Frob' (a library for tweaking knobs) written by James Random Hacker. , 1 April 1990 Ty Coon, President of Vice That's all there is to it! postgis-java-2024.1.0/postgis-jdbc/README000066400000000000000000000240121465324730600176300ustar00rootroot00000000000000 *** PostGIS JDBC Driver extension README / FAQ *** (C) 2005 Markus Schaber * What is it all about? * JDBC is an database driver specification for Java. Like ODBC in the C world, JDBC allows java applications to transparently use different JDBC compliant databases without any source code changes. PostgreSQL, the database PostGIS is written for, comes with a driver that follows this specification. For downloads and more info, see: http://jdbc.postgresql.org/download.html The purpose of the JDBC Driver extension is to give the PostgreSQL JDBC driver some understanding of the PostGIS data types (Geometry, Box3D, Box2D). Without this, the Application can only get byte arrays or strings (binary and text representation, rsp.) and has to parse it on its own. When registering this extension, the Application can simply call getObject(column) on the result of the query, and get a real java object that is modeled after the OpenGIS spec. It also can create or modify this objects itsself and then pass them into the database via the PreparedStatement.setObject() method. Currently, the code is tested with PostGIS 0.8.1, 0.9.1. 0.9.2 and 1.0.0. It supports both the new hex-encoded EWKB canonical text representation used by PostGIS 1.0.0 lwgeom code, and the old, less efficient WKT like representation used by previous releases when reading data from the server. When sending data to the server, it currently always uses the latter form, which is compatible to all PostGIS versions. * Do I need it? * If you happen to write GIS applications, you can propably benefit. In case your applications are PostGIS specific, you can fully exploit the functionality, see "How to I use it" below for instructions and the src/examples directory for some code examples. If you rather prefer to stay OpenGIS compliant, then you cannot use the full driver embedding, as this is PostGIS specific functionality. But you can still use the geometry classes as a lightweight java geometry model if you do not want to use a full-blown GIS implementation like jts. Simply use the asText() and GeometryFromText() OpenGIS SQL functions against whichever OpenGIS compliant server you want, and use the WKT parsing constructors or PGgeometry.geomFromString() as well as Geometry.toString() to convert between WKT strings and geometry objects. * Is it free? * Yes. The actual Driver extension code is licensed under the GNU LGPL, this allows everyone to include the code in his projects. You do not have to pay any license fees, and you can keep your own application code proprietary, but you have to make the PostGIS source code available to any receivers, including any modifications you apply to it. For details, please see the license file COPYING_LGPL. The Build files and examples are licensed under GNU GPL, just like the rest of PostGIS is. This is not LGPL as applications usually do not link against those. * How do I build it? * There are older make files with which you can try to build, but maven is recommended, as it handles dependencies on a better and cleaner way. You have to install maven on your computer to build it. To install maven you can try to search on your software repositories or read the documentation: http://maven.apache.org/download.html To compile your postgis driver, go to the jdbc folder and execute the console command "mvn package". This should create a postgis jar on the target folder inside the jdbc folder. Note that your postgis driver version does not constrain the PostgreSQL server version. As the JDBC drivers are downwards compatible against older servers, and PostgreSQL servers typically accept older clients, you can easily use e. G. a pgjdbc 8.0 against a PostgreSQL 7.3 server. To benefit from optimizations and bugfixes, it is generally suggested to use the newest stable pgjdbc build that is documented to work against your server release. * It is called jdbc2 - does it work with jdbc3, too? * To make it short: The naming does not refer to SUN jdbc standard releases jdbc-1, jdbc-2 or jdbc-3. The current naming is somehow unfortunate. The directory simply is named jdbc2 because it is the successor of Paul Ramsey's original jdbc directory, which used to exist parallel in the CVS repository. As CVS does its best to hinder useful version tracking across file renames, the name was kept even after removal of the original jdbc subproject. Please note that the PostgreSQL JDBC driver itsself is released in several flavours for different JDBC relases and sun JDK releases, but currently, the same postgis.jar should work with all of them. If not, you clearly found a bug, and we kindly ask you to report it. If you run into troubles, make shure that you use the newest pgjdbc build. Especially pre releases are known to contain bugs (that's why they are pre releases), and e. G. 8.0 build 309 contained some problems that are fixed in 8.0 build 313. * How do I use it? * To use the PostGIS types, you need the postgis.jar and the pgjdbc driver in your classpath. The PostGIS extension must be registered within the JDBC driver. There are three ways to do this: - If you use pgjdbc 8.0, the org/postgresql/driverconfig.properties file contained in the postgis.jar autoregisters the PostGIS extension for the PostGIS data types (geometry, box2d, box3d) within the pgjdbc driver. - You can use the net.postgis.jdbc.DriverWrapper as replacement for the jdbc driver. This class wraps the PostGreSQL Driver to transparently add the PostGIS Object Classes. This method currently works both with J2EE DataSources, and with the older DriverManager framework. I's a thin wrapper around org.postgresql.Driver that simply registers the extension on every new connection created. To use it, you replace the "jdbc:postgresql:" with a "jdbc:postgresql_postGIS" in the jdbc URL, and make your environment aware of the new Driver class. DriverManager users simply register net/postgis/DriverWrapper instead of (or in addition to) org.postgresql.Driver, see examples/TestBoxes.connect() for an working code. DataSource users similarly have to configure their datasource to use the different class. The following works for jboss, put it in your-ds.xml: net.postgis.jdbc.DriverWrapper - Of course, you can also manually register the Datatypes on your pgjdbc connection. You have to cast your connection to PGConnection and then call: pgconn.addDataType("geometry", "net.postgis.jdbc.PGgeometry"); pgconn.addDataType("box3d", "net.postgis.jdbc.PGbox3d"); pgconn.addDataType("box2d", "net.postgis.jdbc.PGbox2d"); You may need to dig through some wrappers when running in an appserver. E. G. for JBoss, The datasource actually gives you a instance of org.jboss.resource.adapter.jdbc.WrappedConnection and have to call getUnderlyingConnection() on it to get the PGConnection instance.) Also note that the above addDataType() methods known from earlier pgjdbc versions are deprecated in pgjdbc 8.0 (but still work), see the commented code variants in the DriverWrapper.addGisTypes() method for an alternative. Note: Even using pgjdbc 8.0, you may still want to use the second or third approach if you have several pgjdbc extensions that autoregister for the same PostGIS types, as the driver cannot guess which extension it should actually use on which connection. The current pgjdbc implementation simply parses all org/postgresql/driverconfig.properties the classloader can find in his classpath, using the first definition found for each type. * How to I run the tests? Are they allowed to fail? * There are two types of tests provided, offline and online. Offline tests can run without a PostGIS server, the online tests need a PostGIS server to connect to. - Offline Tests The easiest way to run the offline tests is "make offlinetests". The offline tests should always complete without any failure. If you happen to get a failure here, it is a bug in the PostGIS code (or, very unlikely, in the JDK/JRE or Hardware you use). Please contact the PostGIS developer list in this case. - Online tests The online tests can be ran with "make onlinetests", but they need a specially prepared database to connect against, and the pgjdbc driver available in your classpath. The Makefile provides defaults for PGHOST, PGPOR, PGDATABASE, PGUSER and PGPASS, you can override them for your needs. For the jtest, the user needs to create and drop table privileges, the two other tests do not use any table. Make shure you have the PostGIS installed in the database. None of the online tests should report any failure. However, some of the tests are skipped against PostGix 0.X servers as 0.8.X and 0.9.X, those are the box2d tests (because this datatype simply is missing on those releases), as well as 22 skipped tests for some geometry representations that those old releases do not support. This is a PostGIS server side problem as the server fails to parse some OpenGIS compliant WKT representations, and structurally (but not geometrically or topologically) mangles some other geometries. They are unlikely to be fixed in those releases as users should migrate to PostGIS 1.0. The Autoregister Test needs a pgjdbc version 8.0 or newer, and will simply do nothing with older pgjdbc versions. If you get any failure messages in the online tests, check whether your really fulfil the prerequisites above. If yes, please contact the PostGIS developer list. * What about the JTS stuff * There's beta support for the JTS 1.6 geometry implementations instead of the native PostGIS classes on the java client side. Simply add jts_1.6.jar to your CLASSPATH, "make postgis_jts" and use at your own risk. * How can I contact you? * Well, the best place are the official PostGIS mailing lists for PostGIS, subscription information is linked at: http://postgis.net/ If you want to report errors, please try to send us all the details we need to reproduce your problem. A small, self-contained test case would be best. * Phew. That's all? * Yes. For now, at least. Happy Coding! postgis-java-2024.1.0/postgis-jdbc/pom.xml000066400000000000000000000037341465324730600202750ustar00rootroot00000000000000 4.0.0 net.postgis postgis-java-aggregator 2024.1.0 postgis-jdbc 2024.1.0 jar Postgis JDBC Driver PostGIS adds support for geographic objects to the PostgreSQL object-relational database. net.postgis postgis-geometry 2024.1.0 org.postgresql postgresql ${dependency.postgresql-jdbc.version} net.postgis.tools test-utils 2024.1.0 test maven-jar-plugin net.postgis.jdbc org.apache.maven.plugins maven-failsafe-plugin postgis-java-2024.1.0/postgis-jdbc/src/000077500000000000000000000000001465324730600175405ustar00rootroot00000000000000postgis-java-2024.1.0/postgis-jdbc/src/main/000077500000000000000000000000001465324730600204645ustar00rootroot00000000000000postgis-java-2024.1.0/postgis-jdbc/src/main/java/000077500000000000000000000000001465324730600214055ustar00rootroot00000000000000postgis-java-2024.1.0/postgis-jdbc/src/main/java/module-info.java.off000066400000000000000000000002201465324730600252310ustar00rootroot00000000000000module net.postgis.jdbc { requires java.sql; requires org.postgresql.jdbc; requires net.postgis.geometry; exports net.postgis.jdbc; }postgis-java-2024.1.0/postgis-jdbc/src/main/java/net/000077500000000000000000000000001465324730600221735ustar00rootroot00000000000000postgis-java-2024.1.0/postgis-jdbc/src/main/java/net/postgis/000077500000000000000000000000001465324730600236635ustar00rootroot00000000000000postgis-java-2024.1.0/postgis-jdbc/src/main/java/net/postgis/jdbc/000077500000000000000000000000001465324730600245655ustar00rootroot00000000000000postgis-java-2024.1.0/postgis-jdbc/src/main/java/net/postgis/jdbc/DriverWrapper.java000066400000000000000000000342761465324730600302400ustar00rootroot00000000000000/* * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * * (C) 2005 Markus Schaber, markus.schaber@logix-tt.com * * (C) 2015 Phillip Ross, phillip.w.g.ross@gmail.com */ package net.postgis.jdbc; import java.sql.Connection; import java.sql.SQLException; import java.util.Properties; import java.util.logging.Level; import java.util.logging.Logger; import org.postgresql.Driver; import org.postgresql.PGConnection; /** * DriverWrapper * * Wraps the PostGreSQL Driver to transparently add the PostGIS Object Classes. * This avoids the need of explicit addDataType() calls from the driver users * side. * * This method currently works with J2EE DataSource implementations, and with * DriverManager framework. * * Simply replace the "jdbc:postgresql:" with a "jdbc:postgresql_postGIS:" in * the jdbc URL. * * When using the drivermanager, you need to initialize DriverWrapper instead of * (or in addition to) org.postgresql.Driver. When using a J2EE DataSource * implementation, set the driver class property in the datasource config, the * following works for jboss: * * * <driver-class>net.postgis.jdbc.DriverWrapper</driver-class> * * If you don't like or want to use the DriverWrapper, you have two * alternatives, see the README file. * * Also note that the addDataType() methods known from earlier pgjdbc versions * are deprecated in pgjdbc 8.0, see the commented code variants in the * addGisTypes() method. * * This wrapper always uses EWKT as canonical text representation, and thus * works against PostGIS 1.x servers as well as 0.x (tested with 0.8, 0.9 and * 1.0). * * @author {@literal Markus Schaber } * @see DriverWrapperLW * @see DriverWrapperAutoprobe */ public class DriverWrapper extends Driver { /** The static logger instance. */ protected static final Logger logger = Logger.getLogger("net.postgis.jdbc.DriverWrapper"); public static final String POSTGRES_PROTOCOL = "jdbc:postgresql:"; public static final String POSTGIS_PROTOCOL = "jdbc:postgresql_postGIS:"; public static final String REVISION = "$Revision$"; protected static TypesAdder ta72 = null; protected static TypesAdder ta74 = null; protected static TypesAdder ta80 = null; protected TypesAdder typesAdder; static { try { // Try to register ourself to the DriverManager java.sql.DriverManager.registerDriver(new DriverWrapper()); } catch (SQLException e) { logger.log(Level.WARNING, "Error registering PostGIS Wrapper Driver", e); } } /** * Default constructor. * * This also loads the appropriate TypesAdder for our SQL Driver instance. * * @throws SQLException when a SQLException occurs */ public DriverWrapper() throws SQLException { super(); typesAdder = getTypesAdder(this); // The debug method is @since 7.2 if (super.getMajorVersion() > 8 || super.getMinorVersion() > 1) { logger.fine(this.getClass().getName() + " loaded TypesAdder: " + typesAdder.getClass().getName()); } } protected static TypesAdder getTypesAdder(final Driver d) throws SQLException { if (d.getMajorVersion() == 7) { if (d.getMinorVersion() >= 3) { if (ta74 == null) { ta74 = loadTypesAdder("74"); } return ta74; } else { if (ta72 == null) { ta72 = loadTypesAdder("72"); } return ta72; } } else { if (ta80 == null) { ta80 = loadTypesAdder("80"); } return ta80; } } private static TypesAdder loadTypesAdder(final String version) throws SQLException { try { Class klass = Class.forName("net.postgis.jdbc.DriverWrapper$TypesAdder" + version); return (TypesAdder) klass.newInstance(); } catch (Exception e) { throw new SQLException("Cannot create TypesAdder instance! " + e.getMessage()); } } /** * Creates a postgresql connection, and then adds the PostGIS data types to it calling addpgtypes(). * * @param url the URL of the database to connect to * @param info a list of arbitrary tag/value pairs as connection arguments * @return a connection to the URL or null if the driver does not support the subprotocol specified in the URL * @exception SQLException if a database access error occurs * * @see java.sql.Driver#connect * @see org.postgresql.Driver */ public java.sql.Connection connect(String url, final Properties info) throws SQLException { if (acceptsURL(url)) { url = mangleURL(url); } else { return null; } Connection result = super.connect(url, info); typesAdder.addGT(result, useLW(result)); return result; } /** * Do we have HexWKB as well known text representation - to be overridden by * subclasses. * * @param result Connection to check * @return true if using EWKB, false otherwise */ protected boolean useLW(final Connection result) { if (result == null) { throw new IllegalArgumentException("null is no valid parameter"); } return false; } /** * Check whether the driver thinks he can handle the given URL. * * @see java.sql.Driver#acceptsURL * @param url the URL of the driver * @return true if this driver accepts the given URL */ public boolean acceptsURL(String url) { String mangledURL = mangleURL(url); if (mangledURL == null) { return false; } else { return super.acceptsURL(mangledURL); } } /** * Returns our own CVS version plus postgres Version * * @return String value reprenstation of the version */ public static String getVersion() { return "PostGisWrapper " + REVISION + ", wrapping " + Driver.getVersion(); } /* * Here follows the addGISTypes() stuff. This is a little tricky because the * pgjdbc people had several, partially incompatible API changes during 7.2 * and 8.0. We still want to support all those releases, however. * */ /** * adds the JTS/PostGIS Data types to a PG 7.3+ Connection. If you use * PostgreSQL jdbc drivers V8.0 or newer, those methods are deprecated due * to some class loader problems (but still work for now), and you may want * to use the method below instead. * * @param pgconn The PGConnection object to add the types to * @throws SQLException when a SQLException occurs * */ public static void addGISTypes(final PGConnection pgconn) throws SQLException { loadTypesAdder("74").addGT((Connection) pgconn, false); } /** * adds the JTS/PostGIS Data types to a PG 8.0+ Connection. * * @param pgconn The PGConnection object to add the types to * @throws SQLException when a SQLException occurs */ public static void addGISTypes80(final PGConnection pgconn) throws SQLException { loadTypesAdder("80").addGT((Connection) pgconn, false); } /** * adds the JTS/PostGIS Data types to a PG 7.2 Connection. * * @param pgconn The PGConnection object to add the types to * @throws SQLException when a SQLException occurs */ public static void addGISTypes72(final org.postgresql.PGConnection pgconn) throws SQLException { loadTypesAdder("72").addGT((Connection) pgconn, false); } /** * Mangles the PostGIS URL to return the original PostGreSQL URL * * @param url String containing the url to be "mangled" * @return "mangled" string or null if the URL is unsupported */ protected String mangleURL(final String url) { String myProto = getProtoString(); return url.startsWith(myProto) ? POSTGRES_PROTOCOL + url.substring(myProto.length()) : null; } protected String getProtoString() { return POSTGIS_PROTOCOL; } /** Base class for the three typewrapper implementations */ protected abstract static class TypesAdder { public final void addGT(final java.sql.Connection conn, final boolean lw) throws SQLException { if (lw) { addBinaryGeometries(conn); } else { addGeometries(conn); } addBoxen(conn); } public abstract void addGeometries(final Connection conn) throws SQLException; public abstract void addBoxen(final Connection conn) throws SQLException; public abstract void addBinaryGeometries(final Connection conn) throws SQLException; } /** addGISTypes for V7.3 and V7.4 pgjdbc */ protected static final class TypesAdder74 extends TypesAdder { /** {@inheritDoc} */ @Override public void addGeometries(final Connection conn) throws SQLException { PGConnection pgconn = (PGConnection) conn; pgconn.addDataType("geometry", net.postgis.jdbc.PGgeometry.class); pgconn.addDataType("public.geometry", net.postgis.jdbc.PGgeometry.class); pgconn.addDataType("\"public\".\"geometry\"", net.postgis.jdbc.PGgeometry.class); pgconn.addDataType("geography", net.postgis.jdbc.PGgeography.class); pgconn.addDataType("public.geography", net.postgis.jdbc.PGgeography.class); pgconn.addDataType("\"public\".\"geography\"", net.postgis.jdbc.PGgeography.class); } /** {@inheritDoc} */ @Override public void addBoxen(final Connection conn) throws SQLException { PGConnection pgconn = (PGConnection) conn; pgconn.addDataType("box3d", net.postgis.jdbc.PGbox3d.class); pgconn.addDataType("box2d", net.postgis.jdbc.PGbox2d.class); } /** {@inheritDoc} */ @Override public void addBinaryGeometries(final Connection conn) throws SQLException { PGConnection pgconn = (PGConnection) conn; pgconn.addDataType("geometry", net.postgis.jdbc.PGgeometryLW.class); pgconn.addDataType("geography", net.postgis.jdbc.PGgeographyLW.class); } } /** addGISTypes for V7.2 pgjdbc */ protected static class TypesAdder72 extends TypesAdder { /** {@inheritDoc} */ @Override public void addGeometries(final Connection conn) throws SQLException { org.postgresql.PGConnection pgconn = (org.postgresql.PGConnection) conn; pgconn.addDataType("geometry", net.postgis.jdbc.PGgeometry.class); pgconn.addDataType("public.geometry", net.postgis.jdbc.PGgeometry.class); pgconn.addDataType("\"public\".\"geometry\"", net.postgis.jdbc.PGgeometry.class); pgconn.addDataType("geography", net.postgis.jdbc.PGgeography.class); pgconn.addDataType("public.geography", net.postgis.jdbc.PGgeography.class); pgconn.addDataType("\"public\".\"geography\"", net.postgis.jdbc.PGgeography.class); } /** {@inheritDoc} */ @Override public void addBoxen(final Connection conn) throws SQLException { org.postgresql.PGConnection pgconn = (org.postgresql.PGConnection) conn; pgconn.addDataType("box3d", net.postgis.jdbc.PGbox3d.class); pgconn.addDataType("box2d", net.postgis.jdbc.PGbox2d.class); } /** {@inheritDoc} */ @Override public void addBinaryGeometries(final Connection conn) throws SQLException { org.postgresql.PGConnection pgconn = (org.postgresql.PGConnection) conn; pgconn.addDataType("geometry", net.postgis.jdbc.PGgeometryLW.class); pgconn.addDataType("geography", net.postgis.jdbc.PGgeographyLW.class); } } /** addGISTypes for V8.0 (and hopefully newer) pgjdbc */ protected static class TypesAdder80 extends TypesAdder { /** {@inheritDoc} */ @Override public void addGeometries(final Connection conn) throws SQLException { PGConnection pgconn = (PGConnection) conn; pgconn.addDataType("geometry", net.postgis.jdbc.PGgeometry.class); pgconn.addDataType("public.geometry", net.postgis.jdbc.PGgeometry.class); pgconn.addDataType("\"public\".\"geometry\"", net.postgis.jdbc.PGgeometry.class); pgconn.addDataType("geography", net.postgis.jdbc.PGgeometry.class); pgconn.addDataType("public.geography", net.postgis.jdbc.PGgeometry.class); pgconn.addDataType("\"public\".\"geography\"", net.postgis.jdbc.PGgeometry.class); } /** {@inheritDoc} */ @Override public void addBoxen(final Connection conn) throws SQLException { PGConnection pgconn = (PGConnection) conn; pgconn.addDataType("box3d", net.postgis.jdbc.PGbox3d.class); pgconn.addDataType("box2d", net.postgis.jdbc.PGbox2d.class); } /** {@inheritDoc} */ @Override public void addBinaryGeometries(final Connection conn) throws SQLException { PGConnection pgconn = (PGConnection) conn; pgconn.addDataType("geometry", net.postgis.jdbc.PGgeometryLW.class); pgconn.addDataType("geography", net.postgis.jdbc.PGgeographyLW.class); } } /** {@inheritDoc} */ @Override public Logger getParentLogger() { throw new UnsupportedOperationException("Not supported yet."); } } postgis-java-2024.1.0/postgis-jdbc/src/main/java/net/postgis/jdbc/DriverWrapperAutoprobe.java000066400000000000000000000075241465324730600321150ustar00rootroot00000000000000/* * DriverWrapperAutoprobe.java * * PostGIS extension for PostgreSQL JDBC driver - Wrapper utility class * * (C) 2005 Markus Schaber, markus.schaber@logix-tt.com * * (C) 2015 Phillip Ross, phillip.w.g.ross@gmail.com * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * */ package net.postgis.jdbc; import org.postgresql.Driver; import java.sql.Connection; import java.sql.ResultSet; import java.sql.SQLException; import java.sql.Statement; import java.util.logging.Level; /** * DriverWrapperAutoprobe * * Wraps the PostGreSQL Driver to transparently add the PostGIS Object Classes. * This avoids the need of explicit addDataType() calls from the driver users * side. * * This DriverWrapper tries to autoprobe the installed PostGIS version to decide * whether to use EWKT or hex encoded EWKB as canonical text representation. It * uses the first PostGIS installation found in your namespace search path (aka * schema search path) on the server side, and this works as long as you do not * access incompatible PostGIS versions that reside in other schemas. * * For usage notes, see DriverWrapper class, but use "jdbc:postgresql_autogis:" * as JDBC url prefix and net.postgis.jdbc.DriverWrapperAutoprobe as driver class. * * @author {@literal Markus Schaber } * @see DriverWrapper */ public class DriverWrapperAutoprobe extends DriverWrapper { public static final String POSTGIS_AUTOPROTOCOL = "jdbc:postgresql_autogis:"; public static final String REVISIONAUTO = "$Revision$"; /** * Default constructor. * * @throws SQLException when a SQLExceptin occurs */ public DriverWrapperAutoprobe() throws SQLException { super(); } static { try { // Try to register ourself to the DriverManager java.sql.DriverManager.registerDriver(new DriverWrapperAutoprobe()); } catch (SQLException e) { logger.log(Level.WARNING, "Error registering PostGIS Autoprobe Wrapper Driver", e); } } protected String getProtoString() { return POSTGIS_AUTOPROTOCOL; } protected boolean useLW(Connection conn) { try { return supportsEWKB(conn); } catch (SQLException e) { // fail safe default return false; } } /** * Returns our own CVS version plus postgres Version * * @return String value reprenstation of the version */ public static String getVersion() { return "PostGisWrapperAutoprobe " + REVISIONAUTO + ", wrapping " + Driver.getVersion(); } public static boolean supportsEWKB(Connection conn) throws SQLException { Statement stat = conn.createStatement(); ResultSet rs = stat.executeQuery("SELECT postgis_version()"); rs.next(); String version = rs.getString(1); rs.close(); stat.close(); if (version == null) { throw new SQLException("postgis_version returned NULL!"); } version = version.trim(); int idx = version.indexOf('.'); int majorVersion = Integer.parseInt(version.substring(0, idx)); return majorVersion >= 1; } } postgis-java-2024.1.0/postgis-jdbc/src/main/java/net/postgis/jdbc/DriverWrapperLW.java000066400000000000000000000054241465324730600304740ustar00rootroot00000000000000/* * DriverWrapperLW.java * * PostGIS extension for PostgreSQL JDBC driver - Wrapper utility class * * (C) 2005 Markus Schaber, markus.schaber@logix-tt.com * * (C) 2015 Phillip Ross, phillip.w.g.ross@gmail.com * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * */ package net.postgis.jdbc; import org.postgresql.Driver; import java.sql.Connection; import java.sql.SQLException; import java.util.logging.Level; /** * DriverWrapperLW * * Wraps the PostGreSQL Driver to transparently add the PostGIS Object Classes. * This avoids the need of explicit addDataType() calls from the driver users * side. * * This DriverWrapper subclass always uses hex encoded EWKB as canonical text * representation, and thus only works against PostGIS 1.x servers and newer. * * For usage notes, see DriverWrapper class, but use "jdbc:postgresql_lwgis:" as * JDBC url prefix and net.postgis.jdbc.DriverWrapperLW as driver class. * * @author {@literal Markus Schaber } * @see DriverWrapper */ public class DriverWrapperLW extends DriverWrapper { public static final String POSTGIS_LWPROTOCOL = "jdbc:postgresql_lwgis:"; public static final String REVISIONLW = "$Revision$"; /** * Default constructor. * * @throws SQLException when a SQLException occurs */ public DriverWrapperLW() throws SQLException { super(); } static { try { // Try to register ourself to the DriverManager java.sql.DriverManager.registerDriver(new DriverWrapperLW()); } catch (SQLException e) { logger.log(Level.WARNING, "Error registering PostGIS LW Wrapper Driver", e); } } protected String getProtoString() { return POSTGIS_LWPROTOCOL; } protected boolean useLW(Connection result) { return true; } /** * Returns our own CVS version plus postgres Version * * @return String value reprenstation of the version */ public static String getVersion() { return "PostGisWrapperLW " + REVISIONLW + ", wrapping " + Driver.getVersion(); } } postgis-java-2024.1.0/postgis-jdbc/src/main/java/net/postgis/jdbc/PGbox2d.java000066400000000000000000000035571465324730600267070ustar00rootroot00000000000000/* * PGbox2d.java * * PostGIS extension for PostgreSQL JDBC driver - bounding box model * * (C) 2004 Paul Ramsey, pramsey@refractions.net * * (C) 2005 Markus Schaber, markus.schaber@logix-tt.com * * (C) 2015 Phillip Ross, phillip.w.g.ross@gmail.com * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * */ package net.postgis.jdbc; import net.postgis.jdbc.geometry.Point; import java.sql.SQLException; public class PGbox2d extends PGboxbase { /* JDK 1.5 Serialization */ private static final long serialVersionUID = 0x100; public PGbox2d() { super(); } public PGbox2d(Point llb, Point urt) { super(llb, urt); } public PGbox2d(String value) throws SQLException { super(value); } public void setValue(String value) throws SQLException { super.setValue(value); if (llb.dimension != 2 || urt.dimension != 2) { throw new SQLException("PGbox2d is only allowed to have 2 dimensions!"); } } public String getPrefix() { return "BOX"; } public String getPGtype() { return "box2d"; } protected PGboxbase newInstance() { return new PGbox2d(); } } postgis-java-2024.1.0/postgis-jdbc/src/main/java/net/postgis/jdbc/PGbox3d.java000066400000000000000000000031761465324730600267050ustar00rootroot00000000000000/* * PGbox3d.java * * PostGIS extension for PostgreSQL JDBC driver - bounding box model * * * (C) 2004 Paul Ramsey, pramsey@refractions.net * * (C) 2005 Markus Schaber, markus.schaber@logix-tt.com * * (C) 2015 Phillip Ross, phillip.w.g.ross@gmail.com * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * */ package net.postgis.jdbc; import net.postgis.jdbc.geometry.Point; import java.sql.SQLException; public class PGbox3d extends PGboxbase { /* JDK 1.5 Serialization */ private static final long serialVersionUID = 0x100; public PGbox3d() { super(); } public PGbox3d(Point llb, Point urt) { super(llb, urt); } public PGbox3d(String value) throws SQLException { super(value); } public String getPrefix() { return ("BOX3D"); } public String getPGtype() { return ("box3d"); } protected PGboxbase newInstance() { return new PGbox3d(); } } postgis-java-2024.1.0/postgis-jdbc/src/main/java/net/postgis/jdbc/PGboxbase.java000066400000000000000000000135761465324730600273160ustar00rootroot00000000000000/* * PGboxbase.java * * PostGIS extension for PostgreSQL JDBC driver - bounding box model * * * (C) 2004 Paul Ramsey, pramsey@refractions.net * * (C) 2005 Markus Schaber, markus.schaber@logix-tt.com * * (C) 2015 Phillip Ross, phillip.w.g.ross@gmail.com * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * */ package net.postgis.jdbc; import net.postgis.jdbc.geometry.Geometry; import net.postgis.jdbc.geometry.GeometryBuilder; import net.postgis.jdbc.geometry.GeometryTokenizer; import net.postgis.jdbc.geometry.Point; import org.postgresql.util.PGobject; import java.sql.SQLException; import java.util.List; /* * Updates Oct 2002 - data members made private - getLLB() and getURT() methods * added */ public abstract class PGboxbase extends PGobject { /* JDK 1.5 Serialization */ private static final long serialVersionUID = 0x100; /** * The lower left bottom corner of the box. */ protected Point llb; /** * The upper right top corner of the box. */ protected Point urt; /** * The Prefix we have in WKT rep. * * I use an abstract method here so we do not need to replicate the String * object in every instance. * * @return the prefix, as a string */ public abstract String getPrefix(); /** * The Postgres type we have (same construct as getPrefix()) * * @return String containing the name of the type for this box. */ public abstract String getPGtype(); public PGboxbase() { this.setType(getPGtype()); } public PGboxbase(Point llb, Point urt) { this(); this.llb = llb; this.urt = urt; } public PGboxbase(String value) throws SQLException { this(); setValue(value); } public void setValue(String value) throws SQLException { int srid = Geometry.UNKNOWN_SRID; value = value.trim(); if (value.startsWith("SRID=")) { String[] temp = GeometryBuilder.splitSRID(value); value = temp[1].trim(); srid = Geometry.parseSRID(Integer.parseInt(temp[0].substring(5))); } String myPrefix = getPrefix(); if (value.startsWith(myPrefix)) { value = value.substring(myPrefix.length()).trim(); } String valueNoParans = GeometryTokenizer.removeLeadingAndTrailingStrings(value.trim(), "(", ")"); List tokens = GeometryTokenizer.tokenize(valueNoParans, ','); llb = new Point(tokens.get(0)); urt = new Point(tokens.get(1)); if (srid != Geometry.UNKNOWN_SRID) { llb.setSrid(srid); urt.setSrid(srid); } } public String getValue() { StringBuffer sb = new StringBuffer(); outerWKT(sb); return sb.toString(); } private void outerWKT(StringBuffer sb) { sb.append(getPrefix()); sb.append('('); llb.innerWKT(sb); sb.append(','); urt.innerWKT(sb); sb.append(')'); } /** * Unlike geometries, toString() does _not_ contain the srid, as server-side * PostGIS cannot parse this. * * @return String representation of this box */ public String toString() { return getValue(); } /** * Returns the lower left bottom corner of the box as a Point object * * @return lower left bottom corner of this box */ public Point getLLB() { return llb; } /** * Returns the upper right top corner of the box as a Point object * * @return upper right top corner of this box */ public Point getURT() { return urt; } public boolean equals(Object other) { if (other instanceof PGboxbase) { PGboxbase otherbox = (PGboxbase) other; return (compareLazyDim(this.llb, otherbox.llb) && compareLazyDim(this.urt, otherbox.urt)); } return false; } /** * Compare two coordinates with lazy dimension checking. * * As the Server always returns Box3D with three dimensions, z==0 equals * dimensions==2 * * @param first First of two points to be compared * @param second Second of two points to be compared * @return true if the points are the same, false otherwise * */ protected static boolean compareLazyDim(Point first, Point second) { return first.x == second.x && first.y == second.y && (((first.dimension == 2 || first.z == 0.0) && (second.dimension == 2 || second.z == 0)) || (first.z == second.z)); } public Object clone() { PGboxbase obj = newInstance(); obj.llb = this.llb; obj.urt = this.urt; obj.setType(type); return obj; } /** * Obtain a new instance of a PGboxbase * * We could have used this.getClass().newInstance() here, but this forces us * dealing with InstantiationException and IllegalAccessException. Due to * the PGObject.clone() brokennes that does not allow clone() to throw * CloneNotSupportedException, we cannot even pass this exceptions down to * callers in a sane way. * * @return a new instance of PGboxbase */ protected abstract PGboxbase newInstance(); } postgis-java-2024.1.0/postgis-jdbc/src/main/java/net/postgis/jdbc/PGgeo.java000066400000000000000000000062171465324730600264370ustar00rootroot00000000000000/* * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * * (C) 2004 Paul Ramsey, pramsey@refractions.net * * (C) 2005 Markus Schaber, markus.schaber@logix-tt.com * * (C) 2015 Phillip Ross, phillip.w.g.ross@gmail.com */ package net.postgis.jdbc; import net.postgis.jdbc.geometry.Geometry; import net.postgis.jdbc.geometry.GeometryBuilder; import net.postgis.jdbc.geometry.binary.BinaryParser; import org.postgresql.util.PGobject; import java.sql.SQLException; /** * A PostgreSQL JDBC PGobject extension data type modeling a "geo" type. * * This class serves as a common superclass for classes such as PGgeometry and PGgeography which model * more specific type semantics. * * @author Phillip Ross */ public class PGgeo extends PGobject { private static final long serialVersionUID = -3181366908975582090L; /** The encapsulated geometry. */ Geometry geometry; /** Instantiate with default state. */ protected PGgeo() { } /** * Instantiate with the specified state. * * @param geometry the geometry to instantiate with */ public PGgeo(final Geometry geometry) { this(); this.geometry = geometry; } /** * Instantiate with the specified state. * * @param value the value to instantiate with */ public PGgeo(final String value) throws SQLException { this(); setValue(value); } /** {@inheritDoc} */ @Override public String getValue() { return geometry.toString(); } /** {@inheritDoc} */ @Override public void setValue(final String value) throws SQLException { geometry = GeometryBuilder.geomFromString(value, new BinaryParser()); } /** * Get the encapsulated geometry. * * @return the encapsulated geomtery */ public Geometry getGeometry() { return geometry; } /** * Set the encapsulated geometry. * * @param geometry the encapsulated geometry */ public void setGeometry(final Geometry geometry) { this.geometry = geometry; } /** * Get the type of the encapsulated geometry. * * @return the type of the encapsulated geometry */ public int getGeoType() { return geometry.type; } /** {@inheritDoc} */ @Override public String toString() { return geometry.toString(); } /** {@inheritDoc} */ @Override public Object clone() { return new PGgeo(geometry); } } postgis-java-2024.1.0/postgis-jdbc/src/main/java/net/postgis/jdbc/PGgeography.java000066400000000000000000000037411465324730600276510ustar00rootroot00000000000000/* * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * * (C) 2004 Paul Ramsey, pramsey@refractions.net * * (C) 2005 Markus Schaber, markus.schaber@logix-tt.com * * (C) 2015 Phillip Ross, phillip.w.g.ross@gmail.com */ package net.postgis.jdbc; import net.postgis.jdbc.geometry.Geometry; import java.sql.SQLException; /** * A PostgreSQL JDBC PGobject extension data type modeling the geography type. * * @author Phillip Ross */ public class PGgeography extends PGgeo { private static final long serialVersionUID = 3796853960196603896L; /** Instantiate with default state. */ public PGgeography() { super(); setType("geography"); } /** * Instantiate with the specified state. * * @param geometry the geometry to instantiate with */ public PGgeography(final Geometry geometry) { this(); this.geometry = geometry; setType("geography"); } /** * Instantiate with the specified state. * * @param value the value to instantiate with */ public PGgeography(final String value) throws SQLException { this(); setValue(value); setType("geography"); } /** {@inheritDoc} */ @Override public Object clone() { return new PGgeography(geometry); } } postgis-java-2024.1.0/postgis-jdbc/src/main/java/net/postgis/jdbc/PGgeographyLW.java000066400000000000000000000044121465324730600301100ustar00rootroot00000000000000/* * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * * (C) 2005 Markus Schaber, markus.schaber@logix-tt.com * * (C) 2015 Phillip Ross, phillip.w.g.ross@gmail.com */ package net.postgis.jdbc; import net.postgis.jdbc.geometry.Geometry; import net.postgis.jdbc.geometry.binary.BinaryWriter; import java.sql.SQLException; /** * A PostgreSQL JDBC PGobject extension data type modeling the geography type. * * The hex-encoded EWKB format is used to communicate with the backend, which is much more efficient, * but only works with Lwgeom enabled PostGIS (1.0.0 and up). * * @author Phillip Ross */ public class PGgeographyLW extends PGgeography { private static final long serialVersionUID = 7717856818804158022L; /** The binary writer to be used for serializing geometry to a PGobject value. */ BinaryWriter bw = new BinaryWriter(); /** Instantiate with default state. */ public PGgeographyLW() { super(); } /** * Instantiate with the specified state. * * @param geometry the geometry to instantiate with */ public PGgeographyLW(final Geometry geometry) { super(geometry); } /** * Instantiate with the specified state. * * @param value the value to instantiate with */ public PGgeographyLW(final String value) throws SQLException { super(value); } /** {@inheritDoc} */ @Override public String getValue() { return bw.writeHexed(geometry); } /** {@inheritDoc} */ @Override public Object clone() { return new PGgeographyLW(geometry); } } postgis-java-2024.1.0/postgis-jdbc/src/main/java/net/postgis/jdbc/PGgeometry.java000066400000000000000000000036541465324730600275220ustar00rootroot00000000000000/* * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * * (C) 2004 Paul Ramsey, pramsey@refractions.net * * (C) 2005 Markus Schaber, markus.schaber@logix-tt.com * * (C) 2015 Phillip Ross, phillip.w.g.ross@gmail.com */ package net.postgis.jdbc; import net.postgis.jdbc.geometry.Geometry; import java.sql.SQLException; /** * A PostgreSQL JDBC PGobject extension data type modeling the geometry type. * * @author Phillip Ross */ public class PGgeometry extends PGgeo { private static final long serialVersionUID = 4116907189503026815L; /** Instantiate with default state. */ public PGgeometry() { super(); setType("geometry"); } /** * Instantiate with the specified state. * * @param geometry the geometry to instantiate with */ public PGgeometry(final Geometry geometry) { super(geometry); setType("geometry"); } /** * Instantiate with the specified state. * * @param value the value to instantiate with */ public PGgeometry(final String value) throws SQLException { super(value); setType("geometry"); } /** {@inheritDoc} */ @Override public Object clone() { return new PGgeometry(geometry); } } postgis-java-2024.1.0/postgis-jdbc/src/main/java/net/postgis/jdbc/PGgeometryLW.java000066400000000000000000000044051465324730600277600ustar00rootroot00000000000000/* * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * * (C) 2005 Markus Schaber, markus.schaber@logix-tt.com * * (C) 2015 Phillip Ross, phillip.w.g.ross@gmail.com */ package net.postgis.jdbc; import net.postgis.jdbc.geometry.Geometry; import net.postgis.jdbc.geometry.binary.BinaryWriter; import java.sql.SQLException; /** * A PostgreSQL JDBC PGobject extension data type modeling the geometry type. * * The hex-encoded EWKB format is used to communicate with the backend, which is much more efficient, * but only works with Lwgeom enabled PostGIS (1.0.0 and up). * * @author Phillip Ross */ public class PGgeometryLW extends PGgeometry { private static final long serialVersionUID = -7774502289413094862L; /** The binary writer to be used for serializing geometry to a PGobject value. */ BinaryWriter bw = new BinaryWriter(); /** Instantiate with default state. */ public PGgeometryLW() { super(); } /** * Instantiate with the specified state. * * @param geometry the geometry to instantiate with */ public PGgeometryLW(final Geometry geometry) { super(geometry); } /** * Instantiate with the specified state. * * @param value the value to instantiate with */ public PGgeometryLW(final String value) throws SQLException { super(value); } /** {@inheritDoc} */ @Override public String getValue() { return bw.writeHexed(geometry); } /** {@inheritDoc} */ @Override public Object clone() { return new PGgeometryLW(geometry); } } postgis-java-2024.1.0/postgis-jdbc/src/main/java/net/postgis/jdbc/Version.java000066400000000000000000000106671465324730600270670ustar00rootroot00000000000000/* * Version.java * * PostGIS extension for PostgreSQL JDBC driver - current version identification * * (C) 2005 Markus Schaber, markus.schaber@logix-tt.com * * (C) 2015 Phillip Ross, phillip.w.g.ross@gmail.com * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * */ package net.postgis.jdbc; import java.io.IOException; import java.util.Properties; /** Corresponds to the appropriate PostGIS that carried this source */ public class Version { /** We read our version information from this resource... */ private static final String RESOURCE_FILENAME = "net/postgis/jdbc/version.properties"; private static final String VERSION_PROPERTY_NAME = "VERSION"; public static final String VERSION; /** The major version */ public static final int MAJOR; /** The minor version */ public static final int MINOR; /** * The micro version, usually a number including possibly textual suffixes * like RC3. */ public static final String MICRO; static { int major = -1; int minor = -1; String micro = null; String version = null; try { ClassLoader loader = Version.class.getClassLoader(); Properties prop = new Properties(); try { prop.load(loader.getResourceAsStream(RESOURCE_FILENAME)); } catch (IOException e) { throw new ExceptionInInitializerError("Error initializing PostGIS JDBC version. Cause: Ressource " + RESOURCE_FILENAME + " cannot be read. " + e.getMessage()); } catch (NullPointerException e) { throw new ExceptionInInitializerError("Error initializing PostGIS JDBC version. Cause: Ressource " + RESOURCE_FILENAME + " not found. " + e.getMessage()); } version = prop.getProperty(VERSION_PROPERTY_NAME); if (version == null) { throw new ExceptionInInitializerError("Error initializing PostGIS JDBC version: Missing " + VERSION_PROPERTY_NAME + " property."); } else if (version.equals("")) { throw new ExceptionInInitializerError("Error initializing PostGIS JDBC version: Empty " + VERSION_PROPERTY_NAME + " property."); } else { String[] versions = version.split("\\."); if (version.length() < 3) { throw new ExceptionInInitializerError("Error initializing PostGIS JDBC version: FULL_VERSION (" + version + ") does not contain 3 components "); } if (versions.length >= 1) { try { major = Integer.parseInt(versions[0]); } catch (NumberFormatException nfe) { throw new ExceptionInInitializerError("Error initializing PostGIS JDBC version! Error parsing major version "); } } if (versions.length >= 2) { try { minor = Integer.parseInt(versions[1]); } catch (NumberFormatException nfe) { throw new ExceptionInInitializerError("Error initializing PostGIS JDBC version! Error parsing minor version "); } } if (version.length() >= 3) { micro = versions[2]; } } } finally { MAJOR = major; MINOR = minor; MICRO = micro; VERSION = version; } } /** Full version for human reading - code should use the constants above */ public static final String FULL = "PostGIS JDBC V" + MAJOR + "." + MINOR + "." + MICRO; public static String getFullVersion() { return FULL; } }postgis-java-2024.1.0/postgis-jdbc/src/main/javadoc/000077500000000000000000000000001465324730600220735ustar00rootroot00000000000000postgis-java-2024.1.0/postgis-jdbc/src/main/javadoc/overview.html000066400000000000000000000004061465324730600246270ustar00rootroot00000000000000

The JDBC extensions provide Java objects corresponding to the internal PostGIS types. These objects can be used to write Java clients which query the PostGIS database and draw or do calculations on the GIS data in PostGIS.

postgis-java-2024.1.0/postgis-jdbc/src/main/resources-filtered/000077500000000000000000000000001465324730600242725ustar00rootroot00000000000000postgis-java-2024.1.0/postgis-jdbc/src/main/resources-filtered/net/000077500000000000000000000000001465324730600250605ustar00rootroot00000000000000postgis-java-2024.1.0/postgis-jdbc/src/main/resources-filtered/net/postgis/000077500000000000000000000000001465324730600265505ustar00rootroot00000000000000postgis-java-2024.1.0/postgis-jdbc/src/main/resources-filtered/net/postgis/jdbc/000077500000000000000000000000001465324730600274525ustar00rootroot00000000000000postgis-java-2024.1.0/postgis-jdbc/src/main/resources-filtered/net/postgis/jdbc/version.properties000066400000000000000000000000221465324730600332470ustar00rootroot00000000000000VERSION=${version}postgis-java-2024.1.0/postgis-jdbc/src/main/resources/000077500000000000000000000000001465324730600224765ustar00rootroot00000000000000postgis-java-2024.1.0/postgis-jdbc/src/main/resources/META-INF/000077500000000000000000000000001465324730600236365ustar00rootroot00000000000000postgis-java-2024.1.0/postgis-jdbc/src/main/resources/META-INF/services/000077500000000000000000000000001465324730600254615ustar00rootroot00000000000000postgis-java-2024.1.0/postgis-jdbc/src/main/resources/META-INF/services/java.sql.Driver000066400000000000000000000001501465324730600303510ustar00rootroot00000000000000net.postgis.jdbc.DriverWrapper net.postgis.jdbc.DriverWrapperAutoprobe net.postgis.jdbc.DriverWrapperLW postgis-java-2024.1.0/postgis-jdbc/src/main/resources/org/000077500000000000000000000000001465324730600232655ustar00rootroot00000000000000postgis-java-2024.1.0/postgis-jdbc/src/main/resources/org/postgresql/000077500000000000000000000000001465324730600254705ustar00rootroot00000000000000postgis-java-2024.1.0/postgis-jdbc/src/main/resources/org/postgresql/driverconfig.properties000066400000000000000000000004511465324730600322670ustar00rootroot00000000000000# # This property file is included in the postgis jar and autoregisters the # PostGIS datatypes within the jdbc driver. # datatype.geometry=net.postgis.jdbc.PGgeometry datatype.geography=net.postgis.jdbc.PGgeography datatype.box3d=net.postgis.jdbc.PGbox3d datatype.box2d=net.postgis.jdbc.PGbox2d postgis-java-2024.1.0/postgis-jdbc/src/test/000077500000000000000000000000001465324730600205175ustar00rootroot00000000000000postgis-java-2024.1.0/postgis-jdbc/src/test/java/000077500000000000000000000000001465324730600214405ustar00rootroot00000000000000postgis-java-2024.1.0/postgis-jdbc/src/test/java/net/000077500000000000000000000000001465324730600222265ustar00rootroot00000000000000postgis-java-2024.1.0/postgis-jdbc/src/test/java/net/postgis/000077500000000000000000000000001465324730600237165ustar00rootroot00000000000000postgis-java-2024.1.0/postgis-jdbc/src/test/java/net/postgis/jdbc/000077500000000000000000000000001465324730600246205ustar00rootroot00000000000000postgis-java-2024.1.0/postgis-jdbc/src/test/java/net/postgis/jdbc/BoxesTest.java000066400000000000000000000117711465324730600274120ustar00rootroot00000000000000/* * BoxesTest.java * * PostGIS extension for PostgreSQL JDBC driver - example and test classes * * (C) 2004 Paul Ramsey, pramsey@refractions.net * * (C) 2005 Markus Schaber, markus.schaber@logix-tt.com * * (C) 2015 Phillip Ross, phillip.w.g.ross@gmail.com * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * */ package net.postgis.jdbc; import net.postgis.tools.testutils.TestContainerController; import net.postgis.jdbc.geometry.util.VersionUtil; import org.postgresql.util.PGobject; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.testng.Assert; import org.testng.ITestContext; import org.testng.annotations.AfterClass; import org.testng.annotations.BeforeClass; import org.testng.annotations.Test; import java.sql.*; public class BoxesTest { private static final Logger logger = LoggerFactory.getLogger(BoxesTest.class); /** Our test candidates: */ public static final String[] BOXEN3D = new String[]{ "BOX3D(1 2 3,4 5 6)", // 3d variant "BOX3D(1 2,4 5)"// 2d variant }; public static final String[] BOXEN2D = new String[]{"BOX(1 2,3 4)"}; private Connection connection = null; @Test public void testBoxes() throws Exception { for (String aBOXEN3D : BOXEN3D) { PGbox3d candidate = new PGbox3d(aBOXEN3D); test(aBOXEN3D, candidate, false); } for (String aBOXEN2D : BOXEN2D) { PGbox2d candidate = new PGbox2d(aBOXEN2D); test(aBOXEN2D, candidate, true); } } public void test(String orig, PGobject candidate, boolean newPostgisOnly) throws Exception { logger.debug("Original: {}", orig); String redone = candidate.toString(); logger.debug("Parsed: {}", redone); Assert.assertEquals(orig, redone, "Recreated Text Rep not equal"); // Simulate the way postgresql-jdbc uses to create PGobjects PGobject recreated = candidate.getClass().newInstance(); recreated.setValue(redone); String reparsed = recreated.toString(); logger.debug("Re-Parsed: " + reparsed); Assert.assertEquals(recreated, candidate, "Recreated boxen are not equal"); Assert.assertEquals(reparsed, orig, "2nd generation text reps are not equal"); logger.debug("testing on connection: {}", connection.getCatalog()); Statement statement = connection.createStatement(); if (newPostgisOnly && Integer.parseInt(VersionUtil.retrievePostGISServerMajorVersion(connection)) < 1) { logger.debug("PostGIS version is too old, not testing box2d"); } else { PGobject sqlGeom = viaSQL(candidate, statement); logger.debug("SQLin : " + sqlGeom.toString()); Assert.assertEquals(candidate, sqlGeom, "Geometries after SQL are not equal"); PGobject sqlreGeom = viaSQL(recreated, statement); logger.debug("SQLout : " + sqlreGeom.toString()); Assert.assertEquals(candidate, sqlreGeom, "reparsed Geometries after SQL are not equal"); } statement.close(); } /** Pass a geometry representation through the SQL server */ private static PGobject viaSQL(PGobject obj, Statement stat) throws SQLException { ResultSet rs = stat.executeQuery("SELECT '" + obj.toString() + "'::" + obj.getType()); rs.next(); return (PGobject) rs.getObject(1); } @BeforeClass public void initJdbcConnection(ITestContext ctx) throws Exception { final String jdbcUrlSuffix = (String)ctx.getAttribute(TestContainerController.TEST_CONTAINER_JDBC_URL_SUFFIX); Assert.assertNotNull(jdbcUrlSuffix); final String jdbcUrl = "jdbc:postgresql" + jdbcUrlSuffix; final String jdbcUsername = (String)ctx.getAttribute(TestContainerController.TEST_CONTAINER_ENV_USER_PARAM_NAME); Assert.assertNotNull(jdbcUsername); final String jdbcPassword = (String)ctx.getAttribute(TestContainerController.TEST_CONTAINER_ENV_PW_PARAM_NAME); Assert.assertNotNull(jdbcPassword); Class.forName("net.postgis.jdbc.DriverWrapper"); connection = DriverManager.getConnection(jdbcUrl, jdbcUsername, jdbcPassword); } @AfterClass public void shutdown() throws Exception { logger.debug("shutting down"); if (connection != null) { connection.close(); } } }postgis-java-2024.1.0/postgis-jdbc/src/test/java/net/postgis/jdbc/DatatypesAutoRegistrationTest.java000066400000000000000000000132371465324730600335130ustar00rootroot00000000000000/* * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * * (C) 2005 Markus Schaber, markus.schaber@logix-tt.com * * (C) 2020 Phillip Ross, phillip.w.g.ross@gmail.com */ package net.postgis.jdbc; import net.postgis.tools.testutils.TestContainerController; import net.postgis.jdbc.geometry.util.VersionUtil; import org.postgresql.Driver; import org.postgresql.util.PGobject; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.testng.Assert; import org.testng.ITestContext; import org.testng.annotations.AfterMethod; import org.testng.annotations.BeforeMethod; import org.testng.annotations.Test; import java.sql.Connection; import java.sql.DriverManager; import java.sql.ResultSet; import java.sql.Statement; /** * This test program tests whether the auto-registration of PostGIS data types within the postgresql jdbc driver was * successful. It also checks for PostGIS version to know whether box2d is available. */ public class DatatypesAutoRegistrationTest { /** The static logger instance. */ private static final Logger logger = LoggerFactory.getLogger(DatatypesAutoRegistrationTest.class); /** The JDBC Connection to be used for tests. */ private Connection connection; /** * Initializes a new JDBC Connection. * * @param ctx the test context * @throws Exception when an exception occurs */ @BeforeMethod public void initJdbcConnection(ITestContext ctx) throws Exception { logger.trace("[{}#{}]", getClass().getName(), new Object(){}.getClass().getEnclosingMethod().getName()); final String jdbcUrlSuffix = (String)ctx.getAttribute(TestContainerController.TEST_CONTAINER_JDBC_URL_SUFFIX); Assert.assertNotNull(jdbcUrlSuffix); final String jdbcUrl = "jdbc:postgresql" + jdbcUrlSuffix; final String jdbcUsername = (String)ctx.getAttribute(TestContainerController.TEST_CONTAINER_ENV_USER_PARAM_NAME); Assert.assertNotNull(jdbcUsername); final String jdbcPassword = (String)ctx.getAttribute(TestContainerController.TEST_CONTAINER_ENV_PW_PARAM_NAME); Assert.assertNotNull(jdbcPassword); connection = DriverManager.getConnection(jdbcUrl, jdbcUsername, jdbcPassword); } /** * Un-allocates the JDBC connection. * * @throws Exception when an exception occurs */ @AfterMethod public void shutdown() throws Exception { logger.trace("[{}#{}]", getClass().getName(), new Object(){}.getClass().getEnclosingMethod().getName()); logger.debug("shutting down"); if (connection != null) { connection.close(); } } @Test public void testAutoRegistration() throws Exception { logger.trace("[{}#{}]", getClass().getName(), new Object(){}.getClass().getEnclosingMethod().getName()); Driver driver = new Driver(); int driverMajorVersion = driver.getMajorVersion(); int driverMinorVersion = driver.getMinorVersion(); logger.debug("Driver version: {}.{}", driverMajorVersion, driverMinorVersion); if (driverMajorVersion < 8) { logger.info( "postgresql driver {}.{} is too old, it does not support auto-registration", driverMajorVersion, driverMinorVersion ); } else { int postgisServerMajor = Integer.parseInt(VersionUtil.retrievePostGISServerMajorVersion(connection)); logger.debug("PostGIS Version: " + postgisServerMajor); Assert.assertNotEquals( postgisServerMajor, 0, "Could not get PostGIS version. Is PostGIS really installed in the database?" ); Statement statement = connection.createStatement(); // Test geometries ResultSet resultSet = statement.executeQuery("SELECT 'POINT(1 2)'::geometry"); resultSet.next(); PGobject result = (PGobject) resultSet.getObject(1); Assert.assertTrue(result instanceof PGgeometry); // Test geography resultSet = statement.executeQuery("SELECT 'POINT(1 2)'::geography"); resultSet.next(); Object geographyRawObject = resultSet.getObject(1); result = (PGobject) resultSet.getObject(1); Assert.assertTrue(result instanceof PGgeography); // Test box3d resultSet = statement.executeQuery("SELECT 'BOX3D(1 2 3, 4 5 6)'::box3d"); resultSet.next(); result = (PGobject) resultSet.getObject(1); Assert.assertTrue(result instanceof PGbox3d); // Test box2d if appropriate if (postgisServerMajor < 1) { logger.info("PostGIS version is too old, skipping box2ed test"); } else { resultSet = statement.executeQuery("SELECT 'BOX(1 2,3 4)'::box2d"); resultSet.next(); result = (PGobject) resultSet.getObject(1); Assert.assertTrue(result instanceof PGbox2d); } } } } postgis-java-2024.1.0/postgis-jdbc/src/test/java/net/postgis/jdbc/DatatypesTest.java000066400000000000000000000036021465324730600302620ustar00rootroot00000000000000/* * DatatypesTest.java * * PostGIS extension for PostgreSQL JDBC driver - example and test classes * * (C) 2004 Paul Ramsey, pramsey@refractions.net * * (C) 2005 Markus Schaber, markus.schaber@logix-tt.com * * (C) 2015 Phillip Ross, phillip.w.g.ross@gmail.com * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * */ package net.postgis.jdbc; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.testng.annotations.Test; import java.sql.SQLException; public class DatatypesTest { private static final Logger logger = LoggerFactory.getLogger(DatatypesTest.class); private static final String mlng_str = "MULTILINESTRING ((10 10 0,20 10 0,20 20 0,20 10 0,10 10 0),(5 5 0,5 6 0,6 6 0,6 5 0,5 5 0))"; @Test public void testPGgeometry() throws SQLException { logger.trace("void testPGgeometry()"); logger.info(mlng_str); PGgeometry pgf = new PGgeometry(mlng_str); logger.info(pgf.toString()); } @Test public void testPGgeography() throws SQLException { logger.trace("void testPGgeography()"); logger.info(mlng_str); PGgeography pgf = new PGgeography(mlng_str); logger.info(pgf.toString()); } }postgis-java-2024.1.0/postgis-jdbc/src/test/java/net/postgis/jdbc/DriverConnectBehaviorTest.java000066400000000000000000000025351465324730600325550ustar00rootroot00000000000000package net.postgis.jdbc; import org.junit.Assert; import org.junit.Test; import java.sql.DriverManager; import java.sql.SQLException; public class DriverConnectBehaviorTest { @Test public void testThatPostGisDoesNotOverwriteSavedExceptionForUnsupportedConnectionString() { try { DriverManager.getConnection("jdbc:missing"); } catch (SQLException e) { // This should not be "Unknown protocol or subprotocol in url jdbc:missing", which // would indicate that PostGIS threw an exception instead of returning `null` from // the `connect` method for an unsupported connection string. // (This is documented in `java.sql.Driver.connect`.) // // The former behavior is not desirable as throwing an exception causes a previously // saved exception from a "better fitting" driver to be overwritten by PostGis, despite // PostGis not actually being able to handle the connection. // // (Imagine an Oracle connection string with a wrong password, in which the Oracle // driver's exception regarding the wrong password would be replaced with a generic // nonsensical PostGis exception.) Assert.assertEquals("No suitable driver found for jdbc:missing", e.getMessage()); } } } postgis-java-2024.1.0/postgis-jdbc/src/test/java/net/postgis/jdbc/EmptyGeometriesTest.java000066400000000000000000000120341465324730600314450ustar00rootroot00000000000000/* * EmptyGeometriesTest.java * * PostGIS extension for PostgreSQL JDBC driver - example and test classes * * (C) 2015 Phillip Ross, phillip.w.g.ross@gmail.com * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * */ package net.postgis.jdbc; import net.postgis.tools.testutils.TestContainerController; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.testng.Assert; import org.testng.ITestContext; import org.testng.annotations.AfterClass; import org.testng.annotations.BeforeClass; import org.testng.annotations.Test; import java.sql.*; import java.util.ArrayList; import java.util.List; /** * This class contains tests for handling of empty geometries. * * @author Phillip Ross {@literal } */ public class EmptyGeometriesTest { private static final Logger logger = LoggerFactory.getLogger(EmptyGeometriesTest.class); private static final String DRIVER_WRAPPER_CLASS_NAME = "net.postgis.jdbc.DriverWrapper"; private static final String DRIVER_WRAPPER_AUTOPROBE_CLASS_NAME = "net.postgis.jdbc.DriverWrapperAutoprobe"; public static final String[] geometriesToTest = new String[] { "POINT", "LINESTRING", "POLYGON", "MULTIPOINT", "MULTILINESTRING", "MULTIPOLYGON", "GEOMETRYCOLLECTION", }; public static final String[] castTypes = new String[] { "bytea", "text", "geometry", "geography" }; private Connection connection = null; private Statement statement = null; @Test public void testSqlStatements() throws SQLException { for (String sqlStatement : generateSqlStatements()) { logger.debug("**********"); logger.debug("* Executing sql statemnent => [{}]", sqlStatement); logger.debug("**********"); try (PreparedStatement preparedStatement = connection.prepareStatement(sqlStatement); ResultSet resultSet = preparedStatement.executeQuery() ) { resultSet.next(); for (int i = 1; i <= castTypes.length; i++) { Object resultSetObject = resultSet.getObject(i); logger.debug("returned resultSetObject {} => (class=[{}]) {}", i, resultSetObject.getClass().getName(), resultSetObject); } resultSet.close(); } } } private List generateSqlStatements() { List sqlStatementList = new ArrayList<>(); for (String geometry : geometriesToTest) { StringBuilder stringBuilder = new StringBuilder("select "); for (String castType : castTypes) { stringBuilder.append("geometry_in('") .append(geometry) .append(" EMPTY')::") .append(castType) .append(", "); } String sqlStatement = stringBuilder.substring(0, stringBuilder.lastIndexOf(",")); logger.debug("generate sql statement: {}", sqlStatement); sqlStatementList.add(sqlStatement); } return sqlStatementList; } @BeforeClass public void initJdbcConnection(ITestContext ctx) throws Exception { final String jdbcUrlSuffix = (String)ctx.getAttribute(TestContainerController.TEST_CONTAINER_JDBC_URL_SUFFIX); Assert.assertNotNull(jdbcUrlSuffix); final String jdbcUrl = "jdbc:postgresql" + jdbcUrlSuffix; final String jdbcUsername = (String)ctx.getAttribute(TestContainerController.TEST_CONTAINER_ENV_USER_PARAM_NAME); Assert.assertNotNull(jdbcUsername); final String jdbcPassword = (String)ctx.getAttribute(TestContainerController.TEST_CONTAINER_ENV_PW_PARAM_NAME); Assert.assertNotNull(jdbcPassword); Class.forName(DRIVER_WRAPPER_CLASS_NAME); Class.forName(DRIVER_WRAPPER_AUTOPROBE_CLASS_NAME); connection = DriverManager.getConnection(jdbcUrl, jdbcUsername, jdbcPassword); statement = connection.createStatement(); } @AfterClass public void unallocateDatabaseResources() throws Exception { if ((statement != null) && (!statement.isClosed())) { statement.close(); } if ((connection != null) && (!connection.isClosed())) { connection.close(); } } }postgis-java-2024.1.0/postgis-jdbc/src/test/java/net/postgis/jdbc/GeographyDatatypeTest.java000066400000000000000000000343051465324730600317510ustar00rootroot00000000000000/* * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * * (C) 2020 Phillip Ross, phillip.w.g.ross@gmail.com */ package net.postgis.jdbc; import net.postgis.tools.testutils.TestContainerController; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.testng.Assert; import org.testng.ITestContext; import org.testng.annotations.AfterMethod; import org.testng.annotations.BeforeMethod; import org.testng.annotations.Test; import java.sql.Connection; import java.sql.DatabaseMetaData; import java.sql.DriverManager; import java.sql.PreparedStatement; import java.sql.ResultSet; import java.sql.Statement; import java.util.UUID; /** * Integration tests for PGgeography. * * @author Phillip Ross */ public class GeographyDatatypeTest { /** The static logger instance. */ private static final Logger logger = LoggerFactory.getLogger(GeographyDatatypeTest.class); /** The jdbc url prefix containing the jdbc protocol to be used for tests. */ private static final String JDBC_URL_PROTOCOL_PREFIX = "jdbc:postgresql"; /** The jdbc url prefix containing the jdbc lightweight protocol to be used for tests. */ private static final String JDBC_URL_LW_PROTOCOL_PREFIX = "jdbc:postgresql_lwgis"; /** The prefix for database tables used in the tests. */ private static final String DATABASE_TABLE_NAME_PREFIX = "jdbc_test"; /** Test geometries dataset. */ public static final String[] testGeometries = new String[] { "POINT(10 10)", // 2D "POINT(10 10 0)", // 3D with 3rd coordinate set to 0 "POINT(10 10 20)", // 3D "POINT(1e100 1.2345e-100 -2e-5)", // 3D with scientific notation "POINTM(10 10 20)", // 2D + Measures "POINT(10 10 20 30)", // 3D + Measures "MULTIPOINT(11 12, 20 20)", // broken format, see http://lists.jump-project.org/pipermail/jts-devel/2006-April/001572.html "MULTIPOINT(11 12 13, 20 20 20)", // broken format "MULTIPOINTM(11 12 13, 20 20 20)", // broken format "MULTIPOINT(11 12 13 14,20 20 20 20)", // broken format "MULTIPOINT((11 12), (20 20))", // OGC conforming format "MULTIPOINT((11 12 13), (20 20 20))", "MULTIPOINTM((11 12 13), (20 20 20))", "MULTIPOINT((11 12 13 14),(20 20 20 20))", "LINESTRING(10 10,20 20,50 50,34 34)", "LINESTRING(10 10 20,20 20 20,50 50 50,34 34 34)", "LINESTRINGM(10 10 20,20 20 20,50 50 50,34 34 34)", "LINESTRING(10 10 20 20,20 20 20 20,50 50 50 50,34 34 34 50)", "POLYGON((10 10,20 10,20 20,20 10,10 10),(5 5,5 6,6 6,6 5,5 5))", "POLYGON((10 10 0,20 10 0,20 20 0,20 10 0,10 10 0),(5 5 0,5 6 0,6 6 0,6 5 0,5 5 0))", "POLYGONM((10 10 0,20 10 0,20 20 0,20 10 0,10 10 0),(5 5 0,5 6 0,6 6 0,6 5 0,5 5 0))", "POLYGON((10 10 0 7,20 10 0 7,20 20 0 7,20 10 0 7,10 10 0 7),(5 5 0 7,5 6 0 7,6 6 0 7,6 5 0 7,5 5 0 7))", "MULTIPOLYGON(((10 10,20 10,20 20,20 10,10 10),(5 5,5 6,6 6,6 5,5 5)),((10 10,20 10,20 20,20 10,10 10),(5 5,5 6,6 6,6 5,5 5)))", "MULTIPOLYGON(((10 10 0,20 10 0,20 20 0,20 10 0,10 10 0),(5 5 0,5 6 0,6 6 0,6 5 0,5 5 0)),((10 10 0,20 10 0,20 20 0,20 10 0,10 10 0),(5 5 0,5 6 0,6 6 0,6 5 0,5 5 0)))", "MULTIPOLYGONM(((10 10 0,20 10 0,20 20 0,20 10 0,10 10 0),(5 5 0,5 6 0,6 6 0,6 5 0,5 5 0)),((10 10 0,20 10 0,20 20 0,20 10 0,10 10 0),(5 5 0,5 6 0,6 6 0,6 5 0,5 5 0)))", "MULTIPOLYGON(((10 10 0 7,20 10 0 7,20 20 0 7,20 10 0 7,10 10 0 7),(5 5 0 7,5 6 0 7,6 6 0 7,6 5 0 7,5 5 0 7)),((10 10 0 7,20 10 0 7,20 20 0 7,20 10 0 7,10 10 0 7),(5 5 0 7,5 6 0 7,6 6 0 7,6 5 0 7,5 5 0 7)))", "MULTILINESTRING((10 10,20 10,20 20,20 10,10 10),(5 5,5 6,6 6,6 5,5 5))", "MULTILINESTRING((10 10 5,20 10 5,20 20 0,20 10 0,10 10 0),(5 5 0,5 6 0,6 6 0,6 5 0,5 5 0))", "MULTILINESTRINGM((10 10 7,20 10 7,20 20 0,20 10 0,10 10 0),(5 5 0,5 6 0,6 6 0,6 5 0,5 5 0))", "MULTILINESTRING((10 10 0 7,20 10 0 7,20 20 0 7,20 10 0 7,10 10 0 7),(5 5 0 7,5 6 0 7,6 6 0 7,6 5 0 7,5 5 0 7))", "GEOMETRYCOLLECTION(POINT(10 10),POINT(20 20))", "GEOMETRYCOLLECTION(POINT(10 10 20),POINT(20 20 20))", "GEOMETRYCOLLECTION(POINT(10 10 20 7),POINT(20 20 20 7))", "GEOMETRYCOLLECTION(LINESTRING(10 10 20,20 20 20, 50 50 50, 34 34 34),LINESTRING(10 10 20,20 20 20, 50 50 50, 34 34 34))", "GEOMETRYCOLLECTION(POLYGON((10 10 0,20 10 0,20 20 0,20 10 0,10 10 0),(5 5 0,5 6 0,6 6 0,6 5 0,5 5 0)),POLYGON((10 10 0,20 10 0,20 20 0,20 10 0,10 10 0),(5 5 0,5 6 0,6 6 0,6 5 0,5 5 0)))", "GEOMETRYCOLLECTION(MULTIPOINT(10 10 10, 20 20 20),MULTIPOINT(10 10 10, 20 20 20))", // Cannot be parsed by 0.X servers, broken format "GEOMETRYCOLLECTION(MULTIPOINT((10 10 10), (20 20 20)),MULTIPOINT((10 10 10), (20 20 20)))", // Cannot be parsed by 0.X servers, OGC conformant "GEOMETRYCOLLECTION(MULTILINESTRING((10 10 0,20 10 0,20 20 0,20 10 0,10 10 0),(5 5 0,5 6 0,6 6 0,6 5 0,5 5 0)))", // PostGIs 0.X "flattens" this geometry, so it is not equal after reparsing. "GEOMETRYCOLLECTION(MULTIPOLYGON(((10 10 0,20 10 0,20 20 0,20 10 0,10 10 0),(5 5 0,5 6 0,6 6 0,6 5 0,5 5 0)),((10 10 0,20 10 0,20 20 0,20 10 0,10 10 0),(5 5 0,5 6 0,6 6 0,6 5 0,5 5 0))),MULTIPOLYGON(((10 10 0,20 10 0,20 20 0,20 10 0,10 10 0),(5 5 0,5 6 0,6 6 0,6 5 0,5 5 0)),((10 10 0,20 10 0,20 20 0,20 10 0,10 10 0),(5 5 0,5 6 0,6 6 0,6 5 0,5 5 0))))", // PostGIs 0.X "flattens" this geometry, so it is not equal after reparsing. "GEOMETRYCOLLECTION(POINT(10 10 20),LINESTRING(10 10 20,20 20 20, 50 50 50, 34 34 34),POLYGON((10 10 0,20 10 0,20 20 0,20 10 0,10 10 0),(5 5 0,5 6 0,6 6 0,6 5 0,5 5 0)))", "GEOMETRYCOLLECTION(POINT(10 10 20),MULTIPOINT(10 10 10, 20 20 20),LINESTRING(10 10 20,20 20 20, 50 50 50, 34 34 34),POLYGON((10 10 0,20 10 0,20 20 0,20 10 0,10 10 0),(5 5 0,5 6 0,6 6 0,6 5 0,5 5 0)),MULTIPOLYGON(((10 10 0,20 10 0,20 20 0,20 10 0,10 10 0),(5 5 0,5 6 0,6 6 0,6 5 0,5 5 0)),((10 10 0,20 10 0,20 20 0,20 10 0,10 10 0),(5 5 0,5 6 0,6 6 0,6 5 0,5 5 0))),MULTILINESTRING((10 10 0,20 10 0,20 20 0,20 10 0,10 10 0),(5 5 0,5 6 0,6 6 0,6 5 0,5 5 0)))", // Collections that contain both X and MultiX do not work on PostGIS 0.x, broken format "GEOMETRYCOLLECTION(POINT(10 10 20),MULTIPOINT((10 10 10), (20 20 20)),LINESTRING(10 10 20,20 20 20, 50 50 50, 34 34 34),POLYGON((10 10 0,20 10 0,20 20 0,20 10 0,10 10 0),(5 5 0,5 6 0,6 6 0,6 5 0,5 5 0)),MULTIPOLYGON(((10 10 0,20 10 0,20 20 0,20 10 0,10 10 0),(5 5 0,5 6 0,6 6 0,6 5 0,5 5 0)),((10 10 0,20 10 0,20 20 0,20 10 0,10 10 0),(5 5 0,5 6 0,6 6 0,6 5 0,5 5 0))),MULTILINESTRING((10 10 0,20 10 0,20 20 0,20 10 0,10 10 0),(5 5 0,5 6 0,6 6 0,6 5 0,5 5 0)))", // Collections that contain both X and MultiX do not work on PostGIS 0.x, OGC conformant "GEOMETRYCOLLECTION EMPTY", // new (correct) representation "GEOMETRYCOLLECTIONM(POINTM(10 10 20),POINTM(20 20 20))" }; /** The JDBC Connection to be used for tests. */ private Connection connection = null; /** The JDBC Connection w/ lightweight protocol to be used for tests. */ private Connection connectionLW = null; /** * Initializes a new JDBC Connection. * * @param ctx the test context * @throws Exception when an exception occurs */ @BeforeMethod public void initJdbcConnection(ITestContext ctx) throws Exception { final String jdbcUrlSuffix = (String)ctx.getAttribute(TestContainerController.TEST_CONTAINER_JDBC_URL_SUFFIX); Assert.assertNotNull(jdbcUrlSuffix); final String jdbcUrl = JDBC_URL_PROTOCOL_PREFIX + jdbcUrlSuffix; final String jdbcUrlLW = JDBC_URL_LW_PROTOCOL_PREFIX + jdbcUrlSuffix; final String jdbcUsername = (String)ctx.getAttribute(TestContainerController.TEST_CONTAINER_ENV_USER_PARAM_NAME); Assert.assertNotNull(jdbcUsername); final String jdbcPassword = (String)ctx.getAttribute(TestContainerController.TEST_CONTAINER_ENV_PW_PARAM_NAME); Assert.assertNotNull(jdbcPassword); Class.forName("net.postgis.jdbc.DriverWrapperLW"); connection = DriverManager.getConnection(jdbcUrl, jdbcUsername, jdbcPassword); connectionLW = DriverManager.getConnection(jdbcUrlLW, jdbcUsername, jdbcPassword); } /** * Un-allocates the JDBC connection. * * @throws Exception when an exception occurs */ @AfterMethod public void unallocateDatabaseResources() throws Exception { if ((connection != null) && (!connection.isClosed())) { connection.close(); } if ((connectionLW != null) && (!connectionLW.isClosed())) { connection.close(); } } /** * Test inserting geometries into the database with prepared statements and querying back the results with * both geometry/geography and standard/lightweight. * * @throws Exception when an exception occurs. */ @Test public void testDatatypes() throws Exception { final String testTableName = DATABASE_TABLE_NAME_PREFIX + "_" + UUID.randomUUID() .toString() .replaceAll("-", ""); final String dropTableSQL = "drop table " + testTableName; final String createTableSQL = "create table " + testTableName + " ( _id numeric," + " geometry_value geometry, geometrylw_value geometry," + " geography_value geography, geographylw_value geography)"; final int idColumnIndex = 1; final int geometryValueColumnIndex = 2; final int geometrylwValueColumnIndex = 3; final int geographyValueColumnIndex = 4; final int geographylwValueColumnIndex = 5; final String insertSQL = "insert into " + testTableName + " ( " + "_id, geometry_value, geometrylw_value, " + "geography_value, geographylw_value) " + "values ( ?, ?, ?, ?, ? )"; boolean tableExists = false; DatabaseMetaData databaseMetaData = connection.getMetaData(); try ( ResultSet resultSet = databaseMetaData.getTables( null, null, testTableName.toLowerCase(), new String[] { "TABLE" } ) ) { while (resultSet.next()) { tableExists = true; } } if (tableExists) { logger.debug("Dropping pre-existing test table..."); try (Statement statement = connection.createStatement()) { statement.executeQuery(dropTableSQL); } } logger.debug("Creating test table..."); try (Statement statement = connection.createStatement()) { statement.execute(createTableSQL); } logger.debug("Inserting test geometries into table..."); try (PreparedStatement preparedStatement = connection.prepareStatement(insertSQL)) { for (int i = 0; i < testGeometries.length; i++) { PGgeometry geometry = new PGgeometry(testGeometries[i]); PGgeometryLW geometryLW = new PGgeometryLW(testGeometries[i]); PGgeography geography = new PGgeography(testGeometries[i]); PGgeographyLW geographyLW = new PGgeographyLW(testGeometries[i]); preparedStatement.setInt(idColumnIndex, i); preparedStatement.setObject(geometryValueColumnIndex, geometry); preparedStatement.setObject(geometrylwValueColumnIndex, geometryLW); preparedStatement.setObject(geographyValueColumnIndex, geography); preparedStatement.setObject(geographylwValueColumnIndex, geographyLW); preparedStatement.executeUpdate(); } } logger.debug("Querying table with standard connection..."); try ( Statement statement = connection.createStatement(); ResultSet resultSet = statement.executeQuery( "select _id, geometry_value, geometrylw_value, geography_value, geographylw_value from " + testTableName ) ) { while (resultSet.next()) { Assert.assertEquals(resultSet.getObject(geometryValueColumnIndex).getClass(), PGgeometry.class); Assert.assertEquals(resultSet.getObject(geometrylwValueColumnIndex).getClass(), PGgeometry.class); Assert.assertEquals(resultSet.getObject(geographyValueColumnIndex).getClass(), PGgeography.class); Assert.assertEquals(resultSet.getObject(geographylwValueColumnIndex).getClass(), PGgeography.class); } } logger.debug("Querying table with lightweight connection..."); try ( Statement statement = connectionLW.createStatement(); ResultSet resultSet = statement.executeQuery( "select _id, geometry_value, geometrylw_value, geography_value, geographylw_value from " + testTableName ) ) { while (resultSet.next()) { Assert.assertEquals(resultSet.getObject(geometryValueColumnIndex).getClass(), PGgeometryLW.class); Assert.assertEquals(resultSet.getObject(geometrylwValueColumnIndex).getClass(), PGgeometryLW.class); Assert.assertEquals(resultSet.getObject(geographyValueColumnIndex).getClass(), PGgeographyLW.class); Assert.assertEquals(resultSet.getObject(geographylwValueColumnIndex).getClass(), PGgeographyLW.class); } } } }postgis-java-2024.1.0/postgis-jdbc/src/test/java/net/postgis/jdbc/ParserTest.java000066400000000000000000000510351465324730600275630ustar00rootroot00000000000000/* * ParserTest.java * * PostGIS extension for PostgreSQL JDBC driver - example and test classes * * (C) 2004 Paul Ramsey, pramsey@refractions.net * * (C) 2005 Markus Schaber, markus.schaber@logix-tt.com * * (C) 2015 Phillip Ross, phillip.w.g.ross@gmail.com * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * */ package net.postgis.jdbc; import net.postgis.jdbc.geometry.Geometry; import net.postgis.jdbc.geometry.GeometryBuilder; import net.postgis.jdbc.geometry.binary.BinaryParser; import net.postgis.jdbc.geometry.binary.BinaryWriter; import net.postgis.jdbc.geometry.binary.ValueSetter; import net.postgis.tools.testutils.TestContainerController; import net.postgis.jdbc.geometry.util.VersionUtil; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.testng.Assert; import org.testng.ITestContext; import org.testng.annotations.AfterClass; import org.testng.annotations.BeforeClass; import org.testng.annotations.Test; import java.sql.Connection; import java.sql.DriverManager; import java.sql.PreparedStatement; import java.sql.ResultSet; import java.sql.SQLException; import java.sql.Statement; import java.sql.Types; import java.util.Objects; public class ParserTest { private static final Logger logger = LoggerFactory.getLogger(ParserTest.class); private static final String DRIVER_WRAPPER_CLASS_NAME = "net.postgis.jdbc.DriverWrapper"; private static final String DRIVER_WRAPPER_AUTOPROBE_CLASS_NAME = "net.postgis.jdbc.DriverWrapperAutoprobe"; /** The srid we use for the srid tests */ public static final int SRID = 4326; /** The string prefix we get for the srid tests */ public static final String SRIDPREFIX = "SRID=" + SRID + ";"; /** * Our set of geometries to test. */ public static final String ALL = "ALL"; public static final String ONLY10 = "ONLY10"; public static final String EQUAL10 = "EQUAL10"; public static final String[][] testset = new String[][]{ { ALL, // 2D "POINT(10 10)"}, { ALL, // 3D with 3rd coordinate set to 0 "POINT(10 10 0)"}, { ALL, // 3D "POINT(10 10 20)"}, { ALL, // 3D with scientific notation "POINT(1e100 1.2345e-100 -2e-5)"}, { ONLY10, // 2D + Measures "POINTM(10 10 20)"}, { ONLY10, // 3D + Measures "POINT(10 10 20 30)"}, { ALL, // broken format, see http://lists.jump-project.org/pipermail/jts-devel/2006-April/001572.html "MULTIPOINT(11 12, 20 20)"}, { ALL,// broken format "MULTIPOINT(11 12 13, 20 20 20)"}, { ONLY10,// broken format "MULTIPOINTM(11 12 13, 20 20 20)"}, { ONLY10,// broken format "MULTIPOINT(11 12 13 14,20 20 20 20)"}, { ALL, // OGC conforming format "MULTIPOINT((11 12), (20 20))"}, { ALL, "MULTIPOINT((11 12 13), (20 20 20))"}, { ONLY10, "MULTIPOINTM((11 12 13), (20 20 20))"}, { ONLY10, "MULTIPOINT((11 12 13 14),(20 20 20 20))"}, { ALL, "LINESTRING(10 10,20 20,50 50,34 34)"}, { ALL, "LINESTRING(10 10 20,20 20 20,50 50 50,34 34 34)"}, { ONLY10, "LINESTRINGM(10 10 20,20 20 20,50 50 50,34 34 34)"}, { ONLY10, "LINESTRING(10 10 20 20,20 20 20 20,50 50 50 50,34 34 34 50)"}, { ALL, "POLYGON((10 10,20 10,20 20,20 10,10 10),(5 5,5 6,6 6,6 5,5 5))"}, { ALL, "POLYGON((10 10 0,20 10 0,20 20 0,20 10 0,10 10 0),(5 5 0,5 6 0,6 6 0,6 5 0,5 5 0))"}, { ONLY10, "POLYGONM((10 10 0,20 10 0,20 20 0,20 10 0,10 10 0),(5 5 0,5 6 0,6 6 0,6 5 0,5 5 0))"}, { ONLY10, "POLYGON((10 10 0 7,20 10 0 7,20 20 0 7,20 10 0 7,10 10 0 7),(5 5 0 7,5 6 0 7,6 6 0 7,6 5 0 7,5 5 0 7))"}, { ALL, "MULTIPOLYGON(((10 10,20 10,20 20,20 10,10 10),(5 5,5 6,6 6,6 5,5 5)),((10 10,20 10,20 20,20 10,10 10),(5 5,5 6,6 6,6 5,5 5)))"}, { ALL, "MULTIPOLYGON(((10 10 0,20 10 0,20 20 0,20 10 0,10 10 0),(5 5 0,5 6 0,6 6 0,6 5 0,5 5 0)),((10 10 0,20 10 0,20 20 0,20 10 0,10 10 0),(5 5 0,5 6 0,6 6 0,6 5 0,5 5 0)))"}, { ONLY10, "MULTIPOLYGONM(((10 10 0,20 10 0,20 20 0,20 10 0,10 10 0),(5 5 0,5 6 0,6 6 0,6 5 0,5 5 0)),((10 10 0,20 10 0,20 20 0,20 10 0,10 10 0),(5 5 0,5 6 0,6 6 0,6 5 0,5 5 0)))"}, { ONLY10, "MULTIPOLYGON(((10 10 0 7,20 10 0 7,20 20 0 7,20 10 0 7,10 10 0 7),(5 5 0 7,5 6 0 7,6 6 0 7,6 5 0 7,5 5 0 7)),((10 10 0 7,20 10 0 7,20 20 0 7,20 10 0 7,10 10 0 7),(5 5 0 7,5 6 0 7,6 6 0 7,6 5 0 7,5 5 0 7)))"}, { ALL, "MULTILINESTRING((10 10,20 10,20 20,20 10,10 10),(5 5,5 6,6 6,6 5,5 5))"}, { ALL, "MULTILINESTRING((10 10 5,20 10 5,20 20 0,20 10 0,10 10 0),(5 5 0,5 6 0,6 6 0,6 5 0,5 5 0))"}, { ONLY10, "MULTILINESTRINGM((10 10 7,20 10 7,20 20 0,20 10 0,10 10 0),(5 5 0,5 6 0,6 6 0,6 5 0,5 5 0))"}, { ONLY10, "MULTILINESTRING((10 10 0 7,20 10 0 7,20 20 0 7,20 10 0 7,10 10 0 7),(5 5 0 7,5 6 0 7,6 6 0 7,6 5 0 7,5 5 0 7))"}, { ALL, "GEOMETRYCOLLECTION(POINT(10 10),POINT(20 20))"}, { ALL, "GEOMETRYCOLLECTION(POINT(10 10 20),POINT(20 20 20))"}, { ONLY10, "GEOMETRYCOLLECTION(POINT(10 10 20 7),POINT(20 20 20 7))"}, { ALL, "GEOMETRYCOLLECTION(LINESTRING(10 10 20,20 20 20, 50 50 50, 34 34 34),LINESTRING(10 10 20,20 20 20, 50 50 50, 34 34 34))"}, { ALL, "GEOMETRYCOLLECTION(POLYGON((10 10 0,20 10 0,20 20 0,20 10 0,10 10 0),(5 5 0,5 6 0,6 6 0,6 5 0,5 5 0)),POLYGON((10 10 0,20 10 0,20 20 0,20 10 0,10 10 0),(5 5 0,5 6 0,6 6 0,6 5 0,5 5 0)))"}, { ONLY10, // Cannot be parsed by 0.X servers, broken format "GEOMETRYCOLLECTION(MULTIPOINT(10 10 10, 20 20 20),MULTIPOINT(10 10 10, 20 20 20))"}, { ONLY10, // Cannot be parsed by 0.X servers, OGC conformant "GEOMETRYCOLLECTION(MULTIPOINT((10 10 10), (20 20 20)),MULTIPOINT((10 10 10), (20 20 20)))"}, { EQUAL10, // PostGIs 0.X "flattens" this geometry, so it is not // equal after reparsing. "GEOMETRYCOLLECTION(MULTILINESTRING((10 10 0,20 10 0,20 20 0,20 10 0,10 10 0),(5 5 0,5 6 0,6 6 0,6 5 0,5 5 0)))"}, { EQUAL10,// PostGIs 0.X "flattens" this geometry, so it is not equal // after reparsing. "GEOMETRYCOLLECTION(MULTIPOLYGON(((10 10 0,20 10 0,20 20 0,20 10 0,10 10 0),(5 5 0,5 6 0,6 6 0,6 5 0,5 5 0)),((10 10 0,20 10 0,20 20 0,20 10 0,10 10 0),(5 5 0,5 6 0,6 6 0,6 5 0,5 5 0))),MULTIPOLYGON(((10 10 0,20 10 0,20 20 0,20 10 0,10 10 0),(5 5 0,5 6 0,6 6 0,6 5 0,5 5 0)),((10 10 0,20 10 0,20 20 0,20 10 0,10 10 0),(5 5 0,5 6 0,6 6 0,6 5 0,5 5 0))))"}, { ALL, "GEOMETRYCOLLECTION(POINT(10 10 20),LINESTRING(10 10 20,20 20 20, 50 50 50, 34 34 34),POLYGON((10 10 0,20 10 0,20 20 0,20 10 0,10 10 0),(5 5 0,5 6 0,6 6 0,6 5 0,5 5 0)))"}, { ONLY10, // Collections that contain both X and MultiX do not work on // PostGIS 0.x, broken format "GEOMETRYCOLLECTION(POINT(10 10 20),MULTIPOINT(10 10 10, 20 20 20),LINESTRING(10 10 20,20 20 20, 50 50 50, 34 34 34),POLYGON((10 10 0,20 10 0,20 20 0,20 10 0,10 10 0),(5 5 0,5 6 0,6 6 0,6 5 0,5 5 0)),MULTIPOLYGON(((10 10 0,20 10 0,20 20 0,20 10 0,10 10 0),(5 5 0,5 6 0,6 6 0,6 5 0,5 5 0)),((10 10 0,20 10 0,20 20 0,20 10 0,10 10 0),(5 5 0,5 6 0,6 6 0,6 5 0,5 5 0))),MULTILINESTRING((10 10 0,20 10 0,20 20 0,20 10 0,10 10 0),(5 5 0,5 6 0,6 6 0,6 5 0,5 5 0)))"}, { ONLY10, // Collections that contain both X and MultiX do not work on // PostGIS 0.x, OGC conformant "GEOMETRYCOLLECTION(POINT(10 10 20),MULTIPOINT((10 10 10), (20 20 20)),LINESTRING(10 10 20,20 20 20, 50 50 50, 34 34 34),POLYGON((10 10 0,20 10 0,20 20 0,20 10 0,10 10 0),(5 5 0,5 6 0,6 6 0,6 5 0,5 5 0)),MULTIPOLYGON(((10 10 0,20 10 0,20 20 0,20 10 0,10 10 0),(5 5 0,5 6 0,6 6 0,6 5 0,5 5 0)),((10 10 0,20 10 0,20 20 0,20 10 0,10 10 0),(5 5 0,5 6 0,6 6 0,6 5 0,5 5 0))),MULTILINESTRING((10 10 0,20 10 0,20 20 0,20 10 0,10 10 0),(5 5 0,5 6 0,6 6 0,6 5 0,5 5 0)))"}, { ALL,// new (correct) representation "GEOMETRYCOLLECTION EMPTY"}, { ALL, "GEOMETRYCOLLECTIONM(POINTM(10 10 20),POINTM(20 20 20))"}, // end }; public static final String[][] testSetNonWorking = new String[][]{ { ALL, // Old (bad) PostGIS 0.X Representation "GEOMETRYCOLLECTION(EMPTY)"}, { ONLY10,// new (correct) representation - does not work on 0.X "POINT EMPTY"}, { ONLY10,// new (correct) representation - does not work on 0.X "LINESTRING EMPTY"}, { ONLY10,// new (correct) representation - does not work on 0.X "POLYGON EMPTY"}, { ONLY10,// new (correct) representation - does not work on 0.X "MULTIPOINT EMPTY"}, { ONLY10,// new (correct) representation - does not work on 0.X "MULTILINESTRING EMPTY"}, { ONLY10,// new (correct) representation - does not work on 0.X "MULTIPOLYGON EMPTY"} }; private static BinaryParser binaryParser = new BinaryParser(); private static final BinaryWriter binaryWriter = new BinaryWriter(); private Connection connection = null; private Statement statement = null; @Test public void testParser() throws Exception { for (String[] aTestset : testset) { test(aTestset[1], aTestset[0]); test(SRIDPREFIX + aTestset[1], aTestset[0]); } } public void test(String WKT, String flags) throws SQLException { logger.debug("Original: {} ", WKT); Geometry geom = GeometryBuilder.geomFromString(WKT); String parsed = geom.toString(); logger.debug("Parsed: {}", parsed); Geometry regeom = GeometryBuilder.geomFromString(parsed); String reparsed = regeom.toString(); logger.debug("Re-Parsed: {}", reparsed); Assert.assertEquals(geom, regeom, "Geometries are not equal"); Assert.assertEquals(reparsed, parsed, "Text Reps are not equal"); String hexNWKT = binaryWriter.writeHexed(regeom, ValueSetter.NDR.NUMBER); logger.debug("NDRHex: {}", hexNWKT); regeom = GeometryBuilder.geomFromString(hexNWKT); logger.debug("ReNDRHex: {}", regeom); Assert.assertEquals(geom, regeom, "Geometries are not equal"); String hexXWKT = binaryWriter.writeHexed(regeom, ValueSetter.XDR.NUMBER); logger.debug("XDRHex: {}", hexXWKT); regeom = GeometryBuilder.geomFromString(hexXWKT); logger.debug("ReXDRHex: {}", regeom); Assert.assertEquals(geom, regeom, "Geometries are not equal"); byte[] NWKT = binaryWriter.writeBinary(regeom, ValueSetter.NDR.NUMBER); regeom = binaryParser.parse(NWKT); logger.debug("NDR: {}", regeom); Assert.assertEquals(geom, regeom, "Geometries are not equal"); byte[] XWKT = binaryWriter.writeBinary(regeom, ValueSetter.XDR.NUMBER); regeom = binaryParser.parse(XWKT); logger.debug("XDR: {}", regeom); Assert.assertEquals(geom, regeom, "Geometries are not equal"); final String postGISVersionString = VersionUtil.retrievePostGISServerVersionString(connection); logger.debug("postGISVersionString: {}", postGISVersionString); final String postGISMajorVersion = VersionUtil.retrievePostGISServerMajorVersion(connection); logger.debug("postGISMajorVersion: {}", postGISMajorVersion); final String postGISMinorVersion = VersionUtil.retrievePostGISServerMinorVersion(connection); logger.debug("postGISMinorVersion: {}", postGISMinorVersion); int serverPostgisMajor = 0; try { serverPostgisMajor = Integer.parseInt(postGISMajorVersion); } catch (NumberFormatException nfe) { logger.error("Caught a number format exception attempting to parse PostGIS Server Major Version"); } if ((Objects.equals(flags, ONLY10)) && serverPostgisMajor < 1) { logger.info("PostGIS server too old, skipping test on database connection {}", connection.getCatalog()); } else { logger.debug("Testing on connection {}", connection.getCatalog()); Geometry sqlGeom = viaSQL(WKT); logger.debug("SQLin: {}", sqlGeom); if (!geom.equals(sqlGeom)) { logger.warn("Geometries after SQL are not equal"); if (Objects.equals(flags, EQUAL10) && serverPostgisMajor < 1) { logger.info("This is expected with PostGIS {}.X", serverPostgisMajor); } else { Assert.fail(); } } Geometry sqlreGeom = viaSQL(parsed); logger.debug("SQLout: {}", sqlreGeom); if (!geom.equals(sqlreGeom)) { logger.warn("Reparsed Geometries after SQL are not equal!"); if (Objects.equals(flags, EQUAL10) && serverPostgisMajor < 1) { logger.info("This is expected with PostGIS {}.X", serverPostgisMajor); } else { Assert.fail(); } } sqlreGeom = viaPrepSQL(geom, connection); logger.debug("Prepared: {}", sqlreGeom.toString()); if (!geom.equals(sqlreGeom)) { logger.warn("Reparsed Geometries after prepared StatementSQL are not equal!"); if (Objects.equals(flags, EQUAL10) && serverPostgisMajor < 1) { logger.info("This is expected with PostGIS {}.X", serverPostgisMajor); } else { Assert.fail(); } } /* // Temporarily removing this check since it breaks between PostGIS v2.4.4 and PostGIS v2.5.0 // Tests performed via psql between mdillon/postgis:9.3 and mdillon/postgis:9.4 shows the breakage // Test is also broken in mdillon/postgis:11-alpine // In psql, the sql statement "SELECT ST_AsEWKT(geometry_in('POINT(1e100 1.2345e-100 -2e-5)'));" returns // "POINT(1e+100 1.2345e-100 -2e-05)" with 9.3 and "POINT(1e+100 0 -0.00002)" with 9.4 and later // asEWKT() function is not present on PostGIS 0.X, and the test // is pointless as 0.X uses EWKT as canonical rep so the same // functionality was already tested above. if (serverPostgisMajor >= 1) { sqlGeom = ewktViaSQL(WKT, statement); logger.debug("asEWKT: {}", sqlGeom); Assert.assertEquals(geom, sqlGeom); } */ // asEWKB() function is not present on PostGIS 0.X. if (serverPostgisMajor >= 1) { sqlGeom = ewkbViaSQL(WKT, statement); logger.debug("asEWKB: {}", sqlGeom); Assert.assertEquals(geom, sqlGeom); } // HexEWKB parsing is not present on PostGIS 0.X. if (serverPostgisMajor >= 1) { sqlGeom = viaSQL(hexNWKT); logger.debug("hexNWKT: {}", sqlGeom); Assert.assertEquals(geom, sqlGeom); } if (serverPostgisMajor >= 1) { sqlGeom = viaSQL(hexXWKT); logger.debug("hexXWKT: {}", sqlGeom); Assert.assertEquals(geom, sqlGeom); } // Canonical binary input is not present before 1.0 if (serverPostgisMajor >= 1) { sqlGeom = binaryViaSQL(NWKT, connection); logger.debug("NWKT: {}", sqlGeom); Assert.assertEquals(geom, sqlGeom); } if (serverPostgisMajor >= 1) { sqlGeom = binaryViaSQL(XWKT, connection); logger.debug("XWKT: {}", sqlGeom); Assert.assertEquals(geom, sqlGeom); } } } /** Pass a geometry representation through the SQL server */ private Geometry viaSQL(String rep) throws SQLException { logger.trace("Geometry viaSQL(String rep)"); logger.trace("[P] rep => {}", rep); ResultSet resultSet = statement.executeQuery("SELECT geometry_in('" + rep + "')"); resultSet.next(); return ((PGgeometry) resultSet.getObject(1)).getGeometry(); } /** * Pass a geometry representation through the SQL server via prepared * statement */ private static Geometry viaPrepSQL(Geometry geom, Connection conn) throws SQLException { PreparedStatement preparedStatement = conn.prepareStatement("SELECT ?::geometry"); PGgeometry wrapper = new PGgeometry(geom); preparedStatement.setObject(1, wrapper, Types.OTHER); ResultSet resultSet = preparedStatement.executeQuery(); resultSet.next(); PGgeometry resultwrapper = (PGgeometry)resultSet.getObject(1); return resultwrapper.getGeometry(); } /** Pass a geometry representation through the SQL server via EWKT */ private static Geometry ewktViaSQL(String rep, Statement stat) throws SQLException { ResultSet resultSet = stat.executeQuery("SELECT ST_AsEWKT(geometry_in('" + rep + "'))"); resultSet.next(); String resrep = resultSet.getString(1); return GeometryBuilder.geomFromString(resrep); } /** Pass a geometry representation through the SQL server via EWKB */ private static Geometry ewkbViaSQL(String rep, Statement stat) throws SQLException { ResultSet resultSet = stat.executeQuery("SELECT ST_AsEWKB(geometry_in('" + rep + "'))"); resultSet.next(); byte[] resrep = resultSet.getBytes(1); return binaryParser.parse(resrep); } /** Pass a EWKB geometry representation through the server */ private static Geometry binaryViaSQL(byte[] rep, Connection conn) throws SQLException { PreparedStatement preparedStatement = conn.prepareStatement("SELECT ?::bytea::geometry"); preparedStatement.setBytes(1, rep); ResultSet resultSet = preparedStatement.executeQuery(); resultSet.next(); PGgeometry resultwrapper = ((PGgeometry) resultSet.getObject(1)); return resultwrapper.getGeometry(); } @BeforeClass public void initJdbcConnection(ITestContext ctx) throws Exception { final String jdbcUrlSuffix = (String)ctx.getAttribute(TestContainerController.TEST_CONTAINER_JDBC_URL_SUFFIX); Assert.assertNotNull(jdbcUrlSuffix); final String jdbcUrl = "jdbc:postgresql" + jdbcUrlSuffix; final String jdbcUsername = (String)ctx.getAttribute(TestContainerController.TEST_CONTAINER_ENV_USER_PARAM_NAME); Assert.assertNotNull(jdbcUsername); final String jdbcPassword = (String)ctx.getAttribute(TestContainerController.TEST_CONTAINER_ENV_PW_PARAM_NAME); Assert.assertNotNull(jdbcPassword); Class.forName(DRIVER_WRAPPER_CLASS_NAME); Class.forName(DRIVER_WRAPPER_AUTOPROBE_CLASS_NAME); connection = DriverManager.getConnection(jdbcUrl, jdbcUsername, jdbcPassword); statement = connection.createStatement(); } @AfterClass public void unallocateDatabaseResources() throws Exception { if ((statement != null) && (!statement.isClosed())) { statement.close(); } if ((connection != null) && (!connection.isClosed())) { connection.close(); } } }postgis-java-2024.1.0/postgis-jdbc/src/test/java/net/postgis/jdbc/SerializationTest.java000066400000000000000000000031601465324730600311400ustar00rootroot00000000000000/* * ServerTest.java * * PostGIS extension for PostgreSQL JDBC driver - example and test classes * * (C) 2004 Paul Ramsey, pramsey@refractions.net * * (C) 2005 Markus Schaber, markus.schaber@logix-tt.com * * (C) 2017 Phillip Ross, phillip.w.g.ross@gmail.com * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * */ package net.postgis.jdbc; import org.testng.Assert; import org.testng.annotations.Test; import java.io.ByteArrayOutputStream; import java.io.NotSerializableException; import java.io.ObjectOutputStream; public class SerializationTest { @Test public void serializationCheckPGgeometry() throws Exception { try { new ObjectOutputStream(new ByteArrayOutputStream()) .writeObject(new PGgeometry("MULTIPOLYGON(((1 1,1 2,2 1,1 1)))")); } catch (NotSerializableException ex) { Assert.fail("serialization of PGgeometry failed: " + ex); } } } postgis-java-2024.1.0/postgis-jdbc/src/test/java/net/postgis/jdbc/ServerTest.java000066400000000000000000000110621465324730600275710ustar00rootroot00000000000000/* * ServerTest.java * * PostGIS extension for PostgreSQL JDBC driver - example and test classes * * (C) 2004 Paul Ramsey, pramsey@refractions.net * * (C) 2005 Markus Schaber, markus.schaber@logix-tt.com * * (C) 2015 Phillip Ross, phillip.w.g.ross@gmail.com * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * */ package net.postgis.jdbc; import net.postgis.tools.testutils.TestContainerController; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.testng.Assert; import org.testng.ITestContext; import org.testng.annotations.AfterClass; import org.testng.annotations.BeforeClass; import org.testng.annotations.Test; import java.sql.*; import java.util.UUID; public class ServerTest { private static final Logger logger = LoggerFactory.getLogger(ServerTest.class); private static final String JDBC_DRIVER_CLASS_NAME = "org.postgresql.Driver"; private static final String DATABASE_TABLE_NAME_PREFIX = "jdbc_test"; private Connection connection = null; private Statement statement = null; @Test public void testServer() throws Exception { String dbtable = DATABASE_TABLE_NAME_PREFIX + "_" + UUID.randomUUID().toString().replaceAll("-", ""); String dropSQL = "drop table " + dbtable; String createSQL = "create table " + dbtable + " (geom geometry, id int4)"; String insertPointSQL = "insert into " + dbtable + " values ('POINT (10 10 10)',1)"; String insertPolygonSQL = "insert into " + dbtable + " values ('POLYGON ((0 0 0,0 10 0,10 10 0,10 0 0,0 0 0))',2)"; logger.debug("Adding geometric type entries..."); ((org.postgresql.PGConnection)connection).addDataType("geometry", PGgeometry.class); ((org.postgresql.PGConnection)connection).addDataType("box3d", PGbox3d.class); logger.debug("Creating table with geometric types..."); boolean tableExists = false; DatabaseMetaData databaseMetaData = connection.getMetaData(); try (ResultSet resultSet = databaseMetaData.getTables(null, null, dbtable.toLowerCase(), new String[] {"TABLE"})) { while (resultSet.next()) { tableExists = true; } } if (tableExists) { statement.execute(dropSQL); } statement.execute(createSQL); logger.debug("Inserting point..."); statement.execute(insertPointSQL); logger.debug("Inserting polygon..."); statement.execute(insertPolygonSQL); logger.debug("Querying table..."); ResultSet resultSet = statement.executeQuery("select ST_AsText(geom),id from " + dbtable); while (resultSet.next()) { Object obj = resultSet.getObject(1); int id = resultSet.getInt(2); logger.debug("Row {}: {}", id, obj.toString()); } } @BeforeClass public void initJdbcConnection(ITestContext ctx) throws Exception { final String jdbcUrlSuffix = (String)ctx.getAttribute(TestContainerController.TEST_CONTAINER_JDBC_URL_SUFFIX); Assert.assertNotNull(jdbcUrlSuffix); final String jdbcUrl = "jdbc:postgresql" + jdbcUrlSuffix; final String jdbcUsername = (String)ctx.getAttribute(TestContainerController.TEST_CONTAINER_ENV_USER_PARAM_NAME); Assert.assertNotNull(jdbcUsername); final String jdbcPassword = (String)ctx.getAttribute(TestContainerController.TEST_CONTAINER_ENV_PW_PARAM_NAME); Assert.assertNotNull(jdbcPassword); Class.forName(JDBC_DRIVER_CLASS_NAME); connection = DriverManager.getConnection(jdbcUrl, jdbcUsername, jdbcPassword); statement = connection.createStatement(); } @AfterClass public void unallocateDatabaseResources() throws Exception { if ((statement != null) && (!statement.isClosed())) { statement.close(); } if ((connection != null) && (!connection.isClosed())) { connection.close(); } } }postgis-java-2024.1.0/postgis-jdbc/src/test/java/net/postgis/jdbc/ServiceTest.java000066400000000000000000000017751465324730600277350ustar00rootroot00000000000000package net.postgis.jdbc; import org.junit.Assert; import org.junit.Test; import java.sql.Driver; import java.sql.DriverManager; import java.sql.SQLException; /** * Tests to ensure that the drivers that are registered as services in META-INF/services/java.sql.Driver are resolved * correctly. */ public class ServiceTest { @Test public void testWrapperService() throws SQLException { Driver driver = DriverManager.getDriver("jdbc:postgresql_postGIS:/"); Assert.assertEquals(DriverWrapper.class, driver.getClass()); } @Test public void testWrapperAutoprobeService() throws SQLException { Driver driver = DriverManager.getDriver("jdbc:postgresql_autogis:/"); Assert.assertEquals(DriverWrapperAutoprobe.class, driver.getClass()); } @Test public void testWrapperLWService() throws SQLException { Driver driver = DriverManager.getDriver("jdbc:postgresql_lwgis:/"); Assert.assertEquals(DriverWrapperLW.class, driver.getClass()); } } postgis-java-2024.1.0/postgis-jdbc/src/test/java/net/postgis/jdbc/VersionPrinter.java000066400000000000000000000143611465324730600304610ustar00rootroot00000000000000/* * VersionPrinter.java * * PostGIS extension for PostgreSQL JDBC driver - example and test classes * * (C) 2005 Markus Schaber, markus.schaber@logix-tt.com * * (C) 2015 Phillip Ross, phillip.w.g.ross@gmail.com * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * */ package net.postgis.jdbc; import net.postgis.tools.testutils.TestContainerController; import org.postgresql.Driver; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.testng.Assert; import org.testng.ITestContext; import org.testng.annotations.AfterClass; import org.testng.annotations.BeforeClass; import org.testng.annotations.Test; import java.sql.*; /** * Prints out as much version information as available. */ public class VersionPrinter { private static final Logger logger = LoggerFactory.getLogger(VersionPrinter.class); private static final String JDBC_DRIVER_CLASS_NAME = "org.postgresql.Driver"; public static String[] POSTGIS_FUNCTIONS = { "postgis_version", "postgis_proj_version", "postgis_scripts_installed", "postgis_lib_version", "postgis_scripts_released", "postgis_uses_stats", "postgis_geos_version", "postgis_scripts_build_date", "postgis_lib_build_date", "postgis_full_version", "postgis_gdal_version", "postgis_libjson_version", "postgis_libxml_version", "postgis_raster_lib_version", "postgis_svn_version" }; private Connection connection = null; private Statement statement = null; @Test public void test() throws Exception { // Print PostGIS version logger.info("*** PostGIS jdbc client code ***"); String fullVersion = Version.getFullVersion(); Assert.assertNotNull(fullVersion); logger.info("\t getFullVersion: {}", fullVersion); // Print PostgreSQL JDBC Versions logger.info("*** PostgreSQL JDBC Driver ***"); String driverVersion = Driver.getVersion(); Assert.assertNotNull(driverVersion); logger.info("\t getVersion: {}", driverVersion); try { Driver driver = new Driver(); int majorVersion = driver.getMajorVersion(); Assert.assertNotEquals(majorVersion, 0); logger.info("\t getMajorVersion: {}", majorVersion); int minorVersion = driver.getMinorVersion(); Assert.assertNotEquals(minorVersion, 0); logger.info("\t getMinorVersion: {}", majorVersion); } catch (Exception e) { logger.error("Cannot create Driver instance: {}", e.getMessage()); } // Print PostgreSQL server versions Assert.assertNotNull(connection); Statement statement = connection.createStatement(); if (statement == null) { logger.info("No online version available."); } else { logger.info("*** PostgreSQL Server ***"); String versionString = getVersionString("version"); logger.debug("\t version: {}", versionString); // Print PostGIS versions logger.info("*** PostGIS Server ***"); for (String GISVERSION : POSTGIS_FUNCTIONS) { versionString = getVersionString(GISVERSION); logger.debug("\t {} version: {}", GISVERSION, versionString); } } } public String getVersionString(String function) throws SQLException { String result = "-- unavailable -- "; try { ResultSet resultSet = statement.executeQuery("SELECT " + function + "()"); if (resultSet.next()) { String version = resultSet.getString(1); if (version != null) { result = version.trim(); } else { result = "-- null result --"; } } else { result = "-- no result --"; } } catch (SQLException sqle) { // If the function does not exist, a SQLException will be thrown, but it should be caught an swallowed if // the "does not exist" string is in the error message. The SQLException might be thrown for some other // problem not related to the missing function, so rethrow it if it doesn't contain the string. if (!sqle.getMessage().contains("does not exist")) { throw sqle; } } return result; } @BeforeClass public void initJdbcConnection(ITestContext ctx) throws Exception { final String jdbcUrlSuffix = (String)ctx.getAttribute(TestContainerController.TEST_CONTAINER_JDBC_URL_SUFFIX); Assert.assertNotNull(jdbcUrlSuffix); final String jdbcUrl = "jdbc:postgresql" + jdbcUrlSuffix; final String jdbcUsername = (String)ctx.getAttribute(TestContainerController.TEST_CONTAINER_ENV_USER_PARAM_NAME); Assert.assertNotNull(jdbcUsername); final String jdbcPassword = (String)ctx.getAttribute(TestContainerController.TEST_CONTAINER_ENV_PW_PARAM_NAME); Assert.assertNotNull(jdbcPassword); Class.forName(JDBC_DRIVER_CLASS_NAME); connection = DriverManager.getConnection(jdbcUrl, jdbcUsername, jdbcPassword); statement = connection.createStatement(); } @AfterClass public void unallocateDatabaseResources() throws Exception { if ((statement != null) && (!statement.isClosed())) { statement.close(); } if ((connection != null) && (!connection.isClosed())) { connection.close(); } } }postgis-java-2024.1.0/postgis-jdbc/src/test/java/net/postgis/jdbc/util/000077500000000000000000000000001465324730600255755ustar00rootroot00000000000000postgis-java-2024.1.0/postgis-jdbc/src/test/java/net/postgis/jdbc/util/VersionUtilIT.java000066400000000000000000000345161465324730600311710ustar00rootroot00000000000000/* * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * * (C) 2018 Phillip Ross, phillip.w.g.ross@gmail.com */ package net.postgis.jdbc.util; import net.postgis.tools.testutils.TestContainerController; import net.postgis.jdbc.geometry.util.VersionFunctions; import net.postgis.jdbc.geometry.util.VersionUtil; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.testng.Assert; import org.testng.ITestContext; import org.testng.annotations.AfterMethod; import org.testng.annotations.BeforeMethod; import org.testng.annotations.Test; import java.sql.Connection; import java.sql.DriverManager; import java.sql.SQLException; import java.util.StringTokenizer; /** * Integration tests for VersionUtil. * * @author Phillip Ross */ public class VersionUtilIT { /** The static logger instance. */ private static final Logger logger = LoggerFactory.getLogger(VersionUtilIT.class); /** The jdbc url prefix containing the jdbc protocol to be used for tests. */ private static final String JDBC_URL_PROTOCOL_PREFIX = "jdbc:postgresql"; /** The JDBC Connection to be used for tests. */ private Connection connection = null; /** * Initializes a new JDBC Connection. * * @param ctx the test context * @throws Exception when an exception occurs */ @BeforeMethod public void initJdbcConnection(ITestContext ctx) throws Exception { logger.trace("[{}#{}]", getClass().getName(), new Object(){}.getClass().getEnclosingMethod().getName()); final String jdbcUrlSuffix = (String)ctx.getAttribute(TestContainerController.TEST_CONTAINER_JDBC_URL_SUFFIX); Assert.assertNotNull(jdbcUrlSuffix); final String jdbcUrl = JDBC_URL_PROTOCOL_PREFIX + jdbcUrlSuffix; final String jdbcUsername = (String)ctx.getAttribute(TestContainerController.TEST_CONTAINER_ENV_USER_PARAM_NAME); Assert.assertNotNull(jdbcUsername); final String jdbcPassword = (String)ctx.getAttribute(TestContainerController.TEST_CONTAINER_ENV_PW_PARAM_NAME); Assert.assertNotNull(jdbcPassword); connection = DriverManager.getConnection(jdbcUrl, jdbcUsername, jdbcPassword); } /** * Un-allocates the JDBC connection. * * @throws Exception when an exception occurs */ @AfterMethod public void unallocateDatabaseResources() throws Exception { logger.trace("[{}#{}]", getClass().getName(), new Object(){}.getClass().getEnclosingMethod().getName()); if ((connection != null) && (!connection.isClosed())) { connection.close(); } } /** * Test getting version string with a null connection. * * @throws Exception when an exception occurs */ @Test(expectedExceptions = NullPointerException.class, expectedExceptionsMessageRegExp = ".*null connection.*") public void test_VersionUtil_GetVersionString_NullConnection() throws Exception { logger.trace("[{}#{}]", getClass().getName(), new Object(){}.getClass().getEnclosingMethod().getName()); VersionUtil.getVersionString(null, VersionFunctions.POSTGIS_FULL_VERSION.toString()); } /** * Test getting version string with an invalid connection. * * @throws Exception when an exception occurs */ @Test(expectedExceptions = SQLException.class, expectedExceptionsMessageRegExp = ".*connection.*not valid.*") public void test_VersionUtil_GetVersionString_InvalidConnection() throws Exception { logger.trace("[{}#{}]", getClass().getName(), new Object(){}.getClass().getEnclosingMethod().getName()); connection.close(); VersionUtil.getVersionString(connection, VersionFunctions.POSTGIS_FULL_VERSION.toString()); } /** * Test getting version string with an invalid function name. * * @throws Exception when an exception occurs */ @Test( expectedExceptions = SQLException.class, expectedExceptionsMessageRegExp = ".*(?!" + VersionUtil.NONEXISTENT_FUNCTION_ERROR_MESSAGE_CONTENT + ")" ) public void test_VersionUtil_GetVersionString_InvalidFunctionName() throws Exception { logger.trace("[{}#{}]", getClass().getName(), new Object(){}.getClass().getEnclosingMethod().getName()); VersionUtil.getVersionString(connection, "invalid.function.name"); } /** * Test getting version string with a null function. * * @throws Exception when an exception occurs */ @Test(expectedExceptions = NullPointerException.class, expectedExceptionsMessageRegExp = ".*null function.*") public void test_VersionUtil_GetVersionString_NullFunction() throws Exception { logger.trace("[{}#{}]", getClass().getName(), new Object(){}.getClass().getEnclosingMethod().getName()); VersionUtil.getVersionString(connection, null); } /** * Test getting version string of an unavailable function. * * @throws Exception when an exception occurs */ @Test public void test_VersionUtil_GetVersionString_Unavailable() throws Exception { logger.trace("[{}#{}]", getClass().getName(), new Object(){}.getClass().getEnclosingMethod().getName()); Assert.assertTrue( VersionUtil.getVersionString(connection, "nonexistent") .contains("unavailable") ); } /** * Test getting version strings for all enumerated version functions. * * @throws Exception when an exception occurs */ @Test public void test_VersionUtil_GetVersionString_VersionFunctionsEnum() throws Exception { logger.trace("[{}#{}]", getClass().getName(), new Object(){}.getClass().getEnclosingMethod().getName()); for (int i = 0; i < VersionFunctions.values().length; i++) { String function = VersionFunctions.values()[i].toString(); String version = VersionUtil.getVersionString(connection, function); logger.debug("function [{}] => version string [{}]", function, version); } } /** * Test getting the server version string with a null connection. * * @throws Exception when an exception occurs */ @Test(expectedExceptions = NullPointerException.class, expectedExceptionsMessageRegExp = ".*null connection.*") public void test_VersionUtil_RetrievePostGISServerVersionString_NullConnection() throws Exception { logger.trace("[{}#{}]", getClass().getName(), new Object(){}.getClass().getEnclosingMethod().getName()); VersionUtil.retrievePostGISServerVersionString(null); } /** * Test getting the server version string with an invalid connection. * * @throws Exception when an exception occurs */ @Test(expectedExceptions = SQLException.class, expectedExceptionsMessageRegExp = ".*connection.*not valid.*") public void test_VersionUtil_RetrievePostGISServerVersionString_InvalidConnection() throws Exception { logger.trace("[{}#{}]", getClass().getName(), new Object(){}.getClass().getEnclosingMethod().getName()); connection.close(); VersionUtil.retrievePostGISServerVersionString(connection); } /** * Test getting the server version string. * * @throws Exception when an exception occurs */ @Test public void test_VersionUtil_RetrievePostGISServerVersionString() throws Exception { logger.trace("[{}#{}]", getClass().getName(), new Object(){}.getClass().getEnclosingMethod().getName()); String postGISServerVersionString = VersionUtil.retrievePostGISServerVersionString(connection); Assert.assertNotNull(postGISServerVersionString); logger.debug("PostGIS server version string [{}]", postGISServerVersionString); } /** * Test getting the server version with a null connection. * * @throws Exception when an exception occurs */ @Test(expectedExceptions = NullPointerException.class, expectedExceptionsMessageRegExp = ".*null connection.*") public void test_VersionUtil_RetrievePostGISServerVersion_NullConnection() throws Exception { logger.trace("[{}#{}]", getClass().getName(), new Object(){}.getClass().getEnclosingMethod().getName()); VersionUtil.retrievePostGISServerVersion(null); } /** * Test getting the server version with an invalid connection. * * @throws Exception when an exception occurs */ @Test(expectedExceptions = SQLException.class, expectedExceptionsMessageRegExp = ".*connection.*not valid.*") public void test_VersionUtil_RetrievePostGISServerVersion_InvalidConnection() throws Exception { logger.trace("[{}#{}]", getClass().getName(), new Object(){}.getClass().getEnclosingMethod().getName()); connection.close(); VersionUtil.retrievePostGISServerVersion(connection); } /** * Test getting the server version. * * @throws Exception when an exception occurs */ @Test public void test_VersionUtil_RetrievePostGISServerVersion() throws Exception { logger.trace("[{}#{}]", getClass().getName(), new Object(){}.getClass().getEnclosingMethod().getName()); final String version = VersionUtil.retrievePostGISServerVersion(connection); Assert.assertNotNull(version); logger.debug("PostGIS server version [{}]", version); } /** * Test getting the server major version with a null connection. * * @throws Exception when an exception occurs */ @Test(expectedExceptions = NullPointerException.class, expectedExceptionsMessageRegExp = ".*null connection.*") public void test_VersionUtil_RetrievePostGISServerMajorVersion_NullConnection() throws Exception { logger.trace("[{}#{}]", getClass().getName(), new Object(){}.getClass().getEnclosingMethod().getName()); VersionUtil.retrievePostGISServerMajorVersion(null); } /** * Test getting the server major version with an invalid connection. * * @throws Exception when an exception occurs */ @Test(expectedExceptions = SQLException.class, expectedExceptionsMessageRegExp = ".*connection.*not valid.*") public void test_VersionUtil_RetrievePostGISServerMajorVersion_InvalidConnection() throws Exception { logger.trace("[{}#{}]", getClass().getName(), new Object(){}.getClass().getEnclosingMethod().getName()); connection.close(); VersionUtil.retrievePostGISServerMajorVersion(connection); } /** * Test getting the server major version. * * @throws Exception when an exception occurs */ @Test public void test_VersionUtil_RetrievePostGISServerMajorVersion() throws Exception { logger.trace("[{}#{}]", getClass().getName(), new Object(){}.getClass().getEnclosingMethod().getName()); final String version = VersionUtil.retrievePostGISServerMajorVersion(connection); Assert.assertNotNull(version); logger.debug("PostGIS server major version [{}]", version); } /** * Test getting the server minor version with a null connection. * * @throws Exception when an exception occurs */ @Test(expectedExceptions = NullPointerException.class, expectedExceptionsMessageRegExp = ".*null connection.*") public void test_VersionUtil_RetrievePostGISServerMinorVersion_NullConnection() throws Exception { logger.trace("[{}#{}]", getClass().getName(), new Object(){}.getClass().getEnclosingMethod().getName()); VersionUtil.retrievePostGISServerMinorVersion(null); } /** * Test getting the server minor version with an invalid connection. * * @throws Exception when an exception occurs */ @Test(expectedExceptions = SQLException.class, expectedExceptionsMessageRegExp = ".*connection.*not valid.*") public void test_VersionUtil_RetrievePostGISServerMinorVersion_InvalidConnection() throws Exception { logger.trace("[{}#{}]", getClass().getName(), new Object(){}.getClass().getEnclosingMethod().getName()); connection.close(); VersionUtil.retrievePostGISServerMinorVersion(connection); } /** * Test getting the server minor version. * * @throws Exception when an exception occurs */ @Test public void test_VersionUtil_RetrievePostGISServerMinorVersion() throws Exception { logger.trace("[{}#{}]", getClass().getName(), new Object(){}.getClass().getEnclosingMethod().getName()); final String version = VersionUtil.retrievePostGISServerMinorVersion(connection); Assert.assertNotNull(version); logger.debug("PostGIS server minor version [{}]", version); } /** * Test additional parsing assertions against retrieved versions. * * @throws Exception when an exception occurs */ @Test public void testServerVersionParsing() throws Exception { logger.trace("[{}.{}]", getClass(), new Object(){}.getClass().getEnclosingMethod().getName()); final String versionString = VersionUtil.retrievePostGISServerVersionString(connection); Assert.assertNotNull(versionString); final String versionFull = VersionUtil.retrievePostGISServerVersion(connection); Assert.assertNotNull(versionFull); Assert.assertTrue(versionString.startsWith(versionFull)); final StringTokenizer stringTokenizer = new StringTokenizer(versionString, VersionUtil.POSTGIS_SERVER_VERSION_SEPERATOR); Assert.assertTrue(stringTokenizer.countTokens() > 0); final String versionMajor = VersionUtil.retrievePostGISServerMajorVersion(connection); Assert.assertEquals(versionMajor, stringTokenizer.nextToken()); if (stringTokenizer.countTokens() > 1) { final String versionMinor = VersionUtil.retrievePostGISServerMinorVersion(connection); Assert.assertEquals(versionMinor, stringTokenizer.nextToken()); } } } postgis-java-2024.1.0/postgis-jdbc/src/test/resources-filtered/000077500000000000000000000000001465324730600243255ustar00rootroot00000000000000postgis-java-2024.1.0/postgis-jdbc/src/test/resources-filtered/testng-it.xml000066400000000000000000000022551465324730600267710ustar00rootroot00000000000000 postgis-java-2024.1.0/postgis-jdbc/src/test/resources/000077500000000000000000000000001465324730600225315ustar00rootroot00000000000000postgis-java-2024.1.0/postgis-jdbc/src/test/resources/logback-test.xml000066400000000000000000000011131465324730600256260ustar00rootroot00000000000000 %d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n postgis-java-2024.1.0/postgis-jdbc/src/test/resources/testng.xml000066400000000000000000000005241465324730600245600ustar00rootroot00000000000000 postgis-java-2024.1.0/postgis-jdbc/todo.txt000066400000000000000000000016151465324730600204620ustar00rootroot00000000000000Todo for PostGIS 1.0 compatible JDBC classes - even more Testing, especialy against different postgis, pgjdbc and postgresql releases. - Use JUnit for testing (maven) - Unify the build of app java projects -> maven - Handling of length() - esp. with modifying the geometries - Handling of hashCode() - esp. with modifying the geometries - Test correctness of toString() and getValue() for compatibility reasons - See where the code can be cleaned and leaned. - Finish JTS support - Creating a sane extension interface for pgjdbc that allows binary transfers and convince upstream to use it, then create support for it. - Possibly adding server side code to support plJava http://gborg.postgresql.org/project/pljava/projdisplay.php - Rework the BinaryParser/BinaryWriter to work on SQLInput/SQLOutput instances, as well as reworking ValueGetter/ValueSetter to implment those interfaces. postgis-java-2024.1.0/tools/000077500000000000000000000000001465324730600155215ustar00rootroot00000000000000postgis-java-2024.1.0/tools/pom.xml000066400000000000000000000013501465324730600170350ustar00rootroot00000000000000 4.0.0 postgis-java-aggregator net.postgis 2024.1.0 tools 2024.1.0 pom Tools Miscellaneous tools and utilities smoketest test-utils postgis-java-2024.1.0/tools/smoketest/000077500000000000000000000000001465324730600175375ustar00rootroot00000000000000postgis-java-2024.1.0/tools/smoketest/.gitignore000066400000000000000000000000331465324730600215230ustar00rootroot00000000000000dependency-reduced-pom.xml postgis-java-2024.1.0/tools/smoketest/pom.xml000066400000000000000000000107211465324730600210550ustar00rootroot00000000000000 4.0.0 tools net.postgis 2024.1.0 smoketest 2024.1.0 jar smoketest Simple smoke test util for verifying functionality postgis jdbc jar against a postgresql database with posgis extensions on OSGeo-Live. SMOKE_TEST net.postgis postgis-jdbc 2024.1.0 net.postgis postgis-jdbc-java2d 2024.1.0 ch.qos.logback logback-classic ${dependency.logback.version} ch.qos.logback logback-core ${dependency.logback.version} net.postgis.tools test-utils 2024.1.0 test src/test/resources src/test/resources-filtered true org.apache.maven.plugins maven-failsafe-plugin integration-tests integration-test verify ${maven.integration.test.skip} ${project.build.testOutputDirectory}/testng-it.xml org.apache.maven.plugins maven-shade-plugin shade package shade net.postgis:postgis-jdbc net.postgis.jdbc.smoketest.OSGeo org.apache.maven.plugins maven-surefire-plugin true postgis-java-2024.1.0/tools/smoketest/src/000077500000000000000000000000001465324730600203265ustar00rootroot00000000000000postgis-java-2024.1.0/tools/smoketest/src/main/000077500000000000000000000000001465324730600212525ustar00rootroot00000000000000postgis-java-2024.1.0/tools/smoketest/src/main/java/000077500000000000000000000000001465324730600221735ustar00rootroot00000000000000postgis-java-2024.1.0/tools/smoketest/src/main/java/net/000077500000000000000000000000001465324730600227615ustar00rootroot00000000000000postgis-java-2024.1.0/tools/smoketest/src/main/java/net/postgis/000077500000000000000000000000001465324730600244515ustar00rootroot00000000000000postgis-java-2024.1.0/tools/smoketest/src/main/java/net/postgis/jdbc/000077500000000000000000000000001465324730600253535ustar00rootroot00000000000000postgis-java-2024.1.0/tools/smoketest/src/main/java/net/postgis/jdbc/smoketest/000077500000000000000000000000001465324730600273715ustar00rootroot00000000000000postgis-java-2024.1.0/tools/smoketest/src/main/java/net/postgis/jdbc/smoketest/Autoregister.java000066400000000000000000000151421465324730600327140ustar00rootroot00000000000000/* * TestAutoregister.java * * PostGIS extension for PostgreSQL JDBC driver - example and test classes * * (C) 2005 Markus Schaber, markus.schaber@logix-tt.com * * (C) 2015 Phillip Ross, phillip.w.g.ross@gmail.com * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * */ package net.postgis.jdbc.smoketest; import net.postgis.jdbc.PGbox2d; import net.postgis.jdbc.PGbox3d; import net.postgis.jdbc.PGgeometry; import org.postgresql.Driver; import org.postgresql.util.PGobject; import java.sql.Connection; import java.sql.DriverManager; import java.sql.ResultSet; import java.sql.SQLException; import java.sql.Statement; /** * This test program tests whether the autoregistration of PostGIS data types * within the pgjdbc driver was successful. This is supposed to work with * pgjdbc.jar version 8.0 and newer, and thus refuses to work with older pgjdbc * versions. (But it will work fine against older servers.) It also checks for * postgis version to know whether box2d is available. */ public class Autoregister { public static void main(String[] args) { String dburl = null; String dbuser = null; String dbpass = null; if (args.length == 3) { System.out.println("Testing proper auto-registration"); dburl = args[0]; dbuser = args[1]; dbpass = args[2]; } else { System.err.println("Usage: java examples/TestParser dburl user pass"); System.exit(1); // Signal the compiler that code flow ends here. return; } System.out.println("Driver version: " + Driver.getVersion()); int major; try { major = new Driver().getMajorVersion(); } catch (Exception e) { System.err.println("Cannot create Driver instance: " + e.getMessage()); System.exit(1); return; } if (major < 8) { System.err.println("Your pgdjbc " + major + ".X is too old, it does not support autoregistration!"); return; } System.out.println("Creating JDBC connection to " + dburl); Connection conn = null; Statement stat = null; try { conn = DriverManager.getConnection(dburl, dbuser, dbpass); stat = conn.createStatement(); } catch (SQLException e) { System.err.println("Connection initialization failed, aborting."); e.printStackTrace(); System.exit(1); // signal the compiler that code flow ends here: throw new AssertionError(); } int postgisServerMajor = 0; try { postgisServerMajor = getPostgisMajor(stat); } catch (SQLException e) { System.err.println("Error fetching PostGIS version: " + e.getMessage()); System.err.println("Is PostGIS really installed in the database?"); System.exit(1); // signal the compiler that code flow ends here: throw new AssertionError(); } System.out.println("PostGIS Version: " + postgisServerMajor); PGobject result = null; /* Test geometries */ try { ResultSet rs = stat.executeQuery("SELECT 'POINT(1 2)'::geometry"); rs.next(); result = (PGobject) rs.getObject(1); if (result instanceof PGgeometry) { System.out.println("PGgeometry successful!"); } else { System.out.println("PGgeometry failed!"); } } catch (SQLException e) { System.err.println("Selecting geometry failed: " + e.getMessage()); System.exit(1); // Signal the compiler that code flow ends here. return; } /* Test box3d */ try { ResultSet rs = stat.executeQuery("SELECT 'BOX3D(1 2 3, 4 5 6)'::box3d"); rs.next(); result = (PGobject) rs.getObject(1); if (result instanceof PGbox3d) { System.out.println("Box3d successful!"); } else { System.out.println("Box3d failed!"); } } catch (SQLException e) { System.err.println("Selecting box3d failed: " + e.getMessage()); System.exit(1); // Signal the compiler that code flow ends here. return; } /* Test box2d if appropriate */ if (postgisServerMajor < 1) { System.out.println("PostGIS version is too old, skipping box2ed test"); System.err.println("PostGIS version is too old, skipping box2ed test"); } else { try { ResultSet rs = stat.executeQuery("SELECT 'BOX(1 2,3 4)'::box2d"); rs.next(); result = (PGobject) rs.getObject(1); if (result instanceof PGbox2d) { System.out.println("Box2d successful!"); } else { System.out.println("Box2d failed! " + result.getClass().getName()); } } catch (SQLException e) { System.err.println("Selecting box2d failed: " + e.getMessage()); System.exit(1); // Signal the compiler that code flow ends here. return; } } System.out.println("Finished."); // If we finished up to here without exitting, we passed all tests. System.err.println("TestAutoregister.java finished without errors."); } public static int getPostgisMajor(Statement stat) throws SQLException { ResultSet rs = stat.executeQuery("SELECT postgis_version()"); rs.next(); String version = rs.getString(1); if (version == null) { throw new SQLException("postgis_version returned NULL!"); } version = version.trim(); int idx = version.indexOf('.'); return Integer.parseInt(version.substring(0, idx)); } } postgis-java-2024.1.0/tools/smoketest/src/main/java/net/postgis/jdbc/smoketest/Java2d.java000066400000000000000000000171421465324730600313500ustar00rootroot00000000000000/* * TestJava2d.java * * PostGIS extension for PostgreSQL JDBC driver - example and test classes * * (C) 2004 Paul Ramsey, pramsey@refractions.net * * (C) 2005 Markus Schaber, markus.schaber@logix-tt.com * * (C) 2015 Phillip Ross, phillip.w.g.ross@gmail.com * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * */ package net.postgis.jdbc.smoketest; import java.awt.*; import java.awt.event.WindowEvent; import java.awt.event.WindowListener; import java.awt.geom.AffineTransform; import java.awt.geom.Rectangle2D; import java.sql.Connection; import java.sql.DriverManager; import java.sql.ResultSet; import java.sql.SQLException; import java.util.ArrayList; import net.postgis.jdbc.java2d.Java2DWrapper; public class Java2d { private static final boolean DEBUG = true; public static final Shape[] SHAPEARRAY = new Shape[0]; public static final String[][] testDataset = new String[][] { {"point1", "POINT(10 11)"}, {"multipoint1", "MULTIPOINT(10.25 11,10.5 11,10.75 11,11 11,11.25 11,11.5 11,11.75 11,12 11)"}, {"linestring1", "LINESTRING(0 0,100 0,100 100,0 100)"}, {"linestring2", "LINESTRING(-310 110,210 110,210 210,-310 210,-310 110)"}, {"multilinestring", "MULTILINESTRING((0 0,10 10,20 0,30 10),(40 0,40 10,50 10,50 20,60 20))"}, }; static { new Java2DWrapper(); // make shure our driver is initialized } public static void main(String[] args) throws ClassNotFoundException, SQLException { if (args.length != 5) { System.err.println("Usage: java examples/TestJava2D dburl user pass tablename column"); System.err.println(); System.err.println("dburl has the following format:"); System.err.println(Java2DWrapper.POSTGIS_PROTOCOL + "//HOST:PORT/DATABASENAME"); System.err.println("tablename is 'jdbc_test' by default."); System.exit(1); } Shape[] geometries = read(args[0], args[1], args[2], "SELECT " + args[4] + " FROM " + args[3]); if (DEBUG) { System.err.println("read " + geometries.length + " geometries."); } if (geometries.length == 0) { if (DEBUG) { System.err.println("No geometries were read."); } return; } System.err.println("Painting..."); Frame window = new Frame("PostGIS java2D demo"); Canvas CV = new GisCanvas(geometries); window.add(CV); window.setSize(500, 500); window.addWindowListener(new EventHandler()); window.setVisible(true); } static Rectangle2D calcbbox(Shape[] geometries) { Rectangle2D bbox = geometries[0].getBounds2D(); for (int i = 1; i < geometries.length; i++) { bbox = bbox.createUnion(geometries[i].getBounds2D()); } return bbox; } private static Shape[] read(String dburl, String dbuser, String dbpass, String query) throws ClassNotFoundException, SQLException { ArrayList geometries = new ArrayList(); if (DEBUG) { System.err.println("Creating JDBC connection..."); } Class.forName("org.postgresql.Driver"); Connection conn = DriverManager.getConnection(dburl, dbuser, dbpass); if (DEBUG) { System.err.println("fetching geometries: " + query); } ResultSet r = conn.createStatement().executeQuery(query); while (r.next()) { final Shape current = (Shape) r.getObject(1); if (current != null) { geometries.add(current); } } conn.close(); return (Shape[]) geometries.toArray(SHAPEARRAY); } public static class GisCanvas extends Canvas { /** Keep java 1.5 compiler happy */ private static final long serialVersionUID = 1L; final Rectangle2D bbox; final Shape[] geometries; public GisCanvas(Shape[] geometries) { this.geometries = geometries; this.bbox = calcbbox(geometries); setBackground(Color.GREEN); } public void paint(Graphics og) { Graphics2D g = (Graphics2D) og; // Add 5% padding on all borders final double paddingTop = bbox.getHeight() * 0.05; final double paddingBottom = bbox.getHeight() * 0.05; final double paddingLeft = bbox.getWidth() * 0.05; final double paddingRight = bbox.getWidth() * 0.05; // If the bounding box has negative coordinates, we need to offset by the negative coordinate final double offsetX = (bbox.getX() < 0) ? (0 - bbox.getX()) : 0; final double offsetY = (bbox.getY() < 0) ? (0 - bbox.getY()) : 0; // Scale by the bounding box and padding final double scaleX = (super.getWidth() - (paddingLeft + paddingRight)) / (bbox.getWidth()); final double scaleY = (super.getHeight() - (paddingTop + paddingBottom)) / (bbox.getHeight()); // Apply the transform parameters AffineTransform at = new AffineTransform(); at.translate(paddingLeft, paddingTop); at.scale(scaleX, scaleY); at.translate(offsetX, offsetY); if (DEBUG) { System.err.println(); System.err.println("paddingTop: " + paddingTop); System.err.println("paddingBottom: " + paddingBottom); System.err.println("paddingLeft: " + paddingLeft); System.err.println("paddingRight: " + paddingRight); System.err.println("offsetX: " + offsetX); System.err.println("offsetY: " + offsetY); System.err.println("scaleX: " + scaleX); System.err.println("scaleY: " + scaleY); System.err.println("bbox: " + bbox); System.err.println("trans: " + at); System.err.println("new: " + at.createTransformedShape(bbox).getBounds2D()); System.err.println("visual:" + super.getBounds()); } for (int i = 0; i < geometries.length; i++) { g.setPaint(Color.BLUE); final Shape shape = at.createTransformedShape(geometries[i]); g.fill(shape); g.setPaint(Color.ORANGE); g.draw(shape); } } } public static class EventHandler implements WindowListener { public void windowActivated(WindowEvent e) {// } public void windowClosed(WindowEvent e) {// } public void windowClosing(WindowEvent e) { e.getWindow().setVisible(false); System.exit(0); } public void windowDeactivated(WindowEvent e) {// } public void windowDeiconified(WindowEvent e) {// } public void windowIconified(WindowEvent e) {// } public void windowOpened(WindowEvent e) {// } } }postgis-java-2024.1.0/tools/smoketest/src/main/java/net/postgis/jdbc/smoketest/OSGeo.java000066400000000000000000000212511465324730600312110ustar00rootroot00000000000000package net.postgis.jdbc.smoketest; import net.postgis.jdbc.PGbox3d; import net.postgis.jdbc.PGgeometry; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import java.sql.Connection; import java.sql.DatabaseMetaData; import java.sql.DriverManager; import java.sql.ResultSet; import java.sql.SQLException; import java.sql.Statement; import java.util.Objects; import java.util.UUID; /** * Simple smoke test util for verifying functionality postgis jdbc jar against a postgresql database * with posgis extensions on OSGeo-Live. * * @author Phillip Ross */ public class OSGeo { private static final Logger logger = LoggerFactory.getLogger(OSGeo.class); private static final String DEFAULT_TEST_TABLE_PREFIX = "SMOKE_TEST"; private static final String JDBC_DRIVER_CLASS_NAME = "org.postgresql.Driver"; private Connection connection = null; private Statement statement = null; private String testTableName = null; public OSGeo(final String jdbcUrl, final String jdbcUsername, final String jdbcPassword, final String testTablePrefix) { try { Objects.requireNonNull(jdbcUrl, "A JDBC URL must be specified"); Objects.requireNonNull(jdbcUsername, "A database username must be specified."); Objects.requireNonNull(jdbcPassword, "A database password must be specified."); Objects.requireNonNull(testTablePrefix, "Unable to determine test table prefix"); logger.debug("Running test (url/u/p/ttp): {}/{}/{}/{}", jdbcUrl, jdbcUsername, jdbcPassword, testTablePrefix); setupDatabaseResources(jdbcUrl, jdbcUsername, jdbcPassword); Objects.requireNonNull(connection, "Unable to continue testing without a connection to the database"); if (testDatatypeRegistration()) { Objects.requireNonNull(statement, "Unable to continue testing without a statement resource"); if (createTestTable(testTablePrefix)) { if (testSQL()) { logger.debug("All tests passed"); dropTestTable(); } } } closeDatabaseResources(); } catch (Exception e) { logger.error("Caught exception: {} {}", e.getClass().getName(), e.getMessage()); e.printStackTrace(); } } private boolean testSQL() { final String insertPointSQL = "insert into " + testTableName + " values ('POINT (10 10 10)',1)"; final String insertPolygonSQL = "insert into " + testTableName + " values ('POLYGON ((0 0 0,0 10 0,10 10 0,10 0 0,0 0 0))',2)"; boolean testPass = false; try { logger.debug("Inserting point..."); statement.execute(insertPointSQL); logger.debug("Inserting polygon..."); statement.execute(insertPolygonSQL); logger.debug("Querying table..."); ResultSet resultSet = statement.executeQuery("select ST_AsText(geom),id from " + testTableName); while (resultSet.next()) { Object obj = resultSet.getObject(1); int id = resultSet.getInt(2); logger.debug("Row {}: {}", id, obj.toString()); } testPass = true; } catch (SQLException se) { logger.error( "Caught SQLException attempting to issue SQL to the database: {} {}", se.getClass().getName(), se.getMessage() ); } return testPass; } private boolean createTestTable(final String testTablePrefix) { testTableName = testTablePrefix + "_" + UUID.randomUUID().toString().replaceAll("-", ""); final String dropSQL = "drop table " + testTableName; final String createSQL = "create table " + testTableName + " (geom geometry, id int4)"; boolean testPass = false; logger.debug("Creating table with geometric types..."); boolean tableExists = false; try { DatabaseMetaData databaseMetaData = connection.getMetaData(); try (ResultSet resultSet = databaseMetaData.getTables(null, null, testTableName.toLowerCase(), new String[] {"TABLE"})) { while (resultSet.next()) { tableExists = true; } } if (tableExists) { statement.execute(dropSQL); } statement.execute(createSQL); testPass = true; } catch (SQLException se) { logger.error( "Caught SQLException attempting to create the test table: {} {}", se.getClass().getName(), se.getMessage() ); } return testPass; } private void dropTestTable() { final String dropSQL = "drop table " + testTableName; logger.debug("Dropping test table"); boolean tableExists = false; try { DatabaseMetaData databaseMetaData = connection.getMetaData(); try (ResultSet resultSet = databaseMetaData.getTables(null, null, testTableName.toLowerCase(), new String[] {"TABLE"})) { while (resultSet.next()) { tableExists = true; } } if (tableExists) { statement.execute(dropSQL); } } catch (SQLException se) { logger.error( "Caught SQLException attempting to drop the test table: {} {}", se.getClass().getName(), se.getMessage() ); } } private boolean testDatatypeRegistration() { boolean testPass = false; logger.debug("Adding geometric type entries..."); try { ((org.postgresql.PGConnection)connection).addDataType("geometry", PGgeometry.class); ((org.postgresql.PGConnection)connection).addDataType("box3d", PGbox3d.class); testPass = true; } catch (SQLException se) { logger.error( "Caught SQLException attempting to register datatypes with PostgreSQL driver: {} {}", se.getClass().getName(), se.getMessage() ); } return testPass; } private void closeDatabaseResources() { try { if (statement != null) { statement.close(); } } catch (SQLException se) { logger.error( "Caught SQLException attempting to close statement resource: {} {}", se.getClass().getName(), se.getMessage() ); } try { if (connection != null) { connection.close(); } } catch (SQLException se) { logger.error( "Caught SQLException attempting to close connection to the database: {} {}", se.getClass().getName(), se.getMessage() ); } } private void setupDatabaseResources(final String url, final String username, final String password) { try { Class.forName(JDBC_DRIVER_CLASS_NAME); } catch (ClassNotFoundException e) { logger.error("Caught exception attempting to load jdbc driver class {}", JDBC_DRIVER_CLASS_NAME); logger.error("Check your classpath to verify that you've included the postgresql jdbc driver."); } try { connection = DriverManager.getConnection(url, username, password); statement = connection.createStatement(); } catch (SQLException se) { logger.error( "Caught SQLException attempting to setup database resources: {} {}", se.getClass().getName(), se.getMessage() ); } } public static void main(final String[] args) { if (args.length < 3) { System.out.println("parameters: jdbcUrl jdbcUsername jdbcPassword [testTablePrefix]"); } else { String jdbcUrl = args[0]; String jdbcUsername = args[1]; String jdbcPassword = args[2]; String testTablePrefix = DEFAULT_TEST_TABLE_PREFIX; if (args.length > 3) { testTablePrefix = args[3]; } new OSGeo(jdbcUrl, jdbcUsername, jdbcPassword, testTablePrefix); } } } // java -classpath ~/.m2/repository/net/postgis/postgis-jdbc/2.2.1-SNAPSHOT/postgis-jdbc-2.2.1-SNAPSHOT.jar:target/smoketest-0.0.1-SNAPSHOT.jar net.postgis.osgeo.util.Main jdbc:postgresql://db01:5432/postgis1 postgis1 postgis1 smoke_test postgis-java-2024.1.0/tools/smoketest/src/main/scripts/000077500000000000000000000000001465324730600227415ustar00rootroot00000000000000postgis-java-2024.1.0/tools/smoketest/src/main/scripts/test.sh000066400000000000000000000024571465324730600242640ustar00rootroot00000000000000#!/usr/bin/env bash # The following sets variables based in command arguments TEST_JAR="${1}" # This should be the postgis-jdbc jar file to be tested. DB_HOSTNAME_AND_PORT=${2} # This should be the hostname:port of the database DB_USERNAME=${3} # This should be the database user to login as. DB_PASSWORD=${4} # This should be the database password to be used during login. # The following can be changed to point to the jar containing the test utility. By default it # points to a jar file in a local maven repository. MVN_REPO_LOCATION=~/.m2/repository GROUP_ID_DIR=/net/postgis TEST_UTIL_JAR=${MVN_REPO_LOCATION}${GROUP_ID_DIR}/smoketest/0.0.1-SNAPSHOT/smoketest-0.0.1-SNAPSHOT.jar # The following variables are derived from the variables above. # They are used to invoke the JVM with the test utility. JDBC_URL="jdbc:postgresql://${DB_HOSTNAME_AND_PORT}/postgis1" JDBC_USERNAME=${DB_USERNAME} JDBC_PASSWORD=${DB_PASSWORD} # The exactly commandline used to invoke the utility is output before it is actually invoked. echo "==> java -classpath ${TEST_JAR}:${TEST_UTIL_JAR} net.postgis.jdbc.smoketest.OSGeo ${JDBC_URL} ${JDBC_USERNAME} ${JDBC_PASSWORD}" java -classpath ${TEST_JAR}:${TEST_UTIL_JAR} net.postgis.osgeo.util.Main ${JDBC_URL} ${JDBC_USERNAME} ${JDBC_PASSWORD}postgis-java-2024.1.0/tools/smoketest/src/test/000077500000000000000000000000001465324730600213055ustar00rootroot00000000000000postgis-java-2024.1.0/tools/smoketest/src/test/java/000077500000000000000000000000001465324730600222265ustar00rootroot00000000000000postgis-java-2024.1.0/tools/smoketest/src/test/java/net/000077500000000000000000000000001465324730600230145ustar00rootroot00000000000000postgis-java-2024.1.0/tools/smoketest/src/test/java/net/postgis/000077500000000000000000000000001465324730600245045ustar00rootroot00000000000000postgis-java-2024.1.0/tools/smoketest/src/test/java/net/postgis/jdbc/000077500000000000000000000000001465324730600254065ustar00rootroot00000000000000postgis-java-2024.1.0/tools/smoketest/src/test/java/net/postgis/jdbc/smoketest/000077500000000000000000000000001465324730600274245ustar00rootroot00000000000000postgis-java-2024.1.0/tools/smoketest/src/test/java/net/postgis/jdbc/smoketest/UtilTest.java000066400000000000000000000021041465324730600320410ustar00rootroot00000000000000package net.postgis.jdbc.smoketest; import net.postgis.tools.testutils.TestContainerController; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.testng.Assert; import org.testng.ITestContext; import org.testng.annotations.Test; /** * A test class for testing the primary utility. * * @author Phillip Ross */ public class UtilTest { private static final Logger logger = LoggerFactory.getLogger(UtilTest.class); @Test public void test(ITestContext ctx) { final String jdbcUrlSuffix = (String)ctx.getAttribute(TestContainerController.TEST_CONTAINER_JDBC_URL_SUFFIX); Assert.assertNotNull(jdbcUrlSuffix); final String jdbcUrl = "jdbc:postgresql" + jdbcUrlSuffix; final String jdbcUsername = (String)ctx.getAttribute(TestContainerController.TEST_CONTAINER_ENV_USER_PARAM_NAME); Assert.assertNotNull(jdbcUsername); final String jdbcPassword = (String)ctx.getAttribute(TestContainerController.TEST_CONTAINER_ENV_PW_PARAM_NAME); OSGeo.main(new String[] {jdbcUrl, jdbcUsername, jdbcPassword}); } } postgis-java-2024.1.0/tools/smoketest/src/test/resources-filtered/000077500000000000000000000000001465324730600251135ustar00rootroot00000000000000postgis-java-2024.1.0/tools/smoketest/src/test/resources-filtered/testng-it.xml000066400000000000000000000013551465324730600275570ustar00rootroot00000000000000 postgis-java-2024.1.0/tools/smoketest/src/test/resources/000077500000000000000000000000001465324730600233175ustar00rootroot00000000000000postgis-java-2024.1.0/tools/smoketest/src/test/resources/logback-test.xml000066400000000000000000000011131465324730600264140ustar00rootroot00000000000000 %d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n postgis-java-2024.1.0/tools/test-utils/000077500000000000000000000000001465324730600176365ustar00rootroot00000000000000postgis-java-2024.1.0/tools/test-utils/pom.xml000066400000000000000000000053031465324730600211540ustar00rootroot00000000000000 4.0.0 net.postgis tools 2024.1.0 net.postgis.tools test-utils 2024.1.0 Test Utilities Tools to facilities building and maintaining test suites org.testcontainers testcontainers org.testng testng ${dependency.testng.version} src/test/resources src/test/resources-filtered true org.apache.maven.plugins maven-failsafe-plugin integration-tests integration-test verify ${maven.integration.test.skip} ${failsafe.forkCount} ${failsafe.useSystemClassLoader} ${project.build.testOutputDirectory}/testng-it.xml org.apache.maven.plugins maven-surefire-plugin true postgis-java-2024.1.0/tools/test-utils/src/000077500000000000000000000000001465324730600204255ustar00rootroot00000000000000postgis-java-2024.1.0/tools/test-utils/src/main/000077500000000000000000000000001465324730600213515ustar00rootroot00000000000000postgis-java-2024.1.0/tools/test-utils/src/main/java/000077500000000000000000000000001465324730600222725ustar00rootroot00000000000000postgis-java-2024.1.0/tools/test-utils/src/main/java/net/000077500000000000000000000000001465324730600230605ustar00rootroot00000000000000postgis-java-2024.1.0/tools/test-utils/src/main/java/net/postgis/000077500000000000000000000000001465324730600245505ustar00rootroot00000000000000postgis-java-2024.1.0/tools/test-utils/src/main/java/net/postgis/tools/000077500000000000000000000000001465324730600257105ustar00rootroot00000000000000postgis-java-2024.1.0/tools/test-utils/src/main/java/net/postgis/tools/testutils/000077500000000000000000000000001465324730600277505ustar00rootroot00000000000000TestContainerController.java000066400000000000000000000123231465324730600353630ustar00rootroot00000000000000postgis-java-2024.1.0/tools/test-utils/src/main/java/net/postgis/tools/testutilspackage net.postgis.tools.testutils; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.testcontainers.containers.GenericContainer; import org.testng.ISuite; import org.testng.ITestContext; import org.testng.annotations.AfterSuite; import org.testng.annotations.BeforeSuite; import java.util.Objects; /** * Contains functionality for controlling a test container. * * @author Phillip Ross */ public class TestContainerController { private static final Logger logger = LoggerFactory.getLogger(TestContainerController.class); public static final String TEST_CONTAINER_ENV_USER_VAR_NAME = "POSTGRES_USER"; public static final String TEST_CONTAINER_ENV_PW_VAR_NAME = "POSTGRES_PASSWORD"; public static final String TEST_CONTAINER_ENV_DB_VAR_NAME = "POSTGRES_DB"; public static final String TEST_CONTAINER_ATTR_NAME = "test.container"; public static final String TEST_CONTAINER_IPADDR_ATTR_NAME = "test.container.ip-address"; public static final String TEST_CONTAINER_MAPPED_PORT_ATTR_NAME = "test.container.mapped-port"; public static final String TEST_CONTAINER_IMAGE_NAME_PARAM_NAME = "test.container.image-name"; public static final String TEST_CONTAINER_PORT_PARAM_NAME = "test.container.port"; public static final String TEST_CONTAINER_JDBC_URL_SUFFIX = "test.container.jdbc-url-suffix"; public static final String TEST_CONTAINER_ENV_USER_PARAM_NAME = "test.container.env.user"; public static final String TEST_CONTAINER_ENV_PW_PARAM_NAME = "test.container.env.password"; public static final String TEST_CONTAINER_ENV_DB_PARAM_NAME = "test.container.env.db"; @BeforeSuite public void initializeTestContainer(ITestContext ctx) throws Exception { logger.debug("initializing test container"); Objects.requireNonNull(ctx, "test context was null"); ISuite suite = ctx.getSuite(); Objects.requireNonNull(suite, "test suite was null"); final String imageName = ctx.getSuite().getParameter(TEST_CONTAINER_IMAGE_NAME_PARAM_NAME); Objects.requireNonNull(imageName, TEST_CONTAINER_IMAGE_NAME_PARAM_NAME + " param was null"); final String containerPortString = ctx.getSuite().getParameter(TEST_CONTAINER_PORT_PARAM_NAME); Objects.requireNonNull(containerPortString, TEST_CONTAINER_PORT_PARAM_NAME + " param was null"); final int containerPort; try { containerPort = Integer.parseInt(containerPortString); } catch (NumberFormatException e) { throw new IllegalArgumentException("Unable to parse specified container port: " + containerPortString, e); } final String containerEnvUsername = ctx.getSuite().getParameter(TEST_CONTAINER_ENV_USER_PARAM_NAME); Objects.requireNonNull(containerEnvUsername, TEST_CONTAINER_ENV_USER_PARAM_NAME + " param was null"); final String containerEnvPassword = ctx.getSuite().getParameter(TEST_CONTAINER_ENV_PW_PARAM_NAME); Objects.requireNonNull(containerEnvPassword, TEST_CONTAINER_ENV_PW_PARAM_NAME + " param was null"); final String containerEnvDb = ctx.getSuite().getParameter(TEST_CONTAINER_ENV_DB_PARAM_NAME); Objects.requireNonNull(containerEnvDb, TEST_CONTAINER_ENV_DB_PARAM_NAME + " param was null"); logger.debug( "Initializing test container\n" + "imageName=[{}]\n port=[{}]\n user=[{}]\n password=[{}]\n database=[{}]\n", imageName, containerPortString, containerEnvUsername, containerEnvPassword, containerEnvDb ); GenericContainer container = new GenericContainer(imageName) .withExposedPorts(containerPort) .withEnv(TEST_CONTAINER_ENV_USER_VAR_NAME, containerEnvUsername) .withEnv(TEST_CONTAINER_ENV_PW_VAR_NAME, containerEnvPassword) .withEnv(TEST_CONTAINER_ENV_DB_VAR_NAME, containerEnvDb); container.start(); final int mappedPort = container.getMappedPort(containerPort); final String containerIpAddress = container.getContainerIpAddress(); logger.debug("started container with containerIPAddress=[{}] mappedPort=[{}]", containerIpAddress, mappedPort); Thread.sleep(200); // wait a moment more for container to come up beyond the test container wait strategy final String jdbcUrlSuffix = "://" + containerIpAddress + ":" + mappedPort + "/" + containerEnvDb; ctx.setAttribute(TEST_CONTAINER_ATTR_NAME, container); ctx.setAttribute(TEST_CONTAINER_IPADDR_ATTR_NAME, containerIpAddress); ctx.setAttribute(TEST_CONTAINER_MAPPED_PORT_ATTR_NAME, mappedPort); ctx.setAttribute(TEST_CONTAINER_JDBC_URL_SUFFIX, jdbcUrlSuffix); ctx.setAttribute(TEST_CONTAINER_ENV_USER_PARAM_NAME, containerEnvUsername); ctx.setAttribute(TEST_CONTAINER_ENV_PW_PARAM_NAME, containerEnvPassword); ctx.setAttribute(TEST_CONTAINER_ENV_DB_PARAM_NAME, containerEnvDb); } @AfterSuite public void deInitializeTestContainer(ITestContext ctx) { logger.debug("de-initializing test container"); if (ctx.getAttribute(TEST_CONTAINER_ATTR_NAME) instanceof GenericContainer) { ((GenericContainer)ctx.getAttribute(TEST_CONTAINER_ATTR_NAME)).close(); } } } postgis-java-2024.1.0/tools/test-utils/src/test/000077500000000000000000000000001465324730600214045ustar00rootroot00000000000000postgis-java-2024.1.0/tools/test-utils/src/test/java/000077500000000000000000000000001465324730600223255ustar00rootroot00000000000000postgis-java-2024.1.0/tools/test-utils/src/test/java/net/000077500000000000000000000000001465324730600231135ustar00rootroot00000000000000postgis-java-2024.1.0/tools/test-utils/src/test/java/net/postgis/000077500000000000000000000000001465324730600246035ustar00rootroot00000000000000postgis-java-2024.1.0/tools/test-utils/src/test/java/net/postgis/tools/000077500000000000000000000000001465324730600257435ustar00rootroot00000000000000postgis-java-2024.1.0/tools/test-utils/src/test/java/net/postgis/tools/testutils/000077500000000000000000000000001465324730600300035ustar00rootroot00000000000000TestContainerControllerIT.java000066400000000000000000000024231465324730600356530ustar00rootroot00000000000000postgis-java-2024.1.0/tools/test-utils/src/test/java/net/postgis/tools/testutilspackage net.postgis.tools.testutils; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.testng.Assert; import org.testng.ITestContext; import org.testng.annotations.AfterClass; import org.testng.annotations.BeforeClass; import org.testng.annotations.Test; import java.sql.Connection; import java.sql.DriverManager; import java.sql.Statement; /** * Tests TestContainerController functionality. * * @author Phillip Ross */ public class TestContainerControllerIT { private static final Logger logger = LoggerFactory.getLogger(TestContainerControllerIT.class); @Test public void test(ITestContext ctx) throws Exception { Assert.assertNotNull(ctx.getAttribute(TestContainerController.TEST_CONTAINER_ATTR_NAME)); Assert.assertNotNull(ctx.getAttribute(TestContainerController.TEST_CONTAINER_IPADDR_ATTR_NAME)); Assert.assertNotNull(ctx.getAttribute(TestContainerController.TEST_CONTAINER_MAPPED_PORT_ATTR_NAME)); Assert.assertNotNull(ctx.getAttribute(TestContainerController.TEST_CONTAINER_JDBC_URL_SUFFIX)); Assert.assertNotNull(ctx.getAttribute(TestContainerController.TEST_CONTAINER_ENV_USER_PARAM_NAME)); Assert.assertNotNull(ctx.getAttribute(TestContainerController.TEST_CONTAINER_ENV_PW_PARAM_NAME)); } } postgis-java-2024.1.0/tools/test-utils/src/test/resources-filtered/000077500000000000000000000000001465324730600252125ustar00rootroot00000000000000postgis-java-2024.1.0/tools/test-utils/src/test/resources-filtered/testng-it.xml000066400000000000000000000014151465324730600276530ustar00rootroot00000000000000 postgis-java-2024.1.0/tools/test-utils/src/test/resources/000077500000000000000000000000001465324730600234165ustar00rootroot00000000000000postgis-java-2024.1.0/tools/test-utils/src/test/resources/logback-test.xml000066400000000000000000000011171465324730600265170ustar00rootroot00000000000000 %d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n