[Geotools-devel] A question about H2 GeoDB and ArcGIS geodatabase alternatives in open source

2011-08-30 Thread Vitali Diatchkov
package (UDIG -based app), etc... So, in ArcGIS I would use some type of geodatabase. What to choose and where to invest in UDIG + GeoTools ecosystem? Regards, Vitali Diatchkov. -- Special Offer -- Download ArcSight Logger

[Geotools-devel] I am back

2010-03-10 Thread Vitali Diatchkov
. Could also somebody point me quickly to those formal documents that should be signed and sent to OSGeo.. My OSGeo username is vitalus. Regards, Vitali Diatchkov, an application architect at Oy Arbonaut Ltd, Finland

[Geotools-devel] AbstractDataStore#getFeatureReader(Query query, Transaction transaction)

2009-10-08 Thread Vitali Diatchkov
Hello. Recently I debugged deadlock of UDIG waiting write access to ShapefileDataStore during commit of changes e.g. Obviously the deadlock is caused because of read locks in ShpFiles are not released properly. But the reason of that is my inconsistent state of UDIG trunk with GeoTools

[Geotools-devel] ShapefileDataStore and PointZ=11 type of shapes

2009-07-01 Thread Vitali Diatchkov
it tries to read last point record in shapefile. Shouldn't we just check this shapefile configuration somewhere in initialization routine and handle PointZ without M component as not MultiPoint? .. and add one more if/else to read only (X, Y, Z) components in ShapefileReader.nextRecord(). Vitali

[Geotools-devel] Connections in PostGISDataStore in ConnectionPool are dead in the morning

2008-02-08 Thread Vitali Diatchkov
of ConnectionPool. ConnectionPoolCleaner I see possible reasons: 1) PostGIS connection.isValid() returns always true 2) Who does call ConnectionPoolCleaner.disable() during the night ?:) Any hints? Vitali Diatchkov. = Caused by: java.net.SocketException

[Geotools-devel] geotiff support

2007-09-27 Thread Vitali Diatchkov
this name. It is thrown from JAI.create(..). What is a situation with GeoTIFF in UDIG 1.1 + GT 2.2.x ? Vitali Diatchkov. - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http

[Geotools-devel] AbstractJDBCDataStore and complex feature model

2007-08-20 Thread Vitali Diatchkov
Continuing discussion about JDBC architecture and complex feature model. I have investigated various documentation (from GeoTools and GeoServer confluences, also source code, interfaces , etc.). Complex feature model and complex datastore needs very good formalization and use cases analysis.

Re: [Geotools-devel] AbstractJDBCDataStore and its pilot implementation for Oracle Spatial

