Hi all, Continuing from the thread about improving WFS performance I need to get some input from the appschema experts.
Since the appschema extension supports relationships among feature types there are now dependencies between feature types. My question is is there any way know what the dependencies are? The reason I ask relates to trying to prevent building a schema for encoding purposes that contains all the types in the catalog. Consider doing a getfeature request against type X where type X has attributes that are instances of features of type Y from another namespace. Consider a getFeature request against type X. Now if type X was simple there would be no link and I could simply build a schema that contains a single complex type and everything works great. But in the complex case I also need to build that schema so that it imports/includes/incorporates type Y as well. So again the question is how do I infer this dependency given a FeatureTypeInfo object representing X? Is this information buried within the depths of the appschema datastore? -Justin -- Justin Deoliveira OpenGeo - http://opengeo.org Enterprise support for open source geospatial. ------------------------------------------------------------------------------ SOLARIS 10 is the OS for Data Centers - provides features such as DTrace, Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW http://p.sf.net/sfu/solaris-dev2dev _______________________________________________ Geoserver-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geoserver-devel
