StreamableActiveEnvironmentGroup, ResourceEnvironmentGrouppublic abstract class AbstractEnvironmentGroup extends AbstractNamedAFPObject
AbstractAFPObject.Category, AbstractAFPObject.Type| Modifier and Type | Field | Description |
|---|---|---|
protected java.util.List |
mapDataResources |
the collection of MapDataResource objects
|
protected java.util.List |
mapPageOverlays |
the collection of MapPageOverlay objects
|
LOG, SF_CLASS, SF_HEADER_LENGTHnametriplets| Constructor | Description |
|---|---|
AbstractEnvironmentGroup(java.lang.String name) |
Main constructor
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
createOverlay(java.lang.String name) |
Actually creates the MPO object.
|
protected java.lang.Object |
getLastElement(java.util.List list) |
Get last element.
|
protected void |
writeContent(java.io.OutputStream os) |
Helper method to write the contents of the Object.
|
copySF, truncate, writeChunksToStream, writeObjectscopySF, getName, getNameBytes, getNameLength, setName, toStringwriteEnd, writeStart, writeToStreamaddTriplet, addTriplets, getFullyQualifiedName, getTripletDataLength, getTriplets, hasTriplet, hasTriplets, setComment, setFullyQualifiedName, setFullyQualifiedName, setObjectClassification, writeTripletsprotected final java.util.List mapDataResources
protected java.util.List mapPageOverlays
public AbstractEnvironmentGroup(java.lang.String name)
name - the object namepublic void createOverlay(java.lang.String name)
name - the name of the overlay to be usedprotected java.lang.Object getLastElement(java.util.List list)
list - of elementsprotected void writeContent(java.io.OutputStream os)
throws java.io.IOException
writeContent in class AbstractStructuredObjectos - The stream to write tojava.io.IOException - throws an I/O exception if one occurredCopyright 1999-2016 The Apache Software Foundation. All Rights Reserved.