public abstract class AbstractEnvironmentGroup extends AbstractNamedAFPObject
AbstractAFPObject.Category, AbstractAFPObject.Type
Modifier and Type | Field and Description |
---|---|
protected java.util.List |
mapDataResources
the collection of MapDataResource objects
|
protected java.util.List |
mapPageOverlays
the collection of MapPageOverlay objects
|
name
triplets
LOG, SF_CLASS, SF_HEADER_LENGTH
Constructor and Description |
---|
AbstractEnvironmentGroup(java.lang.String name)
Main constructor
|
Modifier and Type | Method and 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, getName, getNameBytes, getNameLength, setName, toString
addTriplet, addTriplets, getFullyQualifiedName, getTripletDataLength, getTriplets, hasTriplet, hasTriplets, setComment, setFullyQualifiedName, setObjectClassification, writeTriplets
writeEnd, writeStart, writeToStream
copySF, truncate, writeChunksToStream, writeObjects
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-2012 The Apache Software Foundation. All Rights Reserved.