Module com.esri.arcgisruntime
Class ServiceDocumentInfo
java.lang.Object
com.esri.arcgisruntime.arcgisservices.ServiceDocumentInfo
Provides various information about the map service such as title, author, keywords and comments. It also includes
the text anti-aliasing mode.
- Since:
- 100.0.0
-
Method Summary
Modifier and TypeMethodDescriptionGets the anti aliasing mode of the map service.Gets the author of the map service.Gets the category of the map service.Gets the comments of the map service.Gets the keywords of the map service.Gets the subject of the map service.Gets the text anti aliasing mode of the map service.getTitle()
Gets the title of the map service.
-
Method Details
-
getAntiAliasingMode
Gets the anti aliasing mode of the map service.- Returns:
- the anti aliasing mode
- Since:
- 100.0.0
-
getAuthor
Gets the author of the map service.- Returns:
- the author
- Since:
- 100.0.0
-
getCategory
Gets the category of the map service.- Returns:
- the category
- Since:
- 100.0.0
-
getComments
Gets the comments of the map service.- Returns:
- the comments
- Since:
- 100.0.0
-
getKeywords
Gets the keywords of the map service.- Returns:
- an unmodifiable list of keywords
- Since:
- 100.0.0
-
getSubject
Gets the subject of the map service.- Returns:
- the subject
- Since:
- 100.0.0
-
getTextAntiAliasingMode
Gets the text anti aliasing mode of the map service.- Returns:
- the text anti aliasing mode
- Since:
- 100.0.0
-
getTitle
Gets the title of the map service.- Returns:
- the title
- Since:
- 100.0.0
-