Class CLRegion

    • Constructor Detail

      • CLRegion

        protected CLRegion​(org.moe.natj.general.Pointer peer)
    • Method Detail

      • accessInstanceVariablesDirectly

        public static boolean accessInstanceVariablesDirectly()
      • alloc

        public static CLRegion alloc()
      • allocWithZone

        public static java.lang.Object allocWithZone​(org.moe.natj.general.ptr.VoidPtr zone)
      • automaticallyNotifiesObserversForKey

        public static boolean automaticallyNotifiesObserversForKey​(java.lang.String key)
      • cancelPreviousPerformRequestsWithTarget

        public static void cancelPreviousPerformRequestsWithTarget​(java.lang.Object aTarget)
      • cancelPreviousPerformRequestsWithTargetSelectorObject

        public static void cancelPreviousPerformRequestsWithTargetSelectorObject​(java.lang.Object aTarget,
                                                                                 org.moe.natj.objc.SEL aSelector,
                                                                                 java.lang.Object anArgument)
      • classFallbacksForKeyedArchiver

        public static NSArray<java.lang.String> classFallbacksForKeyedArchiver()
      • classForKeyedUnarchiver

        public static org.moe.natj.objc.Class classForKeyedUnarchiver()
      • debugDescription_static

        public static java.lang.String debugDescription_static()
      • description_static

        public static java.lang.String description_static()
      • hash_static

        public static long hash_static()
      • instanceMethodSignatureForSelector

        public static NSMethodSignature instanceMethodSignatureForSelector​(org.moe.natj.objc.SEL aSelector)
      • instancesRespondToSelector

        public static boolean instancesRespondToSelector​(org.moe.natj.objc.SEL aSelector)
      • isSubclassOfClass

        public static boolean isSubclassOfClass​(org.moe.natj.objc.Class aClass)
      • keyPathsForValuesAffectingValueForKey

        public static NSSet<java.lang.String> keyPathsForValuesAffectingValueForKey​(java.lang.String key)
      • new_objc

        public static java.lang.Object new_objc()
      • resolveClassMethod

        public static boolean resolveClassMethod​(org.moe.natj.objc.SEL sel)
      • resolveInstanceMethod

        public static boolean resolveInstanceMethod​(org.moe.natj.objc.SEL sel)
      • setVersion_static

        public static void setVersion_static​(long aVersion)
      • superclass_static

        public static org.moe.natj.objc.Class superclass_static()
      • supportsSecureCoding

        public static boolean supportsSecureCoding()
      • version_static

        public static long version_static()
      • center

        @Deprecated
        public CLLocationCoordinate2D center()
        Deprecated.
        center Discussion: Returns the coordinate of the center of the region. This method has been deprecated, please see CLCircularRegion.
      • containsCoordinate

        @Deprecated
        public boolean containsCoordinate​(CLLocationCoordinate2D coordinate)
        Deprecated.
        containsCoordinate: Discussion: Returns YES if the coordinate lies inside the region, and NO otherwise. This method has been deprecated, please see CLCircularRegion.
      • copyWithZone

        public java.lang.Object copyWithZone​(org.moe.natj.general.ptr.VoidPtr zone)
        Specified by:
        copyWithZone in interface NSCopying
      • identifier

        public java.lang.String identifier()
        identifier Discussion: Returns the region's identifier.
      • initCircularRegionWithCenterRadiusIdentifier

        @Deprecated
        public CLRegion initCircularRegionWithCenterRadiusIdentifier​(CLLocationCoordinate2D center,
                                                                     double radius,
                                                                     java.lang.String identifier)
        Deprecated.
        initCircularRegionWithCenter:radius:identifier: Discussion: Initialize a region. center gives the coordinates of center of the region, while radius gives the distance in meters between the center and the region's boundary. identifier is a description for the region that could be displayed to the user, and ideally should be chosen by the user. This method has been deprecated, please see CLCircularRegion.
      • notifyOnEntry

        public boolean notifyOnEntry()
        notifyOnEntry Discussion: App will be launched and the delegate will be notified via locationManager:didEnterRegion: when the user enters the region. By default, this is YES.
      • notifyOnExit

        public boolean notifyOnExit()
        notifyOnExit Discussion: App will be launched and the delegate will be notified via locationManager:didExitRegion: when the user exits the region. By default, this is YES.
      • radius

        @Deprecated
        public double radius()
        Deprecated.
        radius Discussion: Returns the radius of the region. This method has been deprecated, please see CLCircularRegion.
      • setNotifyOnEntry

        public void setNotifyOnEntry​(boolean value)
        notifyOnEntry Discussion: App will be launched and the delegate will be notified via locationManager:didEnterRegion: when the user enters the region. By default, this is YES.
      • setNotifyOnExit

        public void setNotifyOnExit​(boolean value)
        notifyOnExit Discussion: App will be launched and the delegate will be notified via locationManager:didExitRegion: when the user exits the region. By default, this is YES.
      • _supportsSecureCoding

        public boolean _supportsSecureCoding()
        Description copied from interface: NSSecureCoding
        This property must return YES on all classes that allow secure coding. Subclasses of classes that adopt NSSecureCoding and override initWithCoder: must also override this method and return YES. The Secure Coding Guide should be consulted when writing methods that decode data.
        Specified by:
        _supportsSecureCoding in interface NSSecureCoding