Class TopologyplanRepoTable
java.lang.Object
org.gvsig.vcsgis.lib.repository.localdb.tables.AbstractRepoTable
org.gvsig.vcsgis.lib.repository.localdb.tables.TopologyplanRepoTable
- 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
FieldsFields inherited from class org.gvsig.vcsgis.lib.repository.localdb.tables.AbstractRepoTable
LOGGER -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic final org.gvsig.fmap.dal.feature.FeatureTypeorg.gvsig.fmap.dal.feature.DisposableFeatureSetIterablegetAll(VCSGisRepositoryLocaldbImpl repository) getByCode(VCSGisRepositoryLocaldbImpl repository, String topologyPlanCode) getHashCode(VCSGisRepositoryLocaldbImpl repository) getTopologyPlanByCode(VCSGisRepositoryLocaldbImpl repository, String topologyPlanCode) Methods inherited from class org.gvsig.vcsgis.lib.repository.localdb.tables.AbstractRepoTable
getFeatureType, getTableName
-
Field Details
-
TABLE_NAME
- See Also:
-
COD_TOPOLOGYPLAN
- See Also:
-
TOPPLAN_NAME
- See Also:
-
-
Constructor Details
-
TopologyplanRepoTable
public TopologyplanRepoTable()
-
-
Method Details
-
featureType
public static final org.gvsig.fmap.dal.feature.FeatureType featureType() -
getByCode
-
getTopologyPlanByCode
public TopologyplanRepoTable.TopologyplanRow getTopologyPlanByCode(VCSGisRepositoryLocaldbImpl repository, String topologyPlanCode) -
getAll
public org.gvsig.fmap.dal.feature.DisposableFeatureSetIterable getAll(VCSGisRepositoryLocaldbImpl repository) -
getHashCode
-