public abstract class AbstractEnvironmentGroup extends AbstractNamedAFPObject
AbstractAFPObject.Category, AbstractAFPObject.Type
Modifier and Type | Field and Description |
---|---|
protected List |
mapDataResources
the collection of MapDataResource objects
|
protected List |
mapPageOverlays
the collection of MapPageOverlay objects
|
name
triplets
LOG, SF_CLASS, SF_HEADER_LENGTH
Constructor and Description |
---|
AbstractEnvironmentGroup(String name)
Main constructor
|
Modifier and Type | Method and Description |
---|---|
void |
createOverlay(String name)
Actually creates the MPO object.
|
protected Object |
getLastElement(List list)
Get last element.
|
protected void |
writeContent(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, setFullyQualifiedName, setObjectClassification, writeTriplets
writeEnd, writeStart, writeToStream
copySF, truncate, writeChunksToStream, writeObjects
protected final List mapDataResources
protected List mapPageOverlays
public AbstractEnvironmentGroup(String name)
name
- the object namepublic void createOverlay(String name)
name
- the name of the overlay to be usedprotected Object getLastElement(List list)
list
- of elementsprotected void writeContent(OutputStream os) throws IOException
writeContent
in class AbstractStructuredObject
os
- The stream to write toIOException
- throws an I/O exception if one occurredCopyright © 2025 Apache Software Foundation. All rights reserved.