Package org.robovm.apple.imageio
Class CGImagePropertyGPSData
java.lang.Object
org.robovm.apple.corefoundation.CFDictionaryWrapper
org.robovm.apple.imageio.CGImagePropertyGPSData
public class CGImagePropertyGPSData extends CFDictionaryWrapper
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCGImagePropertyGPSData.AsListMarshalerstatic classCGImagePropertyGPSData.Marshaler -
Field Summary
Fields inherited from class org.robovm.apple.corefoundation.CFDictionaryWrapper
data -
Constructor Summary
Constructors Constructor Description CGImagePropertyGPSData() -
Method Summary
Modifier and Type Method Description <T extends NativeObject>
Tget(CGImagePropertyGPS key, Class<T> type)doublegetNumber(CGImagePropertyGPS property)StringgetString(CGImagePropertyGPS property)booleanhas(CGImagePropertyGPS key)CGImagePropertyGPSDataset(CGImagePropertyGPS property, double value)CGImagePropertyGPSDataset(CGImagePropertyGPS property, String value)CGImagePropertyGPSDataset(CGImagePropertyGPS key, NativeObject value)Methods inherited from class org.robovm.apple.corefoundation.CFDictionaryWrapper
getDictionary, toString
-
Constructor Details
-
CGImagePropertyGPSData
public CGImagePropertyGPSData()
-
-
Method Details
-
has
-
get
-
set
-
getString
-
getNumber
-
set
-
set
-