public class LocationProperty extends GeometryProperty<AbstractGeometry>
Constructor and Description |
---|
LocationProperty() |
LocationProperty(AbstractGeometry abstractGeometry) |
LocationProperty(java.lang.String href) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
copy(CopyBuilder copyBuilder) |
java.lang.Object |
copyTo(java.lang.Object target,
CopyBuilder copyBuilder) |
GMLClass |
getGMLClass() |
Code |
getLocationKeyWord() |
StringOrRef |
getLocationString() |
Null |
getNull() |
boolean |
isSetLocationKeyWord() |
boolean |
isSetLocationString() |
boolean |
isSetNull() |
void |
setLocationKeyWord(Code locationKeyWord) |
void |
setLocationString(StringOrRef locationString) |
void |
setNull(Null _null) |
void |
unsetLocationKeyWord() |
void |
unsetLocationString() |
void |
unsetNull() |
getAssociableClass, getGeometry, isSetGeometry, setGeometry, unsetGeometry
getActuate, getArcrole, getHref, getRemoteSchema, getRole, getShow, getTitle, getType, isSetActuate, isSetArcrole, isSetHref, isSetRemoteSchema, isSetRole, isSetShow, isSetTitle, isSetType, setActuate, setArcrole, setHref, setRemoteSchema, setRole, setShow, setTitle, setType, unsetActuate, unsetArcrole, unsetHref, unsetRemoteSchema, unsetRole, unsetShow, unsetTitle, unsetType
getLocalProperty, getObject, getParent, hasLocalProperty, isSetObject, isSetParent, setLocalProperty, setObject, setParent, unsetLocalProperty, unsetObject, unsetParent
public LocationProperty()
public LocationProperty(AbstractGeometry abstractGeometry)
public LocationProperty(java.lang.String href)
public Code getLocationKeyWord()
public StringOrRef getLocationString()
public Null getNull()
public boolean isSetLocationKeyWord()
public boolean isSetLocationString()
public boolean isSetNull()
public void setLocationKeyWord(Code locationKeyWord)
public void setLocationString(StringOrRef locationString)
public void setNull(Null _null)
public void unsetLocationKeyWord()
public void unsetLocationString()
public void unsetNull()
public GMLClass getGMLClass()
getGMLClass
in interface GML
getGMLClass
in class GeometryProperty<AbstractGeometry>
public java.lang.Object copy(CopyBuilder copyBuilder)
copy
in interface Copyable
copy
in class GeometryProperty<AbstractGeometry>
public java.lang.Object copyTo(java.lang.Object target, CopyBuilder copyBuilder)
copyTo
in interface Copyable
copyTo
in class GeometryProperty<AbstractGeometry>