protected static class ogcComplexTypes._GetCapabilities extends ogcComplexType
Modifier and Type | Method and 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 ...
|
cache, findChildElement, getAnyAttributeNameSpace, getAttributes, getBlock, getChild, getChildElements, getFinal, getId, getNamespace, getParent, getValue, isAbstract, isDerived, isMixed
public static ComplexType getInstance()
public boolean canEncode(Element element, Object value, Map<String,Object> hints)
ComplexTypeGT
canEncode
in interface Type
canEncode
in class ComplexTypeGT
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.Type.canEncode(org.geotools.xml.schema.Element,
java.lang.Object, java.util.Map)
public void encode(Element element, Object value, PrintHandler output, Map<String,Object> hints) throws OperationNotSupportedException
ComplexTypeGT
encode
in interface Type
encode
in class ComplexTypeGT
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.OperationNotSupportedException
- When this type cannot be encoded ... and wasn't
checked first.Type.encode(org.geotools.xml.schema.Element, java.lang.Object,
org.geotools.xml.PrintHandler, java.util.Map)
public Class<?> getInstanceType()
ComplexTypeGT
getInstanceType
in interface Type
getInstanceType
in class ComplexTypeGT
Type.getInstanceType()
public String getName()
ComplexTypeGT
getName
in interface Type
getName
in class ComplexTypeGT
Type.getName()
Copyright © 1996–2022 Geotools. All rights reserved.