Package org.geotools.ows.wms.xml
Class ogcComplexTypes._GetCapabilities
- Object
-
- ComplexTypeGT
-
- ogcComplexType
-
- _GetCapabilities
-
- All Implemented Interfaces:
ComplexType
,Type
- Enclosing class:
- ogcComplexTypes
protected static class ogcComplexTypes._GetCapabilities extends ogcComplexType
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
canEncode(Element element, Object value, Map<String,Object> hints)
TODO summary sentence for canEncode ...void
encode(Element element, Object value, PrintHandler output, Map<String,Object> hints)
TODO summary sentence for encode ...static ComplexType
getInstance()
Class<?>
getInstanceType()
TODO summary sentence for getInstanceType ...String
getName()
TODO summary sentence for getName ...-
Methods inherited from class ComplexTypeGT
cache, findChildElement, getAnyAttributeNameSpace, getAttributes, getBlock, getChild, getChildElements, getFinal, getId, getNamespace, getParent, getValue, isAbstract, isDerived, isMixed
-
-
-
-
Method Detail
-
getInstance
public static ComplexType getInstance()
-
canEncode
public boolean canEncode(Element element, Object value, Map<String,Object> hints)
Description copied from class:ComplexTypeGT
TODO summary sentence for canEncode ...- Specified by:
canEncode
in interfaceType
- Overrides:
canEncode
in classComplexTypeGT
- Parameters:
element
- The element which may be used to represent the Object. This is included to allow for child definitions to include addition information where appropriate.value
- An Object which may or may not be encodeable by this type. The value may also be null.- Returns:
- True when the encode method can interpret the given element/value pair into valid xml.
- See Also:
Type.canEncode(org.geotools.xml.schema.Element, java.lang.Object, java.util.Map)
-
encode
public void encode(Element element, Object value, PrintHandler output, Map<String,Object> hints) throws OperationNotSupportedException
Description copied from class:ComplexTypeGT
TODO summary sentence for encode ...- Specified by:
encode
in interfaceType
- Overrides:
encode
in classComplexTypeGT
- Parameters:
element
- The original element declaration to which we should encode.value
- The Object to encode.output
- This is where the output should be written to.hints
- For providing additional context information to specific schemas.- Throws:
OperationNotSupportedException
- When this type cannot be encoded ... and wasn't checked first.- See Also:
Type.encode(org.geotools.xml.schema.Element, java.lang.Object, org.geotools.xml.PrintHandler, java.util.Map)
-
getInstanceType
public Class<?> getInstanceType()
Description copied from class:ComplexTypeGT
TODO summary sentence for getInstanceType ...- Specified by:
getInstanceType
in interfaceType
- Overrides:
getInstanceType
in classComplexTypeGT
- See Also:
Type.getInstanceType()
-
getName
public String getName()
Description copied from class:ComplexTypeGT
TODO summary sentence for getName ...- Specified by:
getName
in interfaceType
- Overrides:
getName
in classComplexTypeGT
- See Also:
Type.getName()
-
-