Package org.gvsig.vcsgis.lib
Interface VCSGisEntity
- All Superinterfaces:
org.gvsig.tools.util.LabeledValue<VCSGisEntity>,org.gvsig.json.SupportToJson
- All Known Subinterfaces:
VCSGisEntityEditable,VCSGisWorkspaceEntity
public interface VCSGisEntity
extends org.gvsig.tools.util.LabeledValue<VCSGisEntity>, org.gvsig.json.SupportToJson
- Author:
- gvSIG Team
-
Method Summary
Modifier and TypeMethodDescriptionvoidcopyto(VCSGisEntityEditable entity) Return a list of string with the categories associted to this entity.org.gvsig.tools.dynobject.TagsgetCategoryTags(String category) getCRS()org.gvsig.crs.projection.lib.Projectionorg.gvsig.fmap.dal.feature.FeatureTypegetLabel()intbooleanisAuthorized(VCSGisUser user, String operation) booleanMethods inherited from interface org.gvsig.tools.util.LabeledValue
getValue, toStringMethods inherited from interface org.gvsig.json.SupportToJson
toJson, toJson, toJsonBuilder, toJsonBuilder
-
Method Details
-
getEntityCode
String getEntityCode() -
getRepositoryRevisionCode
String getRepositoryRevisionCode() -
getEntityName
String getEntityName() -
getDataTableName
String getDataTableName() -
getGeometryFieldName
String getGeometryFieldName() -
getFeatureIdFieldName
String getFeatureIdFieldName() -
getDescription
String getDescription() -
getFieldForLabel
String getFieldForLabel() -
getFeatureType
org.gvsig.fmap.dal.feature.FeatureType getFeatureType() -
getFeatureTypeAsJson
String getFeatureTypeAsJson() -
getUserCode
String getUserCode() -
getTopologyPlanCode
String getTopologyPlanCode() -
getCategory
String getCategory() -
getCategoriesAsList
Return a list of string with the categories associted to this entity. If this entity has not categories, return an enity list.- Returns:
- list of categories, empty if not has categories
-
getFirstCategory
String getFirstCategory() -
getAuthorizations
String getAuthorizations() -
getTopologyPlanMode
int getTopologyPlanMode() -
copyto
-
getLabel
String getLabel()- Specified by:
getLabelin interfaceorg.gvsig.tools.util.LabeledValue<VCSGisEntity>
-
getLabelOrName
String getLabelOrName() -
isAuthorized
-
getResources
String getResources() -
getDataModels
String getDataModels() -
getDataModelsAsList
-
getCRS
String getCRS() -
getCRSAsProjection
org.gvsig.crs.projection.lib.Projection getCRSAsProjection() -
getCategoryTags
-
getCustomData
String getCustomData() -
isLinkedTable
boolean isLinkedTable() -
getLinkedRepository
VCSGisRepository getLinkedRepository() -
getFirstDataModel
String getFirstDataModel()
-