java.lang.Object | ||
↳ | com.microstrategy.web.app.maps.MapObject | |
↳ | com.microstrategy.web.app.maps.MapShape |
The MapShape object is a subtype of MapObject created for representing a shape object stored in a repository.
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
protected String | cacheIndex | The cache index of the shape that stored in the cahced repository. | |||||||||
protected String | id | The shape id in string. | |||||||||
protected MapObjectRepository<MapShape> | objectRepository | The shape object repository where all the shapes are stored using MSTR cache framework |
[Expand]
Inherited Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
GeoDataOutput |
getCachedData(GeoDataSerializer serializer)
Reads the shape data from repository and generates the output using given serializer.
| ||||||||||
String |
getId()
Get the shape id.
| ||||||||||
int |
getType()
Get the shape type/shape category.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
The cache index of the shape that stored in the cahced repository.
The shape id in string.
The shape object repository where all the shapes are stored using MSTR cache framework
Reads the shape data from repository and generates the output using given serializer.
serializer | The GeoDataSerializer object. |
---|
Get the shape id.
Get the shape type/shape category.