Package org.tailormap.api.persistence
Class TMFeatureSource
java.lang.Object
org.tailormap.api.persistence.TMFeatureSource
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfindFeatureTypeByName
(String featureTypeName) getId()
getNotes()
getTitle()
getUrl()
boolean
setAuthentication
(ServiceAuthentication authentication) setFeatureTypes
(List<TMFeatureType> featureTypes) setJdbcConnection
(JDBCConnectionProperties jdbcConnection) setLinkedService
(GeoService linkedService) setProtocol
(TMFeatureSource.Protocol protocol) void
setRefreshCapabilities
(boolean refreshCapabilities) setServiceCapabilities
(TMServiceCaps serviceCapabilities) setVersion
(Long version) toString()
-
Constructor Details
-
TMFeatureSource
public TMFeatureSource()
-
-
Method Details
-
toString
-
getId
-
setId
-
getVersion
-
setVersion
-
isRefreshCapabilities
public boolean isRefreshCapabilities() -
setRefreshCapabilities
public void setRefreshCapabilities(boolean refreshCapabilities) -
getNotes
-
setNotes
-
getProtocol
-
setProtocol
-
getTitle
-
setTitle
-
getUrl
-
setUrl
-
getJdbcConnection
-
setJdbcConnection
-
getAuthentication
-
setAuthentication
-
getLinkedService
-
setLinkedService
-
getServiceCapabilities
-
setServiceCapabilities
-
getAllFeatureTypes
-
getFeatureTypes
-
setFeatureTypes
-
findFeatureTypeByName
-