Package org.tailormap.api.persistence
Class TMFeatureSource
java.lang.Object
org.tailormap.api.persistence.AuditMetadata
org.tailormap.api.persistence.TMFeatureSource
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfindFeatureTypeByName(String featureTypeName) getId()getNotes()getTitle()getUrl()booleansetAuthentication(ServiceAuthentication authentication) setFeatureTypes(List<TMFeatureType> featureTypes) setJdbcConnection(JDBCConnectionProperties jdbcConnection) setLinkedService(GeoService linkedService) setProtocol(TMFeatureSource.Protocol protocol) voidsetRefreshCapabilities(boolean refreshCapabilities) setServiceCapabilities(TMServiceCaps serviceCapabilities) setVersion(Long version) toString()Methods inherited from class org.tailormap.api.persistence.AuditMetadata
getCreatedBy, getCreatedDate, getLastModifiedBy, getLastModifiedDate, setCreatedBy, setCreatedDate, setLastModifiedBy, setLastModifiedDate
-
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
-