Class DataRepoTable
java.lang.Object
org.gvsig.vcsgis.lib.repository.localdb.tables.AbstractRepoTable
org.gvsig.vcsgis.lib.repository.localdb.tables.DataRepoTable
- Author:
- gvSIG Team
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class org.gvsig.vcsgis.lib.repository.localdb.tables.AbstractRepoTable
AbstractRepoTable.AbstractRow -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final intstatic final StringFields inherited from class org.gvsig.vcsgis.lib.repository.localdb.tables.AbstractRepoTable
LOGGER -
Constructor Summary
ConstructorsConstructorDescriptionDataRepoTable(String dataTableName, org.gvsig.crs.projection.lib.Projection crs) -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanstatic final org.gvsig.fmap.dal.feature.FeatureTypestatic final org.gvsig.fmap.dal.feature.FeatureTypefeatureType(org.gvsig.crs.projection.lib.Projection crs, org.gvsig.fmap.geom.primitive.Envelope tablebbox) org.gvsig.tools.dispose.DisposableIterable<org.gvsig.fmap.dal.feature.Feature> getDataOfEntityFromEfectiveDate(VCSGisRepositoryLocaldbImpl repository, String dataTableName, String entityCode, Timestamp efectiveDate, org.gvsig.fmap.geom.Geometry roi) org.gvsig.tools.dispose.DisposableIterable<org.gvsig.fmap.dal.feature.Feature> getDataOfEntityFromFeatureRelatedCode(VCSGisRepositoryLocaldbImpl repository, String dataTableName, String entityCode, String featureRelatedCode) org.gvsig.tools.dispose.DisposableIterable<org.gvsig.fmap.dal.feature.Feature> getDataOfEntityFromRevisionNumber(VCSGisRepositoryLocaldbImpl repository, String dataTableName, String entityCode, long revnumber) org.gvsig.tools.dispose.DisposableIterable<org.gvsig.fmap.dal.feature.Feature> getDataOfEntityToRevisionNumber(VCSGisRepositoryLocaldbImpl repository, String dataTableName, String entityCode, long revnumber, org.gvsig.fmap.geom.Geometry roi) org.gvsig.tools.dispose.DisposableIterable<org.gvsig.fmap.dal.feature.Feature> getDataOfRevisions(VCSGisRepositoryLocaldbImpl repository, String dataTableName, String entityCode, long revnumber1, long revnumber2) getLastDataOfRecord(VCSGisRepositoryLocaldbImpl repository, String dataTableName, String recordCode) Methods inherited from class org.gvsig.vcsgis.lib.repository.localdb.tables.AbstractRepoTable
getFeatureType, getTableName
-
Field Details
-
TABLE_NAME
- See Also:
-
COD_DATA
- See Also:
-
COD_ENTITY
- See Also:
-
COD_REVISION
- See Also:
-
DATA_REVNUMBER
- See Also:
-
DATA_EFECTIVEDATE
- See Also:
-
DATA_OPERATION
- See Also:
-
DATA_FEATURERELATEDCODE
- See Also:
-
DATA_GEOM
- See Also:
-
DATA_DATA
- See Also:
-
DATA_SIZE
public static final int DATA_SIZE- See Also:
-
CHECKOUT_ALGORITHM_USESELECT
- See Also:
-
CHECKOUT_ALGORITHM_USEAPPFILTER
- See Also:
-
CHECKOUT_ALGORITHM_USEDBFUNCTION
- See Also:
-
-
Constructor Details
-
DataRepoTable
-
-
Method Details
-
getDataOfRevisions
public org.gvsig.tools.dispose.DisposableIterable<org.gvsig.fmap.dal.feature.Feature> getDataOfRevisions(VCSGisRepositoryLocaldbImpl repository, String dataTableName, String entityCode, long revnumber1, long revnumber2) -
getDataOfEntityFromRevisionNumber
public org.gvsig.tools.dispose.DisposableIterable<org.gvsig.fmap.dal.feature.Feature> getDataOfEntityFromRevisionNumber(VCSGisRepositoryLocaldbImpl repository, String dataTableName, String entityCode, long revnumber) -
getDataOfEntityToRevisionNumber
public org.gvsig.tools.dispose.DisposableIterable<org.gvsig.fmap.dal.feature.Feature> getDataOfEntityToRevisionNumber(VCSGisRepositoryLocaldbImpl repository, String dataTableName, String entityCode, long revnumber, org.gvsig.fmap.geom.Geometry roi) -
getDataOfEntityFromEfectiveDate
public org.gvsig.tools.dispose.DisposableIterable<org.gvsig.fmap.dal.feature.Feature> getDataOfEntityFromEfectiveDate(VCSGisRepositoryLocaldbImpl repository, String dataTableName, String entityCode, Timestamp efectiveDate, org.gvsig.fmap.geom.Geometry roi) -
getLastDataOfRecord
public DataRepoTable.DataRepoRow getLastDataOfRecord(VCSGisRepositoryLocaldbImpl repository, String dataTableName, String recordCode) -
featureType
public static final org.gvsig.fmap.dal.feature.FeatureType featureType() -
featureType
public static final org.gvsig.fmap.dal.feature.FeatureType featureType(org.gvsig.crs.projection.lib.Projection crs, org.gvsig.fmap.geom.primitive.Envelope tablebbox) -
canUpdate
-
canDelete
-
getDataOfEntityFromFeatureRelatedCode
public org.gvsig.tools.dispose.DisposableIterable<org.gvsig.fmap.dal.feature.Feature> getDataOfEntityFromFeatureRelatedCode(VCSGisRepositoryLocaldbImpl repository, String dataTableName, String entityCode, String featureRelatedCode)
-