|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GMLForwardReferenceHandler
Handler that is invoked by the GMLFeatureWriter
when a reference to a GMLObject
is written.
This interface allows to customize the strategy for dealing with potential forward-references.
Method Summary | |
---|---|
String |
handleReference(GMLReference<?> ref)
Invoked when the target of the given GMLReference may be an external reference or a forward reference to
an object exported later. |
String |
requireObject(GMLReference<?> ref)
Invoked when the target of the given GMLReference has to be included in the output. |
Method Detail |
---|
String requireObject(GMLReference<?> ref)
GMLReference
has to be included in the output.
ref
- reference, never null
null
String handleReference(GMLReference<?> ref)
GMLReference
may be an external reference or a forward reference to
an object exported later.
ref
- reference, never null
null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |