Hi Justin,
Since you're the author of the class, I'm wondering if you could help me.
In SimpleFeaturePropertyAccessor.canHandle(), it does this:
if ( object instanceof SimpleFeature ) {
return ((SimpleFeature) object).getAttribute( xpath ) != null;
}
When we have a null value in the database,
Hi Lim,
Sounds like you are making progress.
About ContentDataStore.entry() yes your assumption is correct. The
content entry map is created lazily so any time a feature type is access
for the first time the createTypeNames() method will be called which
does a full scan of the tables available
Hi Justin,
Thank you so much for your explanation. I definitely have not thought
of that and will double check with Ingres but I believe Ingres is not
a case-sensitive database. I also have not implemented IngresDialect
properly such that it had been returning false for all calls to
includeTable()
Hi Lim,
All the tests for the jdbc data stores require a test setup class to run
and populate a live database with data. For JDBCFeatureSourceTest this
class is Called "JDBCTestSetup". One of the tables it must create is "ft1".
So my first questions is have you implemented that class? And is yo
Hi Henry,
I am not exactly sure what you mean. It sounds like you just want to get
the column_name values of the geometry_columns table? This is done with
a standard result set:
Statement st = ..;
ResultSet rs = st.executeQuery("SELECT column_name from geomtrey_columns");
while(rs.next()) {
Christian,
I don't have any plans to support interactive SVG at this point. I'm
just trying to get my vector data into Inkscape.
Thanks for the suggestion.
Landon
On Fri, Mar 5, 2010 at 10:44 PM, Christian Müller
wrote:
> Two years ago I have done something similar.
> Fetching geometries from
[
http://jira.codehaus.org/browse/GEOT-2909?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Daniele Romagnoli reopened GEOT-2909:
-
Assignee: Daniele Romagnoli (was: Simone Giannecchini)
Just opening to fix on 2.5.x
> When a
Hi all,
My name is Henry, I am a developer for Ingres working on the UCOSP project
along with Lim, Anthony, and Xiaoxiao. I am trying to retrieve the
"column_name" field in the "geometry_columns" table in the database. I am
calling this from the getMapping method of the IngresDialect class. Whe
Roy Braam ha scritto:
> List,
>
> I want to submit a DXF-datastore module. It reads DXF files into the
> feature structure of Geotools. The module only reads dxf files, not
> (yet) write them.
Hi Roy,
welcome to GeoTools. To submit a module in the community section
you first have to read the d
List,
I want to submit a DXF-datastore module. It reads DXF files into the feature
structure of Geotools. The module only reads dxf files, not (yet) write them.
Roy Braam
--
Download Intel® Parallel Studio Eva
10 matches
Mail list logo