Class
MGRSLine
public class MGRSLine: Line
- Line between two points
Relationships
Superclass
Line
Initializers
init(_:_:)
- Initialize
- @param point1
-
first point
- @param point2
-
second point
init(_:_:_:)
- Initialize
- @param point1
-
first point
- @param point2
-
second point
- @param gridType
-
line grid type
init(_:_:)
- Initialize
- @param line
-
line to copy
- @param gridType
-
line grid type
init?(coder:)
public required init?(coder: NSCoder)
Properties
hash
public override var hash: Int
Methods
hasGridType()
public func hasGridType() -> Bool
- Check if the line has a grid type
- @return true if has grid type
mutableCopy(with:)
public override func mutableCopy(with zone: NSZone? = nil) -> Any
encode(with:)
public override func encode(with coder: NSCoder)
isEqual(_:)
public func isEqual(_ gridLine: MGRSLine?) -> Bool
isEqual(_:)
public override func isEqual(_ object: Any?) -> Bool