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

On Tue, Nov 13, 2012 at 5:44 AM, RudyWI <[email protected]> wrote:

> Ok, thx.
> I eagerly awaits the return of Julian ;-)
>
>
>
> --
> View this message in context:
> http://osgeo-org.1560.n6.nabble.com/App-schema-How-to-map-Oracle-Geometry-into-GML-tp4984781p5015946.html
> Sent from the GeoServer - User mailing list archive at Nabble.com.
>
>
> ------------------------------------------------------------------------------
> 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
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>



-- 
Justin Deoliveira
OpenGeo - http://opengeo.org
Enterprise support for open source geospatial.
------------------------------------------------------------------------------
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
[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to