public abstract class AbstractVectorType extends AbstractDataRecordType implements AbstractVector
Java class for AbstractVectorType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AbstractVectorType"> <complexContent> <extension base="{http://www.opengis.net/swe/1.0}AbstractDataRecordType"> <attribute name="referenceFrame" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> <attribute name="localFrame" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> </extension> </complexContent> </complexType>
Defined in the geotk-xml-swe
module
identifiers, STANDARD
Constructor and Description |
---|
AbstractVectorType() |
AbstractVectorType(AbstractVector av) |
AbstractVectorType(String definition) |
AbstractVectorType(URI referenceFrame,
URI localFrame) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object object,
ComparisonMode mode)
Verify if this entry is identical to specified object.
|
URI |
getLocalFrame()
Gets the value of the localFrame property.
|
URI |
getReferenceFrame()
Gets the value of the referenceFrame property.
|
int |
hashCode()
Returns a hash code value for this entry.
|
void |
setLocalFrame(URI value)
Sets the value of the localFrame property.
|
void |
setReferenceFrame(URI value)
Sets the value of the referenceFrame property.
|
String |
toString()
Returns a string representation of this entry.
|
getDefinition, getStandard, isFixed, setDefinition, setFixed
getAlias, getDescription, getDescriptionReference, getId, getIdentifier, getIdentifierMap, getIdentifiers, getName, getParameterName, getRemarks, prune, setDescription, setDescription, setId, setName, setParameterName, toWKT
asMap, asTreeTable, equals, getInterface, isEmpty
getDefinition, isFixed
getDescription, getDescriptionReference, getId, getName, getParameterName, setDescription, setId, setName
public AbstractVectorType()
public AbstractVectorType(AbstractVector av)
public AbstractVectorType(String definition)
public URI getReferenceFrame()
getReferenceFrame
in interface AbstractVector
public void setReferenceFrame(URI value)
setReferenceFrame
in interface AbstractVector
public URI getLocalFrame()
getLocalFrame
in interface AbstractVector
public void setLocalFrame(URI value)
setLocalFrame
in interface AbstractVector
public boolean equals(Object object, ComparisonMode mode)
equals
in interface LenientComparable
equals
in class AbstractDataRecordType
public int hashCode()
org.geotoolkit.internal.sql.table.Entry
hashCode
in interface Entry
hashCode
in class AbstractDataRecordType
public String toString()
org.geotoolkit.internal.sql.table.Entry
JTree
. The current
implementation returns the entry #identifier.toString
in interface Entry
toString
in class AbstractDataRecordType
Copyright © 2009–2017 Geotoolkit.org. All rights reserved.