Skip to content

Commit

Permalink
#4 OWSServiceIdentification
Browse files Browse the repository at this point in the history
  • Loading branch information
eblondel committed Feb 16, 2018
1 parent f2dfe68 commit 5a588f0
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions R/OWSServiceIdentification.R
Original file line number Diff line number Diff line change
Expand Up @@ -193,5 +193,15 @@ OWSServiceIdentification <- R6Class("OWSServiceIdentification",
getServiceTypeVersion = function(){
return(private$serviceTypeVersion)
}

#getFees
getFees = function(){
return(private$fees)
}

#getAccessConstraints
getAccessConstraints = function(){
return(private$accessConstraints)
}
)
)

0 comments on commit 5a588f0

Please sign in to comment.