Packages

c

opengis.gml

TopoSurfaceType

case class TopoSurfaceType(standardObjectPropertiesSequence1: StandardObjectPropertiesSequence, directedFace: Seq[DirectedFacePropertyType] = Nil, attributes: Map[String, DataRecord[Any]] = Map.empty) extends AbstractTopologyType with Product with Serializable

The TopoSurface type and element represent a homogeneous topological expression, a set of directed faces, which if realised are isomorphic to a geometric surface primitive. The intended use of TopoSurface is to appear within a surface feature instance to express the structural and possibly geometric relationships of this surface to other features via the shared face definitions.

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

Instance Constructors

  1. new TopoSurfaceType(standardObjectPropertiesSequence1: StandardObjectPropertiesSequence, directedFace: Seq[DirectedFacePropertyType] = Nil, attributes: Map[String, DataRecord[Any]] = Map.empty)

Value Members

  1. val attributes: Map[String, DataRecord[Any]]
  2. val directedFace: Seq[DirectedFacePropertyType]
  3. lazy val gmlid: Option[String]
  4. val standardObjectPropertiesSequence1: StandardObjectPropertiesSequence