Package org.geotools.ows.wms.xml
Class ogcComplexTypes._GetCapabilities
Object
ComplexTypeGT
ogcComplexType
_GetCapabilities
- All Implemented Interfaces:
ComplexType,Type
- Enclosing class:
- ogcComplexTypes
-
Method Summary
Modifier and TypeMethodDescriptionbooleanTODO summary sentence for canEncode ...voidTODO summary sentence for encode ...static ComplexTypeClass<?>TODO summary sentence for getInstanceType ...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 Details
-
getInstance
-
canEncode
Description copied from class:ComplexTypeGTTODO summary sentence for canEncode ...- Specified by:
canEncodein interfaceType- Overrides:
canEncodein 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:
-
encode
public void encode(Element element, Object value, PrintHandler output, Map<String, Object> hints) throws OperationNotSupportedExceptionDescription copied from class:ComplexTypeGTTODO summary sentence for encode ...- Specified by:
encodein interfaceType- Overrides:
encodein 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:
-
getInstanceType
Description copied from class:ComplexTypeGTTODO summary sentence for getInstanceType ...- Specified by:
getInstanceTypein interfaceType- Overrides:
getInstanceTypein classComplexTypeGT- See Also:
-
getName
Description copied from class:ComplexTypeGTTODO summary sentence for getName ...- Specified by:
getNamein interfaceType- Overrides:
getNamein classComplexTypeGT- See Also:
-