Class XMLInfoImpl
java.lang.Object
org.gvsig.xml2db.lib.impl.xmlinfo.XMLInfoImpl
- All Implemented Interfaces:
Iterable<org.gvsig.xml2db.lib.api.xmlinfo.XMLTableInfo>,org.gvsig.tools.util.GetItemByKey<String,,org.gvsig.xml2db.lib.api.xmlinfo.XMLTableInfo> org.gvsig.tools.util.GetItemByKeyWithSize<String,,org.gvsig.xml2db.lib.api.xmlinfo.XMLTableInfo> org.gvsig.tools.util.GetItemByKeyWithSizeAndGetKeys<String,,org.gvsig.xml2db.lib.api.xmlinfo.XMLTableInfo> org.gvsig.tools.util.GetKeys<String>,org.gvsig.tools.util.IsEmpty,org.gvsig.tools.util.Size,org.gvsig.xml2db.lib.api.xmlinfo.XMLInfo
- Author:
- jjdelcerro
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddTable(XMLTableInfoImpl tableInfo) voidaddTag(XMLAttributeInfoImpl info) booleanexistsTableByPath(String path) org.gvsig.xml2db.lib.api.xmlinfo.XMLTableInfolonggetKeys()getNameWithPrefix(String name) org.gvsig.crs.projection.lib.ProjectiongetSrid()getTableByPath(String path) getTagInfo(String path) booleanbooleanisEmpty()Iterator<org.gvsig.xml2db.lib.api.xmlinfo.XMLTableInfo> iterator()voidsetCharset(Charset charset) voidsetCountLines(long countlines) voidvoidvoidsetSrid(org.gvsig.crs.projection.lib.Projection srid) voidsetTablePrefix(String tablePrefix) intsize()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
XMLInfoImpl
public XMLInfoImpl()
-
-
Method Details
-
getSrid
public org.gvsig.crs.projection.lib.Projection getSrid()- Specified by:
getSridin interfaceorg.gvsig.xml2db.lib.api.xmlinfo.XMLInfo
-
setSrid
public void setSrid(org.gvsig.crs.projection.lib.Projection srid) - Specified by:
setSridin interfaceorg.gvsig.xml2db.lib.api.xmlinfo.XMLInfo
-
getTag
-
getTagsPaths
-
addTag
-
getTagInfo
-
addTable
-
getTableByPath
-
existsTableByPath
-
size
public int size()- Specified by:
sizein interfaceorg.gvsig.tools.util.Size
-
get
- Specified by:
getin interfaceorg.gvsig.tools.util.GetItemByKey<String,org.gvsig.xml2db.lib.api.xmlinfo.XMLTableInfo>
-
getKeys
- Specified by:
getKeysin interfaceorg.gvsig.tools.util.GetKeys<String>
-
iterator
-
isEmpty
public boolean isEmpty()- Specified by:
isEmptyin interfaceorg.gvsig.tools.util.IsEmpty
-
setCountLines
public void setCountLines(long countlines) -
getCountLines
public long getCountLines() -
getRepositoryID
- Specified by:
getRepositoryIDin interfaceorg.gvsig.xml2db.lib.api.xmlinfo.XMLInfo
-
setRepositoryID
- Specified by:
setRepositoryIDin interfaceorg.gvsig.xml2db.lib.api.xmlinfo.XMLInfo
-
getCharset
- Specified by:
getCharsetin interfaceorg.gvsig.xml2db.lib.api.xmlinfo.XMLInfo
-
setCharset
-
getLocale
- Specified by:
getLocalein interfaceorg.gvsig.xml2db.lib.api.xmlinfo.XMLInfo
-
setLocale
-
hasGeometries
public boolean hasGeometries()- Specified by:
hasGeometriesin interfaceorg.gvsig.xml2db.lib.api.xmlinfo.XMLInfo
-
setTablePrefix
- Specified by:
setTablePrefixin interfaceorg.gvsig.xml2db.lib.api.xmlinfo.XMLInfo
-
getTablePrefix
- Specified by:
getTablePrefixin interfaceorg.gvsig.xml2db.lib.api.xmlinfo.XMLInfo
-
getNameWithPrefix
- Specified by:
getNameWithPrefixin interfaceorg.gvsig.xml2db.lib.api.xmlinfo.XMLInfo
-