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
Shaun Case
Apr 21 2017 12:10

Pusher:  casesp
Apr 21 2017 12:10
-  Needed to add our own jenkins build xml file now that core is no longer included here.
c5f46b4a3780f7ba8fde2e279c2c1a4b75fa5e50 branches: default
  • modified
    build.xml
--
Shaun Case
Apr 21 2017 12:04

Pusher:  casesp
Apr 21 2017 12:04
- Removed dependency on csip-core (Binaries)
- Added jettison jar for compilation purposes.  [Any project using the gis-objects resulting jar, will need the jettison jar, which comes with the csip-core project]
0e7a5bbcd60227ebb717f6a5549d6ba85787963d branches: tip , default
  • modified
    nbproject/build-impl.xml
  • modified
    nbproject/genfiles.properties
  • modified
    nbproject/project.properties
  • modified
    nbproject/project.xml
--
Shaun Case
Apr 21 2017 12:02

Pusher:  casesp
Apr 21 2017 12:04
- Removed dependency on csip-core (Binaries)
2b7c807198b747db746b7054f47774e7d9349ff1 branches: default
  • modified
    src/GISObjects/GISEngineFactory.java
--
Shaun Case
Apr 21 2017 12:02

Pusher:  casesp
Apr 21 2017 12:04
-  Small cleanup
7d0f80e2e5b092debd5c732c4ca197e2e2d1448a branches: default
  • modified
    src/GISObjects/GISObject.java
--
Shaun Case
Apr 21 2017 12:02

Pusher:  casesp
Apr 21 2017 12:04
-  Added for JSON work, used to be covered by csip-core libs, but removed core dependencies..
32028a0ad306cc0866c79e837b91c89f4cf623f4 branches: default
--
Shaun Case
Apr 21 2017 10:35

Pusher:  casesp
Apr 21 2017 10:35
Added tag 2.0 for changeset 08a73d3ea749
19fc6a594b5095c5434829078acd9e1e91c8f97a branches: tip , default
  • modified
    .hgtags
--
Shaun Case
Apr 21 2017 10:30

Pusher:  casesp
Apr 21 2017 10:30
-  Trying with local libs
08a73d3ea749c15ca64dd55e55a688d850b2daa3 branches: tip , default
  • modified
    nbproject/project.properties
--
Shaun Case
Apr 21 2017 10:26

Pusher:  casesp
Apr 21 2017 10:26
-  Trying another method to compile on Jenkins as a versioned war?difficulty with dependent libs.
795ca675e045286eb389b29bba64cf7b4fc9a007 branches: tip , default
  • modified
    nbproject/project.properties
--
Shaun Case
Apr 21 2017 10:26

Pusher:  casesp
Apr 21 2017 10:26
-  doesn?t work to redefine classpath?core properties gets called after this and overwrites.
fc07f26fbea36dabeb024a5d78987451304684bb branches: default
--
Shaun Case
Apr 21 2017 10:17

Pusher:  casesp
Apr 21 2017 10:17
-  Need to redefine where to find these libs:  try again.
4d6a5cb7220de767e7fe8699b397f2a9bb5b705f branches: tip , default
  • modified
    versioned.jar.properties
--
Shaun Case
Apr 21 2017 10:08

Pusher:  casesp
Apr 21 2017 10:08
-  Need to redefine where to find these libs.
77654cf3c60471aaf48c5ff22f63e6a75d4e5ebb branches: tip , default
--
Shaun Case
Apr 21 2017 09:47

Pusher:  casesp
Apr 21 2017 09:47
-  Test building as a versioned jar.
3c38a0344349873f3ebf4704e9d17a3c5c9cc6cb branches: tip , default
  • modified
    build.xml
--
Shaun Case
Apr 20 2017 13:19

Pusher:  casesp
Apr 20 2017 13:19
Added tag 1.3 for changeset e3b19ac7edc8
e3342ea168914e2ba39dcaaada4f28154fbb2d23 branches: tip , default
  • modified
    .hgtags
--
Shaun Case
Mar 09 2017 09:33

Pusher:  casesp
Mar 09 2017 09:33
-  Changed fixBadGeometries to default to ?true?
-  Added default precision
-  Added ability to try a second time to fix an invalid input geometry.  First try uses SQL Server, the second try uses a buffer(0) ?hack? to attempt to remove extraneous vertices, and/or overlapping lines, shared points, etc.
e3b19ac7edc83ddccee136bcb62457bcac96a42f branches: tip , default
  • modified
    src/GISObjects/GISObjectFactory.java
--
Shaun Case
Mar 09 2017 09:31

Pusher:  casesp
Mar 09 2017 09:33
-  Added default precision
f633dc43d30e0cea6c3f78e9c19ab4fd6f742d1b branches: default
  • modified
    src/GISObjects/GIS_FeatureCollection.java
--
Shaun Case
Mar 09 2017 09:31

Pusher:  casesp
Mar 09 2017 09:33
-  Added accessor to find out if the geometry was modified by validation routines and fixBadGeometries flag
-  Added default precision
1b4ad2e5300496d0bfb4e1667ead27fcebce94c9 branches: default
  • modified
    src/GISObjects/GIS_Geometry.java
--
Shaun Case
Mar 09 2017 09:30

Pusher:  casesp
Mar 09 2017 09:33
-  Added accessor to find out if the geometry was modified by validation routines and fixBadGeometries flag
021aaf32fa2d48d25389b3b84ef44d81461da4c2 branches: default
  • modified
    src/GISObjects/GISObject.java
--
Shaun Case
Feb 23 2017 13:56

Pusher:  casesp
Feb 23 2017 13:56
-  Changed the GISEngine to know whether or not it owns the database connection given to it.  If it owns it then it will close it automatically when its scope is finished.  (Use try-with-resources to insure this).  Otherwise, the connection was borrowed from another object and passed here to save connections in the pool, and the owning object must close it.
-  This fixes a potential bug where the engine will attempt to close a connection that is already closed or that it does not own.
1106b24728b7796d0fc861c51d59d73b96c004ec branches: tip , default
  • modified
    src/GISObjects/GISEngine.java
  • modified
    src/GISObjects/GISEngineFactory.java
  • modified
    src/GISObjects/MSSQL_GISEngine.java
--
Shaun Case
Feb 22 2017 11:08

Pusher:  casesp
Feb 22 2017 11:08
-  Added csip-core to the project requirements for improving multithreaded behaviors
77510b6541ebc392c965a6b2decfac49db13eeb7 branches: tip , default
  • modified
    nbproject/build-impl.xml
  • modified
    nbproject/genfiles.properties
  • modified
    nbproject/project.properties
  • modified
    nbproject/project.xml
--
Shaun Case
Feb 22 2017 11:08

Pusher:  casesp
Feb 22 2017 11:08
-  Modified to be more robust in multithreaded environments
5babf17ad22554c71994f156cba8eb2806696c4a branches: default
  • modified
    src/GISObjects/GISEngine.java
  • modified
    src/GISObjects/GISEngineFactory.java
  • modified
    src/GISObjects/GISObject.java
  • modified
    src/GISObjects/GISObjectFactory.java
  • modified
    src/GISObjects/GIS_FeatureCollection.java
  • modified
    src/GISObjects/GIS_Geometry.java
  • modified
    src/GISObjects/GIS_GeometryCollection.java
  • modified
    src/GISObjects/MSSQL_GISEngine.java
--
131 Commits found, displaying 41 to 60