Class

opengis.gml

GraphStyleType

Related Doc: package gml

Permalink

case class GraphStyleType(standardObjectPropertiesSequence1: StandardObjectPropertiesSequence, spatialResolution: Option[ScaleType] = None, styleVariation: Seq[StyleVariationType] = Nil, animate: Seq[AnimateType] = Nil, animateMotion: Seq[AnimateMotionType] = Nil, animateColor: Seq[AnimateColorType] = Nil, set: Seq[SetType] = Nil, planar: Option[Boolean] = None, directed: Option[Boolean] = None, grid: Option[Boolean] = None, minDistance: Option[Double] = None, minAngle: Option[Double] = None, graphType: Option[GraphTypeType] = None, drawingType: Option[DrawingTypeType] = None, lineType: Option[LineTypeType] = None, aestheticCriteria: Seq[AesheticCriteriaType] = Nil, attributes: Map[String, DataRecord[Any]] = Map.empty) extends BaseStyleDescriptorTypable with Product with Serializable

[complexType of] The style descriptor for a graph consisting of a number of features. Describes graph-specific style attributes.

Linear Supertypes
Serializable, Serializable, Product, Equals, BaseStyleDescriptorTypable, AbstractGMLType, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GraphStyleType
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. BaseStyleDescriptorTypable
  7. AbstractGMLType
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new GraphStyleType(standardObjectPropertiesSequence1: StandardObjectPropertiesSequence, spatialResolution: Option[ScaleType] = None, styleVariation: Seq[StyleVariationType] = Nil, animate: Seq[AnimateType] = Nil, animateMotion: Seq[AnimateMotionType] = Nil, animateColor: Seq[AnimateColorType] = Nil, set: Seq[SetType] = Nil, planar: Option[Boolean] = None, directed: Option[Boolean] = None, grid: Option[Boolean] = None, minDistance: Option[Double] = None, minAngle: Option[Double] = None, graphType: Option[GraphTypeType] = None, drawingType: Option[DrawingTypeType] = None, lineType: Option[LineTypeType] = None, aestheticCriteria: Seq[AesheticCriteriaType] = Nil, attributes: Map[String, DataRecord[Any]] = Map.empty)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. val aestheticCriteria: Seq[AesheticCriteriaType]

    Permalink
  5. val animate: Seq[AnimateType]

    Permalink
  6. val animateColor: Seq[AnimateColorType]

    Permalink
  7. val animateMotion: Seq[AnimateMotionType]

    Permalink
  8. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  9. val attributes: Map[String, DataRecord[Any]]

    Permalink
  10. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. val directed: Option[Boolean]

    Permalink
  12. val drawingType: Option[DrawingTypeType]

    Permalink
  13. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  14. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  16. lazy val gmlid: Option[String]

    Permalink
  17. val graphType: Option[GraphTypeType]

    Permalink
  18. val grid: Option[Boolean]

    Permalink
  19. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  20. val lineType: Option[LineTypeType]

    Permalink
  21. val minAngle: Option[Double]

    Permalink
  22. val minDistance: Option[Double]

    Permalink
  23. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  24. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  25. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  26. val planar: Option[Boolean]

    Permalink
  27. val set: Seq[SetType]

    Permalink
  28. val spatialResolution: Option[ScaleType]

    Permalink
  29. val standardObjectPropertiesSequence1: StandardObjectPropertiesSequence

    Permalink
  30. val styleVariation: Seq[StyleVariationType]

    Permalink
  31. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  32. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AbstractGMLType

Inherited from AnyRef

Inherited from Any

Ungrouped