public class AffinePlacementType extends Object
Java class for AffinePlacementType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AffinePlacementType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="location" type="{http://www.opengis.net/gml}DirectPositionType"/>
<element name="refDirection" type="{http://www.opengis.net/gml}VectorType" maxOccurs="unbounded"/>
<element name="inDimension" type="{http://www.w3.org/2001/XMLSchema}positiveInteger"/>
<element name="outDimension" type="{http://www.w3.org/2001/XMLSchema}positiveInteger"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BigInteger |
inDimension |
protected DirectPositionType |
location |
protected BigInteger |
outDimension |
protected List<VectorType> |
refDirection |
| Constructor and Description |
|---|
AffinePlacementType()
Default no-arg constructor
|
AffinePlacementType(DirectPositionType location,
List<VectorType> refDirection,
BigInteger inDimension,
BigInteger outDimension)
Fully-initialising value constructor
|
| Modifier and Type | Method and Description |
|---|---|
BigInteger |
getInDimension()
Gets the value of the inDimension property.
|
DirectPositionType |
getLocation()
Gets the value of the location property.
|
BigInteger |
getOutDimension()
Gets the value of the outDimension property.
|
List<VectorType> |
getRefDirection()
Gets the value of the refDirection property.
|
void |
setInDimension(BigInteger value)
Sets the value of the inDimension property.
|
void |
setLocation(DirectPositionType value)
Sets the value of the location property.
|
void |
setOutDimension(BigInteger value)
Sets the value of the outDimension property.
|
protected DirectPositionType location
protected List<VectorType> refDirection
protected BigInteger inDimension
protected BigInteger outDimension
public AffinePlacementType()
public AffinePlacementType(DirectPositionType location, List<VectorType> refDirection, BigInteger inDimension, BigInteger outDimension)
public DirectPositionType getLocation()
DirectPositionTypepublic void setLocation(DirectPositionType value)
value - allowed object is
DirectPositionTypepublic List<VectorType> getRefDirection()
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 refDirection property.
For example, to add a new item, do as follows:
getRefDirection().add(newItem);
Objects of the following type(s) are allowed in the list
VectorType
public BigInteger getInDimension()
BigIntegerpublic void setInDimension(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getOutDimension()
BigIntegerpublic void setOutDimension(BigInteger value)
value - allowed object is
BigIntegerCopyright © 2022 B3Partners B.V.. All rights reserved.