Package org.geotools.ows.wms.xml
Class ogcComplexType
- Object
-
- ComplexTypeGT
-
- ogcComplexType
-
- All Implemented Interfaces:
ComplexType
,Type
- Direct Known Subclasses:
ogcComplexTypes._FeatureInfoOutput
,ogcComplexTypes._FeatureInfoSize
,ogcComplexTypes._GetCapabilities
,ogcComplexTypes._GetFeatureInfo
,ogcComplexTypes._GetMap
,ogcComplexTypes._Output
,ogcComplexTypes._Size
,ogcComplexTypes.VendorType
public class ogcComplexType extends ComplexTypeGT
-
-
Constructor Summary
Constructors Constructor Description ogcComplexType(String name, ElementGrouping child, Attribute[] attrs, Element[] elems)
ogcComplexType(String name, ElementGrouping child, Attribute[] attrs, Element[] elems, Type parent, boolean _abstract, boolean mixed)
-
Method Summary
-
Methods inherited from class ComplexTypeGT
cache, canEncode, encode, findChildElement, getAnyAttributeNameSpace, getAttributes, getBlock, getChild, getChildElements, getFinal, getId, getInstanceType, getName, getNamespace, getParent, getValue, isAbstract, isDerived, isMixed
-
-
-
-
Constructor Detail
-
ogcComplexType
public ogcComplexType(String name, ElementGrouping child, Attribute[] attrs, Element[] elems, Type parent, boolean _abstract, boolean mixed)
-
ogcComplexType
public ogcComplexType(String name, ElementGrouping child, Attribute[] attrs, Element[] elems)
-
-