Uses of Class
org.gvsig.vcsgis.lib.workspace.tables.EntitiesTable.EntityRow
Packages that use EntitiesTable.EntityRow
-
Uses of EntitiesTable.EntityRow in org.gvsig.vcsgis.lib.workspace
Methods in org.gvsig.vcsgis.lib.workspace that return EntitiesTable.EntityRowModifier and TypeMethodDescriptionVCSGisWorkspaceImpl.getWorkspaceEntity(String entity) VCSGisWorkspaceImpl.getWorkspaceEntityByCode(String code) VCSGisWorkspaceImpl.getWorkspaceEntityByName(String name) Method parameters in org.gvsig.vcsgis.lib.workspace with type arguments of type EntitiesTable.EntityRowModifier and TypeMethodDescriptionfinal voidVCSGisWorkspaceImpl.reloadWorkspaceEntities(Map<String, EntitiesTable.EntityRow> localEntities) -
Uses of EntitiesTable.EntityRow in org.gvsig.vcsgis.lib.workspace.tables
Methods in org.gvsig.vcsgis.lib.workspace.tables that return EntitiesTable.EntityRowModifier and TypeMethodDescriptionEntitiesTable.getByEntityCode(VCSGisWorkspace workspace, String entityCode) EntitiesTable.getByEntityName(VCSGisWorkspace workspace, String entityName) EntitiesTable.EntityRow.setDataTableName(String dataTableName) EntitiesTable.EntityRow.setDescription(String description) EntitiesTable.EntityRow.setEntityCode(String code) EntitiesTable.EntityRow.setEntityName(String entityName) EntitiesTable.EntityRow.setFeatureIdFieldName(String name) EntitiesTable.EntityRow.setFeatureType(org.gvsig.fmap.dal.feature.FeatureType featureType) EntitiesTable.EntityRow.setFeatureTypeAsJson(String json) EntitiesTable.EntityRow.setFieldForLabel(String fieldForLabel) EntitiesTable.EntityRow.setGeometryFieldName(String name) EntitiesTable.EntityRow.setLocalRevisionCode(String code) EntitiesTable.EntityRow.setRepositoryRevisionCode(String code)