Hello All,

I am trying to use the following constructs from the GMD namespace:
CI_Contact / CI_Telephone + CI_Address

It uses the 'CharacterString_PropertyType' which when i look at:
http://www.isotc211.org/2005/gco/basicTypes.xsd

States:

<xs:element name="CharacterString" type="xs:string"/>
        
<xs:complexType name="CharacterString_PropertyType">
        <xs:sequence minOccurs="0">
                <xs:element ref="gco:CharacterString"/>
        </xs:sequence>
        <xs:attribute ref="gco:nilReason"/>
</xs:complexType>


So it appears it maps back to the general 'string' type, but it is not
working when trying to populate the entry with a varchar from the DB.

Ideas? (Below is trace output from geoserver.log)

2013-10-11 11:11:11,192 TRACE [org.geotools.data.complex.filter] - ENTRY
FeatureImpl:CI_Address<CI_Address_Type id=2>=[] gmd:city next city null null
2013-10-11 11:11:11,192 TRACE [org.geotools.data.complex.filter] - ENTRY
FeatureImpl:CI_Address<CI_Address_Type
id=2>=[ComplexAttributeImpl:city<CharacterString_PropertyType>=[]]
gmd:postalCode null null null


Thanks in advance
------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60134071&iu=/4140/ostg.clktrk
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to