OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
|
#include <ossimMapCompositionSource.h>
Public Types | |
enum | ossimGridLineType { OSSIM_GRID_NONE = 0, OSSIM_GRID_LINE = 1, OSSIM_GRID_RESEAUX = 2 } |
![]() | |
typedef std::vector< ossimRefPtr< ossimAnnotationObject > > | AnnotationObjectListType |
![]() | |
enum | ossimConnectableObjectDirectionType { CONNECTABLE_DIRECTION_NONE = 0, CONNECTABLE_DIRECTION_INPUT = 1, CONNECTABLE_DIRECTION_OUTPUT = 2 } |
typedef std::vector< ossimRefPtr< ossimConnectableObject > > | ConnectableObjectList |
Public Member Functions | |
ossimMapCompositionSource () | |
virtual ossimScalarType | getOutputScalarType () const |
This will be used to query the output pixel type of the tile source. More... | |
virtual ossim_uint32 | getNumberOfOutputBands () const |
Returns the number of bands in a tile returned from this TileSource. More... | |
virtual ossimRefPtr< ossimImageData > | getTile (const ossimIrect &tileRect, ossim_uint32 resLevel=0) |
ossimIpt | getViewWidthHeight () const |
void | getViewWidthHeight (ossimIpt &widthHeight) const |
void | setViewWidthHeight (const ossimIpt &widthHeight) |
virtual ossim_int32 | getTopBorderLength () const |
virtual ossim_int32 | getBottomBorderLength () const |
virtual ossim_int32 | getLeftBorderLength () const |
virtual ossim_int32 | getRightBorderLength () const |
virtual void | setTopBorderLength (ossim_int32 length) |
virtual void | setBottomBorderLength (ossim_int32 length) |
virtual void | setLeftBorderLength (ossim_int32 length) |
virtual void | setRightBorderLength (ossim_int32 length) |
void | setGeographicSpacingLat (double value) |
void | setGeographicSpacingLon (double value) |
void | setMeterSpacingX (double value) |
void | setMeterSpacingY (double value) |
void | setMeterSpacing (double x, double y) |
void | setGeographicSpacing (double lat, double lon) |
ossimDpt | getGeographicSpacing () const |
ossimDpt | getMeterSpacing () const |
virtual ossimString | getTopGeographicLabelFormat () const |
virtual ossimString | getBottomGeographicLabelFormat () const |
virtual ossimString | getLeftGeographicLabelFormat () const |
virtual ossimString | getRightGeographicLabelFormat () const |
virtual void | setGeographicLabelFormat (const ossimString format) |
virtual void | setTopGeographicLabelFormat (const ossimString &format) |
virtual void | setBottomGeographicLabelFormat (const ossimString &format) |
virtual void | setLeftGeographicLabelFormat (const ossimString &format) |
virtual void | setRightGeographicLabelFormat (const ossimString &format) |
virtual ossimString | getTitle () const |
virtual ossimRgbVector | getTitleColor () const |
virtual void | setTitleFont (const ossimFontInformation &fontInfo) |
virtual void | setTitleColor (const ossimRgbVector &color) |
virtual void | setTitle (const ossimString &s) |
virtual void | setGeographicTopLabelFont (const ossimFontInformation &fontInfo) |
virtual void | setGeographicBottomLabelFont (const ossimFontInformation &fontInfo) |
virtual void | setGeographicLeftLabelFont (const ossimFontInformation &fontInfo) |
virtual void | setGeographicRightLabelFont (const ossimFontInformation &fontInfo) |
virtual void | setMeterTopLabelFont (const ossimFontInformation &fontInfo) |
virtual void | setMeterBottomLabelFont (const ossimFontInformation &fontInfo) |
virtual void | setMeterLeftLabelFont (const ossimFontInformation &fontInfo) |
virtual void | setMeterRightLabelFont (const ossimFontInformation &fontInfo) |
virtual ossimFontInformation | getTitleFont () const |
virtual ossimFontInformation | getGeographicTopLabelFontInfo () const |
virtual ossimFontInformation | getGeographicBottomLabelFontInfo () const |
virtual ossimFontInformation | getGeographicLeftLabelFontInfo () const |
virtual ossimFontInformation | getGeographicRightLabelFontInfo () const |
virtual ossimFontInformation | getMeterTopLabelFontInfo () const |
virtual ossimFontInformation | getMeterBottomLabelFontInfo () const |
virtual ossimFontInformation | getMeterLeftLabelFontInfo () const |
virtual ossimFontInformation | getMeterRightLabelFontInfo () const |
virtual ossimRgbVector | getBorderColor () const |
virtual void | setBorderColor (const ossimRgbVector &color) |
virtual ossimRgbVector | getGeographicGridColor () const |
virtual ossimRgbVector | getMeterGridColor () const |
virtual ossimRgbVector | getTopGeographicLabelColor () const |
virtual ossimRgbVector | getBottomGeographicLabelColor () const |
virtual ossimRgbVector | getLeftGeographicLabelColor () const |
virtual ossimRgbVector | getRightGeographicLabelColor () const |
virtual void | setGeographicGridColor (const ossimRgbVector &color) |
virtual void | setTopGeographicLabelColor (const ossimRgbVector &color) |
virtual void | setBottomGeographicLabelColor (const ossimRgbVector &color) |
virtual void | setLeftGeographicLabelColor (const ossimRgbVector &color) |
virtual void | setRightGeographicLabelColor (const ossimRgbVector &color) |
virtual void | setGeographicLabelColor (const ossimRgbVector &color) |
virtual ossimRgbVector | getTopMeterLabelColor () const |
virtual ossimRgbVector | getBottomMeterLabelColor () const |
virtual ossimRgbVector | getLeftMeterLabelColor () const |
virtual ossimRgbVector | getRightMeterLabelColor () const |
virtual void | setTopMeterLabelColor (const ossimRgbVector &color) |
virtual void | setBottomMeterLabelColor (const ossimRgbVector &color) |
virtual void | setLeftMeterLabelColor (const ossimRgbVector &color) |
virtual void | setRightMeterLabelColor (const ossimRgbVector &color) |
virtual void | setMeterLabelColor (const ossimRgbVector &color) |
virtual void | setMeterGridColor (const ossimRgbVector &color) |
virtual void | setMeterGridType (ossimGridLineType gridType) |
virtual void | setGeographicGridType (ossimGridLineType gridType) |
virtual void | setBorderColor (ossimRgbVector &color) |
virtual ossimGridLineType | getGeographicGridType () const |
virtual ossimGridLineType | getMeterGridType () const |
void | setGeographicTickMarkFlag (bool flag) |
void | setTopGeographicTickMarkFlag (bool flag) |
void | setBottomGeographicTickMarkFlag (bool flag) |
void | setLeftGeographicTickMarkFlag (bool flag) |
void | setRightGeographicTickMarkFlag (bool flag) |
void | setTopGeographicLabelFlag (bool flag) |
void | setBottomGeographicLabelFlag (bool flag) |
void | setLeftGeographicLabelFlag (bool flag) |
void | setRightGeographicLabelFlag (bool flag) |
virtual bool | getTopGeographicTickMarkFlag () const |
virtual bool | getBottomGeographicTickMarkFlag () const |
virtual bool | getLeftGeographicTickMarkFlag () const |
virtual bool | getRightGeographicTickMarkFlag () const |
virtual bool | getTopGeographicLabelFlag () const |
virtual bool | getBottomGeographicLabelFlag () const |
virtual bool | getLeftGeographicLabelFlag () const |
virtual bool | getRightGeographicLabelFlag () const |
void | setMeterTickMarkFlag (bool flag) |
virtual void | setTopMeterTickMarkFlag (bool flag) |
virtual void | setBottomMeterTickMarkFlag (bool flag) |
virtual void | setLeftMeterTickMarkFlag (bool flag) |
virtual void | setRightMeterTickMarkFlag (bool flag) |
virtual void | setTopMeterLabelFlag (bool flag) |
virtual void | setBottomMeterLabelFlag (bool flag) |
virtual void | setLeftMeterLabelFlag (bool flag) |
virtual void | setRightMeterLabelFlag (bool flag) |
virtual bool | getTopMeterTickMarkFlag () const |
virtual bool | getBottomMeterTickMarkFlag () const |
virtual bool | getLeftMeterTickMarkFlag () const |
virtual bool | getRightMeterTickMarkFlag () const |
virtual bool | getTopMeterLabelFlag () const |
virtual bool | getBottomMeterLabelFlag () const |
virtual bool | getLeftMeterLabelFlag () const |
virtual bool | getRightMeterLabelFlag () const |
virtual ossimIrect | getBoundingRect (ossim_uint32 resLevel=0) const |
virtual void | initialize () |
virtual void | setProperty (ossimRefPtr< ossimProperty > property) |
virtual ossimRefPtr< ossimProperty > | getProperty (const ossimString &name) const |
virtual void | getPropertyNames (std::vector< ossimString > &propertyNames) const |
virtual bool | saveState (ossimKeywordlist &kwl, const char *prefix=0) const |
virtual bool | loadState (const ossimKeywordlist &kwl, const char *prefix=0) |
![]() | |
ossimAnnotationSource (ossimImageSource *inputSource=0) | |
virtual | ~ossimAnnotationSource () |
virtual void | setNumberOfBands (ossim_uint32 bands) |
virtual bool | addObject (ossimAnnotationObject *anObject) |
virtual bool | deleteObject (ossimAnnotationObject *anObject) |
virtual void | computeBoundingRect () |
AnnotationObjectListType | pickObjects (const ossimDpt &imagePoint) |
AnnotationObjectListType | pickObjects (const ossimDrect &imageRect) |
const AnnotationObjectListType & | getObjectList () const |
AnnotationObjectListType & | getObjectList () |
void | deleteAll () |
![]() | |
ossimImageSourceFilter (ossimObject *owner=NULL) | |
ossimImageSourceFilter (ossimImageSource *inputSource) | |
ossimImageSourceFilter (ossimObject *owner, ossimImageSource *inputSource) | |
virtual void | getOutputBandList (std::vector< ossim_uint32 > &bandList) const |
virtual ossim_uint32 | getNumberOfInputBands () const |
bool | canConnectMyInputTo (ossim_int32 inputIndex, const ossimConnectableObject *object) const |
required to be overriden by derived classes More... | |
virtual void | connectInputEvent (ossimConnectionEvent &event) |
virtual void | disconnectInputEvent (ossimConnectionEvent &event) |
virtual void | propertyEvent (ossimPropertyEvent &event) |
virtual void | refreshEvent (ossimRefreshEvent &event) |
![]() | |
ossimImageSource (ossimObject *owner=0) | |
ossimImageSource (ossimObject *owner, ossim_uint32 inputListSize, ossim_uint32 outputListSize, bool inputListIsFixedFlag=true, bool outputListIsFixedFlag=true) | |
virtual | ~ossimImageSource () |
virtual ossimRefPtr< ossimImageData > | getTile (const ossimIpt &origin, ossim_uint32 resLevel=0) |
virtual bool | getTile (ossimImageData *result, ossim_uint32 resLevel=0) |
Method to get a tile. More... | |
virtual ossimObject * | getObject () |
For RTTI support. More... | |
virtual const ossimObject * | getObject () const |
For RTTI support. More... | |
virtual void | getDecimationFactor (ossim_uint32 resLevel, ossimDpt &result) const |
Will return the decimation factor for the given resolution level. More... | |
virtual void | getDecimationFactors (std::vector< ossimDpt > &decimations) const |
Will return an array of all decimations for each resolution level. More... | |
virtual ossim_uint32 | getNumberOfDecimationLevels () const |
Will return the number of resolution levels. More... | |
virtual ossim_uint32 | getTileWidth () const |
Returns the default processing tile width. More... | |
virtual ossim_uint32 | getTileHeight () const |
Returns the default processing tile height. More... | |
virtual double | getNullPixelValue (ossim_uint32 band=0) const |
Each band has a null pixel associated with it. More... | |
virtual double | getMinPixelValue (ossim_uint32 band=0) const |
Returns the min pixel of the band. More... | |
virtual double | getMaxPixelValue (ossim_uint32 band=0) const |
Returns the max pixel of the band. More... | |
virtual void | getBoundingRect (ossimIrect &rect, ossim_uint32 resLevel=0) const |
Gets the bounding rectangle of the source. More... | |
virtual void | getValidImageVertices (std::vector< ossimIpt > &validVertices, ossimVertexOrdering ordering=OSSIM_CLOCKWISE_ORDER, ossim_uint32 resLevel=0) const |
ordering specifies how the vertices should be arranged. More... | |
virtual ossimRefPtr< ossimImageGeometry > | getImageGeometry () |
Returns the image geometry object associated with this tile source or NULL if not defined. More... | |
virtual void | setImageGeometry (const ossimImageGeometry *geom) |
Default implementation sets geometry of the first input to the geometry specified. More... | |
virtual void | saveImageGeometry () const |
Default method to call input's saveImageGeometry. More... | |
virtual void | saveImageGeometry (const ossimFilename &geometry_file) const |
Default method to call input's saveImageGeometry. More... | |
virtual bool | isIndexedData () const |
![]() | |
ossimSource (ossimObject *owner=0) | |
ossimSource (ossimObject *owner, ossim_uint32 inputListSize, ossim_uint32 outputListSize, bool inputListIsFixedFlag=true, bool outputListIsFixedFlag=true) | |
virtual | ~ossimSource () |
virtual bool | isSourceEnabled () const |
virtual void | enableSource () |
virtual void | disableSource () |
virtual bool | getEnableFlag () const |
virtual void | setEnableFlag (bool flag) |
virtual bool | isInitialized () const |
virtual void | setInitializedFlag (bool flag) |
virtual std::ostream & | print (std::ostream &out) const |
Outputs theErrorStatus as an ossimErrorCode and an ossimString. More... | |
![]() | |
ossimConnectableObject (ossimObject *owner=0) | |
Base constructor of this object. More... | |
ossimConnectableObject (ossimObject *owner, ossim_int32 inputListSize, ossim_int32 outputListSize, bool inputListIsFixedFlag=true, bool outputListIsFixedFlag=true) | |
virtual | ~ossimConnectableObject () |
void | setId (const ossimId &id) |
All connectable objects will have id's. More... | |
const ossimId & | getId () const |
Will allow us to get this object's id. More... | |
const ossimObject * | getOwner () const |
Fetches the current owner, most likely a container but not limited to one. More... | |
virtual void | changeOwner (ossimObject *owner) |
Permits changing the object's owner. More... | |
virtual void | setDescription (const ossimString &description) |
virtual ossimString | getDescription () const |
virtual bool | isConnected (ossimConnectableObjectDirectionType direction=CONNECTABLE_DIRECTION_INPUT) const |
will check the direction specified to see if all slots are full. More... | |
OSSIM_DEPRECATE_METHOD (virtual ossimConnectableObject *findConnectableObject(const ossimId &id)) | |
OSSIM_DEPRECATE_METHOD (virtual ossimConnectableObject *findObjectOfType(RTTItypeid typeId, ossimConnectableObjectDirectionType directionType, bool recurse=true)) | |
OSSIM_DEPRECATE_METHOD (virtual ossimConnectableObject *findObjectOfType(const ossimString &obj, ossimConnectableObjectDirectionType directionType, bool recurse=true)) | |
OSSIM_DEPRECATE_METHOD (virtual ossimConnectableObject *findInputObjectOfType(const ossimString &className)) | |
virtual ossim_int32 | findInputIndex (const ossimConnectableObject *object) |
Return a valid index of the input list if the passed in object is found else return -1. More... | |
virtual ossim_int32 | findInputIndex (const ossimId &id) |
Return a valid index of the input list if the passed id is found else return -1. More... | |
virtual ossim_int32 | findOutputIndex (const ossimConnectableObject *object) |
Return a valid index of the output list if the passed in object is found else return -1. More... | |
virtual ossim_int32 | findOutputIndex (const ossimId &id) |
Return a valid index of the output list if the passed in object is found else return -1. More... | |
virtual ossim_int32 | getMyInputIndexToConnectTo (ossimConnectableObject *object) const |
Should return the first available index to connect to. More... | |
virtual ossim_int32 | getMyOutputIndexToConnectTo (ossimConnectableObject *object) const |
Should return the first available index to connect to. More... | |
virtual bool | canConnectMyOutputTo (ossim_int32 myOutputIndex, const ossimConnectableObject *object) const |
default implementation is to allow anyone to connect to us. More... | |
virtual void | disconnect (ossimConnectableObject *object=0) |
Will disconnect the object passed in. More... | |
virtual void | disconnect (const ossimId &id) |
Will disconnect the object passed in. More... | |
virtual ossimRefPtr< ossimConnectableObject > | disconnectMyInput (ossim_int32 inputIndex, bool disconnectOutputFlag=true, bool createEventFlag=true) |
Will disconnect the object at the given input index and generate a connection event. More... | |
virtual void | disconnectMyInput (ossimConnectableObject *input, bool disconnectOutputFlag=true, bool createEventFlag=true) |
Finds the index of the passed in input and calls disconnectMyInput(inputIndex, disconnectOutputFlag, createEventFlag);. More... | |
virtual void | disconnectMyInputs (ConnectableObjectList &inputList, bool disconnectOutputFlag=true, bool createEventFlag=true) |
virtual ossimRefPtr< ossimConnectableObject > | disconnectMyOutput (ossim_int32 outputIndex, bool disconnectInputFlag=true, bool createEventFlag=true) |
Will disconnect the object at the given output index and generate a connection event. More... | |
virtual void | disconnectMyOutput (ossimConnectableObject *output, bool disconnectInputFlag=true, bool createEventFlag=true) |
Will disconnect the output object. More... | |
virtual void | disconnectMyOutputs (ConnectableObjectList &outputList, bool disconnectOutputFlag=true, bool createEventFlag=true) |
virtual void | disconnectAllInputs () |
Will disconnect all of the input objects. More... | |
virtual void | disconnectAllOutputs () |
Will disconnect all of the output objects. More... | |
virtual ossim_int32 | connectMyInputTo (ossimConnectableObject *inputObject, bool makeOutputConnection=true, bool createEventFlag=true) |
Will try to connect this objects input to the passed in object. More... | |
virtual ossim_int32 | connectMyInputTo (ossim_int32 inputIndex, ossimConnectableObject *inputObject, bool makeOutputConnection=true, bool createEventFlag=true) |
Will connect the specified input to the passed in object. More... | |
virtual bool | connectMyInputTo (ConnectableObjectList &inputList, bool makeOutputConnection=true, bool createEventFlag=true) |
virtual ossim_int32 | connectMyOutputTo (ossimConnectableObject *outputObject, bool makeInputConnection=true, bool createEventFlag=true) |
Will try to connect this objects output to the passed in object. More... | |
virtual bool | connectMyOutputTo (ConnectableObjectList &outputList, bool makeInputConnection=true, bool createEventFlag=true) |
virtual bool | connectInputList (ConnectableObjectList &inputList) |
Will disconnect itself from all inputs and reset to the passed in input list. More... | |
virtual bool | connectOutputList (ConnectableObjectList &outputList) |
Will disconnect itself from all outputs and reset to the passed in output list. More... | |
virtual ossim_uint32 | getNumberOfInputs () const |
Returns the number of input objects. More... | |
virtual ossim_uint32 | getNumberOfOutputs () const |
Return the number of output objects. More... | |
ossimConnectableObject * | getInput (ossim_uint32 index=0) |
returns the object at the specified index. More... | |
const ossimConnectableObject * | getInput (ossim_uint32 index=0) const |
returns the object at the specified index. More... | |
ossimConnectableObject * | getOutput (ossim_uint32 index=0) |
returns the object at the specified index. More... | |
const ossimConnectableObject * | getOutput (ossim_uint32 index=0) const |
returns the object at the specified index. More... | |
virtual void | setNumberOfInputs (ossim_int32 numberOfInputs) |
Will set the number of inputs. More... | |
virtual bool | getInputListIsFixedFlag () const |
virtual bool | getOutputListIsFixedFlag () const |
virtual void | setNumberOfOutputs (ossim_int32 numberOfInputs) |
Will set the number of outputs. More... | |
const ConnectableObjectList & | getInputList () const |
const ConnectableObjectList & | getOutputList () const |
ConnectableObjectList & | getInputList () |
ConnectableObjectList & | getOutputList () |
OSSIM_DEPRECATE_METHOD (virtual void findAllObjectsOfType(ConnectableObjectList &result, const RTTItypeid &typeInfo, bool recurse=true)) | |
OSSIM_DEPRECATE_METHOD (virtual void findAllObjectsOfType(ConnectableObjectList &result, const ossimString &className, bool recurse=true)) | |
virtual void | propagateEventToOutputs (ossimEvent &event) |
virtual void | propagateEventToInputs (ossimEvent &event) |
virtual void | setProperty (const ossimString &name, const ossimString &value) |
virtual ossim_uint32 | saveStateOfAllInputs (ossimKeywordlist &kwl, bool saveThisStateFlag=true, ossim_uint32 objectIndex=1, const char *prefix=0) const |
Save the state of all inputs to a keyword list. More... | |
virtual bool | fillContainer (ossimConnectableContainer &container) |
Inserts this object and all of its children and inputs into the container provided. More... | |
bool | moveInputUp (const ossimId &id) |
Moves the input connection matching id up one in the connection list. More... | |
bool | moveInputDown (const ossimId &id) |
Moves the input connection matching id down one in the connection list. More... | |
bool | moveInputToTop (const ossimId &id) |
Moves the input connection matching id to the top of the connection list. More... | |
bool | moveInputToBottom (const ossimId &id) |
Moves the input connection matching id to the bottom of the connection list. More... | |
virtual void | accept (ossimVisitor &visitor) |
We will add a visitor interface for all connectable objects. More... | |
![]() | |
ossimObject () | |
virtual | ~ossimObject () |
virtual ossimObject * | dup () const |
virtual ossimString | getShortName () const |
virtual ossimString | getLongName () const |
virtual ossimString | getClassName () const |
virtual RTTItypeid | getType () const |
virtual bool | canCastTo (ossimObject *obj) const |
virtual bool | canCastTo (const RTTItypeid &id) const |
virtual bool | canCastTo (const ossimString &parentClassName) const |
virtual bool | isEqualTo (const ossimObject &obj, ossimCompareType compareType=OSSIM_COMPARE_FULL) const |
![]() | |
ossimReferenced () | |
ossimReferenced (const ossimReferenced &) | |
ossimReferenced & | operator= (const ossimReferenced &) |
void | ref () const |
increment the reference count by one, indicating that this object has another pointer which is referencing it. More... | |
void | unref () const |
decrement the reference count by one, indicating that a pointer to this object is referencing it. More... | |
void | unref_nodelete () const |
decrement the reference count by one, indicating that a pointer to this object is referencing it. More... | |
int | referenceCount () const |
![]() | |
ossimListenerManager () | |
virtual | ~ossimListenerManager () |
virtual void | fireEvent (ossimEvent &event) |
virtual bool | addListener (ossimListener *listener) |
virtual bool | removeListener (ossimListener *listener) |
virtual bool | findListener (ossimListener *listener) |
![]() | |
ossimPropertyInterface () | |
virtual | ~ossimPropertyInterface () |
virtual ossimString | getPropertyValueAsString (const ossimString &name) const |
void | getPropertyList (std::vector< ossimRefPtr< ossimProperty > > &propertyList) const |
void | setProperties (std::vector< ossimRefPtr< ossimProperty > > &propertyList) |
![]() | |
ossimErrorStatusInterface () | |
virtual | ~ossimErrorStatusInterface () |
virtual ossimErrorCode | getErrorStatus () const |
virtual ossimString | getErrorStatusString () const |
virtual void | setErrorStatus (ossimErrorCode error_status) const |
virtual void | setErrorStatus () const |
virtual void | clearErrorStatus () const |
bool | hasError () const |
![]() | |
ossimConnectableObjectListener () | |
virtual | ~ossimConnectableObjectListener () |
virtual void | processEvent (ossimEvent &event) |
ProcessEvent. More... | |
virtual void | objectDestructingEvent (ossimObjectDestructingEvent &) |
virtual void | connectionEvent (ossimConnectionEvent &) |
virtual void | disconnectOutputEvent (ossimConnectionEvent &) |
virtual void | connectOutputEvent (ossimConnectionEvent &) |
virtual void | addObjectEvent (ossimContainerEvent &) |
virtual void | removeObjectEvent (ossimContainerEvent &) |
virtual void | containerEvent (ossimContainerEvent &) |
![]() | |
ossimListener () | |
virtual | ~ossimListener () |
void | enableListener () |
void | disableListener () |
void | setListenerEnableFlag (bool flag) |
bool | isListenerEnabled () const |
bool | getListenerEnableFlag () const |
Protected Member Functions | |
virtual | ~ossimMapCompositionSource () |
virtual void | drawAnnotations (ossimRefPtr< ossimImageData > tile) |
virtual void | computeBorderRects () |
virtual void | drawBorders () |
virtual void | addGridLabels () |
virtual void | addGeographicTopGridLabels () |
virtual void | addGeographicBottomGridLabels () |
virtual void | addGeographicLeftGridLabels () |
virtual void | addGeographicRightGridLabels () |
virtual void | addGeographicGridLines () |
virtual void | addGeographicGridReseaux () |
virtual void | addMeterGridLabels () |
virtual void | addMeterGridLines () |
virtual void | addMeterGridReseaux () |
virtual void | addTitle () |
virtual void | layoutAnnotations () |
virtual void | addFixedAnnotation (ossimAnnotationObject *obj) |
virtual void | deleteFixedAnnotations () |
ossimIrect | getViewingRect () const |
const ossimMapProjection * | inputMapProjection () const |
Fetches the input connection's image geometry and verifies that it is a map projection. More... | |
![]() | |
void | allocate (const ossimIrect &rect) |
void | destroy () |
ossimAnnotationSource (const ossimAnnotationSource &rhs) | |
![]() | |
virtual | ~ossimImageSourceFilter () |
![]() | |
ossimImageSource (const ossimImageSource &rhs) | |
const ossimImageSource & | operator= (const ossimImageSource &) |
![]() | |
ossimSource (const ossimSource &rhs) | |
const ossimSource & | operator= (const ossimSource &rhs) |
![]() | |
ossimConnectableObject * | findObjectOfType (ConnectableObjectList *connectableList, ossimVisitor &visitor) |
![]() | |
virtual | ~ossimReferenced () |
![]() | |
ossimListenerManager (const ossimListenerManager &rhs) | |
Definition at line 24 of file ossimMapCompositionSource.h.
Enumerator | |
---|---|
OSSIM_GRID_NONE | |
OSSIM_GRID_LINE | |
OSSIM_GRID_RESEAUX |
Definition at line 27 of file ossimMapCompositionSource.h.
ossimMapCompositionSource::ossimMapCompositionSource | ( | ) |
Definition at line 93 of file ossimMapCompositionSource.cpp.
References ossimFontFactoryRegistry::createFont(), ossimFont::dup(), ossimFontFactoryRegistry::getFontInformation(), ossimFontFactoryRegistry::instance(), theGeographicBottomLabelFont, theGeographicBottomLabelFontInfo, theGeographicLeftLabelFont, theGeographicLeftLabelFontInfo, theGeographicRightLabelFont, theGeographicRightLabelFontInfo, theGeographicTopLabelFont, theGeographicTopLabelFontInfo, theMeterBottomLabelFont, theMeterBottomLabelFontInfo, theMeterLeftLabelFont, theMeterLeftLabelFontInfo, theMeterRightLabelFont, theMeterRightLabelFontInfo, theMeterTopLabelFont, theMeterTopLabelFontInfo, ossimFontInformation::thePointSize, theTitleFont, theTitleFontInfo, theViewWidthHeight, and ossimRefPtr< T >::valid().
|
protectedvirtual |
Definition at line 181 of file ossimMapCompositionSource.cpp.
References deleteFixedAnnotations(), theGeographicBottomLabelFont, theGeographicLeftLabelFont, theGeographicRightLabelFont, theGeographicTopLabelFont, theMeterBottomLabelFont, theMeterLeftLabelFont, theMeterRightLabelFont, theMeterTopLabelFont, and theTitleFont.
|
protectedvirtual |
Definition at line 3777 of file ossimMapCompositionSource.cpp.
References theFixedAnnotationList.
Referenced by addGeographicBottomGridLabels(), addGeographicGridLines(), addGeographicGridReseaux(), addGeographicLeftGridLabels(), addGeographicRightGridLabels(), addMeterGridLabels(), addMeterGridLines(), addMeterGridReseaux(), and addTitle().
|
protectedvirtual |
Definition at line 800 of file ossimMapCompositionSource.cpp.
References addFixedAnnotation(), ossimString::c_str(), ossimDrect::clip(), ossimDrect::clipToRect(), ossimAnnotationFontObject::computeBoundingRect(), ossimGpt::datum(), ossimRefPtr< T >::get(), ossimRgbVector::getB(), ossimAnnotationFontObject::getBoundingRect(), ossimRgbVector::getG(), ossimRgbVector::getR(), getViewingRect(), ossimDrect::hasNans(), ossimIrect::height(), inputMapProjection(), ossimDrect::intersects(), ossimDpt::lat, ossimMapProjection::lineSampleToWorld(), ossimDrect::ll(), ossimDpt::lon, ossimDrect::lr(), OSSIM_RIGHT_HANDED, ossimAnnotationFontObject::setCenterPosition(), ossimAnnotationObject::setColor(), ossimAnnotationFontObject::setFont(), ossimAnnotationFontObject::setGeometryInformation(), theBottomGeographicFormat, theBottomGeographicLabelColor, theBottomGeographicLabelFlag, theBottomGeographicTickFlag, theGeographicBottomLabelFont, theGeographicBottomLabelFontInfo, theGeographicSpacing, ossimString::toString(), ossimIrect::ul(), ossimDrect::ul(), ossimDrect::ur(), ossimMapProjection::worldToLineSample(), ossimIpt::x, ossimDpt::x, ossimIpt::y, and ossimDpt::y.
Referenced by addGridLabels().
|
protectedvirtual |
Definition at line 1196 of file ossimMapCompositionSource.cpp.
References addFixedAnnotation(), ossimDrect::clip(), ossimGpt::datum(), ossimRgbVector::getB(), ossimRgbVector::getG(), ossimRgbVector::getR(), getViewingRect(), ossimDrect::hasNans(), inputMapProjection(), ossimDpt::lat, ossimMapProjection::lineSampleToWorld(), ossimDrect::ll(), ossimDpt::lon, ossimDrect::lr(), OSSIM_RIGHT_HANDED, ossimAnnotationObject::setColor(), theGeographicGridColor, theGeographicSpacing, ossimDrect::ul(), ossimDrect::ur(), ossimMapProjection::worldToLineSample(), ossimDpt::x, and ossimDpt::y.
Referenced by layoutAnnotations().
|
protectedvirtual |
Definition at line 1304 of file ossimMapCompositionSource.cpp.
References addFixedAnnotation(), ossimRgbVector::getB(), ossimRgbVector::getG(), ossimRgbVector::getR(), getViewingRect(), inputMapProjection(), ossimMapProjection::lineSampleToWorld(), ossimDrect::ll(), ossimDrect::lr(), OSSIM_RIGHT_HANDED, ossimDrect::pointWithin(), ossimAnnotationObject::setColor(), theGeographicGridColor, theGeographicSpacing, ossimDrect::ul(), ossimDrect::ur(), ossimMapProjection::worldToLineSample(), ossimIpt::x, ossimDpt::x, ossimIpt::y, and ossimDpt::y.
Referenced by layoutAnnotations().
|
protectedvirtual |
Definition at line 930 of file ossimMapCompositionSource.cpp.
References addFixedAnnotation(), ossimString::c_str(), ossimDrect::clip(), ossimDrect::clipToRect(), ossimAnnotationFontObject::computeBoundingRect(), ossimGpt::datum(), ossimRefPtr< T >::get(), ossimRgbVector::getB(), ossimAnnotationFontObject::getBoundingRect(), ossimRgbVector::getG(), ossimRgbVector::getR(), getViewingRect(), ossimDrect::hasNans(), inputMapProjection(), ossimDrect::intersects(), ossimDpt::lat, ossimMapProjection::lineSampleToWorld(), ossimDrect::ll(), ossimDpt::lon, ossimDrect::lr(), OSSIM_RIGHT_HANDED, ossimAnnotationFontObject::setCenterPosition(), ossimAnnotationObject::setColor(), ossimAnnotationFontObject::setFont(), ossimAnnotationFontObject::setGeometryInformation(), theGeographicLeftLabelFont, theGeographicLeftLabelFontInfo, theGeographicSpacing, theLeftGeographicFormat, theLeftGeographicLabelColor, theLeftGeographicLabelFlag, theLeftGeographicTickFlag, ossimString::toString(), ossimDrect::ul(), ossimIrect::ur(), ossimDrect::ur(), ossimIrect::width(), ossimMapProjection::worldToLineSample(), ossimIpt::x, ossimDpt::x, ossimIpt::y, and ossimDpt::y.
Referenced by addGridLabels().
|
protectedvirtual |
Definition at line 1063 of file ossimMapCompositionSource.cpp.
References addFixedAnnotation(), ossimString::c_str(), ossimDrect::clip(), ossimDrect::clipToRect(), ossimAnnotationFontObject::computeBoundingRect(), ossimGpt::datum(), ossimRefPtr< T >::get(), ossimRgbVector::getB(), ossimAnnotationFontObject::getBoundingRect(), ossimRgbVector::getG(), ossimRgbVector::getR(), getViewingRect(), ossimDrect::hasNans(), inputMapProjection(), ossimDrect::intersects(), ossimDpt::lat, ossimMapProjection::lineSampleToWorld(), ossimDrect::ll(), ossimDpt::lon, ossimDrect::lr(), OSSIM_RIGHT_HANDED, ossimAnnotationFontObject::setCenterPosition(), ossimAnnotationObject::setColor(), ossimAnnotationFontObject::setFont(), ossimAnnotationFontObject::setGeometryInformation(), theGeographicRightLabelFont, theGeographicRightLabelFontInfo, theGeographicSpacing, theRightGeographicFormat, theRightGeographicLabelColor, theRightGeographicLabelFlag, theRightGeographicTickFlag, ossimString::toString(), ossimIrect::ul(), ossimDrect::ul(), ossimDrect::ur(), ossimIrect::width(), ossimMapProjection::worldToLineSample(), ossimIpt::x, ossimDpt::x, ossimIpt::y, and ossimDpt::y.
Referenced by addGridLabels().
|
protectedvirtual |
Definition at line 660 of file ossimMapCompositionSource.cpp.
Referenced by addGridLabels().
|
protectedvirtual |
Definition at line 650 of file ossimMapCompositionSource.cpp.
References addGeographicBottomGridLabels(), addGeographicLeftGridLabels(), addGeographicRightGridLabels(), addGeographicTopGridLabels(), and addMeterGridLabels().
Referenced by layoutAnnotations().
|
protectedvirtual |
Definition at line 1447 of file ossimMapCompositionSource.cpp.
References addFixedAnnotation(), ossimString::c_str(), ossimDrect::clip(), ossimDrect::clipToRect(), ossimAnnotationFontObject::computeBoundingRect(), ossimMapProjection::eastingNorthingToLineSample(), ossimRefPtr< T >::get(), ossimRgbVector::getB(), ossimFont::getBoundingBox(), ossimAnnotationFontObject::getBoundingRect(), ossimRgbVector::getG(), ossimRgbVector::getR(), getViewingRect(), ossimIrect::height(), ossimDrect::height(), inputMapProjection(), ossimDrect::intersects(), ossimMapProjection::lineSampleToEastingNorthing(), ossimDrect::ll(), ossimIrect::lr(), ossimDrect::lr(), OSSIM_RIGHT_HANDED, ossimDrect::pointWithin(), ossimAnnotationFontObject::setCenterPosition(), ossimAnnotationObject::setColor(), ossimAnnotationFontObject::setFont(), ossimAnnotationFontObject::setGeometryInformation(), ossimFont::setString(), theBottomGeographicFormat, theBottomGeographicLabelFlag, theBottomMeterLabelColor, theBottomMeterLabelFlag, theBottomMeterTickFlag, theGeographicBottomLabelFont, theGeographicLeftLabelFont, theGeographicRightLabelFont, theGeographicTopLabelFont, theLeftGeographicFormat, theLeftGeographicLabelFlag, theLeftMeterLabelColor, theLeftMeterLabelFlag, theLeftMeterTickFlag, theMeterBottomLabelFont, theMeterBottomLabelFontInfo, theMeterLeftLabelFont, theMeterLeftLabelFontInfo, theMeterRightLabelFont, theMeterRightLabelFontInfo, theMeterSpacing, theMeterTopLabelFont, theMeterTopLabelFontInfo, theRightGeographicFormat, theRightGeographicLabelFlag, theRightMeterLabelColor, theRightMeterLabelFlag, theRightMeterTickFlag, theTopGeographicFormat, theTopGeographicLabelFlag, theTopMeterLabelColor, theTopMeterLabelFlag, theTopMeterTickFlag, ossimDms::toString(), ossimString::toString(), ossimIrect::ul(), ossimDrect::ul(), ossimDrect::ur(), ossimRefPtr< T >::valid(), ossimIrect::width(), ossimDrect::width(), ossimIpt::x, ossimDpt::x, ossimIpt::y, and ossimDpt::y.
Referenced by addGridLabels().
|
protectedvirtual |
Definition at line 1372 of file ossimMapCompositionSource.cpp.
References addFixedAnnotation(), ossimDrect::clip(), ossimMapProjection::eastingNorthingToLineSample(), ossimRgbVector::getB(), ossimRgbVector::getG(), ossimRgbVector::getR(), getViewingRect(), inputMapProjection(), ossimMapProjection::lineSampleToEastingNorthing(), ossimDrect::ll(), ossimDrect::lr(), OSSIM_RIGHT_HANDED, ossimAnnotationObject::setColor(), theMeterGridColor, theMeterSpacing, ossimDrect::ul(), ossimDrect::ur(), ossimDpt::x, and ossimDpt::y.
Referenced by layoutAnnotations().
|
protectedvirtual |
Definition at line 1773 of file ossimMapCompositionSource.cpp.
References addFixedAnnotation(), ossimMapProjection::eastingNorthingToLineSample(), ossimRgbVector::getB(), ossimRgbVector::getG(), ossimRgbVector::getR(), getViewingRect(), inputMapProjection(), ossimMapProjection::lineSampleToEastingNorthing(), ossimDrect::ll(), ossimDrect::lr(), OSSIM_RIGHT_HANDED, ossimDrect::pointWithin(), ossimAnnotationObject::setColor(), theMeterGridColor, theMeterSpacing, ossimDrect::ul(), ossimDrect::ur(), ossimIpt::x, ossimDpt::x, ossimIpt::y, and ossimDpt::y.
Referenced by layoutAnnotations().
|
protectedvirtual |
Definition at line 1840 of file ossimMapCompositionSource.cpp.
References addFixedAnnotation(), ossimAnnotationFontObject::computeBoundingRect(), ossimRefPtr< T >::get(), ossimRgbVector::getB(), ossimRgbVector::getG(), ossimRgbVector::getR(), ossimIrect::midPoint(), ossimAnnotationFontObject::setCenterPosition(), ossimAnnotationObject::setColor(), ossimAnnotationFontObject::setFont(), ossimAnnotationFontObject::setGeometryInformation(), theTitleColor, theTitleFont, theTitleFontInfo, theTitleString, and theTopBorder.
Referenced by layoutAnnotations().
|
protectedvirtual |
Definition at line 564 of file ossimMapCompositionSource.cpp.
References getViewingRect(), ossimIrect::ll(), ossimIrect::lr(), ossimIrect::makeNan(), theBottomBorder, theBottomBorderLength, ossimImageSourceFilter::theInputConnection, theLeftBorder, theLeftBorderLength, theRightBorder, theRightBorderLength, theTopBorder, theTopBorderLength, ossimIrect::ul(), ossimIrect::ur(), ossimIpt::x, and ossimIpt::y.
Referenced by initialize().
|
protectedvirtual |
Definition at line 1917 of file ossimMapCompositionSource.cpp.
References theFixedAnnotationList.
Referenced by initialize(), layoutAnnotations(), and ~ossimMapCompositionSource().
|
protectedvirtual |
Override base classes drawAnnotations so we can layout any fixed annotations first.
Reimplemented from ossimAnnotationSource.
Definition at line 1891 of file ossimMapCompositionSource.cpp.
References ossimAnnotationSource::drawAnnotations(), ossimRgbImage::getImageData(), ossimRgbImage::setCurrentImageData(), theFixedAnnotationList, ossimAnnotationSource::theImage, ossimAnnotationSource::theTile, and ossimRefPtr< T >::valid().
Referenced by getTile().
|
protectedvirtual |
Definition at line 600 of file ossimMapCompositionSource.cpp.
References ossimIrect::clipToRect(), ossimImageDataHelper::fill(), ossimRefPtr< T >::get(), ossimImageData::getImageRectangle(), ossimIrect::intersects(), theBorderColor, theBottomBorder, theLeftBorder, theRightBorder, ossimAnnotationSource::theTile, theTopBorder, and ossimRefPtr< T >::valid().
Referenced by getTile().
|
virtual |
Definition at line 3450 of file ossimMapCompositionSource.cpp.
References theBorderColor.
|
virtual |
Definition at line 3281 of file ossimMapCompositionSource.cpp.
References theBottomBorderLength.
|
virtual |
Definition at line 3475 of file ossimMapCompositionSource.cpp.
References theBottomGeographicLabelColor.
|
virtual |
Definition at line 3674 of file ossimMapCompositionSource.cpp.
References theBottomGeographicLabelFlag.
|
virtual |
Definition at line 3363 of file ossimMapCompositionSource.cpp.
References theBottomGeographicFormat.
|
virtual |
Definition at line 3654 of file ossimMapCompositionSource.cpp.
References theBottomGeographicTickFlag.
|
virtual |
Definition at line 3528 of file ossimMapCompositionSource.cpp.
References theBottomMeterLabelColor.
|
virtual |
Definition at line 3762 of file ossimMapCompositionSource.cpp.
References theBottomMeterLabelFlag.
|
virtual |
Definition at line 3742 of file ossimMapCompositionSource.cpp.
References theBottomMeterTickFlag.
|
virtual |
Will return the bounding rectangle.
Reimplemented from ossimAnnotationSource.
Definition at line 480 of file ossimMapCompositionSource.cpp.
References ossimImageSource::getDecimationFactor(), getViewingRect(), ossimDpt::hasNans(), ossimIrect::hasNans(), ossimIrect::ll(), ossimIrect::lr(), ossimIrect::makeNan(), theBottomBorderLength, ossimImageSourceFilter::theInputConnection, theLeftBorderLength, theRightBorderLength, theTopBorderLength, ossimIrect::ul(), ossimIrect::ur(), ossimIpt::x, and ossimIpt::y.
|
virtual |
Definition at line 3415 of file ossimMapCompositionSource.cpp.
References theGeographicBottomLabelFontInfo.
|
virtual |
Definition at line 3460 of file ossimMapCompositionSource.cpp.
References theGeographicGridColor.
|
virtual |
Definition at line 3591 of file ossimMapCompositionSource.cpp.
References theGeographicGridType.
|
virtual |
Definition at line 3420 of file ossimMapCompositionSource.cpp.
References theGeographicLeftLabelFontInfo.
|
virtual |
Definition at line 3425 of file ossimMapCompositionSource.cpp.
References theGeographicRightLabelFontInfo.
ossimDpt ossimMapCompositionSource::getGeographicSpacing | ( | ) | const |
Definition at line 3348 of file ossimMapCompositionSource.cpp.
References theGeographicSpacing.
|
virtual |
Definition at line 3410 of file ossimMapCompositionSource.cpp.
References theGeographicTopLabelFontInfo.
|
virtual |
Definition at line 3286 of file ossimMapCompositionSource.cpp.
References theLeftBorderLength.
|
virtual |
Definition at line 3480 of file ossimMapCompositionSource.cpp.
References theLeftGeographicLabelColor.
|
virtual |
Definition at line 3679 of file ossimMapCompositionSource.cpp.
References theLeftGeographicLabelFlag.
|
virtual |
Definition at line 3368 of file ossimMapCompositionSource.cpp.
References theLeftGeographicFormat.
|
virtual |
Definition at line 3659 of file ossimMapCompositionSource.cpp.
References theLeftGeographicTickFlag.
|
virtual |
Definition at line 3533 of file ossimMapCompositionSource.cpp.
References theLeftMeterLabelColor.
|
virtual |
Definition at line 3767 of file ossimMapCompositionSource.cpp.
References theLeftMeterLabelFlag.
|
virtual |
Definition at line 3747 of file ossimMapCompositionSource.cpp.
References theLeftMeterTickFlag.
|
virtual |
Definition at line 3435 of file ossimMapCompositionSource.cpp.
References theMeterBottomLabelFontInfo.
|
virtual |
Definition at line 3465 of file ossimMapCompositionSource.cpp.
References theMeterGridColor.
|
virtual |
Definition at line 3596 of file ossimMapCompositionSource.cpp.
References theMeterGridType.
|
virtual |
Definition at line 3440 of file ossimMapCompositionSource.cpp.
References theMeterLeftLabelFontInfo.
|
virtual |
Definition at line 3445 of file ossimMapCompositionSource.cpp.
References theMeterRightLabelFontInfo.
ossimDpt ossimMapCompositionSource::getMeterSpacing | ( | ) | const |
Definition at line 3353 of file ossimMapCompositionSource.cpp.
References theMeterSpacing.
|
virtual |
Definition at line 3430 of file ossimMapCompositionSource.cpp.
References theMeterTopLabelFontInfo.
|
virtual |
Returns the number of bands in a tile returned from this TileSource.
Reimplemented from ossimAnnotationSource.
Definition at line 3256 of file ossimMapCompositionSource.cpp.
|
virtual |
This will be used to query the output pixel type of the tile source.
Please ignore the argument. It will soon be removed.
Reimplemented from ossimAnnotationSource.
Definition at line 3251 of file ossimMapCompositionSource.cpp.
References OSSIM_UCHAR.
|
virtual |
Reimplemented from ossimImageSourceFilter.
Definition at line 2357 of file ossimMapCompositionSource.cpp.
References ossimContainerProperty::addChild(), DBL_EPSILON, ossimProperty::setCacheRefreshBit(), theBottomGeographicLabelColor, theBottomGeographicLabelFlag, theBottomGeographicTickFlag, theGeographicBottomLabelFontInfo, theGeographicLeftLabelFontInfo, theGeographicRightLabelFontInfo, theGeographicTopLabelFontInfo, theLeftGeographicLabelColor, theLeftGeographicLabelFlag, theLeftGeographicTickFlag, theRightGeographicLabelColor, theRightGeographicLabelFlag, theRightGeographicTickFlag, theTopGeographicLabelColor, theTopGeographicLabelFlag, theTopGeographicTickFlag, theViewWidthHeight, ossimString::toString(), ossimIpt::x, and ossimIpt::y.
|
virtual |
Reimplemented from ossimImageSourceFilter.
Definition at line 2560 of file ossimMapCompositionSource.cpp.
References ossimImageSourceFilter::getPropertyNames().
|
virtual |
Definition at line 3291 of file ossimMapCompositionSource.cpp.
References theRightBorderLength.
|
virtual |
Definition at line 3485 of file ossimMapCompositionSource.cpp.
References theRightGeographicLabelColor.
|
virtual |
Definition at line 3684 of file ossimMapCompositionSource.cpp.
References theRightGeographicLabelFlag.
|
virtual |
Definition at line 3373 of file ossimMapCompositionSource.cpp.
References theRightGeographicFormat.
|
virtual |
Definition at line 3664 of file ossimMapCompositionSource.cpp.
References theRightGeographicTickFlag.
|
virtual |
Definition at line 3538 of file ossimMapCompositionSource.cpp.
References theRightMeterLabelColor.
|
virtual |
Definition at line 3772 of file ossimMapCompositionSource.cpp.
References theRightMeterLabelFlag.
|
virtual |
Definition at line 3752 of file ossimMapCompositionSource.cpp.
References theRightMeterTickFlag.
|
virtual |
Reimplemented from ossimAnnotationSource.
Definition at line 196 of file ossimMapCompositionSource.cpp.
References ossimAnnotationSource::allocate(), drawAnnotations(), drawBorders(), ossimImageData::getBuf(), ossimDataObject::getDataObjectStatus(), ossimImageData::getImageRectangle(), ossimImageData::getNumberOfBands(), ossimRectilinearDataObject::getScalarType(), ossimImageSource::getTile(), ossimImageData::loadBand(), ossimImageData::makeBlank(), min, OSSIM_EMPTY, OSSIM_UCHAR, ossimNotify(), ossimNotifyLevel_WARN, ossimImageData::setImageRectangle(), ossimImageSourceFilter::theInputConnection, ossimAnnotationSource::theTile, ossimRefPtr< T >::valid(), and ossimImageData::validate().
|
virtual |
Definition at line 3378 of file ossimMapCompositionSource.cpp.
References theTitleString.
|
virtual |
Definition at line 3383 of file ossimMapCompositionSource.cpp.
References theTitleColor.
|
virtual |
Definition at line 3405 of file ossimMapCompositionSource.cpp.
References theTitleFontInfo.
|
virtual |
Definition at line 3276 of file ossimMapCompositionSource.cpp.
References theTopBorderLength.
|
virtual |
Definition at line 3470 of file ossimMapCompositionSource.cpp.
References theTopGeographicLabelColor.
|
virtual |
Definition at line 3669 of file ossimMapCompositionSource.cpp.
References theTopGeographicLabelFlag.
|
virtual |
Definition at line 3358 of file ossimMapCompositionSource.cpp.
References theTopGeographicFormat.
|
virtual |
Definition at line 3649 of file ossimMapCompositionSource.cpp.
References theTopGeographicTickFlag.
|
virtual |
Definition at line 3523 of file ossimMapCompositionSource.cpp.
References theTopMeterLabelColor.
|
virtual |
Definition at line 3757 of file ossimMapCompositionSource.cpp.
References theTopMeterLabelFlag.
|
virtual |
Definition at line 3737 of file ossimMapCompositionSource.cpp.
References theTopMeterTickFlag.
|
protected |
Definition at line 1855 of file ossimMapCompositionSource.cpp.
References ossimImageSource::getBoundingRect(), ossimIrect::hasNans(), ossimIrect::makeNan(), ossimIrect::midPoint(), ossimImageSourceFilter::theInputConnection, theViewWidthHeight, ossimIrect::width(), ossimIpt::x, and ossimIpt::y.
Referenced by addGeographicBottomGridLabels(), addGeographicGridLines(), addGeographicGridReseaux(), addGeographicLeftGridLabels(), addGeographicRightGridLabels(), addMeterGridLabels(), addMeterGridLines(), addMeterGridReseaux(), computeBorderRects(), and getBoundingRect().
ossimIpt ossimMapCompositionSource::getViewWidthHeight | ( | ) | const |
Definition at line 3261 of file ossimMapCompositionSource.cpp.
References theViewWidthHeight.
void ossimMapCompositionSource::getViewWidthHeight | ( | ossimIpt & | widthHeight | ) | const |
Definition at line 3266 of file ossimMapCompositionSource.cpp.
References theViewWidthHeight.
|
virtual |
Will allow this source to initialize its data objects. If it needs to it should call its connection to get what it needs.
Reimplemented from ossimAnnotationSource.
Definition at line 548 of file ossimMapCompositionSource.cpp.
References computeBorderRects(), deleteFixedAnnotations(), ossimAnnotationSource::initialize(), layoutAnnotations(), ossimImageSourceFilter::theInputConnection, and ossimAnnotationSource::theTile.
|
protected |
Fetches the input connection's image geometry and verifies that it is a map projection.
Returns NULL if no valid projection found.
Definition at line 3789 of file ossimMapCompositionSource.cpp.
References ossimImageSource::getImageGeometry(), ossimImageGeometry::getProjection(), PTR_CAST, and ossimImageSourceFilter::theInputConnection.
Referenced by addGeographicBottomGridLabels(), addGeographicGridLines(), addGeographicGridReseaux(), addGeographicLeftGridLabels(), addGeographicRightGridLabels(), addMeterGridLabels(), addMeterGridLines(), and addMeterGridReseaux().
|
protectedvirtual |
Definition at line 522 of file ossimMapCompositionSource.cpp.
References addGeographicGridLines(), addGeographicGridReseaux(), addGridLabels(), addMeterGridLines(), addMeterGridReseaux(), addTitle(), deleteFixedAnnotations(), OSSIM_GRID_LINE, OSSIM_GRID_RESEAUX, theGeographicGridType, and theMeterGridType.
Referenced by initialize().
|
virtual |
Method to the load (recreate) the state of an object from a keyword list. Return true if ok or false on error.
Reimplemented from ossimAnnotationSource.
Definition at line 2819 of file ossimMapCompositionSource.cpp.
References ossimKeywordlist::find().
|
virtual |
Saves the current state of this object.
Reimplemented from ossimAnnotationSource.
Definition at line 2575 of file ossimMapCompositionSource.cpp.
References ossimKeywordlist::add().
|
virtual |
Definition at line 3455 of file ossimMapCompositionSource.cpp.
References theBorderColor.
Referenced by setProperty().
|
virtual |
Definition at line 3586 of file ossimMapCompositionSource.cpp.
References theBorderColor.
|
virtual |
Definition at line 3301 of file ossimMapCompositionSource.cpp.
References theBottomBorderLength.
Referenced by setProperty().
|
virtual |
Definition at line 3500 of file ossimMapCompositionSource.cpp.
References theBottomGeographicLabelColor.
Referenced by setGeographicLabelColor(), and setProperty().
void ossimMapCompositionSource::setBottomGeographicLabelFlag | ( | bool | flag | ) |
Definition at line 3634 of file ossimMapCompositionSource.cpp.
References theBottomGeographicLabelFlag.
Referenced by setProperty().
|
virtual |
Definition at line 284 of file ossimMapCompositionSource.cpp.
References theBottomGeographicFormat.
void ossimMapCompositionSource::setBottomGeographicTickMarkFlag | ( | bool | flag | ) |
Definition at line 3614 of file ossimMapCompositionSource.cpp.
References theBottomGeographicTickFlag.
Referenced by setGeographicTickMarkFlag(), and setProperty().
|
virtual |
Definition at line 3548 of file ossimMapCompositionSource.cpp.
References theBottomMeterLabelColor.
Referenced by setMeterLabelColor(), and setProperty().
|
virtual |
Definition at line 3722 of file ossimMapCompositionSource.cpp.
References theBottomMeterLabelFlag.
Referenced by setProperty().
|
virtual |
Definition at line 3702 of file ossimMapCompositionSource.cpp.
References theBottomMeterTickFlag.
Referenced by setMeterTickMarkFlag(), and setProperty().
|
virtual |
Definition at line 371 of file ossimMapCompositionSource.cpp.
References ossimFontFactoryRegistry::createFont(), ossimFontFactoryRegistry::instance(), theGeographicBottomLabelFont, and theGeographicBottomLabelFontInfo.
Referenced by setProperty().
|
virtual |
Definition at line 3490 of file ossimMapCompositionSource.cpp.
References theGeographicGridColor.
Referenced by setProperty().
|
virtual |
Definition at line 3581 of file ossimMapCompositionSource.cpp.
References theGeographicGridType.
Referenced by setProperty().
|
virtual |
Definition at line 3515 of file ossimMapCompositionSource.cpp.
References setBottomGeographicLabelColor(), setLeftGeographicLabelColor(), setRightGeographicLabelColor(), and setTopGeographicLabelColor().
|
virtual |
Definition at line 260 of file ossimMapCompositionSource.cpp.
References theBottomGeographicFormat, theLeftGeographicFormat, theRightGeographicFormat, and theTopGeographicFormat.
|
virtual |
Definition at line 387 of file ossimMapCompositionSource.cpp.
References ossimFontFactoryRegistry::createFont(), ossimFontFactoryRegistry::instance(), theGeographicLeftLabelFont, theGeographicLeftLabelFontInfo, and theGeographicRightLabelFontInfo.
Referenced by setProperty().
|
virtual |
Definition at line 403 of file ossimMapCompositionSource.cpp.
References ossimFontFactoryRegistry::createFont(), ossimFontFactoryRegistry::instance(), theGeographicRightLabelFont, and theGeographicRightLabelFontInfo.
Referenced by setProperty().
void ossimMapCompositionSource::setGeographicSpacing | ( | double | lat, |
double | lon | ||
) |
Definition at line 3342 of file ossimMapCompositionSource.cpp.
References ossimDpt::lat, ossimDpt::lon, and theGeographicSpacing.
void ossimMapCompositionSource::setGeographicSpacingLat | ( | double | value | ) |
Definition at line 3316 of file ossimMapCompositionSource.cpp.
References ossimDpt::lat, and theGeographicSpacing.
Referenced by setProperty().
void ossimMapCompositionSource::setGeographicSpacingLon | ( | double | value | ) |
Definition at line 3321 of file ossimMapCompositionSource.cpp.
References ossimDpt::lon, and theGeographicSpacing.
Referenced by setProperty().
void ossimMapCompositionSource::setGeographicTickMarkFlag | ( | bool | flag | ) |
Definition at line 3601 of file ossimMapCompositionSource.cpp.
References setBottomGeographicTickMarkFlag(), setLeftGeographicTickMarkFlag(), setRightGeographicTickMarkFlag(), and setTopGeographicTickMarkFlag().
|
virtual |
Definition at line 333 of file ossimMapCompositionSource.cpp.
Referenced by setProperty().
|
virtual |
Definition at line 3306 of file ossimMapCompositionSource.cpp.
References theLeftBorderLength.
Referenced by setProperty().
|
virtual |
Definition at line 3505 of file ossimMapCompositionSource.cpp.
References theLeftGeographicLabelColor.
Referenced by setGeographicLabelColor(), and setProperty().
void ossimMapCompositionSource::setLeftGeographicLabelFlag | ( | bool | flag | ) |
Definition at line 3639 of file ossimMapCompositionSource.cpp.
References theLeftGeographicLabelFlag.
Referenced by setProperty().
|
virtual |
Definition at line 296 of file ossimMapCompositionSource.cpp.
References theLeftGeographicFormat.
void ossimMapCompositionSource::setLeftGeographicTickMarkFlag | ( | bool | flag | ) |
Definition at line 3619 of file ossimMapCompositionSource.cpp.
References theLeftGeographicTickFlag.
Referenced by setGeographicTickMarkFlag(), and setProperty().
|
virtual |
Definition at line 3553 of file ossimMapCompositionSource.cpp.
References theLeftMeterLabelColor.
Referenced by setMeterLabelColor(), and setProperty().
|
virtual |
Definition at line 3727 of file ossimMapCompositionSource.cpp.
References theLeftMeterLabelFlag.
Referenced by setProperty().
|
virtual |
Definition at line 3707 of file ossimMapCompositionSource.cpp.
References theLeftMeterTickFlag.
Referenced by setMeterTickMarkFlag(), and setProperty().
|
virtual |
Definition at line 435 of file ossimMapCompositionSource.cpp.
References ossimFontFactoryRegistry::createFont(), ossimFontFactoryRegistry::instance(), theMeterBottomLabelFont, and theMeterBottomLabelFontInfo.
Referenced by setProperty().
|
virtual |
Definition at line 3571 of file ossimMapCompositionSource.cpp.
References theMeterGridColor.
Referenced by setProperty().
|
virtual |
Definition at line 3576 of file ossimMapCompositionSource.cpp.
References theMeterGridType.
Referenced by setProperty().
|
virtual |
Definition at line 3563 of file ossimMapCompositionSource.cpp.
References setBottomMeterLabelColor(), setLeftMeterLabelColor(), setRightMeterLabelColor(), and setTopMeterLabelColor().
|
virtual |
Definition at line 450 of file ossimMapCompositionSource.cpp.
References ossimFontFactoryRegistry::createFont(), ossimFontFactoryRegistry::instance(), theMeterLeftLabelFont, and theMeterLeftLabelFontInfo.
Referenced by setProperty().
|
virtual |
Definition at line 465 of file ossimMapCompositionSource.cpp.
References ossimFontFactoryRegistry::createFont(), ossimFontFactoryRegistry::instance(), theMeterRightLabelFont, and theMeterRightLabelFontInfo.
Referenced by setProperty().
void ossimMapCompositionSource::setMeterSpacing | ( | double | x, |
double | y | ||
) |
Definition at line 3336 of file ossimMapCompositionSource.cpp.
References theMeterSpacing, ossimDpt::x, x, ossimDpt::y, and y.
void ossimMapCompositionSource::setMeterSpacingX | ( | double | value | ) |
Definition at line 3326 of file ossimMapCompositionSource.cpp.
References theMeterSpacing, and ossimDpt::x.
Referenced by setProperty().
void ossimMapCompositionSource::setMeterSpacingY | ( | double | value | ) |
Definition at line 3331 of file ossimMapCompositionSource.cpp.
References theMeterSpacing, and ossimDpt::y.
Referenced by setProperty().
void ossimMapCompositionSource::setMeterTickMarkFlag | ( | bool | flag | ) |
Definition at line 3689 of file ossimMapCompositionSource.cpp.
References setBottomMeterTickMarkFlag(), setLeftMeterTickMarkFlag(), setRightMeterTickMarkFlag(), and setTopMeterTickMarkFlag().
|
virtual |
Definition at line 420 of file ossimMapCompositionSource.cpp.
References ossimFontFactoryRegistry::createFont(), ossimFontFactoryRegistry::instance(), theMeterTopLabelFont, and theMeterTopLabelFontInfo.
Referenced by setProperty().
|
virtual |
Reimplemented from ossimImageSourceFilter.
Definition at line 1923 of file ossimMapCompositionSource.cpp.
References ossimRefPtr< T >::get(), ossimBooleanProperty::getBoolean(), ossimColorProperty::getColor(), ossimFontProperty::getFontInformation(), ossimProperty::getName(), ossimContainerProperty::getProperty(), OSSIM_GRID_LINE, OSSIM_GRID_NONE, OSSIM_GRID_RESEAUX, PTR_CAST, setBorderColor(), setBottomBorderLength(), setBottomGeographicLabelColor(), setBottomGeographicLabelFlag(), setBottomGeographicTickMarkFlag(), setBottomMeterLabelColor(), setBottomMeterLabelFlag(), setBottomMeterTickMarkFlag(), setGeographicBottomLabelFont(), setGeographicGridColor(), setGeographicGridType(), setGeographicLeftLabelFont(), setGeographicRightLabelFont(), setGeographicSpacingLat(), setGeographicSpacingLon(), setGeographicTopLabelFont(), setLeftBorderLength(), setLeftGeographicLabelColor(), setLeftGeographicLabelFlag(), setLeftGeographicTickMarkFlag(), setLeftMeterLabelColor(), setLeftMeterLabelFlag(), setLeftMeterTickMarkFlag(), setMeterBottomLabelFont(), setMeterGridColor(), setMeterGridType(), setMeterLeftLabelFont(), setMeterRightLabelFont(), setMeterSpacingX(), setMeterSpacingY(), setMeterTopLabelFont(), ossimImageSourceFilter::setProperty(), setRightBorderLength(), setRightGeographicLabelColor(), setRightGeographicLabelFlag(), setRightGeographicTickMarkFlag(), setRightMeterLabelColor(), setRightMeterLabelFlag(), setRightMeterTickMarkFlag(), setTitle(), setTitleColor(), setTitleFont(), setTopBorderLength(), setTopGeographicLabelColor(), setTopGeographicLabelFlag(), setTopGeographicTickMarkFlag(), setTopMeterLabelColor(), setTopMeterLabelFlag(), setTopMeterTickMarkFlag(), setViewWidthHeight(), ossimRefPtr< T >::valid(), and ossimProperty::valueToString().
|
virtual |
Definition at line 3311 of file ossimMapCompositionSource.cpp.
References theRightBorderLength.
Referenced by setProperty().
|
virtual |
Definition at line 3510 of file ossimMapCompositionSource.cpp.
References theRightGeographicLabelColor.
Referenced by setGeographicLabelColor(), and setProperty().
void ossimMapCompositionSource::setRightGeographicLabelFlag | ( | bool | flag | ) |
Definition at line 3644 of file ossimMapCompositionSource.cpp.
References theRightGeographicLabelFlag.
Referenced by setProperty().
|
virtual |
Definition at line 308 of file ossimMapCompositionSource.cpp.
References theRightGeographicFormat.
void ossimMapCompositionSource::setRightGeographicTickMarkFlag | ( | bool | flag | ) |
Definition at line 3624 of file ossimMapCompositionSource.cpp.
References theRightGeographicTickFlag.
Referenced by setGeographicTickMarkFlag(), and setProperty().
|
virtual |
Definition at line 3558 of file ossimMapCompositionSource.cpp.
References theRightMeterLabelColor.
Referenced by setMeterLabelColor(), and setProperty().
|
virtual |
Definition at line 3732 of file ossimMapCompositionSource.cpp.
References theRightMeterLabelFlag.
Referenced by setProperty().
|
virtual |
Definition at line 3712 of file ossimMapCompositionSource.cpp.
References theRightMeterTickFlag.
Referenced by setMeterTickMarkFlag(), and setProperty().
|
virtual |
Definition at line 3396 of file ossimMapCompositionSource.cpp.
References theTitleString.
Referenced by setProperty().
|
virtual |
Definition at line 3388 of file ossimMapCompositionSource.cpp.
References theTitleColor.
Referenced by setProperty().
|
virtual |
Definition at line 318 of file ossimMapCompositionSource.cpp.
References ossimFontFactoryRegistry::createFont(), ossimFontFactoryRegistry::instance(), theTitleFont, and theTitleFontInfo.
Referenced by setProperty().
|
virtual |
Definition at line 3296 of file ossimMapCompositionSource.cpp.
References theTopBorderLength.
Referenced by setProperty().
|
virtual |
Definition at line 3495 of file ossimMapCompositionSource.cpp.
References theTopGeographicLabelColor.
Referenced by setGeographicLabelColor(), and setProperty().
void ossimMapCompositionSource::setTopGeographicLabelFlag | ( | bool | flag | ) |
Definition at line 3629 of file ossimMapCompositionSource.cpp.
References theTopGeographicLabelFlag.
Referenced by setProperty().
|
virtual |
Definition at line 275 of file ossimMapCompositionSource.cpp.
References theTopGeographicFormat.
void ossimMapCompositionSource::setTopGeographicTickMarkFlag | ( | bool | flag | ) |
Definition at line 3609 of file ossimMapCompositionSource.cpp.
References theTopGeographicTickFlag.
Referenced by setGeographicTickMarkFlag(), and setProperty().
|
virtual |
Definition at line 3543 of file ossimMapCompositionSource.cpp.
References theTopMeterLabelColor.
Referenced by setMeterLabelColor(), and setProperty().
|
virtual |
Definition at line 3717 of file ossimMapCompositionSource.cpp.
References theTopMeterLabelFlag.
Referenced by setProperty().
|
virtual |
Definition at line 3697 of file ossimMapCompositionSource.cpp.
References theTopMeterTickFlag.
Referenced by setMeterTickMarkFlag(), and setProperty().
void ossimMapCompositionSource::setViewWidthHeight | ( | const ossimIpt & | widthHeight | ) |
Definition at line 3271 of file ossimMapCompositionSource.cpp.
References theViewWidthHeight.
Referenced by setProperty().
|
protected |
Definition at line 208 of file ossimMapCompositionSource.h.
Referenced by drawBorders(), getBorderColor(), and setBorderColor().
|
protected |
Definition at line 282 of file ossimMapCompositionSource.h.
Referenced by computeBorderRects(), and drawBorders().
|
protected |
Definition at line 204 of file ossimMapCompositionSource.h.
Referenced by computeBorderRects(), getBottomBorderLength(), getBoundingRect(), and setBottomBorderLength().
|
protected |
Definition at line 254 of file ossimMapCompositionSource.h.
Referenced by addGeographicBottomGridLabels(), addMeterGridLabels(), getBottomGeographicLabelFormat(), setBottomGeographicLabelFormat(), and setGeographicLabelFormat().
|
protected |
Definition at line 223 of file ossimMapCompositionSource.h.
Referenced by addGeographicBottomGridLabels(), getBottomGeographicLabelColor(), getProperty(), and setBottomGeographicLabelColor().
|
protected |
Definition at line 261 of file ossimMapCompositionSource.h.
Referenced by addGeographicBottomGridLabels(), addMeterGridLabels(), getBottomGeographicLabelFlag(), getProperty(), and setBottomGeographicLabelFlag().
|
protected |
Definition at line 266 of file ossimMapCompositionSource.h.
Referenced by addGeographicBottomGridLabels(), getBottomGeographicTickMarkFlag(), getProperty(), and setBottomGeographicTickMarkFlag().
|
protected |
Definition at line 227 of file ossimMapCompositionSource.h.
Referenced by addMeterGridLabels(), getBottomMeterLabelColor(), and setBottomMeterLabelColor().
|
protected |
Definition at line 271 of file ossimMapCompositionSource.h.
Referenced by addMeterGridLabels(), getBottomMeterLabelFlag(), and setBottomMeterLabelFlag().
|
protected |
Definition at line 276 of file ossimMapCompositionSource.h.
Referenced by addMeterGridLabels(), getBottomMeterTickMarkFlag(), and setBottomMeterTickMarkFlag().
|
protected |
Definition at line 292 of file ossimMapCompositionSource.h.
Referenced by addFixedAnnotation(), deleteFixedAnnotations(), and drawAnnotations().
|
protected |
Definition at line 236 of file ossimMapCompositionSource.h.
Referenced by addGeographicBottomGridLabels(), addMeterGridLabels(), ossimMapCompositionSource(), setGeographicBottomLabelFont(), and ~ossimMapCompositionSource().
|
protected |
Definition at line 235 of file ossimMapCompositionSource.h.
Referenced by addGeographicBottomGridLabels(), getGeographicBottomLabelFontInfo(), getProperty(), ossimMapCompositionSource(), and setGeographicBottomLabelFont().
|
protected |
Definition at line 210 of file ossimMapCompositionSource.h.
Referenced by addGeographicGridLines(), addGeographicGridReseaux(), getGeographicGridColor(), and setGeographicGridColor().
|
protected |
Definition at line 201 of file ossimMapCompositionSource.h.
Referenced by getGeographicGridType(), layoutAnnotations(), and setGeographicGridType().
|
protected |
Definition at line 238 of file ossimMapCompositionSource.h.
Referenced by addGeographicLeftGridLabels(), addMeterGridLabels(), ossimMapCompositionSource(), setGeographicLeftLabelFont(), and ~ossimMapCompositionSource().
|
protected |
Definition at line 237 of file ossimMapCompositionSource.h.
Referenced by addGeographicLeftGridLabels(), getGeographicLeftLabelFontInfo(), getProperty(), ossimMapCompositionSource(), and setGeographicLeftLabelFont().
|
protected |
Definition at line 240 of file ossimMapCompositionSource.h.
Referenced by addGeographicRightGridLabels(), addMeterGridLabels(), ossimMapCompositionSource(), setGeographicRightLabelFont(), and ~ossimMapCompositionSource().
|
protected |
Definition at line 239 of file ossimMapCompositionSource.h.
Referenced by addGeographicRightGridLabels(), getGeographicRightLabelFontInfo(), getProperty(), ossimMapCompositionSource(), setGeographicLeftLabelFont(), and setGeographicRightLabelFont().
|
protected |
Definition at line 287 of file ossimMapCompositionSource.h.
Referenced by addGeographicBottomGridLabels(), addGeographicGridLines(), addGeographicGridReseaux(), addGeographicLeftGridLabels(), addGeographicRightGridLabels(), getGeographicSpacing(), setGeographicSpacing(), setGeographicSpacingLat(), and setGeographicSpacingLon().
|
protected |
Definition at line 234 of file ossimMapCompositionSource.h.
Referenced by addMeterGridLabels(), ossimMapCompositionSource(), and ~ossimMapCompositionSource().
|
protected |
Definition at line 233 of file ossimMapCompositionSource.h.
Referenced by getGeographicTopLabelFontInfo(), getProperty(), and ossimMapCompositionSource().
|
protected |
Definition at line 283 of file ossimMapCompositionSource.h.
Referenced by computeBorderRects(), and drawBorders().
|
protected |
Definition at line 205 of file ossimMapCompositionSource.h.
Referenced by computeBorderRects(), getBoundingRect(), getLeftBorderLength(), and setLeftBorderLength().
|
protected |
Definition at line 255 of file ossimMapCompositionSource.h.
Referenced by addGeographicLeftGridLabels(), addMeterGridLabels(), getLeftGeographicLabelFormat(), setGeographicLabelFormat(), and setLeftGeographicLabelFormat().
|
protected |
Definition at line 224 of file ossimMapCompositionSource.h.
Referenced by addGeographicLeftGridLabels(), getLeftGeographicLabelColor(), getProperty(), and setLeftGeographicLabelColor().
|
protected |
Definition at line 262 of file ossimMapCompositionSource.h.
Referenced by addGeographicLeftGridLabels(), addMeterGridLabels(), getLeftGeographicLabelFlag(), getProperty(), and setLeftGeographicLabelFlag().
|
protected |
Definition at line 267 of file ossimMapCompositionSource.h.
Referenced by addGeographicLeftGridLabels(), getLeftGeographicTickMarkFlag(), getProperty(), and setLeftGeographicTickMarkFlag().
|
protected |
Definition at line 228 of file ossimMapCompositionSource.h.
Referenced by addMeterGridLabels(), getLeftMeterLabelColor(), and setLeftMeterLabelColor().
|
protected |
Definition at line 272 of file ossimMapCompositionSource.h.
Referenced by addMeterGridLabels(), getLeftMeterLabelFlag(), and setLeftMeterLabelFlag().
|
protected |
Definition at line 277 of file ossimMapCompositionSource.h.
Referenced by addMeterGridLabels(), getLeftMeterTickMarkFlag(), and setLeftMeterTickMarkFlag().
|
protected |
Definition at line 245 of file ossimMapCompositionSource.h.
Referenced by addMeterGridLabels(), ossimMapCompositionSource(), setMeterBottomLabelFont(), and ~ossimMapCompositionSource().
|
protected |
Definition at line 244 of file ossimMapCompositionSource.h.
Referenced by addMeterGridLabels(), getMeterBottomLabelFontInfo(), ossimMapCompositionSource(), and setMeterBottomLabelFont().
|
protected |
Definition at line 211 of file ossimMapCompositionSource.h.
Referenced by addMeterGridLines(), addMeterGridReseaux(), getMeterGridColor(), and setMeterGridColor().
|
protected |
Definition at line 200 of file ossimMapCompositionSource.h.
Referenced by getMeterGridType(), layoutAnnotations(), and setMeterGridType().
|
protected |
Definition at line 247 of file ossimMapCompositionSource.h.
Referenced by addMeterGridLabels(), ossimMapCompositionSource(), setMeterLeftLabelFont(), and ~ossimMapCompositionSource().
|
protected |
Definition at line 246 of file ossimMapCompositionSource.h.
Referenced by addMeterGridLabels(), getMeterLeftLabelFontInfo(), ossimMapCompositionSource(), and setMeterLeftLabelFont().
|
protected |
Definition at line 249 of file ossimMapCompositionSource.h.
Referenced by addMeterGridLabels(), ossimMapCompositionSource(), setMeterRightLabelFont(), and ~ossimMapCompositionSource().
|
protected |
Definition at line 248 of file ossimMapCompositionSource.h.
Referenced by addMeterGridLabels(), getMeterRightLabelFontInfo(), ossimMapCompositionSource(), and setMeterRightLabelFont().
|
protected |
Definition at line 290 of file ossimMapCompositionSource.h.
Referenced by addMeterGridLabels(), addMeterGridLines(), addMeterGridReseaux(), getMeterSpacing(), setMeterSpacing(), setMeterSpacingX(), and setMeterSpacingY().
|
protected |
Definition at line 243 of file ossimMapCompositionSource.h.
Referenced by addMeterGridLabels(), ossimMapCompositionSource(), setMeterTopLabelFont(), and ~ossimMapCompositionSource().
|
protected |
Definition at line 242 of file ossimMapCompositionSource.h.
Referenced by addMeterGridLabels(), getMeterTopLabelFontInfo(), ossimMapCompositionSource(), and setMeterTopLabelFont().
|
protected |
Definition at line 284 of file ossimMapCompositionSource.h.
Referenced by computeBorderRects(), and drawBorders().
|
protected |
Definition at line 206 of file ossimMapCompositionSource.h.
Referenced by computeBorderRects(), getBoundingRect(), getRightBorderLength(), and setRightBorderLength().
|
protected |
Definition at line 256 of file ossimMapCompositionSource.h.
Referenced by addGeographicRightGridLabels(), addMeterGridLabels(), getRightGeographicLabelFormat(), setGeographicLabelFormat(), and setRightGeographicLabelFormat().
|
protected |
Definition at line 225 of file ossimMapCompositionSource.h.
Referenced by addGeographicRightGridLabels(), getProperty(), getRightGeographicLabelColor(), and setRightGeographicLabelColor().
|
protected |
Definition at line 263 of file ossimMapCompositionSource.h.
Referenced by addGeographicRightGridLabels(), addMeterGridLabels(), getProperty(), getRightGeographicLabelFlag(), and setRightGeographicLabelFlag().
|
protected |
Definition at line 268 of file ossimMapCompositionSource.h.
Referenced by addGeographicRightGridLabels(), getProperty(), getRightGeographicTickMarkFlag(), and setRightGeographicTickMarkFlag().
|
protected |
Definition at line 229 of file ossimMapCompositionSource.h.
Referenced by addMeterGridLabels(), getRightMeterLabelColor(), and setRightMeterLabelColor().
|
protected |
Definition at line 273 of file ossimMapCompositionSource.h.
Referenced by addMeterGridLabels(), getRightMeterLabelFlag(), and setRightMeterLabelFlag().
|
protected |
Definition at line 278 of file ossimMapCompositionSource.h.
Referenced by addMeterGridLabels(), getRightMeterTickMarkFlag(), and setRightMeterTickMarkFlag().
|
protected |
Definition at line 218 of file ossimMapCompositionSource.h.
Referenced by addTitle(), getTitleColor(), and setTitleColor().
|
protected |
Definition at line 216 of file ossimMapCompositionSource.h.
Referenced by addTitle(), ossimMapCompositionSource(), setTitleFont(), and ~ossimMapCompositionSource().
|
protected |
Definition at line 217 of file ossimMapCompositionSource.h.
Referenced by addTitle(), getTitleFont(), ossimMapCompositionSource(), and setTitleFont().
|
protected |
Definition at line 215 of file ossimMapCompositionSource.h.
Referenced by addTitle(), getTitle(), and setTitle().
|
protected |
Definition at line 281 of file ossimMapCompositionSource.h.
Referenced by addTitle(), computeBorderRects(), and drawBorders().
|
protected |
Definition at line 203 of file ossimMapCompositionSource.h.
Referenced by computeBorderRects(), getBoundingRect(), getTopBorderLength(), and setTopBorderLength().
|
protected |
Definition at line 253 of file ossimMapCompositionSource.h.
Referenced by addMeterGridLabels(), getTopGeographicLabelFormat(), setGeographicLabelFormat(), and setTopGeographicLabelFormat().
|
protected |
Definition at line 222 of file ossimMapCompositionSource.h.
Referenced by getProperty(), getTopGeographicLabelColor(), and setTopGeographicLabelColor().
|
protected |
Definition at line 260 of file ossimMapCompositionSource.h.
Referenced by addMeterGridLabels(), getProperty(), getTopGeographicLabelFlag(), and setTopGeographicLabelFlag().
|
protected |
Definition at line 265 of file ossimMapCompositionSource.h.
Referenced by getProperty(), getTopGeographicTickMarkFlag(), and setTopGeographicTickMarkFlag().
|
protected |
Definition at line 226 of file ossimMapCompositionSource.h.
Referenced by addMeterGridLabels(), getTopMeterLabelColor(), and setTopMeterLabelColor().
|
protected |
Definition at line 270 of file ossimMapCompositionSource.h.
Referenced by addMeterGridLabels(), getTopMeterLabelFlag(), and setTopMeterLabelFlag().
|
protected |
Definition at line 275 of file ossimMapCompositionSource.h.
Referenced by addMeterGridLabels(), getTopMeterTickMarkFlag(), and setTopMeterTickMarkFlag().
|
protected |
Definition at line 199 of file ossimMapCompositionSource.h.
Referenced by getProperty(), getViewingRect(), getViewWidthHeight(), ossimMapCompositionSource(), and setViewWidthHeight().