|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.partnersoft.maps.translator.MapDataDerivation
public class MapDataDerivation
The increasingly complicated configuration for labelling.
| Field Summary | |
|---|---|
float |
adjustmentX
|
float |
adjustmentY
|
boolean |
autoRotatePosition
|
boolean |
autoRotateText
|
boolean |
convertToPoint
|
boolean |
includeData
|
boolean |
keepUpright
|
java.lang.String |
labelGraphicType
|
float |
minimumLength
|
int |
offsetX
|
java.lang.String |
offsetXField
|
int |
offsetY
|
java.lang.String |
offsetYField
|
float |
rotation
|
java.lang.String |
rotationField
|
boolean |
scatter
|
int |
scatterGridColumns
|
float |
scatterGridSize
|
float |
scatterOffsetX
|
float |
scatterOffsetY
|
static int |
SECTION_CENTER
|
static int |
SECTION_CENTROID
|
static int |
SECTION_END
|
static int |
SECTION_START
|
float |
sectionLength
|
java.lang.String |
sectionPlacement
|
int |
sectionPlacementCode
|
NameSet |
sourceGraphicTypes
|
java.lang.String |
textField
|
java.lang.String |
textFormat
|
java.lang.String |
textJustification
|
Namer |
textNamer
|
java.lang.String |
xField
|
java.lang.String |
yField
|
| Constructor Summary | |
|---|---|
MapDataDerivation()
|
|
MapDataDerivation(Cog newState)
|
|
| Method Summary | |
|---|---|
float |
getAdjustmentX()
Gets the value of adjustmentX |
float |
getAdjustmentY()
Gets the value of adjustmentY |
boolean |
getConvertToPoint()
|
boolean |
getIncludeData()
|
boolean |
getKeepUpright()
|
java.lang.String |
getLabelGraphicType()
|
float |
getMinimumLength()
Gets the value of minimumLength |
int |
getOffsetX()
Gets the value of offsetX |
java.lang.String |
getOffsetXField()
Gets the value of offsetXField |
int |
getOffsetY()
Gets the value of offsetY |
java.lang.String |
getOffsetYField()
Gets the value of offsetYField |
float |
getRotation()
Gets the value of rotation |
java.lang.String |
getRotationField()
Gets the value of rotationField |
int |
getScatterGridColumns()
Gets the value of scatterGridColumns |
float |
getScatterGridSize()
Gets the value of scatterGridSize |
float |
getScatterOffsetX()
Gets the value of scatterOffsetX |
float |
getScatterOffsetY()
Gets the value of scatterOffsetY |
float |
getSectionLength()
Gets the value of sectionLength |
java.lang.String |
getSectionPlacement()
Gets the value of sectionPlacement |
java.util.Set |
getSourceGraphicTypes()
Gets the value of graphicTypes |
java.lang.String |
getTextField()
Gets the value of field |
java.lang.String |
getTextFormat()
Gets the value of textFormat |
java.lang.String |
getTextJustification()
Gets the value of textJustification |
java.lang.String |
getXField()
Gets the value of xField |
java.lang.String |
getYField()
Gets the value of yField |
boolean |
isAutoRotatePosition()
Gets the value of autoRotatePosition |
boolean |
isAutoRotateText()
Gets the value of autoRotateText |
boolean |
isScatter()
Gets the value of scatter |
void |
setAdjustmentX(float argAdjustmentX)
Sets the value of adjustmentX |
void |
setAdjustmentY(float argAdjustmentY)
Sets the value of adjustmentY |
void |
setAutoRotatePosition(boolean argAutoRotatePosition)
Sets the value of autoRotatePosition |
void |
setAutoRotateText(boolean argAutoRotateText)
Sets the value of autoRotateText |
void |
setConvertToPoint(boolean tizit)
|
void |
setIncludeData(boolean tizit)
|
void |
setKeepUpright(boolean tizit)
|
void |
setLabelGraphicType(java.lang.String argGraphicTypeName)
Sets the value of graphicTypeName |
void |
setMinimumLength(float argMinimumLength)
Sets the value of minimumLength |
void |
setOffsetX(int argOffsetX)
Sets the value of offsetX |
void |
setOffsetXField(java.lang.String argOffsetXField)
Sets the value of offsetXField |
void |
setOffsetY(int argOffsetY)
Sets the value of offsetY |
void |
setOffsetYField(java.lang.String argOffsetYField)
Sets the value of offsetYField |
void |
setRotation(float argRotation)
Sets the value of rotation |
void |
setRotationField(java.lang.String argRotationField)
Sets the value of rotationField |
void |
setScatter(boolean argScatter)
Sets the value of scatter |
void |
setScatterGridColumns(int argScatterGridColumns)
Sets the value of scatterGridColumns |
void |
setScatterGridSize(float argScatterGridSize)
Sets the value of scatterGridSize |
void |
setScatterOffsetX(float argScatterOffsetX)
Sets the value of scatterOffsetX |
void |
setScatterOffsetY(float argScatterOffsetY)
Sets the value of scatterOffsetY |
void |
setSectionLength(float argSectionLength)
Sets the value of sectionLength |
void |
setSectionPlacement(java.lang.String newPlacement)
Sets the value of sectionPlacement |
void |
setSourceGraphicTypes(java.util.Set argGraphicTypes)
Sets the value of graphicTypes |
void |
setTextField(java.lang.String argField)
Sets the value of field |
void |
setTextFormat(java.lang.String argTextFormat)
Sets the value of textFormat |
void |
setTextJustification(java.lang.String argTextJustification)
Sets the value of textJustification |
void |
setXField(java.lang.String argXField)
Sets the value of xField |
void |
setYField(java.lang.String argYField)
Sets the value of yField |
Cog |
toCog()
Returns the complete internal state of this object in the form of a Cog. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final int SECTION_START
public static final int SECTION_CENTER
public static final int SECTION_END
public static final int SECTION_CENTROID
public NameSet sourceGraphicTypes
public java.lang.String textField
public java.lang.String labelGraphicType
public java.lang.String textJustification
public int offsetX
public int offsetY
public float rotation
public float adjustmentX
public float adjustmentY
public java.lang.String xField
public java.lang.String yField
public java.lang.String offsetXField
public java.lang.String offsetYField
public java.lang.String rotationField
public boolean keepUpright
public boolean autoRotateText
public boolean autoRotatePosition
public boolean convertToPoint
public boolean includeData
public float minimumLength
public float sectionLength
public java.lang.String sectionPlacement
public java.lang.String textFormat
public boolean scatter
public float scatterOffsetX
public float scatterOffsetY
public int scatterGridColumns
public float scatterGridSize
public transient int sectionPlacementCode
public transient Namer textNamer
| Constructor Detail |
|---|
public MapDataDerivation()
public MapDataDerivation(Cog newState)
| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Objectpublic Cog toCog()
CoggableCog.
toCog in interface Coggablepublic boolean getKeepUpright()
public void setKeepUpright(boolean tizit)
public boolean getConvertToPoint()
public void setConvertToPoint(boolean tizit)
public boolean getIncludeData()
public void setIncludeData(boolean tizit)
public boolean isAutoRotateText()
public void setAutoRotateText(boolean argAutoRotateText)
argAutoRotateText - Value to assign to this.autoRotateTextpublic boolean isAutoRotatePosition()
public void setAutoRotatePosition(boolean argAutoRotatePosition)
argAutoRotatePosition - Value to assign to this.autoRotatePositionpublic java.lang.String getTextJustification()
public void setTextJustification(java.lang.String argTextJustification)
argTextJustification - Value to assign to this.textJustificationpublic java.lang.String getTextFormat()
public void setTextFormat(java.lang.String argTextFormat)
argTextFormat - Value to assign to this.textFormatpublic java.lang.String getSectionPlacement()
public void setSectionPlacement(java.lang.String newPlacement)
public java.util.Set getSourceGraphicTypes()
public void setSourceGraphicTypes(java.util.Set argGraphicTypes)
public java.lang.String getTextField()
public void setTextField(java.lang.String argField)
argField - Value to assign to this.fieldpublic java.lang.String getLabelGraphicType()
public void setLabelGraphicType(java.lang.String argGraphicTypeName)
argGraphicTypeName - Value to assign to this.graphicTypeNamepublic int getOffsetX()
public void setOffsetX(int argOffsetX)
argOffsetX - Value to assign to this.offsetXpublic int getOffsetY()
public void setOffsetY(int argOffsetY)
argOffsetY - Value to assign to this.offsetYpublic float getRotation()
public void setRotation(float argRotation)
argRotation - Value to assign to this.rotationpublic float getMinimumLength()
public void setMinimumLength(float argMinimumLength)
argMinimumLength - Value to assign to this.minimumLengthpublic float getSectionLength()
public void setSectionLength(float argSectionLength)
argSectionLength - Value to assign to this.sectionLengthpublic java.lang.String getXField()
public void setXField(java.lang.String argXField)
argXField - Value to assign to this.xFieldpublic java.lang.String getYField()
public void setYField(java.lang.String argYField)
argYField - Value to assign to this.yFieldpublic java.lang.String getOffsetXField()
public void setOffsetXField(java.lang.String argOffsetXField)
argOffsetXField - Value to assign to this.offsetXFieldpublic java.lang.String getOffsetYField()
public void setOffsetYField(java.lang.String argOffsetYField)
argOffsetYField - Value to assign to this.offsetYFieldpublic java.lang.String getRotationField()
public void setRotationField(java.lang.String argRotationField)
argRotationField - Value to assign to this.rotationFieldpublic float getAdjustmentX()
public void setAdjustmentX(float argAdjustmentX)
argAdjustmentX - Value to assign to this.adjustmentXpublic float getAdjustmentY()
public void setAdjustmentY(float argAdjustmentY)
argAdjustmentY - Value to assign to this.adjustmentYpublic boolean isScatter()
public void setScatter(boolean argScatter)
argScatter - Value to assign to this.scatterpublic float getScatterOffsetX()
public void setScatterOffsetX(float argScatterOffsetX)
argScatterOffsetX - Value to assign to this.scatterOffsetXpublic float getScatterOffsetY()
public void setScatterOffsetY(float argScatterOffsetY)
argScatterOffsetY - Value to assign to this.scatterOffsetYpublic int getScatterGridColumns()
public void setScatterGridColumns(int argScatterGridColumns)
argScatterGridColumns - Value to assign to this.scatterGridColumnspublic float getScatterGridSize()
public void setScatterGridSize(float argScatterGridSize)
argScatterGridSize - Value to assign to this.scatterGridSize
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||