|
deegree-core-3.0-pre-nightly (2010/03/05 00:01) - official | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.deegree.protocol.wfs.getfeature.TypeName
public class TypeName
A feature type name with an optional alias, as it may be used in WFS 1.1.0 or 2.0.0 queries.
| Constructor Summary | |
|---|---|
TypeName(QName ftName,
String alias)
Creates a new TypeName with optional alias. |
|
| Method Summary | |
|---|---|
String |
getAlias()
Returns the alias for the feature type. |
QName |
getFeatureTypeName()
Returns the feature type name. |
static TypeName[] |
valuesOf(org.apache.axiom.om.OMElement context,
String typeNameStr)
Extracts an array of TypeNames from the TypeNameList string, whose pattern is ((\w:)? |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TypeName(QName ftName,
String alias)
TypeName with optional alias.
ftName - name of the feature, must not be nullalias - alias for the feature type, may be null| Method Detail |
|---|
public static TypeName[] valuesOf(org.apache.axiom.om.OMElement context,
String typeNameStr)
TypeNames from the TypeNameList string, whose pattern is ((\w:)?\w(=\w)?){1,}.
Example: typeName="ns1:Inwatera_1m=A, ns2:CoastL_1M=B" where A is an alias for ns1:Inwatera_1m and B is an alias
for ns2:CoastL_1M. (taken from http://schemas.opengis.net/wfs/1.1.0/wfs.xsd )
context - the query element in which the TypeNameList attribute is defined, used to resolve the namespaceURIs
for the prefixestypeNameStr - the string that will be parsed
TypeNamepublic QName getFeatureTypeName()
public String getAlias()
|
deegree-core-3.0-pre-nightly (2010/03/05 00:01) - official | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||