new ugmp.animation.uGisRegularShapeAnimation(opt_options)
uGisRegularShapeAnimation 객체.
RegularShape 형태의 피처에 애니메이션 효과를 줄 수 있는 객체이다.
※피처 타입 : ol.geom.Point 또는 ol.geom.MultiPoint
※스타일 타입 : ol.style.RegularShape
| Name | Type | Description | |||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| opt_options | Object | 
 | 
Example
var uGregularShapeAni = new ugmp.animation.uGisCircleAnimation( {
	uGisMap : new ugmp.uGisMap( {...} ),
	features : [ new ol.Feature({
		geometry: new ol.geom.Point({...}),
		...
	) ],
	originCRS : 'EPSG:4326',
	sync : false,
	animations : [ new ugmp.animation.showAnimation({...}) ],
	style : new ol.style.RegularShape({...})
} );
    
    
Extends
Methods
- 
    
    
    현재 애니메이션을 전체 초기화한다. 
- 
    
    
    애니메이션 벡터 레이어를 가져온다. Returns:애니메이션 벡터 레이어.
 
- 
    
    
    현재 설정된 속성 정보를 가져온다. Returns:현재 설정된 속성 정보.
 
- 
    
    
    Stroke 스타일을 설정한다. Name Type Description strokeStyleol.style.Stroke Stroke 스타일. 
- 
    
    
    RegularShape 애니메이션 스타일을 설정한다. Name Type Description regularShapeStyleol.style.RegularShape RegularShape 애니메이션 스타일. 
- 
    
    
    애니메이션 스타일을 설정한다. Name Type Description styleArray.<ol.style> 애니메이션 스타일 리스트. 
- 
    
    
    애니메이션을 시작한다. 
- 
    
    
    애니메이션을 정지한다. 
 OpenLayers - uGisMapPlatForm API
 OpenLayers - uGisMapPlatForm API