public class StyleMappingRow extends UserMappingRow
columns, columnTypes, table, values| Modifier | Constructor and Description |
|---|---|
|
StyleMappingRow(StyleMappingRow styleMappingRow)
Copy Constructor
|
protected |
StyleMappingRow(StyleMappingTable table)
Constructor to create an empty row
|
|
StyleMappingRow(UserCustomRow userCustomRow)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
StyleMappingRow |
copy()
Copy the row
|
GeometryType |
getGeometryType()
Get the geometry type
|
String |
getGeometryTypeName()
Get the geometry type name
|
UserCustomColumn |
getGeometryTypeNameColumn()
Get the geometry type name column
|
int |
getGeometryTypeNameColumnIndex()
Get the geometry type name column index
|
StyleMappingTable |
getTable() |
void |
setGeometryType(GeometryType geometryType)
Set the geometry type
|
getBaseId, getBaseIdColumn, getBaseIdColumnIndex, getRelatedId, getRelatedIdColumn, getRelatedIdColumnIndex, setBaseId, setRelatedIdgetColumnscolumnToContentValue, isValid, setValid, toContentValues, toContentValuescolumnCount, copyValue, getAsMap, getColumn, getColumn, getColumnIndex, getColumnName, getColumnNames, getId, getPkColumn, getPkColumnIndex, getRowColumnType, getRowColumnType, getRowColumnTypes, getValue, getValue, getValues, getValueString, getValueString, hasColumn, hasId, hasIdColumn, resetId, setId, setValue, setValue, validateValueprotected StyleMappingRow(StyleMappingTable table)
table - style mapping tablepublic StyleMappingRow(UserCustomRow userCustomRow)
userCustomRow - user custom rowpublic StyleMappingRow(StyleMappingRow styleMappingRow)
styleMappingRow - style mapping row to copypublic StyleMappingTable getTable()
getTable in class UserMappingRowpublic int getGeometryTypeNameColumnIndex()
public UserCustomColumn getGeometryTypeNameColumn()
public String getGeometryTypeName()
public GeometryType getGeometryType()
public void setGeometryType(GeometryType geometryType)
geometryType - geometry typepublic StyleMappingRow copy()
copy in class UserMappingRow