Ben Caradoc-Davies wrote:
> What is the base type of a complexType that extends nothing?
> XS.COMPLEXTYPE?
Or is that just the name of the complexType element in XMLSchema.xsd?
--
Ben Caradoc-Davies
Software Engineer, CSIRO Exploration and Mining
Australian Resources Research Centre
26 Dick Pe
Justin Deoliveira wrote:
> So with the (FPT,GU) tuple returned, the binding for FeaturePropertyType
> is up next, and it will be asked for its properties being passed in the
> GU feature.
With gml:FeaturePropertyType it works. The problem I have is that I have
gsml:GeologicFeaturePropertyType w
Justin Deoliveira wrote:
> Ben Caradoc-Davies wrote:
>> (1) How do I register a second binding for GML.AbstractFeatureType when
>> one already exists? If I do this, many unit tests break.
> You will have to override it. What I would expect to see is a separate
> Configuration instance for "comple
Ben Caradoc-Davies wrote:
> Ben Caradoc-Davies wrote:
>> (3) How do I write a binding for GML types whose name is not known at
>> compile time? In my earlier example GeologicFeaturePropertyType is a
>> complex type defined in an application schema.
>
> Please correct me if I am wrong, but my und
Ben Caradoc-Davies wrote:
> (3) How do I write a binding for GML types whose name is not known at
> compile time? In my earlier example GeologicFeaturePropertyType is a
> complex type defined in an application schema.
Please correct me if I am wrong, but my understanding is that it is the
respo
Ben Caradoc-Davies wrote:
> Justin Deoliveira wrote:
>> Ideally everything is handed by bindings, and there is only a
>> BindingPropertyExtractor. My advise to you is to have everything
>> handled by a special AbstractFeatureTypeBinding for complex content.
>
> (1) How do I register a second bin
Justin Deoliveira wrote:
> Ideally everything is handed by bindings, and there is only a
> BindingPropertyExtractor. My advise to you is to have everything handled
> by a special AbstractFeatureTypeBinding for complex content.
(1) How do I register a second binding for GML.AbstractFeatureType wh
matchCase support would definitely take care of my use case. I can put
together a patch for GeoTools if that helps.
--
David Winslow
OpenGeo - http://opengeo.org/
On Thu, 2009-03-19 at 10:27 +1100, Jody Garnett wrote:
> I was going to say that there is ad difference between what the code
> can d
That it would; attach to the jira issue when ready.
Andrea I noticed that there is a "patch attached" field I can turn on
in Jira these days; would that be helpful to identify issues that are
so important a developer has made a patch for them?
Jody
On Thu, Mar 19, 2009 at 12:14 PM, David Winslow
> Yes I am ... I think we proposed a naming convention right from the
> get go. By convention we could make the process available using a
> static method to help with test cases and direct from Java use.
>
> // how about this?
> features = RasterToVector.process(raster, band, outsideValues, monitor
2009/3/19 Jody Garnett wrote:
> I can go for that - it is a much cleaner change and meeting the requirement.
super
> Michael can we take this discussion over to the devel-list;
OK - moved over (Carsten - are you subscribed to the developer's list ?)
> do we have a bug report for this one yet?
add methods to set / query selection status of a MapLayer
-
Key: GEOT-2398
URL: http://jira.codehaus.org/browse/GEOT-2398
Project: GeoTools
Issue Type: New Feature
Components:
Hi Blaz:
While there is a module maintainer for ArcSDE volunteer time on this
module is generally limited by access to an ArcSDE server to test
against. Personally I only get to work on it when a customer is paying
me - so I have an ArcSDE server to run the tests against.
The good news is I have
I was going to say that there is ad difference between what the code
can do and what the SLD format will allow.
That for exploring the options Andrea; adding the matchCase option to
GeoAPI is a good plan - shall we do it.
Jody
On Thu, Mar 19, 2009 at 1:56 AM, Andrea Aime wrote:
> David Winslow
EPSG factory now run on PostgreSQL 8.3 (with integer key - not yet prepared to
handle variants that use other kind of keys).
Tested with EPSG database version 6.18 (latest version at the time of
writting).
This has required some updates to the referencing module due to minor changes
in
the da
See http://hudson.opengeo.org/hudson/job/geotools-2.5.x/324/changes
Changes:
[simonegiannecchini] -committing first bunch of improvements to the mosaic
reader
[simonegiannecchini] -committing first bunch of improvements to the mosaic
reader
[simonegiannecchini] -committing first bunch of impr
Hi list,
Justin has built an opengeo maven repository due to the osgeo problems
reported some weeks ago.
However, I guess we also need to update the main geotools pom.xml with a
repository section containing the opengeo's one.
It seems the opengeo repo is only referred by a profile for deployment.
Ben Caradoc-Davies wrote:
> Justin,
>
> Encoder and its friends are labyrinthine. It is very hard to follow what
> it is doing. Is there any manual or documentation?
>
Unfortunately not to the level you are looking. I suggest you read the
javadoc of the binding interfaces to get an idea of how
David Winslow ha scritto:
> Hi all,
>
> I was trying to do a case-insensitive search against a text field by
> making use of the newly added strToLower and strToUpper filter
> functions, only to find that GeoTools' parser expects a PropertyName and
> Literal as the contents of the PropertyIsLike,
MosaicIndexBuilder doesn't properly handle images having BogusColorSpace as
ComponentColorModel's ColorSpace
Key: GEOT-2397
URL: http://jira.codehaus.org/
Hi all,
I was trying to do a case-insensitive search against a text field by
making use of the newly added strToLower and strToUpper filter
functions, only to find that GeoTools' parser expects a PropertyName and
Literal as the contents of the PropertyIsLike, even though the filter
object itself s
Allow expressions as the "property" field in PropertyIsLike filters
---
Key: GEOT-2396
URL: http://jira.codehaus.org/browse/GEOT-2396
Project: GeoTools
Issue Type: Bug
Hey all. I'm going crazy over this problem:
http://jira.codehaus.org/browse/GEOT-2314 jira
(I'm using Geoserver 1.7.3)
I create a new ArcSde DataStore, then i try creating a new FeatureType. But
when i press the Generate button i get this error described in jira ([SDE
error -51][Error desc=DA
Ability to set WMS timeout
--
Key: GEOT-2395
URL: http://jira.codehaus.org/browse/GEOT-2395
Project: GeoTools
Issue Type: Improvement
Affects Versions: 2.5.3
Reporter: Jody Garnett
Assignee
One of the reasons they are hard to follow is that they are very
dynamic; consider the alternatives of generating a parser based on a
schema for example - we are doing something similar; constructing a
data structure based on the schema and then "executing" it to parse
(or encode.
Have you read th
Christian Müller ha scritto:
>
> Moving from geoserver to geotools implies
> 1) changing the license statement in all java files
> (btw, I have a lot of xml files for testing. I will put them in a zip
> file before committing.
> Is it necessary to copy the licence into each xml test file. The
Hi Romeo,
I have tested the EarthSatTestGEOTIFFImage.tif file with geotools 2.5.1 and
it have been properly read by the geotiff reader (No exception have been
threw and I have also called the method show on the read GridCoverage2D).
Are you sure are you using 2.5.1?
How do you use the GeoTIFF reade
Moving from geoserver to geotools implies
1) changing the license statement in all java files
(btw, I have a lot of xml files for testing. I will put them in a zip file
before committing.
Is it necessary to copy the licence into each xml test file. Then I will
get nervous)
2) changing th
various tasks with the revised JMapPane code on trunk
-
Key: GEOT-2394
URL: http://jira.codehaus.org/browse/GEOT-2394
Project: GeoTools
Issue Type: Task
Components: ext mappane
Christian Müller ha scritto:
>
>
> I am not sure at the moment where to place the different components of
> GeoXACML
>
> 1) Policy Decision Point
> This component handles xml stuff and authorization decisions, I think
> geotools would be the right place.
> The component could be used univers
Justin,
Encoder and its friends are labyrinthine. It is very hard to follow what
it is doing. Is there any manual or documentation?
Are PropertyExtractors additive? That is, are the properties extracted
by BindingPropertyExtractor added to those extracted by any other?
Is seems impossible to a
31 matches
Mail list logo