Streamable
ActiveEnvironmentGroup
, ResourceEnvironmentGroup
public 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_LENGTH
name
triplets
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, writeObjects
copySF, getName, getNameBytes, getNameLength, setName, toString
writeEnd, writeStart, writeToStream
addTriplet, addTriplets, getFullyQualifiedName, getTripletDataLength, getTriplets, hasTriplet, hasTriplets, setComment, setFullyQualifiedName, setFullyQualifiedName, setObjectClassification, writeTriplets
protected 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 AbstractStructuredObject
os
- The stream to write tojava.io.IOException
- throws an I/O exception if one occurredCopyright 1999-2016 The Apache Software Foundation. All Rights Reserved.