public class ImplicitGeometryType extends AbstractGMLType implements java.lang.Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.MergeFrom2, org.jvnet.jaxb2_commons.lang.ToString2
Java class for ImplicitGeometryType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ImplicitGeometryType">
<complexContent>
<extension base="{http://www.opengis.net/gml}AbstractGMLType">
<sequence>
<element name="mimeType" type="{http://www.opengis.net/citygml/1.0}MimeTypeType" minOccurs="0"/>
<element name="transformationMatrix" type="{http://www.opengis.net/citygml/1.0}TransformationMatrix4x4Type" minOccurs="0"/>
<element name="libraryObject" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/>
<element name="relativeGMLGeometry" type="{http://www.opengis.net/gml}GeometryPropertyType" minOccurs="0"/>
<element name="referencePoint" type="{http://www.opengis.net/gml}PointPropertyType"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
libraryObject |
protected java.lang.String |
mimeType |
protected PointPropertyType |
referencePoint |
protected GeometryPropertyType |
relativeGMLGeometry |
protected java.util.List<java.lang.Double> |
transformationMatrix |
description, id, metaDataProperty, name| Constructor and Description |
|---|
ImplicitGeometryType() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) |
java.lang.StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) |
java.lang.Object |
clone() |
java.lang.Object |
copyTo(java.lang.Object target) |
java.lang.Object |
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy) |
java.lang.Object |
createNewInstance() |
boolean |
equals(java.lang.Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
java.lang.Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy) |
java.lang.String |
getLibraryObject()
Gets the value of the libraryObject property.
|
java.lang.String |
getMimeType()
Gets the value of the mimeType property.
|
PointPropertyType |
getReferencePoint()
Gets the value of the referencePoint property.
|
GeometryPropertyType |
getRelativeGMLGeometry()
Gets the value of the relativeGMLGeometry property.
|
java.util.List<java.lang.Double> |
getTransformationMatrix()
Gets the value of the transformationMatrix property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
boolean |
isSetLibraryObject() |
boolean |
isSetMimeType() |
boolean |
isSetReferencePoint() |
boolean |
isSetRelativeGMLGeometry() |
boolean |
isSetTransformationMatrix() |
void |
mergeFrom(org.jvnet.jaxb2_commons.locator.ObjectLocator leftLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator rightLocator,
java.lang.Object left,
java.lang.Object right,
org.jvnet.jaxb2_commons.lang.MergeStrategy2 strategy) |
void |
mergeFrom(java.lang.Object left,
java.lang.Object right) |
void |
setLibraryObject(java.lang.String value)
Sets the value of the libraryObject property.
|
void |
setMimeType(java.lang.String value)
Sets the value of the mimeType property.
|
void |
setReferencePoint(PointPropertyType value)
Sets the value of the referencePoint property.
|
void |
setRelativeGMLGeometry(GeometryPropertyType value)
Sets the value of the relativeGMLGeometry property.
|
void |
setTransformationMatrix(java.util.List<java.lang.Double> value) |
java.lang.String |
toString() |
void |
unsetTransformationMatrix() |
ImplicitGeometryType |
withLibraryObject(java.lang.String value) |
ImplicitGeometryType |
withMimeType(java.lang.String value) |
ImplicitGeometryType |
withReferencePoint(PointPropertyType value) |
ImplicitGeometryType |
withRelativeGMLGeometry(GeometryPropertyType value) |
ImplicitGeometryType |
withTransformationMatrix(java.util.Collection<java.lang.Double> values) |
ImplicitGeometryType |
withTransformationMatrix(java.lang.Double... values) |
ImplicitGeometryType |
withTransformationMatrix(java.util.List<java.lang.Double> value) |
getDescription, getId, getMetaDataProperty, getName, isSetDescription, isSetId, isSetMetaDataProperty, isSetName, setDescription, setId, setMetaDataProperty, setName, unsetMetaDataProperty, unsetName, withDescription, withId, withMetaDataProperty, withMetaDataProperty, withMetaDataProperty, withName, withName, withNameprotected java.lang.String mimeType
protected java.util.List<java.lang.Double> transformationMatrix
protected java.lang.String libraryObject
protected GeometryPropertyType relativeGMLGeometry
protected PointPropertyType referencePoint
public java.lang.String getMimeType()
Stringpublic void setMimeType(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetMimeType()
public java.util.List<java.lang.Double> getTransformationMatrix()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the transformationMatrix property.
For example, to add a new item, do as follows:
getTransformationMatrix().add(newItem);
Objects of the following type(s) are allowed in the list
Double
public boolean isSetTransformationMatrix()
public void unsetTransformationMatrix()
public java.lang.String getLibraryObject()
Stringpublic void setLibraryObject(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetLibraryObject()
public GeometryPropertyType getRelativeGMLGeometry()
GeometryPropertyTypepublic void setRelativeGMLGeometry(GeometryPropertyType value)
value - allowed object is
GeometryPropertyTypepublic boolean isSetRelativeGMLGeometry()
public PointPropertyType getReferencePoint()
PointPropertyTypepublic void setReferencePoint(PointPropertyType value)
value - allowed object is
PointPropertyTypepublic boolean isSetReferencePoint()
public java.lang.String toString()
toString in class AbstractGMLTypepublic java.lang.StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToString2append in class AbstractGMLTypepublic java.lang.StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString2appendFields in class AbstractGMLTypepublic boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
java.lang.Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equals2equals in class AbstractGMLTypepublic boolean equals(java.lang.Object object)
equals in class AbstractGMLTypepublic int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2hashCode in class AbstractGMLTypepublic int hashCode()
hashCode in class AbstractGMLTypepublic java.lang.Object clone()
clone in class AbstractGMLTypepublic java.lang.Object copyTo(java.lang.Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2copyTo in class AbstractGMLTypepublic java.lang.Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2copyTo in class AbstractGMLTypepublic java.lang.Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo2createNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom2public void mergeFrom(java.lang.Object left,
java.lang.Object right)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2mergeFrom in class AbstractGMLTypepublic void mergeFrom(org.jvnet.jaxb2_commons.locator.ObjectLocator leftLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator rightLocator,
java.lang.Object left,
java.lang.Object right,
org.jvnet.jaxb2_commons.lang.MergeStrategy2 strategy)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2mergeFrom in class AbstractGMLTypepublic void setTransformationMatrix(java.util.List<java.lang.Double> value)
public ImplicitGeometryType withMimeType(java.lang.String value)
public ImplicitGeometryType withTransformationMatrix(java.lang.Double... values)
public ImplicitGeometryType withTransformationMatrix(java.util.Collection<java.lang.Double> values)
public ImplicitGeometryType withLibraryObject(java.lang.String value)
public ImplicitGeometryType withRelativeGMLGeometry(GeometryPropertyType value)
public ImplicitGeometryType withReferencePoint(PointPropertyType value)
public ImplicitGeometryType withTransformationMatrix(java.util.List<java.lang.Double> value)
Copyright © 2008-2021. All Rights Reserved.