case class GeoAttrValue(lat: Double, lon: Double) extends AttributeValue with Product with Serializable
An attribute value representing a set of lan-lon coordinates.
- lat
the latitude value
- lon
the longitude value
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- GeoAttrValue
- Serializable
- Serializable
- Product
- Equals
- AttributeValue
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
-
new
GeoAttrValue(lat: Double, lon: Double)
- lat
the latitude value
- lon
the longitude value
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val lat: Double
- val lon: Double
-
def
merge(that: AttributeValue): AttributeValue
Merges this attribute with another.
Merges this attribute with another. If both attributes are of collection types a proper merge is performed, with child attributes of the the argument having precedence over the attributes of this one. If one of them is scalar, the argument is returned.
- that
the attribute to merge with this one
- returns
the merged attribute.
- Definition Classes
- AttributeValue
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
value: (Double, Double)
The value of this attribute as a native Scala value
The value of this attribute as a native Scala value
- Definition Classes
- GeoAttrValue → AttributeValue
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )