case class DatasetDescriptionSummaryBaseType(Title: Seq[LanguageStringType] = Nil, Abstract: Seq[LanguageStringType] = Nil, Keywords: Seq[KeywordsType] = Nil, WGS84BoundingBox: Seq[WGS84BoundingBoxType] = Nil, Identifier: CodeTypable, BoundingBox: Seq[DataRecord[Any]] = Nil, Metadata: Seq[MetadataType] = Nil, DatasetDescriptionSummary: Seq[DataRecord[Any]] = Nil) extends DatasetDescriptionSummaryBaseTypable with Product with Serializable
Typical dataset metadata in typical Contents section of an OWS service metadata (Capabilities) document. This type shall be extended and/or restricted if needed for specific OWS use, to include the specific Dataset description metadata needed.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- DatasetDescriptionSummaryBaseType
- Serializable
- Serializable
- Product
- Equals
- DatasetDescriptionSummaryBaseTypable
- DescriptionTypable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new DatasetDescriptionSummaryBaseType(Title: Seq[LanguageStringType] = Nil, Abstract: Seq[LanguageStringType] = Nil, Keywords: Seq[KeywordsType] = Nil, WGS84BoundingBox: Seq[WGS84BoundingBoxType] = Nil, Identifier: CodeTypable, BoundingBox: Seq[DataRecord[Any]] = Nil, Metadata: Seq[MetadataType] = Nil, DatasetDescriptionSummary: Seq[DataRecord[Any]] = Nil)
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
-
val
Abstract: Seq[LanguageStringType]
- Definition Classes
- DatasetDescriptionSummaryBaseType → DatasetDescriptionSummaryBaseTypable → DescriptionTypable
-
val
BoundingBox: Seq[DataRecord[Any]]
- Definition Classes
- DatasetDescriptionSummaryBaseType → DatasetDescriptionSummaryBaseTypable
-
val
DatasetDescriptionSummary: Seq[DataRecord[Any]]
- Definition Classes
- DatasetDescriptionSummaryBaseType → DatasetDescriptionSummaryBaseTypable
-
val
Identifier: CodeTypable
- Definition Classes
- DatasetDescriptionSummaryBaseType → DatasetDescriptionSummaryBaseTypable
-
val
Keywords: Seq[KeywordsType]
- Definition Classes
- DatasetDescriptionSummaryBaseType → DatasetDescriptionSummaryBaseTypable → DescriptionTypable
-
val
Metadata: Seq[MetadataType]
- Definition Classes
- DatasetDescriptionSummaryBaseType → DatasetDescriptionSummaryBaseTypable
-
val
Title: Seq[LanguageStringType]
- Definition Classes
- DatasetDescriptionSummaryBaseType → DatasetDescriptionSummaryBaseTypable → DescriptionTypable
-
val
WGS84BoundingBox: Seq[WGS84BoundingBoxType]
- Definition Classes
- DatasetDescriptionSummaryBaseType → DatasetDescriptionSummaryBaseTypable
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
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( ... ) @native()