You are not logged in. Click here to log in.

Application Lifecycle Management

Search In Project

Search inClear

csip-gis-objects Mercurial repository by casesp
GIS classes to make use of the GeoTools libraries, and to provide an interface into GIS operations, which are implemented using various DBMS's and/or GeoTools implementations.
Clone: Last push: May 10 16:30
Push: Size: 92.7 MB
Forks: 1 Pull requests: 0 pending
Forks
Changes
Files
Pull Requests
Branches & Tags
Statistics

Author Comment Items
casesp
May 10 16:30
Update:  #120944  Added new features
005cff383e67240a2c65f2c3eed61c70e7254cda branches: tip , default
  • modified
    src/gisobjects/GISObject.java
  • modified
    src/gisobjects/db/GISEngine.java
  • modified
    src/gisobjects/db/MsSql.java
  • modified
    src/gisobjects/vector/GIS_FeatureCollection.java
  • modified
    src/gisobjects/vector/GIS_Geometry.java
  • modified
    src/gisobjects/vector/GIS_GeometryCollection.java
BUG-120944
casesp
May 04 2023 13:01
Update:  Continued: Work-around for bugs in FeatureCollection parsers in geoTools library.  Corrects for the issue of mixed Polygon and MultiPolygon types within a FeatureCollection.
c30a02abb96b1889f43475cf777268bd0186fcb2 branches: tip , default
  • modified
    src/gisobjects/db/GISEngine.java
  • modified
    src/gisobjects/db/MsSql.java
  • modified
    src/gisobjects/vector/GIS_FeatureCollection.java
--
casesp
May 03 2023 14:45
Update:  Work-around for bugs in FeatureCollection parsers in geoTools library.  Corrects for the issue of mixed Polygon and MultiPolygon types within a FeatureCollection.
2cdb5ca341adc59432cb09b3cfc8148888f69cfd branches: tip , default
  • modified
    src/gisobjects/GISObjectFactory.java
--
casesp
May 10 2022 10:05
--  Swapping commons io 2.1 for 2.11
563578ad11e689b82b39c88c0fddc799f5dead13 branches: tip , default
--
david perez daperez <david perez daperez@colostate.edu>
Mar 08 2022 01:58

Pusher:  daperez
Mar 08 2022 01:58
removed gradle.properties, build.gradle
0daffad9e0739df8927e6937c3a38d4df32ef008 branches: tip , default
--
david perez daperez <david perez daperez@colostate.edu>
Mar 07 2022 19:23

Pusher:  daperez
Mar 07 2022 19:23
added build.gradle, gradle.properties
79977f86cfbf94e57fc44b17bac847e9839ce0a6 branches: tip , default
--
casesp
Dec 28 2021 13:46
-- #91554  Adding apache commons lang into the geotools 15.1-2 library since removed from core
5aa1732a1aac77bb450a101d5955d5075b5af6aa branches: tip , default
CRQ-91554
Shaun Case
Oct 25 2021 10:05

Pusher:  casesp
Oct 25 2021 10:05
?  Added functionality to read a WKB input as a byte[] or as a hexadecimal string.
2689e2a12f3a7721b76669b08efcf12de520d128 branches: tip , default
  • modified
    src/gisobjects/GISObjectFactory.java
--
Shaun Case
Apr 13 2021 12:51

Pusher:  casesp
Apr 13 2021 12:51
?  Update:  Allow the creation of GeometryCollections.
39876a08279a269f70003490323b27d99870c0ce branches: tip , default
  • modified
    src/gisobjects/GISObjectFactory.java
--
Shaun Case
Apr 13 2021 12:34

Pusher:  casesp
Apr 13 2021 12:34
?  Update:  If the corrected valid geometry started out as a GeometryCollection, but didn?t need to be (i.e. the corrected geometry doesn?t require this), make it a GeometryCollection again instead of throwing an exception.
f3ceb881bd525b70f2b456d51ca81cc7412dc4f4 branches: tip , default
  • modified
    src/gisobjects/db/MsSql.java
--
Shaun Case
Feb 24 2021 15:09

Pusher:  casesp
Feb 24 2021 15:09
?  Raster updates and feature additions
4d523d4ebbb729b01e06ba215d35dd70ae539b7f branches: tip , default
  • modified
    src/gisobjects/raster/GISRaster.java
--
Shaun Case
Dec 18 2020 16:38

Pusher:  casesp
Dec 18 2020 16:38
?  Removed deprecated IOUtils function
f52d077aeb8003f8705f6c000f39be4cd6447bfd branches: tip , default
  • modified
    src/gisobjects/GISObjectFactory.java
--
Shaun Case
Oct 01 2020 15:03

Pusher:  casesp
Oct 01 2020 15:03
?  Removed requirement to build and package javadoc into jar file.
0d84aeacb2ed8752b8181f3fdd8554ef9234887e branches: tip , default
  • modified
    build.xml
--
Shaun Case
Sep 30 2020 12:08

Pusher:  casesp
Oct 01 2020 15:03
?  Updated to allow project to be embedded into another project instead of just using the resulting versioned .jar file.
1669db0b206d7c370e7821f68b5e579285acd248 branches: tip , default
  • modified
    jenkins-build.xml
--
Shaun Case
Nov 15 2018 13:29

Pusher:  casesp
Nov 15 2018 13:30
-  Functions added to check and fix various geometry and geographic validity issues with input shapes.
e747729ffe66cc1081fdbc1d2f8b56d72249dd3b branches: tip , default
  • modified
    src/gisobjects/vector/GIS_FeatureCollection.java
  • modified
    src/gisobjects/vector/GIS_Geometry.java
  • modified
    src/gisobjects/vector/GIS_GeometryCollection.java
--
Shaun Case
Nov 15 2018 13:29

Pusher:  casesp
Nov 15 2018 13:30
-  Functions added to check and fix various geometry and geographic validity issues with input shapes.
e8289f920397d49f12b3d1c863ae9910022ae692 branches: default
  • modified
    src/gisobjects/GISObject.java
  • modified
    src/gisobjects/GISObjectFactory.java
--
Shaun Case
Nov 15 2018 13:29

Pusher:  casesp
Nov 15 2018 13:30
-  Removed extraneous include
2f3e8782604ac062cd0a6623d10e423bfcd1431f branches: default
  • modified
    src/gisobjects/raster/GISRaster.java
--
Shaun Case
Nov 15 2018 13:28

Pusher:  casesp
Nov 15 2018 13:30
-  Functions added to check and fix various geometry and geographic validity issues with input shapes.
2652894c1aa949a5ba80aba402996c186e28b430 branches: default
  • modified
    src/gisobjects/db/GISEngine.java
  • modified
    src/gisobjects/db/GISEngineFactory.java
  • modified
    src/gisobjects/db/MsSql.java
--
Shaun Case
Nov 12 2018 12:03

Pusher:  casesp
Nov 12 2018 12:03
-  Test for ESRI Rotation, SQL fix.
de902ef2455ee119511d0588303ea5a16f365731 branches: tip , default
  • modified
    src/gisobjects/db/MsSql.java
--
Shaun Case
Nov 09 2018 15:35

Pusher:  casesp
Nov 09 2018 15:35
-  Added additional checks to test if SQL Server thinks a geometry/geography is valid.
-  Added additional fix routines to correct for SQL Server geometry validity issues.
aaa8998412478c0f07f1933257bef4754ac00adc branches: tip , default
  • modified
    src/gisobjects/db/GISEngine.java
  • modified
    src/gisobjects/db/MsSql.java
--
131 Commits found, displaying 1 to 20