Thanks, Justin. Is there any easy way to get this into GeoServer as a 
plugin?

Looks like this will require building GeoTools and GeoServer from 
source. (Further questions  should be on the dev lists.)

Kind regards,
Ben.

On 14/11/12 10:14, Justin Deoliveira wrote:
> Hmmm... so if I understand it there is some custom type (extending from
> gml:Point) and it needs to be parsed. You should be able to subclass one
> of the GMLConfiguration classes registerBindings function. SOmething like:
>
> new GMLConfiguration() {
>    protected void registerBindings(Map bindings) {
>       super.registerBindings(bindings);
>       bindings.put(new QName("aixmNamespaceURI", "ElevatedPoint"),
> ElevatedPointBinding.class);
>    }
> }
>
> Where ElevatedPointBinding is an implementation of the
> org.geotools.xml.ComplexBinding class.
>
> -Justin

-- 
Ben Caradoc-Davies <ben.caradoc-dav...@csiro.au>
Software Engineer
CSIRO Earth Science and Resource Engineering
Australian Resources Research Centre

------------------------------------------------------------------------------
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to