Package com.luciad.format.gml32.model
Class TLcdGML32PointProperty
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.format.gml32.model.TLcdGML32PointProperty
- All Implemented Interfaces:
ILcdDataObject
,ILcdCloneable
,ILcdDeepCloneable
,Cloneable
A property that has a point as its value domain may either be an appropriate geometry element encapsulated in an element of this type or an XLink reference to a remote geometry element (where remote includes geometry elements located elsewhere in the same document). Either the reference or the contained element shall be given, but neither both nor none.
- Since:
- 10.0
-
Field Summary
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
Data linkInfo property.static final TLcdDataProperty
Data linkedObject property.static final TLcdDataProperty
Data property that maps to thenilReason
attribute.static final TLcdDataProperty
Data property that maps to theowns
attribute.static final TLcdDataProperty
Data property that maps to thePoint
element.static final TLcdDataProperty
Data property that maps to theremoteSchema
attribute. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the linkedObject property.Returns the value of the linkInfo property.Returns the value of the property that maps to thenilReason
attribute.boolean
getOwns()
Returns the value of the property that maps to theowns
attribute.getPoint()
Returns the value of the property that maps to thePoint
element.Returns the value of the property that maps to theremoteSchema
attribute.void
setLinkedObject
(Object aValue) Sets the value of the linkedObject property.void
setLinkInfo
(Object aValue) Sets the value of the linkInfo property.void
setNilReason
(Object aValue) Sets the value of the property that maps to thenilReason
attribute.void
setOwns
(boolean aValue) Sets the value of the property that maps to theowns
attribute.void
setPoint
(TLcdGML32Point aValue) Sets the value of the property that maps to thePoint
element.void
setRemoteSchema
(URI aValue) Sets the value of the property that maps to theremoteSchema
attribute.
-
Field Details
-
LINK_INFO_PROPERTY
Data linkInfo property. The possible values for this property are instances ofObject
. -
LINKED_OBJECT_PROPERTY
Data linkedObject property. The possible values for this property are instances ofObject
. -
NIL_REASON_PROPERTY
Data property that maps to thenilReason
attribute. The possible values for this property are instances of -
OWNS_PROPERTY
Data property that maps to theowns
attribute. The possible values for this property are instances ofboolean
. -
REMOTE_SCHEMA_PROPERTY
Data property that maps to theremoteSchema
attribute. The possible values for this property are instances ofURI
. -
POINT_PROPERTY
Data property that maps to thePoint
element. The possible values for this property are instances ofTLcdGML32Point
.
-
-
Constructor Details
-
TLcdGML32PointProperty
-
TLcdGML32PointProperty
public TLcdGML32PointProperty()
-
-
Method Details
-
getTargetPoint
-
getLinkInfo
Returns the value of the linkInfo property.- Returns:
- the value of the
LINK_INFO_PROPERTY
property.
-
setLinkInfo
Sets the value of the linkInfo property.- Parameters:
aValue
- the value to set for theLINK_INFO_PROPERTY
property.
-
getLinkedObject
Returns the value of the linkedObject property.- Returns:
- the value of the
LINKED_OBJECT_PROPERTY
property.
-
setLinkedObject
Sets the value of the linkedObject property.- Parameters:
aValue
- the value to set for theLINKED_OBJECT_PROPERTY
property.
-
getNilReason
Returns the value of the property that maps to thenilReason
attribute.The possible values for this property are instances of
- Returns:
- the value of the
NIL_REASON_PROPERTY
property.
-
setNilReason
Sets the value of the property that maps to thenilReason
attribute.The possible values for this property are instances of
- Parameters:
aValue
- the value to set for theNIL_REASON_PROPERTY
property.
-
getOwns
public boolean getOwns()Returns the value of the property that maps to theowns
attribute.- Returns:
- the value of the
OWNS_PROPERTY
property.
-
setOwns
public void setOwns(boolean aValue) Sets the value of the property that maps to theowns
attribute.- Parameters:
aValue
- the value to set for theOWNS_PROPERTY
property.
-
getRemoteSchema
Returns the value of the property that maps to theremoteSchema
attribute.- Returns:
- the value of the
REMOTE_SCHEMA_PROPERTY
property.
-
setRemoteSchema
Sets the value of the property that maps to theremoteSchema
attribute.- Parameters:
aValue
- the value to set for theREMOTE_SCHEMA_PROPERTY
property.
-
getPoint
Returns the value of the property that maps to thePoint
element.A Point is defined by a single coordinate tuple. The direct position of a point is specified by the pos element which is of type DirectPositionType.
- Returns:
- the value of the
POINT_PROPERTY
property.
-
setPoint
Sets the value of the property that maps to thePoint
element.A Point is defined by a single coordinate tuple. The direct position of a point is specified by the pos element which is of type DirectPositionType.
- Parameters:
aValue
- the value to set for thePOINT_PROPERTY
property.
-