2007-08-17 Thread Vitali Diatchkov
-Original Message- From: Rob Atkinson [mailto:[EMAIL PROTECTED] Sent: Friday, August 17, 2007 1:07 PM To: Vitali Diatchkov Cc: 'geotools-devel'; 'Jody Garnett'; [EMAIL PROTECTED] Subject: Re: [Geotools-devel] AbstractJDBCDataStore and its pilot implementation for Oracle Spatial

Re: [Geotools-devel] AbstractJDBCDataStore and its pilot implementation for Oracle Spatial

2007-08-17 Thread Vitali Diatchkov
-Original Message- From: [EMAIL PROTECTED] [mailto:geotools-devel- [EMAIL PROTECTED] On Behalf Of Chris Holmes Sent: Thursday, August 16, 2007 7:00 PM To: Vitali Diatchkov Cc: 'Jody Garnett'; [EMAIL PROTECTED]; 'geotools-devel' Subject: Re: [Geotools-devel] AbstractJDBCDataStore

Re: [Geotools-devel] AbstractJDBCDataStore and its pilot implementation for Oracle Spatial

2007-08-17 Thread Vitali Diatchkov
-Original Message- From: [EMAIL PROTECTED] [mailto:geotools-devel- [EMAIL PROTECTED] On Behalf Of Rob Atkinson Sent: Friday, August 17, 2007 2:02 PM To: Vitali Diatchkov Cc: 'geotools-devel' Subject: Re: [Geotools-devel] AbstractJDBCDataStore and its pilot implementation

[Geotools-devel] AbstractJDBCDataStore and its pilot implementation for Oracle Spatial

2007-08-16 Thread Vitali Diatchkov
As it was mentioned earlier, reader/writer approach is not very useful in case of features being processed through JDBC. I had a goal to implement datastore for Oracle Spatial based on GeoTools architecture and interfaces to be used for direct access to Oracle database from UDIG. GeoTools'

[Geotools-devel] [jira] Created: (GEOT-1358) XMLNS namespaces and serialization

2007-06-27 Thread Vitali Diatchkov (JIRA)
Environment: JRE 1.5.0_12 and later Reporter: Vitali Diatchkov Priority: Critical Fix For: 2.2.3, 2.4-M4 Seems latest JREs are more strict to XML serialization. If AttributesImpl class is used to be passed for encoding of xmlns:sld=http://www.opengis.net/sld; like

[Geotools-devel] Attention! SLDTransformer and namespaces in GeoTools 2.2.3

2007-06-26 Thread Vitali Diatchkov
Hi! With installed Java 1.5.0_12 SLDTransformer stopped to output xmlns:* attributes in first XML tag of SLD. After that SLD is not readable back to the object tree because Java default SAX parser just throws XMLParseException. Before it was Java 1.5.0_04. Debugging shows that internally in

Re: [Geotools-devel] Attention! SLDTransformer and namespaces inGeoTools 2.2.3

2007-06-26 Thread Vitali Diatchkov
serializers (org.apache.*). Seems the problem is that they do not like default namespace for xmlns-based attributes starting from some of the latest versions of JDK 5. Vitali. -Original Message- From: [EMAIL PROTECTED] [mailto:geotools-devel- [EMAIL PROTECTED] On Behalf Of Vitali Diatchkov

Re: [Geotools-devel] Proposed OracleDataStore replacement andAbstractJDBCDataStore

2007-06-25 Thread Vitali Diatchkov
Morning, who is in Canada. I am cleaning a bit the source code and adding javadoc. Then I will upload it to the UDIG's community place while it is more UDIG specific implementation now with some UDIG stuff and quite dirty even for GeoTools unsupported location. I have taken a look into GeoTools

Re: [Geotools-devel] Auto-commit transaction in *ShapeFileDatastore in GT 2.2.x

2007-06-19 Thread Vitali Diatchkov
To: Vitali Diatchkov; geotools-devel Subject: Re: [Geotools-devel] Auto-commit transaction in *ShapeFileDatastore in GT 2.2.x Yeah we could add a batch mode - the resulting event ends up being something changed here is the bounding box - basically the same event AUTO_COMMIT listeners get after

[Geotools-devel] [jira] Created: (GEOT-1327) Notification mechanism of feature events needs revisiting

2007-06-14 Thread Vitali Diatchkov (JIRA)
shapefile Affects Versions: 2.2.3 Environment: UDIG 1.1 + GeoTools 2.2.x Reporter: Vitali Diatchkov Assignee: Jesse Eichar Priority: Critical Fix For: 2.2.3 The problem description: During modifications in ShapefileDataStore through

[Geotools-devel] Again question about MapServer and WFS

2007-02-12 Thread Vitali Diatchkov
We have some problems with MapServer as a WFS server. Problems concern FILTER encoding. This is a request: 12-Feb-2007 17:08:35 org.geotools.data.wfs.LogWriterDecorator flush FINE: Output: ?xml version=1.0 encoding=UTF-8? GetFeature xmlns=http://www.opengis.net/wfs;

[Geotools-devel] MapServer + GeoTools WFS datastore - the problem is found.

2007-02-12 Thread Vitali Diatchkov
The reason is found for my problem. I have simulated request to MapServer manually. The GetFeature request to MapServer that is produced by GeoTools 2.2.x WFSDataStore looks like this: = ?xml version=1.0 encoding=UTF-8? GetFeature

[Geotools-devel] Several spatial operations are needed

2007-02-05 Thread Vitali Diatchkov
to be integrated for UDIG. We would like not to invent a wheel whereas there is an implemented things. Vitali Diatchkov. - Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly

[Geotools-devel] [jira] Created: (GEOT-1149) ConcurrentModificationException in ConnectionPool

2007-02-02 Thread Vitali Diatchkov (JIRA)
Versions: 2.2.2 Environment: UDIG 1.1 - multiple layers rendering features from Oracle - for each layer Connection is allocated from ConnectionPool (because of AUTO_COMMIT transaction) to open a FeatureReader, etc. Reporter: Vitali Diatchkov Caused

[Geotools-devel] GeometryConverter: from JTS to ORACLE, a question

2006-11-10 Thread Vitali Diatchkov
Hello! I have a question about oracle geometry conversion. JGeometry looks as a really ugly thing if to google about issues coming when various database connections are used.. The internet is full of that stuff like java.sql.SQLException: Cannot construct ARRAY instance, invalid connection at

Re: [Geotools-devel] ShapefileDataStore.modifyFeatureType(...) improvement

2006-10-17 Thread Vitali Diatchkov
] On Behalf Of Cory Horner Sent: Tuesday, October 17, 2006 3:10 AM To: geotools-devel@lists.sourceforge.net Cc: Vitali Diatchkov Subject: Re: [Geotools-devel]ShapefileDataStore.modifyFeatureType(...) improvement Vitali Diatchkov wrote: I would like to see a method public void

[Geotools-devel] ShapefileDataStore.modifyFeatureType(...) improvement

2006-10-12 Thread Vitali Diatchkov
Hello! I would like to see a method public void ShapefileDataStore.modifyFeatureType(AttributeType[] removedTypes, AttributeType[] addedTypes, Object[] defaultAddedValues) throws IOException; for modifying current ShapefileDataStore schema. There is a unimplemented stuff

[Geotools-devel] java.io.IOException: Shp has extra record

2006-09-28 Thread Vitali Diatchkov
Hello, folks! What is the nature of this kind of exception? org.geotools.data.shapefile.indexed.IndexedShapefileDataStore buildQuadTree INFO: Creating spatial index for /C:/DOCUME~1/kg_teemu/LOCALS~1/Temp/1/1149679043481aoi_result.shp java.io.IOException: Shp has extra record at

Re: [Geotools-devel] FeatureStore limitations - to FeatureCollectionfreedom

2006-08-31 Thread Vitali Diatchkov
-Original Message- From: [EMAIL PROTECTED] [mailto:geotools-devel- [EMAIL PROTECTED] On Behalf Of Jody Garnett Sent: Thursday, August 31, 2006 11:12 AM To: Vitali Diatchkov Cc: geotools-devel@lists.sourceforge.net Subject: [Geotools-devel] FeatureStore limitations

Re: [Geotools-devel] Transactions in geotools JDBC.

2006-08-30 Thread Vitali Diatchkov
, August 29, 2006 6:07 PM To: Vitali Diatchkov Cc: geotools-devel@lists.sourceforge.net Subject: Re: [Geotools-devel] Transactions in geotools JDBC. Vitali Diatchkov wrote: Achtung!:) The question is about transactions in geotools JDBC API. ShapefileDataStore and ShapefileRenderer

Re: [Geotools-devel] FM Plan needed

2006-08-29 Thread Vitali Diatchkov
-Original Message- From: [EMAIL PROTECTED] [mailto:geotools-devel- [EMAIL PROTECTED] On Behalf Of Jody Garnett Sent: Tuesday, August 29, 2006 2:50 PM To: GeoTools Devel List Subject: [Geotools-devel] FM Plan needed Justin we need your plan :-) It is getting hard to plan for

[Geotools-devel] Transactions in geotools JDBC.

2006-08-29 Thread Vitali Diatchkov
Achtung!:) The question is about transactions in geotools JDBC API. ShapefileDataStore and ShapefileRenderer are working against transaction state in memory. Modified/added/removed features are kept in transaction state in memory until we commit to rewrite shapefile or rollback modifications.

[Geotools-devel] org.geotools.data.jdbc revisiting

2006-08-17 Thread Vitali Diatchkov
to see that it works and looks much more clear for the developer, at least for me, anyway everything is subjective of course:) Regards to the community, Vitali Diatchkov. SQLExecutor.java Description: Binary data - Using

Re: [Geotools-devel] org.geotools.data.jdbc revisiting

2006-08-17 Thread Vitali Diatchkov
. -Original Message- From: [EMAIL PROTECTED] [mailto:geotools-devel- [EMAIL PROTECTED] On Behalf Of Jody Garnett Sent: Thursday, August 17, 2006 4:12 PM To: Vitali Diatchkov Cc: Jesse Eichar; geotools-devel@lists.sourceforge.net Subject: Re: [Geotools-devel] org.geotools.data.jdbc revisiting

[Geotools-devel] JDBC datastore question!!!

2006-06-07 Thread Vitali Diatchkov
There is a problem with DefaultFIDMapperFactory. Seems Oracle datastore uses this default factory while the method DefaultFIDMapperFactory.isAutoIncrement(...) does not use schema parameter in constructing of SQL query.. But in Oracle if the schema exists it must be specified in FROM clause like

[Geotools-devel] object models and API issues

2006-05-10 Thread Vitali Diatchkov
Title: object models and API issues Hello! I am thinking about various object models, libraries, frameworks, application implementations related to GIS domain. The information is not systematized and it makes too difficult to orient in a world of GIS stuff (outlined above) for novices. I

[Geotools-devel] Transaction, AbstractFeatureStore, DiffFeatureWriter - optimization regards ShapefileDataStore

2006-02-21 Thread Vitali Diatchkov
Hello. I have some questions to ask. When the feature is being added to the non-AUTO_COMMIT transaction using AbstractFeatureStore (has been got from ShapefileDataStore) - before to add this feature into the TransactionStateDiff the DiffFeatureWriter (one of the writers in the delegate

[Geotools-devel] DelegateFeatureIterator problem

2006-02-02 Thread Vitali Diatchkov
org.geotools.feature.collection.DelegateFeatureIterator delegates actions to java.util.Iterator that is actually org.geotools.data.store. FeatureReaderIterator. DelegateFeatureIterator must close internal iterator, but no ways to cast it to FeatureReaderIterator because of package visibility of

[Geotools-devel] quick question

2006-01-04 Thread Vitali Diatchkov
Is there an opportunity quickly to serialize com.vividsolutions.geom.Geometry's descendant classes to WKT or GML document and to get an object back using Geotools or any other stuff? Sure there is a lot of GML stuff bit give a tip how to do it as simple as possible from the point of view of amount

[Geotools-devel] GEOT-712 !! still there are problems

2005-10-31 Thread Vitali Diatchkov
Again! I work against udig/trunk and geotools/trunk. Tested with the latest version of code. During WMS rendering in UDIG the following exception: SEVERE: No such Resample operation for this processor. org.opengis.coverage.processing.OperationNotFoundException:

RE: [Geotools-devel] Re: Proposals: Topology

2005-10-06 Thread Vitali Diatchkov
-Original Message- From: [EMAIL PROTECTED] [mailto:geotools-devel- [EMAIL PROTECTED] On Behalf Of Matthias Basler Sent: Thursday, October 06, 2005 3:59 PM To: Luca Sigfrido Percich Cc: geotools-devel@lists.sourceforge.net Subject: Re: [Geotools-devel] Re: Proposals: Topology

RE: [Geotools-devel] Re: Proposals: Topology

2005-10-05 Thread Vitali Diatchkov
file). I talk about topology in terms of auxiliary data structure to facilitate editing operations. Any suggestions, comments, questions to find the golden mean. Vitali Diatchkov. attachment: winmail.dat