Skip navigation links

Oracle® Spatial Java API Reference
11g Release 2 (11.2)
E11829-02


oracle.spatial.network.lod
Interface SpatialSubPath

All Superinterfaces:
LogicalLightSubPath, LogicalSubPath
All Known Implementing Classes:
SpatialSubPathImpl

public interface SpatialSubPath
extends LogicalSubPath

A SpatialSubPath is a LogicalSubPath with geometry information.

Since:
11gR1

Method Summary
 JGeometry getGeometry()
          Returns the geometry information of the path.
 UserData getUserData(int category)
          Returns user data for the specified category.
 java.lang.Object getUserData(java.lang.String dataName)
          Deprecated.  
 void setUserData(int category, UserData userData)
          Sets user data for the specified category.
 void setUserData(java.lang.String dataName, java.lang.Object dataValue)
          Deprecated.  

 

Methods inherited from interface oracle.spatial.network.lod.LogicalSubPath
getReferencePath

 

Methods inherited from interface oracle.spatial.network.lod.LogicalLightSubPath
getCategorizedUserData, getCost, getCosts, getEndLinkIndex, getEndPercentage, getReferenceLightPath, getStartLinkIndex, getStartPercentage, getUserData, isFullPath, setCategorizedUserData, setCosts, setEndLinkIndex, setEndPercentage, setReferenceLightPath, setStartLinkIndex, setStartPercentage, setUserData

 

Method Detail

getGeometry

JGeometry getGeometry()
Returns the geometry information of the path.
Returns:
the geometry information of the path

getUserData

java.lang.Object getUserData(java.lang.String dataName)
Deprecated. 
Returns the user data object for the specified data name.
Parameters:
dataName - name of the user data
Returns:
value of the user data

setUserData

void setUserData(java.lang.String dataName,
                 java.lang.Object dataValue)
Deprecated. 
Sets the value of the user data. No verification of the validity of the data name is done inside this method, therefore, the caller must ensure that the input data name is valid.
Parameters:
dataName - name of the user data
dataValue - value of the user data

getUserData

UserData getUserData(int category)
Returns user data for the specified category.
Returns:

setUserData

void setUserData(int category,
                 UserData userData)
Sets user data for the specified category.
Parameters:
userData -

Skip navigation links

Oracle® Spatial Java API Reference
11g Release 2 (11.2)
E11829-02


Copyright © 2007, 2011, Oracle and/or its affiliates. All Rights Reserved.