org.deegree.gml.schema
Class WellKnownGMLTypes

java.lang.Object
  extended by org.deegree.gml.schema.WellKnownGMLTypes

public class WellKnownGMLTypes
extends Object

Defines well-known FeatureTypes from the GML / OGC core schemas to support GML processing without schema assistance.

Version:
$Revision: 31882 $, $Date: 2011-09-15 02:05:04 +0200 (Thu, 15 Sep 2011) $
Author:
Andreas Schmitz, Markus Schneider, last edited by: $Author: mschneider $

Field Summary
static FeatureCollectionType D2_WMS_FEATURECOLLECTION
          ll:FeatureCollection (used by deegree 2 WMS for GetFeatureInfo responses)
static FeatureCollectionType GML311_FEATURECOLLECTION
          gml:FeatureCollection (from GML 3.1.1 core schemas)
static FeatureCollectionType GML321_FEATURECOLLECTION
          gml:FeatureCollection (from GML 3.2.1 core schemas)
static FeatureCollectionType WFS110_FEATURECOLLECTION
          wfs:FeatureCollection (from WFS 1.1.0 schemas)
 
Constructor Summary
WellKnownGMLTypes()
           
 
Method Summary
static FeatureCollectionType getType(QName elName)
          Looks up the well-known FeatureCollectionType for the given qualified name.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

GML311_FEATURECOLLECTION

public static final FeatureCollectionType GML311_FEATURECOLLECTION
gml:FeatureCollection (from GML 3.1.1 core schemas)


GML321_FEATURECOLLECTION

public static final FeatureCollectionType GML321_FEATURECOLLECTION
gml:FeatureCollection (from GML 3.2.1 core schemas)


WFS110_FEATURECOLLECTION

public static final FeatureCollectionType WFS110_FEATURECOLLECTION
wfs:FeatureCollection (from WFS 1.1.0 schemas)


D2_WMS_FEATURECOLLECTION

public static final FeatureCollectionType D2_WMS_FEATURECOLLECTION
ll:FeatureCollection (used by deegree 2 WMS for GetFeatureInfo responses)

Constructor Detail

WellKnownGMLTypes

public WellKnownGMLTypes()
Method Detail

getType

public static FeatureCollectionType getType(QName elName)
Looks up the well-known FeatureCollectionType for the given qualified name.

Parameters:
elName - qualified element name, must not be null
Returns:
well-known feature collection type, can be null (no such type)


Copyright © 2011. All Rights Reserved.