Added public method getGeometry on Batch class.
This commit is contained in:
parent
8bc2348046
commit
947904b71d
@ -674,6 +674,10 @@ public class BatchNode extends GeometryGroupNode {
|
||||
}
|
||||
}
|
||||
Geometry geometry;
|
||||
|
||||
public final Geometry getGeometry() {
|
||||
return geometry;
|
||||
}
|
||||
}
|
||||
|
||||
protected void setNeedsFullRebatch(boolean needsFullRebatch) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user