Skip to content

Commit

Permalink
Remove remaining vestiges of the ArcSDE plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
groldan committed Mar 3, 2021
1 parent 9d1e770 commit cd22bad
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 35 deletions.
1 change: 0 additions & 1 deletion docs/spelling/local.dict
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ Aime
Albers
arcgrid
ArcMap
arcsde
ArcView
Arial
Atlassian
Expand Down
13 changes: 0 additions & 13 deletions docs/user/welcome/upgrade.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2323,19 +2323,6 @@ Renamed ``spatialschema`` to ``geometry``.
import org.opengis.geometry.coordinate;
import org.opengis.geometry.primitive;

Repackage ArcSDE
^^^^^^^^^^^^^^^^

Repackage ArcSDE datastore.

* BEFORE::

import org.geotools.data.arcsde.ArcSDEDataStoreFactory;

* AFTER::

import org.geotools.arcsde.ArcSDEDataStoreFactory;

World Image
^^^^^^^^^^^

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,18 +27,6 @@ Loughborough mapping file
</Namespace>
</namespaces>
<sourceDataStores>
<!-- DataStore>
<id>sde</id>
<parameters>
<Parameter><name>dbtype</name><value>arcsde</value></Parameter>
<Parameter><name>server</name><value>server_name</value></Parameter>
<Parameter><name>port</name><value>port_number</value></Parameter>
<Parameter><name>instance</name><value>instance_name</value></Parameter>
<Parameter><name>user</name><value>user_name</value></Parameter>
<Parameter><name>password</name><value>password</value></Parameter>
<Parameter><name>pool.maxConnections</name><value>8</value></Parameter>
</parameters>
</DataStore-->
<DataStore>
<id>properties</id>
<parameters>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ public void setUp() throws Exception {
}

/**
* When converting from Calendar to Date from ArcSDE we run into a problem where the Dates are
* out by a very small number. Basically we need to look at the Calendar and see if it
* represents an *entire* day.
* When converting from Calendar to Date we run into a problem where the Dates are out by a very
* small number. Basically we need to look at the Calendar and see if it represents an *entire*
* day.
*/
@Test
public void testStitchInTime() throws Exception {
Expand Down
6 changes: 0 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1493,12 +1493,6 @@
<version>${mockito.core.version}</version>
<scope>test</scope>
</dependency>
<!-- ArcSDE -->
<dependency>
<groupId>com.ibm.icu</groupId>
<artifactId>icu4j</artifactId>
<version>3.4.4</version>
</dependency>

<!-- JAIExt -->
<dependency>
Expand Down

0 comments on commit cd22bad

Please sign in to comment.