Package org.geotools.ows.wms.xml
Class ogcSimpleType
- Object
-
- SimpleTypeGT
-
- ogcSimpleType
-
- All Implemented Interfaces:
SimpleType
,Type
- Direct Known Subclasses:
ogcSimpleTypes.CapabilitiesSectionType
,ogcSimpleTypes.ExceptionsType
,ogcSimpleTypes.FormatType
,ogcSimpleTypes.OWSType
public class ogcSimpleType extends SimpleTypeGT
-
-
Field Summary
-
Fields inherited from interface SimpleType
ALL, LIST, NONE, RESTRICTION, UNION
-
-
Constructor Summary
Constructors Constructor Description ogcSimpleType(String name, int type, SimpleType[] parents, Facet[] facets)
-
Method Summary
-
Methods inherited from class SimpleTypeGT
canCreateAttributes, canEncode, encode, findChildElement, getChildType, getFacets, getFinal, getId, getInstanceType, getName, getNamespace, getParents, getValue, toAttribute
-
-
-
-
Constructor Detail
-
ogcSimpleType
public ogcSimpleType(String name, int type, SimpleType[] parents, Facet[] facets)
-
-