|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectComplexTypeGT
ogcComplexType
ogcComplexTypes._GetCapabilities
protected static class ogcComplexTypes._GetCapabilities
Method Summary | |
---|---|
boolean |
canEncode(Element element,
Object value,
Map hints)
TODO summary sentence for canEncode ... |
void |
encode(Element element,
Object value,
PrintHandler output,
Map 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 |
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static ComplexType getInstance()
public boolean canEncode(Element element, Object value, Map 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 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()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |